id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
2356837297
doc: remove bigdrop Removes bigdrop from the list Resolves https://github.com/Dun-sin/react-open-source-projects/issues/23 Thanks for this @malavshah9
gharchive/pull-request
2024-06-17T09:18:02
2025-04-01T04:54:56.275546
{ "authors": [ "Dun-sin", "malavshah9" ], "repo": "Dun-sin/react-open-source-projects", "url": "https://github.com/Dun-sin/react-open-source-projects/pull/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2063007268
Fix: Use pydantic 1.10 due to homeassistant incompatibility with pydantic>2.0 There is currently an error when trying to use the latest mytoyota version under a Homeassistant env. This is apparently due to the pydantic>=2.0. incompatibility of some of the packages included in Homeassitant. We should therefore also use pydantic=1.10 as the maximum version for the time being. home-assistant:~# pip install mytoyota==1.0.0 Looking in indexes: https://pypi.org/simple, https://wheels.home-assistant.io/musllinux-index/ Collecting mytoyota==1.0.0 Downloading mytoyota-1.0.0-py3-none-any.whl.metadata (5.7 kB) Requirement already satisfied: arrow<2.0,>=1.1 in /usr/local/lib/python3.11/site-packages (from mytoyota==1.0.0) (1.3.0) Collecting hishel<0.0.20,>=0.0.19 (from mytoyota==1.0.0) Downloading hishel-0.0.19-py3-none-any.whl.metadata (8.1 kB) Requirement already satisfied: httpx>=0.18.1 in /usr/local/lib/python3.11/site-packages (from mytoyota==1.0.0) (0.25.0) Collecting langcodes<4.0,>=3.1 (from mytoyota==1.0.0) Downloading langcodes-3.3.0-py3-none-any.whl (181 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.6/181.6 kB 4.5 MB/s eta 0:00:00 Collecting pydantic<3.0.0,>=2.5.1 (from mytoyota==1.0.0) Downloading pydantic-2.5.3-py3-none-any.whl.metadata (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.6/65.6 kB 23.5 MB/s eta 0:00:00 Requirement already satisfied: pyjwt<3.0.0,>=2.8.0 in /usr/local/lib/python3.11/site-packages (from mytoyota==1.0.0) (2.8.0) Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.11/site-packages (from arrow<2.0,>=1.1->mytoyota==1.0.0) (2.8.2) Requirement already satisfied: types-python-dateutil>=2.8.10 in /usr/local/lib/python3.11/site-packages (from arrow<2.0,>=1.1->mytoyota==1.0.0) (2.8.19.14) Requirement already satisfied: certifi in /usr/local/lib/python3.11/site-packages (from httpx>=0.18.1->mytoyota==1.0.0) (2023.11.17) Requirement already satisfied: httpcore<0.19.0,>=0.18.0 in /usr/local/lib/python3.11/site-packages (from httpx>=0.18.1->mytoyota==1.0.0) (0.18.0) Requirement already satisfied: idna in /usr/local/lib/python3.11/site-packages (from httpx>=0.18.1->mytoyota==1.0.0) (3.6) Requirement already satisfied: sniffio in /usr/local/lib/python3.11/site-packages (from httpx>=0.18.1->mytoyota==1.0.0) (1.3.0) Collecting annotated-types>=0.4.0 (from pydantic<3.0.0,>=2.5.1->mytoyota==1.0.0) Downloading annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB) Collecting pydantic-core==2.14.6 (from pydantic<3.0.0,>=2.5.1->mytoyota==1.0.0) Downloading pydantic_core-2.14.6-cp311-cp311-musllinux_1_1_x86_64.whl.metadata (6.5 kB) Requirement already satisfied: typing-extensions>=4.6.1 in /usr/local/lib/python3.11/site-packages (from pydantic<3.0.0,>=2.5.1->mytoyota==1.0.0) (4.9.0) Requirement already satisfied: anyio<5.0,>=3.0 in /usr/local/lib/python3.11/site-packages (from httpcore<0.19.0,>=0.18.0->httpx>=0.18.1->mytoyota==1.0.0) (4.0.0) Requirement already satisfied: h11<0.15,>=0.13 in /usr/local/lib/python3.11/site-packages (from httpcore<0.19.0,>=0.18.0->httpx>=0.18.1->mytoyota==1.0.0) (0.14.0) Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/site-packages (from python-dateutil>=2.7.0->arrow<2.0,>=1.1->mytoyota==1.0.0) (1.16.0) Downloading mytoyota-1.0.0-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.3/40.3 kB 128.0 MB/s eta 0:00:00 Downloading hishel-0.0.19-py3-none-any.whl (30 kB) Downloading pydantic-2.5.3-py3-none-any.whl (381 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.9/381.9 kB 10.5 MB/s eta 0:00:00 Downloading pydantic_core-2.14.6-cp311-cp311-musllinux_1_1_x86_64.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 11.4 MB/s eta 0:00:00 Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB) Installing collected packages: pydantic-core, langcodes, annotated-types, pydantic, hishel, mytoyota Attempting uninstall: pydantic Found existing installation: pydantic 1.10.12 Uninstalling pydantic-1.10.12: Successfully uninstalled pydantic-1.10.12 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pykoplenti 1.2.2 requires pydantic~=1.10, but you have pydantic 2.5.3 which is incompatible. aiopurpleair 2022.12.1 requires pydantic<2.0.0,>=1.10.2, but you have pydantic 2.5.3 which is incompatible. aionotion 2023.5.5 requires pydantic<2.0.0,>=1.10.7, but you have pydantic 2.5.3 which is incompatible. pyaussiebb 0.0.15 requires pydantic<2.0.0,>=1.9.0, but you have pydantic 2.5.3 which is incompatible. aioopenexchangerates 0.4.0 requires pydantic<2.0,>=1.9, but you have pydantic 2.5.3 which is incompatible. demetriek 0.4.0 requires pydantic<2.0.0,>=1.9.0, but you have pydantic 2.5.3 which is incompatible. systembridgemodels 3.10.5 requires pydantic<2.0.0, but you have pydantic 2.5.3 which is incompatible. We should switch back to pydantic >= 2.0 as soon as the issue on home assistant side is resolved: https://github.com/home-assistant/core/issues/99218 Hi @GitOldGrumpy. Since @DurgNomis-drol seems to be quite busy and inactive here lately; Could you approve this MR without maintainer rights? I don't know if it works, but it would be worth a try 😉 Hi @GitOldGrumpy. Since @DurgNomis-drol seems to be quite busy and inactive here lately; Could you approve this MR without maintainer rights? I don't know if it works, but it would be worth a try 😉 Afraid I dont have such options, maybe if you can add me to the list of reviewers I will have such an option? Hi @GitOldGrumpy. Since @DurgNomis-drol seems to be quite busy and inactive here lately; Could you approve this MR without maintainer rights? I don't know if it works, but it would be worth a try 😉 Afraid I dont have such options, maybe if you can add me to the list of reviewers I will have such an option? Unfortunately not. Looks like I can only request a review from maintainers. :-/
gharchive/pull-request
2024-01-02T22:03:09
2025-04-01T04:54:56.288525
{ "authors": [ "CM000n", "GitOldGrumpy" ], "repo": "DurgNomis-drol/mytoyota", "url": "https://github.com/DurgNomis-drol/mytoyota/pull/269", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2232484165
Git folder to Feature1 Just one folder want to merge to master 👍
gharchive/pull-request
2024-04-09T02:24:21
2025-04-01T04:54:56.289555
{ "authors": [ "DurgapriyaVanam" ], "repo": "DurgapriyaVanam/remoterepo", "url": "https://github.com/DurgapriyaVanam/remoterepo/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
749749439
Added collaboration between students Students' state is now affected by green (active) neighbours as well as red. Also refactored changes in state to avoid multiple state changes per tick. As discussed with Peter, we now look at the current colour first, then make up to 1 change of colour per tick. Changes have increased end maths scores by a large amount but we'll adjust that as part of the parameterisation.
gharchive/pull-request
2020-11-24T14:23:37
2025-04-01T04:54:56.290641
{ "authors": [ "alisonrclarke" ], "repo": "DurhamARC/classroom-abm", "url": "https://github.com/DurhamARC/classroom-abm/pull/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1425543516
Question about Sparsity-Based Temporal Augmentation Hi👋 , great job, yet I still got a question about the Sparsity-Based Temporal Augmentation. In the paper you mentioned "each augmented clip was con- strained to have length of 30-frame. Therefore, the longest clip (i.e., stride of 5) contained 5-second information, while the shortest clip (i.e., stride of 1) had 1-second information" in section 4 Experiment Setup. However, as far as I know, given two fix-length video clips(30-frame here), if they have different fps, then they ought to represent different heart rate(the larger the fps is, the lower the heart rate. the smaller the fps is, the larger the heart rate). The Sparsity-Based Temporal Augmentation used in the paper will generate two 30-frame clips with different HRs from the exact one source video. Not only the HRs is different, so do other physiological signals I suppose. Since the two fix-length video clips have different physiological signals, how can they be trained with contrastive loss? I mean, intuitively, the contrastive loss used in paper ought to help model learn the physiological signal invariance from two views of the same video and learn the difference of physiological signals from different video. It's a bit confusing, I would be very appreciate if you could answer the questions, many thanks. Hi, Thank you for being interested in our work! The sparsity-based temporal augmentation is designed based on the Nyquist–Shannon sampling theorem. Suppose the HR value we have is 120 bpm which means the sampling rate has to be at least 120/60*2=4, i.e., 4 fps. Theoretically, videos with over 4 fps should be able to recover the same HR if you can perfectly extract underlying signals from them. However, this is not realistic for the real-world application since there are too many noises we need to account. Therefore, our aim is to train a model which learns to ignore these noises and find the underlying invariant signals. Think about the data augmentation settings in MoCo v2, they used random crop with ratio of [0.2, 1]. How do you expect two crops from corners look similar? Cheers Hi, Thank you for your reply! I am afraid I still can't follow up, the algorithm do work, but I am thinking it's because of something unknown instead of what's explained in the paper. Here is an example. Actually we need to notice that model does not see the fps or stride of the input video clip, it only see the input 30 frames. Imagine that we use stride 1 and stride 5 to generate two video clips respectively from exact same video, the video clip generated by stride 5 will squeeze 5-second BVP(or ECG) wave signal into 30 frames, while the stride-one video only squeeze 1-second BVP wave, thus the 5-second BVP will seem much denser than the 1-second BVP. Specifically, say I have a 40-bmp video and a 200-bmp video, the video clip generated from the 40-bmp video using stride 5 will have exactly the same HR with the video clip generated from the 200-bmp video using stride 1, given that the model does not see fps or stride. I wonder how can the model recover the same HR? Actually this is a data augmentation method used in rPPG field, by using stride to change the GT HR of a video, you can see it in 《Robust Remote Heart Rate Estimation from Face Utilizing Spatial-temporal Attention》. Thank you for your patience, I would be very appreciate if you can replay, many thanks. I see what you are confused about. I agree with your opinions about the change of HR due to the fps changes. The paper you refer is using HR ground truth to constrain the model and assumes the input video has the same time-length. However, it is not our case and the underlying theory of our work remains the same. The objective of sparsity-based temporal augmentation is to find invariant recovered HR of the original videos instead of the processed clips. It is true that the HR of processed clip will change only if we say the signals behind them have the same time-length. But we do not have such labels to force this condition. Instead, we use contrastive loss to force the model recover the original video HR and model should learn the knowledge of stride/fps. Additionally, this knowledge is then reinforced by the later pseudo-label classification task. Cheers I get it now, thank you for your patience. I realized now that it's the rPPG version of MoCo, but not that intuitive, really wonder how the model can learn the knowledge of stride/fps. Again, great work, many thanks ! 😊
gharchive/issue
2022-10-27T12:19:17
2025-04-01T04:54:56.313372
{ "authors": [ "BluebirdStory", "Dylan-H-Wang" ], "repo": "Dylan-H-Wang/SLF-RPM", "url": "https://github.com/Dylan-H-Wang/SLF-RPM/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
310229286
View config not found "react": "^16.3.0", "react-native": "0.54.4", I get this error when running: <FastImage source={{ uri }} resizeMode={FastImage.resizeMode.contain} /> +1 +1 +1 i installed it using pod and it's working fine now. Probably it's a linker error. I unlinked and linked the FastImage library in Xcode again, and it worked. So instead of running react-native link you can set up it manually for now to get it to work. getting this error, but only sometimes (ios). Seems to work fine. But in the release I keep seeing it from time to time. Sometimes during initial load of the app, but also happens when app is already loaded, using FastImage successfully and suddenly this happens (we get crash reports) "react-native": "0.59.3", "react-native-fast-image": "^5.2.0",
gharchive/issue
2018-03-31T10:05:23
2025-04-01T04:54:56.318769
{ "authors": [ "anvu69", "csotiriou", "newah", "pontusab", "rayhk6", "uusa35" ], "repo": "DylanVann/react-native-fast-image", "url": "https://github.com/DylanVann/react-native-fast-image/issues/175", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
267506292
Noisy inputs are not properly implemented Take the Izhikevich model in dsDemos as an example: eqns={ 'C=100; vr=-60; vt=-40; k=.7; Iapp=70; ton=200; toff=800' 'a=.03; b=-2; c=-50; d=100; vpeak=35' 'dv/dt=(k*(v-vr)*(v-vt)-u+I(t))/C; v(0)=vr' 'du/dt=a*(b*(v-vr)-u); u(0)=0' 'if(v>vpeak)(v=c; u=u+d)' 'I(t)=Iapp*(t>ton&t<toff)*(1+.5*rand)' % define applied input using reserved variables 't' for time and 'dt' for fixed time step of numerical integration 'monitor I' % indicate to store applied input during simulation }; data=dsSimulate(eqns, 'tspan',[0 1000], 'study_dir','demo_izhikevich'); DynaSim generates a solve file that instead of computing I(t) first and use its value to integrate v, it uses Iapp*(t>ton&t<toff)*(1+.5*rand), so each v_ki sees a different noise. Also the monitor being computed on its own represents a different noise realization from the one the system is seeing. See all this below: function [T,pop1_v,pop1_u,pop1_I]=solve_ode % ------------------------------------------------------------ % Parameters: % ------------------------------------------------------------ params = load('params.mat','p'); p = params.p; downsample_factor=p.downsample_factor; dt=p.dt; T=(p.tspan(1):dt:p.tspan(2))'; ntime=length(T); nsamp=length(1:downsample_factor:ntime); % ------------------------------------------------------------ % Initial conditions: % ------------------------------------------------------------ % seed the random number generator rng_wrapper(p.random_seed); t=0; k=1; % STATE_VARIABLES: pop1_v = zeros(nsamp,p.pop1_Npop); pop1_v(1,:) = p.pop1_vr; pop1_u = zeros(nsamp,p.pop1_Npop); pop1_u(1,:) = 0*ones(1,p.pop1_Npop); % MONITORS: pop1_I = zeros(nsamp,p.pop1_Npop); pop1_I(1,:)=p.pop1_Iapp*(t>p.pop1_ton&t<p.pop1_toff)*(1+.5*rand); % ########################################################### % Numerical integration: % ########################################################### n=2; for k=2:ntime t=T(k-1); pop1_v_k1=(p.pop1_k*(pop1_v(n-1)-p.pop1_vr)*(pop1_v(n-1)-p.pop1_vt)-pop1_u(n-1)+((p.pop1_Iapp*(t>p.pop1_ton&t<p.pop1_toff)*(1+.5*rand))))/p.pop1_C; pop1_u_k1=p.pop1_a*(p.pop1_b*(pop1_v(n-1)-p.pop1_vr)-pop1_u(n-1)); t=t+.5*dt; pop1_v_k2=(p.pop1_k*(((pop1_v(n-1)+.5*dt*pop1_v_k1))-p.pop1_vr)*(((pop1_v(n-1)+.5*dt*pop1_v_k1))-p.pop1_vt)-((pop1_u(n-1)+.5*dt*pop1_u_k1))+((p.pop1_Iapp*(t>p.pop1_ton&t<p.pop1_toff)*(1+.5*rand))))/p.pop1_C; pop1_u_k2=p.pop1_a*(p.pop1_b*(((pop1_v(n-1)+.5*dt*pop1_v_k1))-p.pop1_vr)-((pop1_u(n-1)+.5*dt*pop1_u_k1))); pop1_v_k3=(p.pop1_k*(((pop1_v(n-1)+.5*dt*pop1_v_k2))-p.pop1_vr)*(((pop1_v(n-1)+.5*dt*pop1_v_k2))-p.pop1_vt)-((pop1_u(n-1)+.5*dt*pop1_u_k2))+((p.pop1_Iapp*(t>p.pop1_ton&t<p.pop1_toff)*(1+.5*rand))))/p.pop1_C; pop1_u_k3=p.pop1_a*(p.pop1_b*(((pop1_v(n-1)+.5*dt*pop1_v_k2))-p.pop1_vr)-((pop1_u(n-1)+.5*dt*pop1_u_k2))); t=t+.5*dt; pop1_v_k4=(p.pop1_k*(((pop1_v(n-1)+dt*pop1_v_k3))-p.pop1_vr)*(((pop1_v(n-1)+dt*pop1_v_k3))-p.pop1_vt)-((pop1_u(n-1)+dt*pop1_u_k3))+((p.pop1_Iapp*(t>p.pop1_ton&t<p.pop1_toff)*(1+.5*rand))))/p.pop1_C; pop1_u_k4=p.pop1_a*(p.pop1_b*(((pop1_v(n-1)+dt*pop1_v_k3))-p.pop1_vr)-((pop1_u(n-1)+dt*pop1_u_k3))); % ------------------------------------------------------------ % Update state variables: % ------------------------------------------------------------ pop1_v(n)=pop1_v(n-1)+(dt/6)*(pop1_v_k1+2*(pop1_v_k2+pop1_v_k3)+pop1_v_k4); pop1_u(n)=pop1_u(n-1)+(dt/6)*(pop1_u_k1+2*(pop1_u_k2+pop1_u_k3)+pop1_u_k4); % ------------------------------------------------------------ % Conditional actions: % ------------------------------------------------------------ conditional_test=(pop1_v(n)>p.pop1_vpeak); if any(conditional_test), pop1_v(n,conditional_test)=p.pop1_c; pop1_u(n,conditional_test)=pop1_u(n,conditional_test)+p.pop1_d; end % ------------------------------------------------------------ % Update monitors: % ------------------------------------------------------------ pop1_I(n,:)=p.pop1_Iapp*(t>p.pop1_ton&t<p.pop1_toff)*(1+.5*rand); n=n+1; end T=T(1:downsample_factor:ntime); end I realized about this while I was trying to use vectorized expressions for monitors in Octave while keeping the code as is for Matlab (issue #69) I got it working when monitors are functions of state variables, however I found an issue with these Gaussian inputs. Because of this, I realized of the error above... I think it would be best that before working on the fix I merge the changes I introduced, don't you think? Another problem I'm seeing is that (n=2) neurons monitor the same noise. Once this is fixed, the noise should be different. There are two components in this issue: Each component of the RK4 sees a different noise, but, after double-thinking about it, I actually think now that this may be the right way to do it. The monitor doesn't store the actual noise used in the simulation. I think this is what really needs fixing here. I think the proper way to do it would be to save pop1_I(n,:) as the noise value used in computing next k1 component of RK4 integration (k1 = f(tn,yn), for dy/dt=f(t,y))
gharchive/issue
2017-10-22T22:59:21
2025-04-01T04:54:56.323710
{ "authors": [ "kupiqu" ], "repo": "DynaSim/DynaSim", "url": "https://github.com/DynaSim/DynaSim/issues/253", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1611230003
Service Now alerting profile Describe the bug We may upgrade to Monaco v2 when its GA/supported. But until then, we we'll use v1. We experience the following when trying to create Service Now alerting profiles: Snippet of config config: - customer common services apis_pn_snow_high: service-now.json customer common services apis_pn_snow_high: - name: customer common services apis_pn_snow_high_{{ .Env.MONACO_ENV }} - alertingProfile: config/alerting-profile/customer common services apis_ap_high.id - instanceName: REDACTED - username: REDACTED - password: REDACTED The service-now.json looks like this: { "type": "SERVICE_NOW", "name": "{{ .name }}", "alertingProfile": "{{ .alertingProfile }}", "active": true, "message": "{ProblemID} {ProblemTitle}", "instanceName": "{{ .instanceName }}", "username": "{{ .username }}", "password": "{{ .password }}", "sendIncidents": true, "sendEvents": false } Resulting error: You are currently using the old CLI structure which will be used by default until monaco version 2.0.0 Check out the beta of the new CLI by adding the environment variable "NEW_CLI". We can't wait for your feedback. 2023-03-06 06:30:27 INFO Dynatrace Monitoring as Code v1.7.0 2023-03-06 06:30:27 INFO Executing projects in this order: 2023-03-06 06:30:27 INFO 1: config (131 configs) 2023-03-06 06:30:27 INFO Processing environment cky14011... 2023-03-06 06:30:27 INFO Processing project config... 2023-03-06 06:30:33 INFO Deployment summary: 2023-03-06 06:30:33 ERROR Deployment to cky14011 failed with error! 2023-03-06 06:30:33 ERROR Failed to create DT object customer common services apis_pn_snow_critical_secondary (HTTP 400)! Response was: {"error":{"code":400,"message":"Validation failed for 2 Validators.","constraintViolations":[{"path":"builtin:problem.notifications/0/serviceNowNotification/url","message":"Given property 'url' with value: '' violates the following constraint: Size must be between 1 and 1000.","parameterLocation":"PAYLOAD_BODY","location":null},{"path":"builtin:problem.notifications/0/serviceNowNotification/url","message":"Given property 'url' with value: '' violates the following constraint: Not a valid http(s) URL.","parameterLocation":"PAYLOAD_BODY","location":null}]}}, responsible config: config/notification/service-now.json 2023-03-06 06:30:33 ERROR Errors during deployment! Check log! How to reproduce See above Expected behavior Service now alerting profile to be created Log output error dump above Environment (please complete the following information): OS: macOs Ventura, but same error on our AWS CodeBuild image Tool version 1.7.0 (also tried with 1.8) Additional context Add any other context about the problem here. Hi @edfenergy-stevebowerman, please read the API error message in the log you shared "builtin:problem.notifications/0/serviceNowNotification/url","message":"Given property 'url' with value: '' violates the following constraint: Size must be between 1 and 1000." Your JSON template is missing an URL. If this problem persists after adding one/none is part of the Config API payload, this is an issue in the internal conversion from the deprecated API to the "builtin:problem.notifications" Settings schema. In that case, please contact Dynatrace Support, letting them know you're facing issues with the Notifications API/Settings 2.0. In either case, closing this as not a Monaco specific issue. See also: https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/notifications-api/models#servicenow-notification. The description of the URL field being mutually exclusive to instanceName suggests that this may really be a problem in how this is validated as a Setting internally. Hi, thanks for the response, but I have read the error message before posting. url and instanceName are mutually exclusive. So as you can see in my posting, we've supplied the instanceName, but NOT the url in the service-now.json However, monaco seems to disagree as I'm clearly NOT passing in the url attribute, just the instanceName. However, monaco seems to disagree as I'm clearly NOT passing in the url attribute, just the instanceName. As I tried to mention, this Error is coming from Dynatrace, not Monaco. Monaco is not aware of the exact contents of the payload it simply fills the template and calls the Dynatrace API. The log shows an HTTP 400 reply and the accompanying message. As mentioned, I think this might be an issue with validating the "builtin:problem.notifications" Settings schema. Please contact Dynatrace Support, letting them know you're facing issues with the Notifications API/Settings 2.0 not with monaco.
gharchive/issue
2023-03-06T11:44:34
2025-04-01T04:54:56.383852
{ "authors": [ "UnseenWizzard", "edfenergy-stevebowerman" ], "repo": "Dynatrace/dynatrace-configuration-as-code", "url": "https://github.com/Dynatrace/dynatrace-configuration-as-code/issues/861", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1556205099
GeneticVariant Traits - Rest endpoint to get all traits associated to a given Genetic Variant As developer I want an api endpoint So that when I send a GET request, hateoas, paginated list of all traits associated to a given Genetic Variant in the database is returned in JSON Format Management Rules: Rule 1: Endpoint - /v2/variants/{variantId}/traits Rule 2: HTTP Request Method - GET Rule 3: HATEOAS, with filer, sorting, pagination, and sizing Rule 4: Endpoint should accept filter, and sort parameters as in /traits?label=...&page=0&size=20&sort=... Rule 6: Sort feature should be available for: traits Rule 6: Returned Study Json entity must include: Trait Label(s), ReportedTrait(s), AssociationCount Acceptance Tests: Given no parameter When the front end sends a GET request to the endpoint Hateoas compliant list of studies is returned in the specified JSON Format Given sorting, pagination, and/or some search and filter parameters When the front end sends a GET request to thesame endpoint Hateoas compliant filtered list of studies satisfying the conditions in the url parameter must be returned @ala-ebi The API details are below Uri -: http://gwas-snoopy.ebi.ac.uk:9780/gwas/api/v2/variants//traits Search Params -: @JsonProperty("reportedTrait") private String reportedTrait; @JsonProperty("efoTrait") private String efoTrait; Sort Params -: associationCount
gharchive/issue
2023-01-25T07:55:03
2025-04-01T04:54:56.738210
{ "authors": [ "sajo-ebi", "sprintell" ], "repo": "EBISPOT/gwas-ui", "url": "https://github.com/EBISPOT/gwas-ui/issues/285", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1712280700
Some search boxes do not work On this page: https://www.ebi.ac.uk/gwas/labs/downloads/summary-statistics, in the first table, typing in the Trait(s) box does not work. Also, search box does not work for first author in studies table on any page @sajo-ebi please add firstAuthor search param to the search params for Study @ala-ebi the 'firstAuthor' param has been added to Studies endpoint Done, waiting to be deployed @ljwh2 Deployed in Dev http://gwas-snoopy.ebi.ac.uk:9780/gwas Confirmed First author search now works When searching by trait on the sumstats page: https://www.ebi.ac.uk/gwas/labs/downloads/summary-statistics I encountered an error on loading the page. Cleared the error and the table loaded without any data in the reported trait column. Searching in the Trait(s) box produced the error again, but the search did work after clearing the error. Confirmed reported traits are still not displayed in sumstats table (but I don't see the error message now) We expect this will not happen in prod First author search box still does not work See also goci#1107 needs releasing Now released
gharchive/issue
2023-05-16T15:41:50
2025-04-01T04:54:56.743889
{ "authors": [ "ala-ebi", "ljwh2", "sajo-ebi", "sprintell" ], "repo": "EBISPOT/gwas-ui", "url": "https://github.com/EBISPOT/gwas-ui/issues/350", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2327363714
Ontologies load failure - OLS4 We are facing multiple issues while loading ontologies through OLS4. Below are the issues OntologyId Issue Exception abcd Invalid URI org.apache.jena.riot.RiotException: Bad character in IRI (space): http://rs.tdwg.org/abcd/terms/Specimen[space]... battinfo URL doesn't exist org.apache.jena.riot.RiotNotFoundException: Not found: https://w3id.org/emmo/domain/battery/0.8.0-beta/battery bdsubj Content Type org.apache.jena.riot.RiotException: Failed to determine the content type: (URI=https://purl.org/fidbaudigital/subjects : stream=text/plain) peco Content org.apache.jena.riot.RiotException: [line: 1, col: 1 ] Content is not allowed in prolog. hoom Multiple Children org.apache.jena.riot.RiotException: [line: 21, col: 74] {E201} Multiple children of property element These ontologies are loaded successfully in OLS3. Is there a way/approach we can follow to load these ontologies in OLS4? Hi @deepananbu, looking at the table you have provided I can see the majority of the issues you are facing are because of the format of the ontologies. OLS4 only accepts ontologies which are in RDF/OWL format so this the ontology itself and all the imports need to be RDF format. If for example the ontology itself is not in RDF format or one of its import is not in RDF format then OLS would complain. Just a note, PECO is already in OLS4 you can access it here: https://www.ebi.ac.uk/ols4/ontologies/peco @haideriqbal - Do we have any workaround or temp solution to load these ontologies in OLS4? And what would be ideal solution to fix these kind of issues? @deepananbu possible fix would be to convert your ontologies to RDF format. You can do this using protoge (https://protege.stanford.edu/) or robot (https://robot.obolibrary.org/) http://www.ebi.ac.uk/efo/EFO_0009603 请问 这个数据如何下载?急,请求帮助。 @deepananbu I am closing this ticket for now as to the best of our knowledge this needs to be fixed on your side. Please feel free to open this again if this proves otherwise.
gharchive/issue
2024-05-31T09:26:40
2025-04-01T04:54:56.751512
{ "authors": [ "deepananbu", "haideriqbal", "henrietteharmse", "yangyangmiao2019" ], "repo": "EBISPOT/ols4", "url": "https://github.com/EBISPOT/ols4/issues/671", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1956747972
Right-click menu for systems and components Through a right-click menu the user should be able to rename or delete. this goes under #69
gharchive/issue
2023-10-23T09:32:50
2025-04-01T04:54:56.781281
{ "authors": [ "Jesper276", "TSKsmiley" ], "repo": "ECDAR-AAU-SW-P5/Ecdar-GUI-Web", "url": "https://github.com/ECDAR-AAU-SW-P5/Ecdar-GUI-Web/issues/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2689748244
Tune model assumptions This PR brings in some further improvements to the model configuration prior to the public launch scheduled for this Weds. Updates the hot water model to account for outdoor cylinder location (for HWHP systems) and indoor location (for other cylinder types) and refines the efficiencies for natural gas hot water systems. Corrects wood thrown density and calorific value figures to match those in the reference. Pre-filters plans to those from the big-four gentailers, reducing the risk of plans belonging to bundles e.g. with internet being mistakenly selected by the optimization routines. Modifies the gas-using household profile to not have gas space heating as this is uncommon in NZ. Updates the electricity and natural gas plans selected as a result. Updates the lookup tables based on these new model assumptions. Tests passing. Happy to merge with gg-eeca's review.
gharchive/pull-request
2024-11-25T08:32:13
2025-04-01T04:54:56.826226
{ "authors": [ "willcattoneeca" ], "repo": "EECA-NZ/home-efficiency-calculator", "url": "https://github.com/EECA-NZ/home-efficiency-calculator/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1469125023
[Auto-generated] Update dependencies Update dependencies Automatically created PR from ci/dependabot-updates. For more information see the "Dependabot updates" workflow. To-do [ ] Check that the diff is sensible, and that tests and builds pass with the new dependency versions. [ ] Make sure that the PR is squash merged, with a sensible commit message. Codecov Report Base: 68.43% // Head: 68.43% // No change to project coverage :thumbsup: Coverage data is based on head (1f07385) compared to base (50bddac). Patch has no changes to coverable lines. Additional details and impacted files @@ Coverage Diff @@ ## master #206 +/- ## ======================================= Coverage 68.43% 68.43% ======================================= Files 17 17 Lines 491 491 ======================================= Hits 336 336 Misses 155 155 Flag Coverage Δ pytest 68.43% <ø> (ø) Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. :umbrella: View full report at Codecov. :loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
gharchive/pull-request
2022-11-30T06:40:53
2025-04-01T04:55:02.287206
{ "authors": [ "TEAM4-0", "codecov-commenter" ], "repo": "EMMC-ASBL/oteapi-services", "url": "https://github.com/EMMC-ASBL/oteapi-services/pull/206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1102254996
🛑 EC3 portal for EOSC-Synergy is down In c77f54a, EC3 portal for EOSC-Synergy (https://servproject.i3m.upv.es/ec3-synergy/) was down: HTTP code: 0 Response time: 0 ms Resolved: EC3 portal for EOSC-Synergy is back up in 7f7e5ed.
gharchive/issue
2022-01-13T19:48:00
2025-04-01T04:55:02.305294
{ "authors": [ "orviz" ], "repo": "EOSC-synergy/status", "url": "https://github.com/EOSC-synergy/status/issues/232", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
892593502
🛑 EC3 portal for EOSC-Synergy is down In ae8080b, EC3 portal for EOSC-Synergy (https://servproject.i3m.upv.es/ec3-synergy/) was down: HTTP code: 0 Response time: 0 ms Resolved: EC3 portal for EOSC-Synergy is back up in ea89e35.
gharchive/issue
2021-05-16T04:42:34
2025-04-01T04:55:02.307798
{ "authors": [ "orviz" ], "repo": "EOSC-synergy/status", "url": "https://github.com/EOSC-synergy/status/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
342885173
Plugin and Nodeos test failed. 30 - plugin_test (Failed) 31 - nodeos_sanity_test (Failed) 32 - nodeos_run_test (Failed) 34 - nodeos_run_test-mongodb (Failed) 35 - distributed-transactions-test (Failed) 36 - restart-scenarios-test-resync (Failed) 37 - restart-scenarios-test-hard_replay (Failed) 38 - restart-scenarios-test-none (Failed) 39 - validate_dirty_db_test (Failed) 40 - nodeos_sanity_lr_test (Failed) 41 - nodeos_voting_lr_test (Failed) running Ubuntu as Windows Linux Subsystem with EOS.IO 1.10.0 build. Windows Linux Subsystem is not supported. If you wish to discover why those tests are failing and submit pull requests that correct the problem on Windows, we will evaluate them for possible merging. possibly related: #3842 Windows Linux Subsystem is not supported. As things stand, the problem with the test-failures is not related to WSL
gharchive/issue
2018-07-19T20:52:46
2025-04-01T04:55:02.310001
{ "authors": [ "bluabaleno", "jgiszczak", "lazaridiscom" ], "repo": "EOSIO/eos", "url": "https://github.com/EOSIO/eos/issues/4758", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
622735264
Add unity build support for some targets Change Description This PR add support to enable cmake unity build for certain targets. Enabling unity build can significantly improve the build time for the project. However, it's not possible enable it globally with CMAKE_UNITY_BUILD because some of the libraries/submodules requires modification to make it work. This PR uses ENABLE_UNITY_BUILD flag to enable unity build for the targets don't have problem with it. Consensus Changes [ ] Consensus Changes API Changes [ ] API Changes Documentation Additions [ ] Documentation Additions @spoonincode do you see any issues with providing this option? I played with it some and I guess not. It does feel a little hokey needing to sprinkle these all through various cmakefiles. Unless someone is actively using the feature it risks becoming wrong/broken like a handful of other cmake stuff we have sprinkled about still. IMO, the option should be enabled by default for CI build. This is build times I got from comparing the CI build with the ENABLE_UNITY_BUILD ON and OFF. ENABLE_UNITY_BUILD=OFF ENABLE_UNITY_BUILD=ON Amazon Linux 26.35 18.15 CentOS 28.03 17.34 macOS. 23.14 18.34 Ubuntu 16.04 27.58 17.10 Ubuntu 18.04 24.38 15.19 Docker 21.59 16.45 Personally, I don't use build script in the EOS repo. I prefer to supply the cmake options I need and use ninja. Without unity build, using "ninja" for clean build without limiting jobs would freeze my Mac with 32 GB ram, I need to explicit limit the jobs to 4 to avoid it. With unity build, I don't need to specify the number of jobs and it also compiles a lot faster. I can even go as far as 18 jobs on my 8-core machine without any issues. Should we be keeping CI & build script in parity?
gharchive/pull-request
2020-05-21T19:39:06
2025-04-01T04:55:02.317156
{ "authors": [ "heifner", "huangminghuang", "spoonincode" ], "repo": "EOSIO/eos", "url": "https://github.com/EOSIO/eos/pull/9125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
326642388
Post dawn4.1 updates Updates to stay in sync with eosio/eos master.. Related: https://github.com/EOSIO/eosjs/issues/106 Ah, nice! pubkey account lookup back in :)) Released eosjs@13 passing with dawn-v4.2.0
gharchive/issue
2018-05-25T19:44:24
2025-04-01T04:55:02.319374
{ "authors": [ "Dylan-Phoon", "jcalfee" ], "repo": "EOSIO/eosjs", "url": "https://github.com/EOSIO/eosjs/issues/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
324901585
Please add EOS symbol Please add EOS symbol 'EOS@eosio': { precision: 4 }, 'EOS@eosio.token': { precision: 4 } https://github.com/EOSIO/eosjs/blob/f18e43fe753a9b35ed09ae8c389fa43324495385/src/asset-cache.js#L9 published eosjs@12.0.1 related: https://github.com/EOSIO/eosjs/issues/95
gharchive/issue
2018-05-21T12:40:10
2025-04-01T04:55:02.321240
{ "authors": [ "jcalfee", "yepp4you" ], "repo": "EOSIO/eosjs", "url": "https://github.com/EOSIO/eosjs/issues/97", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2428549253
Bugfixes to labelling Resets the labels on restarts, and fixes a wrong ifdef. Do we still need this branch?
gharchive/pull-request
2024-07-24T22:05:04
2025-04-01T04:55:02.323072
{ "authors": [ "matt-frey", "sjboeing" ], "repo": "EPIC-model/epic", "url": "https://github.com/EPIC-model/epic/pull/569", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
180168914
Let's Encrypt cron time When I set my first cert from Let's Encrypt, ee created the auto-renew cron. But, different from what is showed in the docs, the cron was set to 0 0 * * *, which does not serve its purpose – and I had to manually renew every site. I think this is a bug (other people appears to have a similar issue), but besides that, it would not be better if the cron was executed every 10 days or something like that? The documentation shows 0 12 * * *, which means everyday 12:00. That's not necessary, since Let's Encrypt allows renews 20 days before the expiration. In my server, I use 0 23 */10 * *, so it can renew everything every 10 days at 23:00 (11pm), when load is low. Right now I am running ee v3.7.4, but it was an older version when I set Let's Encrypt. – 0 23 */10 * * ee site update --le=renew --all 2> /dev/null Thanks, I seem to have this same issue. @hmaesta, are you getting automatic renewals processing correctly with the changes cron time? @cfrazier I want to say Yes!, but one single website is not renewing and I don't know why – but I don't think it is crontime's fault. I recommend you set the cron job to renew SSL every 70 - 80 days like this: 0 23 */70 * * ee site update --le=renew --all 2> /dev/null Because I myself got this error when renew SSL manually: More than 30 days left for certificate Expiry. Not renewing now. What if you have two or more sites, with non coincident expiry dates? Think twice. @janiosarmento If you have two or more sites with non coincident expiry dates, IMHO, there is no other way but setting the cron job for each website: instead of 0 23 */70 * * ee site update --le=renew --all 2> /dev/null using: 0 23 */60 * * ee site update site1.com --le=renew 2> /dev/null #if site1 has SSL from 1/1/2017 and today is no later than 30 days from 1/1/2017. 0 23 */60 * * ee site update site2.com --le=renew 2> /dev/null #if site2 has SSL from 15/3/2017 and today is no later than 30 days from 15/3/2017. and so on. You may have more efficient way to configure above crons. Read more at: https://www.pantz.org/software/cron/croninfo.html Or you can make it run every day on midnight for both sites and then you're certain that your certificate is renewed :) @tuxcomputing Have you tried? Have you got the error message: More than 30 days left for certificate Expiry. Not renewing now. @hermesmarcom it does not matter if you get the error or not. just run it through cron every night, set the output to 2> /dev/null and it will renew itself when you have less than 30 days. :) We have handled this in a better way in v4. You may check this PR https://github.com/EasyEngine/easyengine/pull/1005 Please use http://community.rtcamp.com/c/easyengine for future support questions.
gharchive/issue
2016-09-29T21:33:24
2025-04-01T04:55:02.463355
{ "authors": [ "cfrazier", "hermesmarcom", "hmaesta", "janiosarmento", "rahul286", "rsmith4321", "tuxcomputing" ], "repo": "EasyEngine/easyengine", "url": "https://github.com/EasyEngine/easyengine/issues/773", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
391970096
Unable to install dependencies 问题描述 [问题描述:无法安装项目依赖] 复现步骤 [复现问题的步骤] git clone https://github.com/EasyTuan/taro-msparis.git cd taro-msparis npm install 期望行为 [安装成功] 报错信息 [Unhandled rejection RangeError: Maximum call stack size exceeded at RegExp.test () at C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\node_modules\aproba\index.js:38:16 at Array.forEach () at module.exports (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\node_modules\aproba\index.js:33:11) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:37:3) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) at flatNameFromTree (C:\Users\Administrator\AppData\Roaming\npm\node_modules\npm\lib\install\flatten-tree.js:39:14) npm ERR! cb() never called! npm ERR! This is an error with npm itself. Please report this error at: npm ERR! https://npm.community npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2018-12-18T02_08_38_750Z-debug.log] 系统信息 操作系统: [e.g. Windows 10] Taro 版本 [Taro v1.2.0-beta.16] Node.js 版本 [e.g. v8.12.0] npm版本 [6.5.0] 补充信息 [百度是:超过最大调用栈问题;给npm降级到5.4.0或者升级到6.5.0 都没解决问题] 问题已解决,我试了下cnpm i 命令可以安装成功![cnpm@6.0.0] 好的
gharchive/issue
2018-12-18T02:26:30
2025-04-01T04:55:02.487485
{ "authors": [ "EasyTuan", "qiilee" ], "repo": "EasyTuan/taro-msparis", "url": "https://github.com/EasyTuan/taro-msparis/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1421259853
CODE_OF_CONDUCT-bn I would like to create the code of conduct in Bengali. Please assign this issue to me. @Akash190104 please feel free to add it. Add fixes #8919 to the PR to close this issue automatically
gharchive/issue
2022-10-24T18:40:33
2025-04-01T04:55:02.492783
{ "authors": [ "Akash190104", "shrn01" ], "repo": "EbookFoundation/free-programming-books", "url": "https://github.com/EbookFoundation/free-programming-books/issues/8919", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
681485805
[Update] free-programming-books-ko.md What does this PR do? Add Resource(s) For resources Add Raspberry pi free docs link. Why is this valuable (or not) I thought it was worth it because it would help Koreans use raspberry pi. How do we know it's really free? Free online books from WikiDocs. For book lists, is it a book? To be exact, it is a translation of the official Raspberry Pi document. Checklist: [x] Not a duplicate [ ] Included author(s) if appropriate [x] Lists are in alphabetical order [ ] Needed indications added (PDF, access notes, under construction) Thanks, and welcome to free-programming-books!
gharchive/pull-request
2020-08-19T01:44:59
2025-04-01T04:55:02.496069
{ "authors": [ "Kim-SuBin", "eshellman" ], "repo": "EbookFoundation/free-programming-books", "url": "https://github.com/EbookFoundation/free-programming-books/pull/3677", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1966883400
[BUG] Edit button to manage link is not positioned properly Has this bug been raised before? [X] I have checked "open" AND "closed" issues and this is not a duplicate Where did you find this bug? production on biodrop.io Version of BioDrop (for example "v1.2.3") v2.83.8 Description The Edit button on the /account/manage/links page is not positioned correctly, which results in visual inconsistency and usability problem. This affects the user experience when attempting to manage links in their account. Screenshots Do you want to work on this issue? Yes If you want to work on this issue... To fix this issue I will be changing the position of edit link/button using Tailwind CSS styles Thank you for raising - this has been raised before. This will be improved as part of the redesign process which is coming up, so I will close this for now.
gharchive/issue
2023-10-29T07:49:01
2025-04-01T04:55:02.529152
{ "authors": [ "SaraJaoude", "mrical" ], "repo": "EddieHubCommunity/BioDrop", "url": "https://github.com/EddieHubCommunity/BioDrop/issues/9660", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1656715886
data:StarKnightt Fixes Issue Changes proposed Check List (Check all the applicable boxes) [x] My code follows the code style of this project. [x] My change requires changes to the documentation. [x] I have updated the documentation accordingly. [x] All new and existing tests passed. [x] This PR does not contain plagiarized content. [x] The title of my pull request is a short description of the requested changes. Screenshots Note to reviewers Please check the rest of the icons from the set of available icons at : https://linkfree.io/icons looks good Thank YOU
gharchive/pull-request
2023-04-06T06:00:11
2025-04-01T04:55:02.533233
{ "authors": [ "ChinmayMhatre", "StarKnightt" ], "repo": "EddieHubCommunity/LinkFree", "url": "https://github.com/EddieHubCommunity/LinkFree/pull/5874", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1640382939
[PROFILE ADDITION] Profile screenshot Profile screenshot wow wow
gharchive/issue
2023-03-25T05:10:40
2025-04-01T04:55:02.535175
{ "authors": [ "getlost01", "vikasz1", "webdevelopermamun-official" ], "repo": "EddieHubCommunity/awesome-github-profiles", "url": "https://github.com/EddieHubCommunity/awesome-github-profiles/issues/1770", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
804891137
Brenda Michelle Due we close new issues on PR merge and voting is still possible on closed issues I will close this one. Nice Profile btw 🚀
gharchive/issue
2021-02-09T20:22:45
2025-04-01T04:55:02.535996
{ "authors": [ "BrendaMichellle", "schmelto" ], "repo": "EddieHubCommunity/awesome-github-profiles", "url": "https://github.com/EddieHubCommunity/awesome-github-profiles/issues/353", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1031157043
add shrejal99 resolve #784 Maybe you could consider using more like an image like this: Thanks for your contribution 🚀
gharchive/pull-request
2021-10-20T09:02:48
2025-04-01T04:55:02.537459
{ "authors": [ "schmelto", "shrejal99" ], "repo": "EddieHubCommunity/awesome-github-profiles", "url": "https://github.com/EddieHubCommunity/awesome-github-profiles/pull/785", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2003585730
Add Oludayo Orunsolu Related issue What changes does this PR do? added Oludayo Orunsolu to the contributors list to complete the AllInOneAfrica challenge Screenshots (If any) Questions closing due to inactivity feel free to reopen
gharchive/pull-request
2023-11-21T06:56:52
2025-04-01T04:55:02.538959
{ "authors": [ "ORUNSOLU", "schmelto" ], "repo": "EddieHubCommunity/open-source-practice", "url": "https://github.com/EddieHubCommunity/open-source-practice/pull/3295", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
738282620
Reshaping my GitHub profile Anyone interested to work together? I wanna reshape my GitHub profile. (ps I am a beginner willing to learn from Open Source.) Hi @EugeneGohh 😃, are you interested in working in any of the repositories of this organization? If you don't have a project that you like, try to pitch your idea for a new project on Discord, and see if more people like it 👍 @EugeneGohh in addition to what @BOLT04 mentioned. Have you looked at the examples in this repo? Your GitHub profile looks great, but if you want more ideas or inspiration, have a look at the README in this project - it has lots of examples
gharchive/issue
2020-11-07T17:24:19
2025-04-01T04:55:02.540645
{ "authors": [ "BOLT04", "EugeneGohh", "eddiejaoude" ], "repo": "EddieJaoudeCommunity/awesome-github-profiles", "url": "https://github.com/EddieJaoudeCommunity/awesome-github-profiles/issues/162", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
734335873
Please invite me to the GitHub Community Organisation Invitation will be sent for the GitHub Organisation soon. We look forward to having you part of our community :nerd: Don't forget after accepting to make it public so it appears on your github profile for everyone else to see, you can do this by finding your name in the github organisation list and change the dropdown to public https://github.com/orgs/EddieJaoudeCommunity/people Tips for practicing: Customise your GitHub profile, here is a live stream on it https://www.youtube.com/watch?v=cT6GXCuS0Zo Practice repo, instructions how to add your name to the README in the README https://github.com/EddieJaoudeCommunity/hacktoberfest-practice Remember contributing to open source is not just about code, its about collaboration, communication and adding value I hope that helps @eddiejaoude when will i receive an invitation? @akshitagupta15june Hey, you will soon receive the invitation. The above message is from the bot which is automated but the invitation is yet to be automated, on which I have been assigned and currently working on. @akshitagupta15june Meanwhile you can join the discord server here:- https://discord.gg/pQt7d2mK Ok @yash982000 will join dicord I would love to be the part of this organisation @eddiejaoude I would love to be the part of this organisation @eddiejaoude You will get an invite soon. Meanwhile, have an eye on issues/features you can work on. @akshitagupta15june please stop spamming the community, we have received your many notifications that you want to join the community - we appreciate your enthusiasm but this does not speed up the progress and only causes extra work for the community. Please remember open source maintainers are people, these people have day jobs and families. Do not worry you will receive the invitation to the organisation soon. As @yash982000 mentioned, you can already start getting involved and contributing to the community and our projects - therefore your organisation invitation is not blocking you 🤓 Invitation sent for the GitHub Organisation. Welcome to the community 🎉 Don't forget after accepting to make it public so it appears on your GitHub profile for everyone else to see, you can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/EddieJaoudeCommunity/people Tips for practising: Customise your GitHub profile, here is a live stream on it https://www.youtube.com/watch?v=cT6GXCuS0Zo Practice repo, instructions on how to add your name to the README in the README https://github.com/EddieJaoudeCommunity/hacktoberfest-practice Remember contributing to open source is not just about code, its about collaboration, communication and adding value I hope that helps
gharchive/issue
2020-11-02T09:19:19
2025-04-01T04:55:02.548882
{ "authors": [ "akshitagupta15june", "eddiejaoude", "yash982000" ], "repo": "EddieJaoudeCommunity/support", "url": "https://github.com/EddieJaoudeCommunity/support/issues/401", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
162427868
App Freezes when sharing..Plugin v5.1.1 Hi I did installed the the plugin, when i hit a button to share, it freezes the app and takes too much time and sometimes, it crashes the app. Can you please help! Note: iOS and Android both! Regards Amandeep On Emulator it works without any issues... it is happening only in Real Device! Nevermind, i got it resolved, it was just due to a wrong url being passed on the the Image, which took too long to respond!
gharchive/issue
2016-06-27T11:13:29
2025-04-01T04:55:02.550895
{ "authors": [ "codecrab-studios" ], "repo": "EddyVerbruggen/SocialSharing-PhoneGap-Plugin", "url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues/626", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
246317552
Chrome custom tabs - Prevent to display App Chooser Dialog If multiple application that can handle the CustomTabIntent are installed on the device when trying to open the Chrome custom tabs the user is presented with the App Chooser Dialog. Can we do anything to prevent this? Why would we want the user to select something different? Possible solution approach: https://stackoverflow.com/questions/38429630/custom-chrome-tabs-asks-for-multiple-browser-to-choose When I tried installing the new version. I am getting this error while building, any idea what could have gone wrong? platforms/android/src/com/customtabplugin/ChromeCustomTabPlugin.java:133: error: method getPackageNameToUse in class CustomTabsHelper cannot be applied to given types; String packageName = CustomTabsHelper.getPackageNameToUse(cordova.getActivity(), url); ^ required: Context found: Activity,String reason: actual and formal argument lists differ in length Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':compileArmv7DebugJavaWithJavac'. Compilation failed; see the compiler error output for details. Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
gharchive/issue
2017-07-28T11:08:45
2025-04-01T04:55:02.555223
{ "authors": [ "theely", "vivekpd15" ], "repo": "EddyVerbruggen/cordova-plugin-safariviewcontroller", "url": "https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller/issues/71", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1222934934
Treesitter error when loading colorscheme Description A description of the issue..... vim.cmd(colorscheme nightfox) is giving an treesitter error ERROR: vim(highlights):/usr/share/nvim/runtime/lua/vim/treesitter/query.lua:172: query: invalid node type at position 765 Behavior The colorscheme is working, but giving minor tresitter parsing errors Any additional info like neovim version (nvim -v), terminal, platform, etc to help with resolution Neovim 0.7 This was a treesitter errore, was fixed with updating treesitter, feel stupid...
gharchive/issue
2022-05-02T14:07:55
2025-04-01T04:55:02.569110
{ "authors": [ "Gako358" ], "repo": "EdenEast/nightfox.nvim", "url": "https://github.com/EdenEast/nightfox.nvim/issues/149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2326175423
🛑 Portal Registro is down In 49db4c3, Portal Registro (https://www.registro.una.ac.cr/) was down: HTTP code: 0 Response time: 0 ms Resolved: Portal Registro is back up in 7db5efc after 37 minutes.
gharchive/issue
2024-05-30T17:17:01
2025-04-01T04:55:02.577988
{ "authors": [ "EdgardoRamosRoque" ], "repo": "EdgardoRamosRoque/status", "url": "https://github.com/EdgardoRamosRoque/status/issues/1372", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2327103566
🛑 Portal Revistas Universitarias is down In 0918a76, Portal Revistas Universitarias (https://www.revistas.una.ac.cr/) was down: HTTP code: 500 Response time: 810 ms Resolved: Portal Revistas Universitarias is back up in 1afeb9a after 20 minutes.
gharchive/issue
2024-05-31T07:01:01
2025-04-01T04:55:02.580373
{ "authors": [ "EdgardoRamosRoque" ], "repo": "EdgardoRamosRoque/status", "url": "https://github.com/EdgardoRamosRoque/status/issues/1393", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
166825074
add allowManualNc option replaced $ with jQuery to allow noConflict() versions where the default jQuery alias $ is used by another application I've added a 'allowManualNc' setting to create a way where the user can not manually select the default/no value option. Hello, First of all, thank you for contribution. You have 2 differents points on this pull request, can you create 2 branches with this 2 contributions ? In this way, i can merge separatly this issues. For the first point, i don't think the replacement of $ by jQuery is the best way for the noConflict(). I see it on diffrent jQuery plugin, they used (function($) { Plugin code }(jQuery)); Maybe is the "use strict" the problem. You use jQuery and what other javascript library ? You have tried this different possibilities ? Second point, when you separate it, i will try this. Palloquin, My commit 2d58110 fix the noConflict() problem. Clear, I'll recreate a sepperate pull
gharchive/pull-request
2016-07-21T13:54:24
2025-04-01T04:55:02.613416
{ "authors": [ "EdouardTack", "Palloquin" ], "repo": "EdouardTack/candlestick", "url": "https://github.com/EdouardTack/candlestick/pull/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1742397089
Need Help!!! Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 115200, None, Disabled" C:\Users\Buddy\Documents\Arduino\libraries\utils\utils.cpp:29:6: error: ambiguating new declaration of 'void dbgprint(const char*, ...)' void dbgprint ( const char* format, ... ) ^~~~~~~~ In file included from C:\Users\Buddy\Documents\Arduino\libraries\utils\utils.cpp:5: C:\Users\Buddy\Documents\Arduino\libraries\utils\utils.h:11:13: note: old declaration 'char* dbgprint(const char*, ...)' char* dbgprint ( const char* format, ... ) ; // Print a formatted debug line ^~~~~~~~ Multiple libraries were found for "WiFi.h" Used: C:\Users\Buddy\Documents\ArduinoData\packages\esp32\hardware\esp32\2.0.6\libraries\WiFi Not used: C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\libraries\WiFi exit status 1 Error compiling for board DOIT ESP32 DEVKIT V1. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Looks like you have mixed versions. Please load the complete zip-file, upload sketch and data dairectory. Could you explain what you mean by mixed versions? Sorry, my fault. Just a moment. Correct version is now available. Thank you, I will try to upload the new version once I’m home tonight.
gharchive/issue
2023-06-05T19:02:10
2025-04-01T04:55:02.619741
{ "authors": [ "Edzelf", "buddyroar" ], "repo": "Edzelf/ESP32Radio-V2", "url": "https://github.com/Edzelf/ESP32Radio-V2/issues/106", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1260472907
Touching screen with pen wakes device from sleep Describe the bug A clear and concise description of what the bug is. To Reproduce Steps to reproduce the behavior: Suspend device Tap on screen with pen Device wakes from sleep Expected behavior Nothing happens Version Information: Device: reMarkable 1 OS: 2.12 Version v2.4 I can't replicate this anymore.
gharchive/issue
2022-06-03T22:49:47
2025-04-01T04:55:02.622609
{ "authors": [ "Eeems" ], "repo": "Eeems-Org/oxide", "url": "https://github.com/Eeems-Org/oxide/issues/261", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2470730910
fix: respect the default for a text prompt Type [ ] Refactor [ ] Feature [x] Bug Fix [ ] Optimization [ ] Documentation Update Description This PR respects the default value passed in when creating a Example const prompt = Prompt.text({ message: "This is a prompt with a default value", default: "default-value", // <-- This value does not populate before this PR }); [!WARNING] I attempted to model the Wizard tests, but could not get the Enter key to effect the program exit. Related Closes #3465 @cdierkens - looks like there are some linting issues. If you run pnpm lint-fix it should take care of those issues. @cdierkens - looks like there are some linting issues. If you run pnpm lint-fix it should take care of those issues. @IMax153 Done and done.
gharchive/pull-request
2024-08-16T18:08:48
2025-04-01T04:55:02.637584
{ "authors": [ "IMax153", "cdierkens" ], "repo": "Effect-TS/effect", "url": "https://github.com/Effect-TS/effect/pull/3466", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2712409743
EgorBot for AndyAyersMS in #110258 Processing https://github.com/dotnet/runtime/pull/110258#issuecomment-2511891015 command: Command -intel -arm -profiler --envvars DOTNET_TC_CallCounting:0 DOTNET_TieredPGO_InstrumentOnlyHotCode:0 DOTNET_TieredPGO_ScalableCountThreshold=1E using BenchmarkDotNet.Attributes; public class Bench { int a = 0; int b = 0; int c = 0; int d = 0; int e = 0; [Benchmark] public int Test() { int zeros = 0; Parallel.For(0, 1024, i => { int zeros = 0; int nonzeros = 0; if (a == 0) zeros++; else nonzeros++; if (b == 0) zeros++; else nonzeros++; if (c == 0) zeros++; else nonzeros++; if (d == 0) zeros++; else nonzeros++; if (e == 0) zeros++; else nonzeros++; }); return zeros; } } (EgorBot will reply in this issue) Benchmark results on linux_azure_cobalt100 BDN_Artifacts.zip Profiling for Bench_Test: SVG flamegraph: Main vs PR 🔥 Speedscope flamegraph: Main vs PR Hot asm code: Main vs PR HW counters: Main vs PR cc @AndyAyersMS (agent_logs.txt). EgorBot manual: link. Benchmark results on linux_azure_cascadelake BDN_Artifacts.zip Profiling for Bench_Test: SVG flamegraph: Main vs PR 🔥 Speedscope flamegraph: Main vs PR Hot asm code: Main vs PR HW counters: Main vs PR cc @AndyAyersMS (agent_logs.txt). EgorBot manual: link.
gharchive/issue
2024-12-02T15:45:08
2025-04-01T04:55:02.648806
{ "authors": [ "EgorBot" ], "repo": "EgorBot/runtime-utils", "url": "https://github.com/EgorBot/runtime-utils/issues/194", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1904260424
Why does this need to be a service Hi, I suppose this is a documentation issue. It's not clear to me from the readme why this has to be run as a service as all the commands (toggle rgb, pwm mode; set speed) seem to be one shot commands. I would expect it to be a cli tool uni-sync --enable-motherboard-pwm-following sort of thing. What am I missing :) oh, it's just a one shot hah
gharchive/issue
2023-09-20T06:34:11
2025-04-01T04:55:02.651313
{ "authors": [ "expipiplus1" ], "repo": "EightB1ts/uni-sync", "url": "https://github.com/EightB1ts/uni-sync/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1377568924
Пользователь может создать подпику на появление байка определённого семейства DOD юзер может подписаться на появление байков в каталоге в определённом семействе новая команда описана в ридми бота у каждой подписки индивид id создать ключ в ктором хранится список всех айдишек подписок берем список айдишек перебираем эти значения и получаем объекты подписок в объектах подписок находим нужные имена байков и берем id и отправляем ему сообщение
gharchive/issue
2022-09-19T08:09:14
2025-04-01T04:55:02.653481
{ "authors": [ "Eira", "esemi" ], "repo": "Eira/canyon-notifier", "url": "https://github.com/Eira/canyon-notifier/issues/33", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1215062546
NOME DO JOGO! Poderia por acaso ser Fluky Amity ou só MageKnight ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? nome mó legal ghostei LOGO: (to fazendo ainda) nonotiao!
gharchive/issue
2022-04-25T21:25:46
2025-04-01T04:55:02.669942
{ "authors": [ "CaioBongs", "pedrykolasAlt" ], "repo": "El-Gato-Gordo/Jogo", "url": "https://github.com/El-Gato-Gordo/Jogo/issues/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
344269384
[Bug Report] official document: http://element.eleme.io access is extremely slow, probably not accessible. Element UI version 2.4.4 OS/Browsers version win10 / Chrome 版本 69.0.3486.0(正式版本) (32 位) Vue version 2.5.17-beta.0 Reproduction Link https://jsfiddle.net Steps to reproduce 复制链接到浏览器http://element.eleme.io 回车 What is Expected? 能顺利打开 What is actually happening? 不能顺利打开 墙内用户推荐访问 http://element-cn.eleme.io
gharchive/issue
2018-07-25T02:32:38
2025-04-01T04:55:02.750381
{ "authors": [ "jikkai", "vinceok" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/12117", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
394068451
[Bug Report] The first column of the table shows an exception with fixed columns and grouping head Element UI version 2.4.11 OS/Browsers version macOS/Chrome 71.0.3578.98 Vue version 2.5.2 Reproduction Link https://jsfiddle.net/suguoyao/fc80jaqg/ Steps to reproduce I used grouping table head with fixed columns. See jsfiddle and try to horizontal scroll. What is Expected? The first column is displayed normally What is actually happening? You will find that the first column has an exception which is shows incomplete when Initialization or horizontal scrolling. 看了一下,这种双表头的表格固定列需要将两个表头的width/min-width设置一致, 这样就能解决这个问题。 <el-table-column label="项目" align="center" fixed min-width="100"> <el-table-column prop="exhibitName" label="展会" min-width="100" align="center"></el-table-column> </el-table-column> 这样子是否还需要改组件源代码提pr? @PeanutWatson 谢谢,你这样可以 👍 看看是否能考虑在组件里添加这种情况的处理
gharchive/issue
2018-12-26T02:44:50
2025-04-01T04:55:02.754390
{ "authors": [ "PeanutWatson", "suguoyao" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/13887", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
409401722
can't update el-input value when using :value I'm using Element with Vuex, so the input values come from the store (computed) and are set using :value and not v-model because I have a function to update the value on the store on blur. I believe this is a common pattern when using vuex. The problem is, if I use :value in el-input I can't type anything. I can't change the current text. It only seems to work with v-model. @ibdf
gharchive/issue
2019-02-12T16:58:17
2025-04-01T04:55:02.755755
{ "authors": [ "ibdf", "zackfly" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/14344", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
192827914
可以增加树状表格吗,比如用于栏目管理的表格 其实就是在 栏目名称 的前面 加横线 近期没有精力做。
gharchive/issue
2016-12-01T12:02:42
2025-04-01T04:55:02.756520
{ "authors": [ "Leopoldthecoder", "jixzfw" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/1502", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
913511883
[Bug Report] Select Component does not blur on press of escape key Element UI version 2.15.2 OS/Browsers version Chrome Version 91.0.4472.77 Vue version 2.6.14 Reproduction Link codepen.io?https://element.eleme.io/#/en-US/component/select Steps to reproduce Goto https://element.eleme.io/#/en-US/component/select#basic-usage Select basic dropdown - it will open dropdown Press escape once - it will close dropdown Press escape again - nothing happens What is Expected? Goto https://element.eleme.io/#/en-US/component/select#basic-usage Select basic dropdown - it will open dropdown Press escape once - it will close dropdown Press escape again - it should blur select (similar to what is does for other components like input, datepicker, datetime picker) What is actually happening? Goto https://element.eleme.io/#/en-US/component/select#basic-usage Select basic dropdown - it will open dropdown Press escape once - it will close dropdown Press escape again - nothing happens Default browser behavior
gharchive/issue
2021-06-07T12:48:53
2025-04-01T04:55:02.761538
{ "authors": [ "cs1707", "smg99" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/21051", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
227898341
[Bug Report] selected item cann't show when using el-select Element UI version 1.3.2 OS/Browsers version Windows 10, Chrome 58.0 Vue version 2.3.3 Reproduction Link https://jsfiddle.net/api/post/library/pure/ Steps to reproduce Import el-select and el-option alone, Click an option What is Expected? selected item show up in the select component What is actually happening? selected item cann't show. It should work if the versions (Vue and Element) you submitted are correct.
gharchive/issue
2017-05-11T07:13:53
2025-04-01T04:55:02.764332
{ "authors": [ "Leopoldthecoder", "Simonalia" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/4805", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
283076604
[Bug Report] 2.0.8 version el-date-picker error Element UI version 2.0.8 OS/Browsers version Windows 10 64 bit / Chrome 版本 63.0.3239.84 (正式版本) (64 bit) Vue version 2.5.10 Reproduction Link https://jsfiddle.net/mmx38qxw/115/ Steps to reproduce 点击日期控件框时 浏览器主控台会报错 上面jsfiddle示例版本是可行的, 后来发现若使用官方cdn链结引入是可行的 即: 但若把该文档下载到本地(我本地命名为 element-ui-2.0.8.js)引入 会报错 即: What is Expected? 点选日期选择器框时 能正常作用 What is actually happening? 点选日期选择器框时 浏览器主控台会报错 vue-2.5.10.js:580 [Vue warn]: Error in callback for watcher "pickerVisible": "TypeError: this._popper.setAttribute is not a function" found in ---> vue-2.5.10.js:1716 TypeError: this._popper.setAttribute is not a function vue-2.5.10.js:580 [Vue warn]: Error in render: "TypeError: Cannot read property 'replace' of undefined" Issues without a valid reproduction link will be closed directly. You can minify your project and upload it to GitHub.
gharchive/issue
2017-12-19T01:32:21
2025-04-01T04:55:02.770064
{ "authors": [ "Leopoldthecoder", "hanmax214094" ], "repo": "ElemeFE/element", "url": "https://github.com/ElemeFE/element/issues/8886", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
167887885
Twitter Skipping neutral tweets. Unit tested. Updated README. @sagarwaghmare69 The PR was merged to master (yours is a PR for the twitter branch). All you commits got merged.
gharchive/pull-request
2016-07-27T15:46:43
2025-04-01T04:55:02.783032
{ "authors": [ "nicholas-leonard", "sagarwaghmare69" ], "repo": "Element-Research/dataload", "url": "https://github.com/Element-Research/dataload/pull/11", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
592860278
Update Readme.md for zip file documentation As requested in #289 @vonovak thanks!
gharchive/pull-request
2020-04-02T19:04:02
2025-04-01T04:55:03.005897
{ "authors": [ "rparet", "vonovak" ], "repo": "Elyx0/react-native-document-picker", "url": "https://github.com/Elyx0/react-native-document-picker/pull/290", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
831366265
Missing .vscode/settings.json Describe the bug Embark Guidelines state: As we want to run rustfmt on save, all of our repos should have a .vscode/settings.json with: { "editor.formatOnSave": true, } But this file is missing from cargo-about. We don't expect everyone to use VSCode, this is just a local setup suggestion to improve your own workflow, all of our repos require the rustfmt check passes in CI regardless.
gharchive/issue
2021-03-15T03:08:51
2025-04-01T04:55:03.008149
{ "authors": [ "Jake-Shadle", "MaulingMonkey" ], "repo": "EmbarkStudios/cargo-about", "url": "https://github.com/EmbarkStudios/cargo-about/issues/147", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1437975123
Publish puffin 0.14.0 Checklist [x] I have read the Contributor Guide [x] I have read and agree to the Code of Conduct [x] I have added a description of my changes and why I'd like them included in the section below Description of Changes This publishes a new version of puffin. Mostly because I want https://github.com/EmbarkStudios/puffin/pull/98. @emilk you'll also need to release compatible versions of puffin-imgui and puffin-egui right? as they can't be used with this new puffin release
gharchive/pull-request
2022-11-07T08:41:01
2025-04-01T04:55:03.010972
{ "authors": [ "emilk", "repi" ], "repo": "EmbarkStudios/puffin", "url": "https://github.com/EmbarkStudios/puffin/pull/107", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
533051632
Add mbed os support Add support to use erpc with Mbed-OS. Hello @AGlass0fMilk , please rebase to the head of the develop branch (1.7.3 version) and follow instructions about code formatting as described here: https://github.com/EmbeddedRPC/erpc/wiki/Contributing (avoid using tabs). Also, could you point to an example project with mbedOS that we could use for build testing? Thanks. Hi @MichalPrincNXP, I rebased with the current head of the develop branch and I reformatted my changes to remove tabs. You can find example projects using MbedOS here: https://github.com/EmbeddedPlanet/mbed-rpc Hi @AGlass0fMilk, your pull request looks good. We prefer the PR integration into the develop branch first, the main branch should be used for main releases. I have added this note into the https://github.com/EmbeddedRPC/erpc/wiki/Contributing As per this, could you please rebase your PR to the develop branch? As for the mbedOS app. build testing, this would require certain effort to setup the build environment on our side. Because it is out of our focus now we can accept your PR, supposing you have tested the mbedOS port in your project. Once there are any issues reported to the mbedOS port we will route them to you. Are you OK? Another way how to ensure mbedOS build testing is the Travis. Would you be able to prepare erpc project .travis.yml update to add an mbedOS erpc app build? This could be done as a separate PR. Thanks. Hello @AGlass0fMilk , did you have a chance to read my last comment? Thank you. Hi @MichalPrincNXP. Yes I will rebase soon. This is again relevant to customer projects so I'll be able to devote some more time to it. I can look into setting up the travis as well. @MichalPrincNXP I rebased this PR to develop, can you review? Thank you @AGlass0fMilk for rebasing, your pull request looks good and could be merged. Once there is any question about mbedOS support it will be routed to you as stated in my previous comment. It would be also good if you could invest time to the Travis update, preparing another pull request. @AGlass0fMilk , I have missed that the correct name of the added cpp files should be erpc_threading_mbed.cpp (instead of erpc_port_mbed.cpp) to be aligned with other port layer files naming. Just note, that I will do the renaming. Any progress on the Travis? Thanks.
gharchive/pull-request
2019-12-05T00:51:27
2025-04-01T04:55:03.017203
{ "authors": [ "AGlass0fMilk", "MichalPrincNXP" ], "repo": "EmbeddedRPC/erpc", "url": "https://github.com/EmbeddedRPC/erpc/pull/81", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2420738512
allow cfg attributes on substitution groups Short Description: Allows the use of cfg attributes on substitution groups, such that they can be enabled and disabled at build time. Motivation: See this code. Here, they use two cfg_attrs to remove one substitution group based on whether a specific feature is enabled. This is a bit ugly, as the two invocations of duplicate are identical except for the second substitution group not being present on the second invocation. Therefore, the first substitution group is actually copied between the two invocations. It would be better to be able to, within the invocation itself, be able to disable a substitution group using a method akin to cfg_attr. Design This could be one way of designing it (this is using verbose syntax to match that of the above example): duplicate_item( [ module_type [non_blocking] maybe_async_attr [maybe_async::must_be_async] File [tokio::fs::File] HttpBody [reqwest::Body] HttpClient [reqwest::Client] ] #[cfg_attr(feature = "non_blocking")] [ module_type [blocking] maybe_async_attr [maybe_async::must_be_sync] File [std::fs::File] HttpBody [reqwest::blocking::Body] HttpClient [reqwest::blocking::Client] ] ))] This will disable the second substitution group when the non_blocking feature is disabled, exactly like the current semantics of the above example. This would work the same way for the short syntax and global substitutions (where each attribute would work on just one substitution group or substitution). Misc: Open questions: [ ] Could this be implemented by calling cfg_attr directly from duplicate, such that it can return an empty string when the cfg is false? [ ] Can this be extended to any attribute macro and not just cfg or cfg_attr? I just noticed how much context that discussion assumes. I recommend you to just take a look at this code comment here instead. The idea is that when the proc macro detects any usage of cfg/cfg_attr attributes it generates a transitively-recursive call to the macro_rules (I posted a link to it). Then macro_rules generate use items that dispatch to true/false variants of macro_rules and then they collect the results of all cfg predicates evaluations into a list and call back to the original proc macro with #[macro_name(___cfgs(results) ...)] prrepended in the argument list @Veetaha thank you for your explanations and links. It good to know that there probably is a workable implementation, though I would need to sit down and focus to really get my head around how it works.
gharchive/issue
2024-07-20T08:48:57
2025-04-01T04:55:03.035470
{ "authors": [ "Emoun", "Veetaha" ], "repo": "Emoun/duplicate", "url": "https://github.com/Emoun/duplicate/issues/63", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
578111032
Increase the AMQP idle timeout Type of change Bugfix Description #4040 added an idle timeout to the Agent's container when connecting to the Brokers and Routers. Testing showed the the the idle timeout was too short, and this resulted in spurious connection aborts (which triggered #4077) Increased the idle timeout. Corrects the use of Rhea API to pass the idle_time_out as an option. Checklist [ ] Update/write design documentation in ./documentation/design [ ] Write tests and make sure they pass [ ] Update documentation [ ] Check RBAC rights for Kubernetes / OpenShift roles [ ] Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally [ ] Reference relevant issue(s) and close them after merging [ ] Update CHANGELOG.md @enmasse-ci run tests profile=isolated :x: Test Summary :x: TEST_PROFILE: isolated TEST_CASE: TOTAL: 122 PASS: 117 FAIL: 2 SKIP: 3 BUILD_NUMBER: 99 :heavy_exclamation_mark: Test Failures :heavy_exclamation_mark: testSelfSigned in io.enmasse.systemtest.isolated.certs.CertProviderTest testAddressSpaceRules in io.enmasse.systemtest.isolated.monitoring.MonitoringTest
gharchive/pull-request
2020-03-09T18:35:14
2025-04-01T04:55:03.050177
{ "authors": [ "enmasse-ci", "k-wall" ], "repo": "EnMasseProject/enmasse", "url": "https://github.com/EnMasseProject/enmasse/pull/4078", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
225920243
Create tty switch event handler Issue by Luminarys Saturday Aug 22, 2015 at 22:48 GMT Originally opened as https://github.com/Cloudef/wlc/issues/59 Right now, outputs which are sleeping will be woken up again when the tty is switched. A handler for the tty switch event would prevent this. Comment by Cloudef Wednesday Apr 06, 2016 at 14:58 GMT If the above changes are enough for your needs, feel free close this issue. Comment by Cloudef Wednesday Apr 06, 2016 at 14:57 GMT Output context change events were added that basically trigger this behaviour. It's not really TTY switch event per se, but indicates whenever the context for output was tear down'd and recreated. During creation the output would wake up. https://github.com/Cloudef/wlc/commit/f21ec4055ff4c937e0c6968de75bbcbce5a47487
gharchive/issue
2017-05-03T08:54:37
2025-04-01T04:55:03.068702
{ "authors": [ "WLCIssuesBot" ], "repo": "Enerccio/wlc", "url": "https://github.com/Enerccio/wlc/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1245134239
Messages in audit log have wrong time stamp close as the problem is not in the charges domain
gharchive/issue
2022-05-23T13:01:54
2025-04-01T04:55:03.069749
{ "authors": [ "Mech0z" ], "repo": "Energinet-DataHub/geh-charges", "url": "https://github.com/Energinet-DataHub/geh-charges/issues/1366", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1380681489
Receive RSM-034 file when peeking and requesting a JSON format Synopsis: As a datahub user, I want to receive an RSM-034 in json format when Peeking Acceptance criteria: [ ] (1) When peeking in JSON, Datahub will deliver an RSM-034 in JSON format Blocked due system test stopping deployment (authorization issue with client secret)
gharchive/issue
2022-09-21T10:14:41
2025-04-01T04:55:03.071320
{ "authors": [ "PerTHenriksen", "prtandrup" ], "repo": "Energinet-DataHub/geh-charges", "url": "https://github.com/Energinet-DataHub/geh-charges/issues/1670", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1329824580
Problem med Dequeue ved flere bundles Det kan lade sig gøre via de forskellige endpoints til peek at have flree bundles liggende til samme recipient, når man så forsøger at dequeue den nyeste af dem, får man en fejl da den gamle af dem ikke er dequeued endnu. Man har desværre så ingen mulighed for at finde ud af hvorfor ens dequeue fejler. Vi skal have kigget på om: Det skal være muligt at peeke fra to forskellige endpoints og lave to bundles, eller om det er en fejl Om det skal være muligt at dequeue på samme måde med forskellige endpoints. Test with Volt that grid area 806 works correctly.
gharchive/issue
2022-08-05T11:37:55
2025-04-01T04:55:03.072980
{ "authors": [ "FirestarJes", "defectiveAi" ], "repo": "Energinet-DataHub/geh-post-office", "url": "https://github.com/Energinet-DataHub/geh-post-office/issues/683", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1049462498
Migration Control Problem Description After CGI extracts data from an MP, these are stored in a Json file and transferred to DataHub V3 and stored in a Blob store in Azure. There is a need to make two automatic checks: Benefit Hypothesis We are then able to control that the content of the migration files is correct and the values is ready for for the import process Acceptance criteria and must have scope AC 1: Create 1 File containing all filenames for controlling all transferred files in 24 hours Check that the number of files sent by CGI is also stored in the Blob store. T his is done by creating an autojob that makes a list that shows which files have been stored in the Blob store for the past day. The file should show the name and file size of each file. The file must be saved in an agreed location. The job should run 10 minutes after midnight each day. AC2: Selection of 150 random files transferred the day before. There must be 150 random files of those transferred the day before. These files are transferred and stored in an agreed location. The job should run automatically and should run 10 minutes after midnight each day. Objectives and key results Increased confidence and and part off the requirement for audit. Leading Indicators Non Functional Requirements none Stakeholders Rasmus Juul Holm Christiansen, PBR, ++ Timeline PI 6 ###Ressources: Titans, @tml fjernet fra Titans og flyttet til Art. @ENDK-RHC håndterer selvstændigt @mogensjuul skal denne feature lukkes?
gharchive/issue
2021-11-10T06:52:55
2025-04-01T04:55:03.077259
{ "authors": [ "MadsBloendAndersen", "mogensjuul" ], "repo": "Energinet-DataHub/green-energy-hub", "url": "https://github.com/Energinet-DataHub/green-energy-hub/issues/214", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
728194005
Status message on Github Action Summary Page Hey, On the summary page of failed github workflows, in the "Annotations" Section, the failed tests are displayed as warnings for me. Furthermore, they always recommend to check line 0 in the failed file. (See image below) Do you know what the reason for this is? Best regards Anton They have warning level because the action uses warning for failed tests and error for test errors. The annotation has a non-zero line when the respective unit test file (here TEST-com.test.impl.Test.xml) provides a line number and 0 otherwise. Ok, thank you Do you know how to enable line number reporting? Like is this a flag in JUnit5, do you have to implement it yourself, or something similar?
gharchive/issue
2020-10-23T12:52:59
2025-04-01T04:55:03.097270
{ "authors": [ "AntonOellerer", "EnricoMi" ], "repo": "EnricoMi/publish-unit-test-result-action", "url": "https://github.com/EnricoMi/publish-unit-test-result-action/issues/34", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1997159215
Enable trace file by default with useful field information With the inclusion of a logging system, this information is not stored in .nextflow.log but in each process' .command.log file (for the "default" StreamHandler, i.e. stderr). Thus I have introduced a nice default format for the trace to have an easy way to access a given process' working directory (will need to tun your pipeline with nextflow run ... -with-trace for it to be produced). I have also left a comment with guidelines in how to use filters, in case we want to only generate traces for failed tasks and/or specific modules for some pipelines. I have also added a Markdown template for the log report (following @ens-LCampbell's suggestion) and updated the README file to give some guidance on how to use all these new features. Looks good to me. However, what is the rational for having two NXF README docs on in pipelines/nextflow and one in docs/nextflow ? Do they need to be separate files or could we combined all into the docs/nextflow.md ? It was already there :see_no_evil: But yes, it makes sense to reduce documentation where possible to avoid duplication of efforts. Will create a JIRA ticket for that since it is out of the scope of this PR.
gharchive/pull-request
2023-11-16T15:41:49
2025-04-01T04:55:03.100399
{ "authors": [ "JAlvarezJarreta" ], "repo": "Ensembl/ensembl-genomio", "url": "https://github.com/Ensembl/ensembl-genomio/pull/220", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2009921229
Make content_length_limit configurable Currently content_length_limit is hardcoded to 16KB, leading to errors of kind Handling rejection: Rejection(PayloadTooLarge) unhandled rejection: Rejection(PayloadTooLarge) INFO ts::api > 127.0.0.1:52125 "POST /api/v1/simulate HTTP/1.1" 500 "-" "curl/7.79.1" 686.917µs when trying to simulate batched intent beauties like https://etherscan.io/tx/0x8d1feb91a6ca9398607b7f02177b61425b1a64d511fcccb9ef7a60becdde0a7b This PR adds an optional config value that allows to configure this value and allow processing larger request bodies. Test Plan Above mentioned transaction simulates successfully when MAX_REQUEST_SIZE=32 Thanks for your contribution @fleupold! :)
gharchive/pull-request
2023-11-24T15:48:05
2025-04-01T04:55:03.109969
{ "authors": [ "devanoneth", "fleupold" ], "repo": "EnsoFinance/temper", "url": "https://github.com/EnsoFinance/temper/pull/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1897455405
RandomGender Spec Can Give Impossible Genders Pokemon whose only genders are Male and Female are able to have a Genderless Requirement in Hunts This is just a visual bug. Technically what it means is that it will accept either Male or Female for this pokemon Any way I could at least change the lang on that then? Don't see anywhere for that but I'm also known to be blind
gharchive/issue
2023-09-14T22:55:05
2025-04-01T04:55:03.162492
{ "authors": [ "Mikirae", "danorris709" ], "repo": "EnvyWare/EnvyHunt", "url": "https://github.com/EnvyWare/EnvyHunt/issues/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
78199735
Keep the 'loading' indicator active until the suggestions show. On a large set of suggestions there can be quite a delay between when the 'loading' class is removed and when the suggestions appear. Since the request is async the removal of the class should be a then on the getResultsFn. I don't have the ability to make the change now but this what should cover that case better: //Existing code (for reference). var getResultsFn = $parse(attrs.getResultsFn)(scope.$parent); if (!getResultsFn || !typeof getResultsFn === 'function') { throw 'A function that returns results is required!'; } // The fix. var getResultsInnerFn = $parse(attrs.getResultsFn)(scope.$parent); if (!getResultsInnerFn || !typeof getResultsInnerFn === 'function') { throw 'A function that returns results is required!'; } // Wrap results promise generator and remove loading indicator when complete. var getResultsFn = function() { var resolvePromiseAndRemoveLoading = function(result) { element.removeClass('loading'); return result; }; return getResultsInnerFn.apply(this, arguments).then( resolvePromiseAndRemoveLoading, resolvePromiseAndRemoveLoading ); } Then remove line 441 all together. What about moving the removeClass call to the displaySuggestions function? var displaySuggestions = function(hintResults) { if (element.hasClass('loading')) { element.removeClass('loading'); } scope.hints = hintResults; if (!scope.hints) {scope.hints = [];} ... displaySuggestions is only run if the getResultsFn does not fail but the loading indicator should be remove if a failure occurs. I pushed a fix for this issue 46635c844b8af7eef24727d7599a7c4baaeb3f7d
gharchive/pull-request
2015-05-19T18:26:36
2025-04-01T04:55:03.167233
{ "authors": [ "Xanir", "lorenlennie" ], "repo": "EnzeyNet/AutoComplete", "url": "https://github.com/EnzeyNet/AutoComplete/pull/19", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
687253538
VLSRelief + MultiSURF run time Thank you for this library, it is most useful! I'm currently running VLSRelief with 230k features, 2350 samples, and 3 classes (it's a very noisy dataset, BTW). It's running for 14:30 hours in a Google Cloud instance with 64 vCPUs (CPU utilization is near 100% at all times) and not yet finished. Here are the settings I've used: selector = VLSRelief( core_algorithm="MultiSURF", num_feature_subset=200, size_feature_subset=1000, n_jobs=-1 ) Is it expected to take that long in a dataset of this size? Any suggestions on how to speed it up while keeping a high accuracy? Thank you. It took a total of 32h to run.
gharchive/issue
2020-08-27T13:42:13
2025-04-01T04:55:03.192696
{ "authors": [ "brunofacca" ], "repo": "EpistasisLab/scikit-rebate", "url": "https://github.com/EpistasisLab/scikit-rebate/issues/74", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2109998741
Api Login سلام ، من نیاز به api ورود به روبیکا دارم ، از کجا می توانم ان را پیدا کنم Hi https://github.com/ErfanBahramali/Rubika-PHP?tab=readme-ov-file#usage
gharchive/issue
2024-01-31T12:33:42
2025-04-01T04:55:03.212530
{ "authors": [ "AmirrezaWeb", "ErfanBahramali" ], "repo": "ErfanBahramali/Rubika-PHP", "url": "https://github.com/ErfanBahramali/Rubika-PHP/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
139110626
ICE failed to establish a connection I am using Linux after starting Daemon and joining the call I am facing this issue (gst-plugin-scanner:13174): GLib-GObject-WARNING **: cannot register existing type 'GstRtpH265Depay' (gst-plugin-scanner:13174): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed (gst-plugin-scanner:13174): GStreamer-CRITICAL **: gst_element_register: assertion 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed ** (gst-plugin-scanner:13174): CRITICAL **: Couldn't g_module_open libpython. Reason: /usr/lib/libpython2.7.so: cannot open shared object file: No such file or directory {"line":24,"column":32,"sourceURL":"/opt/openwebrtc-0.3/share/seed-gtk3/extensions/Seed.js"} 0:00:48.342607531 28169 0xfe1560 ERROR owrsession owr_session.c:765:_owr_session_emit_ice_state_changed:<OwrMediaSession@0xfe9ba0> Session 1, ICE failed to establish a connection! ICE state changed from connecting to failed 0:00:48.342684923 28169 0xfe1560 ERROR owrsession owr_session.c:765:_owr_session_emit_ice_state_changed:<OwrMediaSession@0xfe9cf0> Session 2, ICE failed to establish a connection! ICE state changed from connecting to failed 0:00:48.342725589 28169 0xfe1560 ERROR owrsession owr_session.c:765:_owr_session_emit_ice_state_changed:<OwrDataSession@0xf598f0> Session 3, ICE failed to establish a connection! ICE state changed from connecting to failed (openwebrtc-daemon:28169): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object != NULL' failed ** (openwebrtc-daemon:28169): WARNING **: rtpsession: Trying to send an empty RTCP packet (openwebrtc-daemon:2750): GStreamer-WARNING **: gstpad.c:5031:store_sticky_event:<dtls-encoder:src> Sticky event misordering, got 'segment' before 'caps' (openwebrtc-daemon:2750): GStreamer-WARNING **: gstpad.c:5031:store_sticky_event:<funnel:funnelpad6> Sticky event misordering, got 'segment' before 'caps' Thanks you can enable the G_MESSAGES_DEBUG & NICE_DEBUG to all. for take look the detail will be better. I guess is same problem with https://github.com/EricssonResearch/openwebrtc-ios-sdk/issues/59 It also can reproduce in Wi-Fi environment. Hi @xelven the issue you referenced is in IOS. I am getting these errors in linux. are these errors due to the same problem you mentioned in EricssonResearch/openwebrtc-ios-sdk#59? @SrujithPoondla Not 100% sure, but I think it not about platform, it most time about which NAT type your try to pass through. I was contact the developer of libnice, the few ICE connection bug has confirmed. you can try with the NICE_DEBUG arguments in runtime to get more info will more clearly. @xelven You seem to have been a step ahead of me on a bunch of openwebrtc issues so I figured I'd ask you about this. Running iphone-iphone on the same wifi (so I don't think this is a NAT issue for me) I've been getting hit with ICE failed to establish a connection! ICE state changed from connecting to failed on both my video and audio sessions. This didn't happen when I was running linux-linux. I've turned on NICE_DEBUG and put the output in a pastebin here. http://pastebin.com/JZkV5XcP Do you have any thoughts? @james-huang I look at it, and I got said there may had 2 reasons. 1. From your log, I can saw it your are using Cell Phone(NOT Simulator) which had sim card and mobile network is Enabled. and also your using wifi network. and then your can checkout your remote candidate added only [2 for Stream 1 with one TCP-ACT; one TCP-PASS.] [2 for Stream 2 with one TCP-ACT; one TCP-PASS.] Adding TCP-ACT remote candidate with addr [192.168.1.245]:0 for s1/c1. U/P '2Qfx'/'T645rsQlAOYJ3TLaVrC3en' prio: 1019216383 Updating existing remote candidate with addr [192.168.1.245]:0 for s1/c1. U/P '2Qfx'/'T645rsQlAOYJ3TLaVrC3en' prio: 1019216383 (<unknown>:6383): libnice-DEBUG: Agent 0x103934000 : Adding TCP-PASS remote candidate with addr [192.168.1.245]:54306 for s1/c1. U/P '2Qfx'/'T645rsQlAOYJ3TLaVrC3en' prio: 1015022079 Adding TCP-ACT remote candidate with addr [192.168.1.245]:0 for s2/c1. U/P 'V6M4'/'TWI5xy4g21ewWE+zv+Ks0b' prio: 1019216383 (<unknown>:6383): libnice-DEBUG: Agent 0x103934000 : Updating existing remote candidate with addr [192.168.1.245]:0 for s2/c1. U/P 'V6M4'/'TWI5xy4g21ewWE+zv+Ks0b' prio: 1019216383 (<unknown>:6383): libnice-DEBUG: Agent 0x103934000 : Adding TCP-PASS remote candidate with addr [192.168.1.245]:54308 for s2/c1. U/P 'V6M4'/'TWI5xy4g21ewWE+zv+Ks0b' prio: 1015022079 and there all failed when check the there connection, I not sure which local candidate they using, But I am sure if they using 10.14.45.62(the internal ip of the mobile network adapter) to connecting 192.168.1.245 will 100% failed. I suggest your disable mobile network first when u testing. 2. your router(Wi-Fi) may broken, but seems not : ) Yo @xelven; first off, really appreciate the help here. Good eye about the mobile network. I have 2 phones and 1 sim card and I was a little confused why there were more ICE candidates from one side. I've turned cellular off (also tried adding the TURN server from the demo app in openwebrtc-examples). Mostly the same errors below: http://pastebin.com/vQtmk4hX Don't think its a router issue. linux-to-linux streaming works fine. I also did a quick browse through the router settings to make sure nothing too weird was going on.
gharchive/issue
2016-03-07T22:12:42
2025-04-01T04:55:03.228035
{ "authors": [ "SrujithPoondla", "james-huang", "xelven" ], "repo": "EricssonResearch/openwebrtc", "url": "https://github.com/EricssonResearch/openwebrtc/issues/583", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
58367437
Buildfixes A few fixes for some build errors that I had on my linux machine. Everything but the -lEGL thing are merged now. Thanks. Since -lEGL is not correct to be merged, I'll close this request now. Do you want to provide a fix for the build scripts to --disable-egl?
gharchive/pull-request
2015-02-20T15:27:25
2025-04-01T04:55:03.229706
{ "authors": [ "gkiagia", "sdroege" ], "repo": "EricssonResearch/openwebrtc", "url": "https://github.com/EricssonResearch/openwebrtc/pull/192", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
2653229793
Grouping all provider/model related logic into llm directory This is a work in progress version of the refactoring I suggested. It's not well tested yet and there are probably a few regressions here and there but I wanted to show you the idea before going further. I've introduced the concept of ModelManager. There is one implementation per API and they deal with the small differences we can have between model. The manager is instantiated with the model so it's available everywhere. The idea is that everything that is specific to a model or a provider should be in the provider directory. Let me know what you think. [!IMPORTANT] Refactor codebase by moving provider/model logic to providers directory and introducing ModelManager for model-specific operations. Refactoring: Move provider and model-related logic to providers directory. Introduce ModelManager for handling model-specific logic, instantiated with the model. Imports: Update imports in chat.py, commands.py, init.py, message.py, reduce.py, server/api.py, tools/chats.py, tools/youtube.py, and test_server.py to reflect new directory structure. Functionality: Add supports_file and supports_streaming properties to ModelManager. Implement prepare_file method in AnthropicModelManager and OpenaiModelManager for handling file preparation. Miscellaneous: Update logic in llm.py, llm_anthropic.py, and llm_openai.py to use ModelManager for model-specific operations. Adjust get_model() usage across various files to utilize the new ModelManager structure. This description was created by for 12a90672845c49961e8ca899c12df196e96b59bf. It will automatically update as commits are pushed. Hey @ErikBjare I think we are going in the right direction :rocket: . I applied your suggestions and it's much better. My only doubt is about the code duplication in the file handling in each providers. We could do something, but I'm not sure it's necessary/a good idea. Let me know what you think. A few ideas on how we can get this merged, it will really be an improvement and I appreciate your efforts. Sorry if I was grumpy before, I've been sick this week. Sure, no problem. Happy to help. Rebased and force pushed. Typechecks and tests passing locally :tada: Going to go ahead and merge this, I'll fix any remaining issues in follow-up PRs. Thanks a lot for pulling through with this @jrmi! :muscle: You dropped this: :crown:
gharchive/pull-request
2024-11-12T20:20:06
2025-04-01T04:55:03.239086
{ "authors": [ "ErikBjare", "jrmi" ], "repo": "ErikBjare/gptme", "url": "https://github.com/ErikBjare/gptme/pull/254", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
260447503
[template] Add zcompile of git-info to zlogin and declare zim_mods as a local variable. Also minor formatting changes. :+1: Changes like this are good, especially now that we're not delegate to supporting the legacy local declaration syntax issues that arise when using <5.2. LGTM
gharchive/pull-request
2017-09-25T23:40:58
2025-04-01T04:55:03.250467
{ "authors": [ "Eriner", "ericbn" ], "repo": "Eriner/zim", "url": "https://github.com/Eriner/zim/pull/215", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2692085420
🛑 舞萌Net (maimai DX Net Server) is down In a0910e0, 舞萌Net (maimai DX Net Server) (https://maimai.wahlap.com) was down: HTTP code: 503 Response time: 1192 ms Resolved: 舞萌Net (maimai DX Net Server) is back up in 78d86e5 after 2 hours, 58 minutes.
gharchive/issue
2024-11-25T20:13:19
2025-04-01T04:55:03.252960
{ "authors": [ "Error063" ], "repo": "Error063/mai-status", "url": "https://github.com/Error063/mai-status/issues/207", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1955914410
Support LocationDisplay Summary: Adds support for LocationDisplay to the composable Map() function. Description: Adds a non-nullable locationDisplay parameter to the Map() function. The parameter is defaulted to a non-started LocationDisplay cached in a remember. A public helper function rememberLocationDisplay has been exposed to conveniently create and remember a LocationDisplay. This function also checks ArcGISEnvironment.applicationContext. If it isn't set, a context will be automatically set from the composition. This function is also used to initialize the defaulted locationDisplay parameter. A micro app LocationDisplayApp has been added to test & demo Map usage with a location display. Thanks @puneet-pdx , I addressed your comments.
gharchive/pull-request
2023-10-22T14:02:41
2025-04-01T04:55:03.307421
{ "authors": [ "gunt0001" ], "repo": "Esri/arcgis-maps-sdk-kotlin-toolkit", "url": "https://github.com/Esri/arcgis-maps-sdk-kotlin-toolkit/pull/160", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
147580781
vector tile sample changes name change using dark gray canvas instead of topo @dg0yal updated the url format
gharchive/pull-request
2016-04-11T23:04:58
2025-04-01T04:55:03.317735
{ "authors": [ "singhgag" ], "repo": "Esri/arcgis-runtime-samples-ios", "url": "https://github.com/Esri/arcgis-runtime-samples-ios/pull/165", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
361909434
Adds the Display KML sample I found that this sample would often cause crashes, but the cause appeared to be in the runtime core. @pgruenler I made the changes you requested, when you get a chance to re-review @saratchandrakarumuri This sample is ready for testing. Note that the URL source often crashes the app, but this is an issue in the core. The core has been updated with a fix for the crash.
gharchive/pull-request
2018-09-19T20:13:23
2025-04-01T04:55:03.319121
{ "authors": [ "qsmmorgan" ], "repo": "Esri/arcgis-runtime-samples-macos", "url": "https://github.com/Esri/arcgis-runtime-samples-macos/pull/178", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1368346647
Fix null width warnings Description This PR primarily removes the code to get the width of a null property which was causing warnings in Qt 6. I also made a few modifications to address other type errors to these samples. In one instance there was an error pertaining to using an implicit width, which declaring the width explicitly resolved. Type of change [x] Bug fix [ ] New sample implementation [ ] Sample viewer enhancement [ ] Other enhancement Platforms tested on: [x] Windows [ ] Android [ ] Linux [ ] macOS [ ] iOS Checklist [ ] Runs and compiles on all active platforms as a standalone sample [ ] Runs and compiles in the sample viewer(s) [ ] Branch is up to date with the latest main/v.next [ ] All merge conflicts have been resolved [ ] Self-review of changes [ ] There are no warnings related to changes [ ] No unrelated changes have been made to any other code or project files [ ] Code is commented with correct formatting (CTRL+i) [ ] All variable and method names are camel case [ ] There is no leftover commented code [ ] Screenshots are correct size and display in description tab (500px by 500px, platform agnostic) [ ] If adding a new sample, it is added to the sample viewer [ ] Cherry-picked to Main branch (if applicable) @JamesMBallard @ldanzinger It does not impact rendering at all, in all cases the value was null in the first place so removing that bit really just cleans up the console without changing the UI in all cases the value was null in the first place so removing that bit really just cleans up the console without changing the UI Did that object even become non-null? Presumably that property binding will be reevaluated multiple times. Also I see now my comments didn't come through with my suggestion. I meant to ask if the ternary would work to avoid the warnings initially, but be there for binding reevaluations once that object is valid. I would only want to remove all the + indicator.width if we are confident it never worked throughout the entire app's existence.
gharchive/pull-request
2022-09-09T21:29:18
2025-04-01T04:55:03.326346
{ "authors": [ "Gela", "JamesMBallard" ], "repo": "Esri/arcgis-runtime-samples-qt", "url": "https://github.com/Esri/arcgis-runtime-samples-qt/pull/1471", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
206852566
get rid of gh-pages branch and just host pages from master now that github supports hosting pages from the master branch, there's no need to remember to keep gh-pages in sync. done.
gharchive/issue
2017-02-10T17:11:50
2025-04-01T04:55:03.327499
{ "authors": [ "jgravois" ], "repo": "Esri/bootstrap-map-js", "url": "https://github.com/Esri/bootstrap-map-js/issues/160", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
316354953
Range Ring radials distorted when they would pass near the poles I'm seeing an issue with the angle of the radials being wrong, the radial features distorted, when range rings are created that have radials that pass near the poles. For example, if I create two range rings sets with 10 rings, 200 km spacing, and 4 radials but put one centered near Thompson Manitoba, and another near the pole in the arctic, you can see some distortion of the east-west oriented radials in the first case, but the arctic case is highly distorted. also see a larger set of rings further south. ArcGIS Pro 2.1.0 Military tools build from April 17, 2018. Web Mercator coordinate system Closing. Expected behavior for using this projection in the issue. Recommendation - use different projection for this case.
gharchive/issue
2018-04-20T17:43:51
2025-04-01T04:55:03.345561
{ "authors": [ "BobBooth", "lfunkhouser" ], "repo": "Esri/distance-direction-addin-dotnet", "url": "https://github.com/Esri/distance-direction-addin-dotnet/issues/551", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
253837905
[DNM] Chore/map acceptance test This PR suffers from the same problems in #27 - we still can't run more than a single acceptance test. In addition, by trying to actually test the map, we now get the following error every time in PhantomJS (but not in Chrome): Global error: Script error. at , line 0 JSHint | unit/services/esri-loader-test.js: global failure ✘ Script error. :0 Script error. at , line 0 NOTE: that error was happening in ad5c133 - when the acceptance test didn't even try to wait for and inspect the map. In other words, the error occurs simply by loading the JSAPI modules, not even using them. Which sucks, b/c it was such a royal PIA to write a test helper to wait for the map to load. I'm so f'ing over Ember acceptance tests and the JSAPI. As of 0d9bd076c4e1022dea105a3f1c3546dda0084eeb we can run more than one acceptance test. I tried DRYing up the error handling code but was having problems. Besides, I ultimately want to move that code upstream into esri-loader in https://github.com/Esri/esri-loader/issues/28 I'm still seeing the global script error in phantom. I'm going to try moving the loadModules code into the route model() hooks in hopes that that fixes it. If that doesn't I'll configure the tests to only run in Chrome, maybe FF or headless Chrome in CI and we can merge this. I would have had to re-arrange most of the dummy app to run loadModules() in the route hook, so I abandoned that, and any hope of running tests in PhantomJS. Phantom's so 2016 anyway. I configured the tests to run in FF in CI now. Both ember t and npm test pass locally in FF and they've passed in Travis, so I'm going to merge this PR and assume that will update #27 and we can merge into master from there. @tomwayson I wouldn't worry about phantom. It's a deprecated library and I'd expect most folks to be moving towards headless chrome at this point. @dmfenton speaking of... #30 has DMF written all over it. 😉
gharchive/pull-request
2017-08-29T23:50:14
2025-04-01T04:55:03.350191
{ "authors": [ "dmfenton", "tomwayson" ], "repo": "Esri/ember-esri-loader", "url": "https://github.com/Esri/ember-esri-loader/pull/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
223208384
publishing/paths issue with supporting files I've run into this issue a few times with the v1.2 of the tools (running ArcGIS 10.4.1). I think it is isolated to arcgis server sites where the config-store and directories locations have been reconfigured to us a shared drive location such as a NAS file share. I have one system where the config-store and directories are local (C:) and another system where they are in a shared location. This issue only seems to happen with the shared location configuration. The issue is a failure to update the published path of the "ndsupportingfiles" folder in the serves. This causes failures with the routing tool and other solvers. Digging through the network traffic I've found an error where the services are trying to find the "defaulttravelmodes.json" file this path: "original publishing location"\0\v101\ndsupportingfiles rather than where they should be found in: \"sharedrivelocation"\arcgisserver\directories\arcgissystem\arcgisinput\Routing\NetworkAnalysis.GPServer\extracted\v101\ndsupportingfiles If I replicate the exact path the service is looking for (path to original publication location) on the server and copy the ndsupportingfiles into that location, this repairs the issues with the services not functioning properly. @nathanaamot In your workflow, If you first setup your ArcGIS Server to use file shares for the config-store and server directories and then publish services using PublishRoutingServices tool, do you run into the same issue? Hi @deelesh - Yes, my implementations have been set up as described above from the outset. One where they use file shares, one where config-store/directories are stored locally (C). I can try republishing from SD files but given your reply I'm not sure this would be relevant. Thanks! @nathanaamot On my side, I tried a 10.4.1 setup where the config store and server directories were on a file share and then published these services. Everything worked as expected and when executing services, I was able to confirm that the services were reading the files in the ndsupportingfiles folder from the file share. I also did another test where initially my config store and server directories were on a local drive and I published the services. Everything worked as expected. Next I updated all the server directories to point to a file share. Now if i run the services, they correctly read the ndsupportingfiles from the file share. So i can say that I am not able to reproduce the issues you are encountering. Hi @deelesh - We have upgraded to 10.5.1 and I followed the instructions for the tools v2.0 to remove the routing folder etc and republish from the script. I'm still having the same issue as indicated above where the services are not looking for DefaultTravelModes.json in the published service location. I also tried your suggestion of deleting and republishing from the .sd files. Still same issue. I have attached the PublishRoutingServices.log file and some screenshots of our server configuration and the error in the server logs. Hopefully this provides some additional insight for you as to why the service publication process does not appear to update the ndsupportingfiles folder path as intended. Thanks for providing a great package. Our work around for now is to create a copy of the ndsupportingfiles folder and it's contents in the location where the services are trying to find it. PublishRoutingServices.log
gharchive/issue
2017-04-20T21:38:34
2025-04-01T04:55:03.358670
{ "authors": [ "deelesh", "nathanaamot" ], "repo": "Esri/network-analysis-services", "url": "https://github.com/Esri/network-analysis-services/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
227208260
Feature request: support node.js (via Connect middleware) It would be great if a similar resource proxy existed for node. we're discussing this in #63 Closing as duplicate of #63 Thanks @bsvensson @jgravois
gharchive/issue
2017-05-08T23:54:21
2025-04-01T04:55:03.360498
{ "authors": [ "RoyTinker", "bsvensson", "jgravois" ], "repo": "Esri/resource-proxy", "url": "https://github.com/Esri/resource-proxy/issues/423", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
98208617
Network Trace - Overview Layer @MikeMillerGIS @previnWong Able to save the overview layer however, when going to save not prompted to input the outage details. No details saved to the layer, including the count of hydrants, valves, customers. 1.2 only? Correct I know during one of the betas for 1.2, the attribute "layerInfos" (1.1) got changed to "_layerInfos" (1.2). WAB team was going to make a fix to handle both, will check if they got implemented or not. That could be the source of the issue. @CTLocalGovTeam @MikeMillerGIS Verified fix. Closing issue.
gharchive/issue
2015-07-30T16:19:24
2025-04-01T04:55:03.362877
{ "authors": [ "MikeMillerGIS", "clareprice", "previnWong" ], "repo": "Esri/solutions-webappbuilder-widgets", "url": "https://github.com/Esri/solutions-webappbuilder-widgets/issues/235", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1205361827
XMl import support hi i have xml 5e compendiums files and was wondering if you would consider adding support for xml files being imported Hey - mind adding any more details around this? How are you generating the XML files? What is the hope for the user interaction & final results? (i.e. is this an actor import, that generates multiple actors, etc) Mostly just classes and features from the fight club app Did a bit of looking into the data structures - it's a heavier lift than I have time for considering it's not a workflow I would ever use. I'd be happy if anyone wanted to contribute to this project to enable it, but I don't think I'll have time soon to do it myself. Thanks for opening the issue!
gharchive/issue
2022-04-15T07:53:22
2025-04-01T04:55:03.376993
{ "authors": [ "Boigm", "EthanJWright" ], "repo": "EthanJWright/foundryvtt-importer", "url": "https://github.com/EthanJWright/foundryvtt-importer/issues/41", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
564383262
是不是js挂了?https://etherdream.github.io/jsproxy打开youtube主页列表不显示,打开YouTube视频正常播放 是不是js挂了?https://etherdream.github.io/jsproxy打开youtube主页列表不显示,打开YouTube视频正常播放 我也是这个问题,前几天首页还正常加载的,现在就一个框框了,不知道是不是网页动态加载资源的问题 如果可以把header改为老版本浏览器的ua,可以让youtube显示老版本首页 不过也可以尝试下 Oriole-Proxy -> https://52proxy.fun 如果可以把标题 改成旧版本浏览器的ua,可以让youtube显示旧版本首页不过也可以尝试下Oriole-Proxy-> https://52proxy.fun 感谢, 如果可以把header改为老版本浏览器的ua,可以让youtube显示老版本首页 不过也可以尝试下 Oriole-Proxy -> https://52proxy.fun 老版本UA是? Opera/7.50 (Windows XP; U) 假装自己很老 实在不行就用DoH或者DoT上 https://52proxy.fun Opera/7.50 (Windows XP; U) 假装自己很老 实在不行就用DoH或者DoT上 https://52proxy.fun 请问在哪里设置呢? 试试我的另一套开源代理: https://siteproxy.netptop.com https://52proxy.xyz 黄鹂在线代理,支持谷歌、学术、维基、Youtube、Pornhub、Xvideos等。请不要滥用本代理。代理主要提供必要的搜索和学术服务,兼视频观看和下载服务,并会主动屏蔽政治内容。 感谢 kinglyl, 学到一招.
gharchive/issue
2020-02-13T01:33:18
2025-04-01T04:55:03.397349
{ "authors": [ "24021438", "AeneasZhu", "kinglyl", "luzy99", "netptop" ], "repo": "EtherDream/jsproxy", "url": "https://github.com/EtherDream/jsproxy/issues/226", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1395669405
🛑 Lisandro Bril is down In ebb644e, Lisandro Bril (https://www.lisandrobril.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Lisandro Bril is back up in 0d49172.
gharchive/issue
2022-10-04T05:01:43
2025-04-01T04:55:03.400983
{ "authors": [ "Etixen" ], "repo": "Etixen/upptime", "url": "https://github.com/Etixen/upptime/issues/573", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1830547071
탐험형 던전 구현 요구 사항 씬 구성 보스 패턴 구현 씬 구성 엘리트 스테이지 [x] 미로식 구성 [ ] 스폰포인트 배치 후 아이템 및 엘리트 몬스터 생성 [ ] 엘리트 몬스터 처치 후 포탈 활성화 [ ] 포탈에 들어가면 보스 스테이지 진입 보스 스테이지 [ ] 메이즈, 포탈 비활성화 [ ] 배경, 보스, HUD 활성화 보스 패턴 구현 슬라임 보스 계속 추격하며 근접해서 데미지를 누적시키는 보스 패턴 방식 [x] 이동 : 점프, 공격 애니메이션 구현 [x] 점프 전 플레이어 마지막 위치를 향해 일직선으로 점프 [x] 플레이어와 근접하면 공격 애니메이션 재생
gharchive/issue
2023-08-01T06:22:35
2025-04-01T04:55:03.409198
{ "authors": [ "Eu4ng", "GongByeongYeon" ], "repo": "Eu4ng/unity-project-ds", "url": "https://github.com/Eu4ng/unity-project-ds/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
611224568
SSH to another host from inside an existing SSH session doesnt work...freezes session Version: 1.0.108 Platform: Windows 10 (1909) Plugins: altair, community-color-schemes, core, plugin-manager, serial, settings, ssh, terminal If I open an ssh session to any particular host and then attempt, from that session, to ssh to another host. The current session just seems to freeze up with nothing further happening after executing the command: [host-a ~]# ssh root@host-b Not even Ctrl+C cancels this. You have to close the window completely. Please capture DevTools console logs at the time of the issue: https://github.com/Eugeny/terminus/wiki/Debug-logs events.js:187 Uncaught Error: write EPIPE at afterWriteDispatched (internal/stream_base_commons.js:150) at writeGeneric (internal/stream_base_commons.js:141) at Socket._writeGeneric (net.js:770) at Socket._write (net.js:782) at doWrite (_stream_writable.js:431) at writeOrBuffer (_stream_writable.js:415) at Socket.Writable.write (_stream_writable.js:305) at Socket.Writable.end (_stream_writable.js:594) at Socket.end (net.js:574) at PageantSock.write (agent.js:407) at Channel.eval (agent.js:323) at Channel.emit (events.js:210) at addChunk (_stream_readable.js:308) at readableAddChunk (_stream_readable.js:289) at Channel.Readable.push (_stream_readable.js:223) at SSH2Stream.eval (Channel.js:167) at SSH2Stream.emit (events.js:210) at parsePacket (ssh.js:3191) at SSH2Stream._transform (ssh.js:701) at SSH2Stream.Transform._read (_stream_transform.js:189) at SSH2Stream._read (ssh.js:253) at SSH2Stream.Transform._write (_stream_transform.js:177) at doWrite (_stream_writable.js:431) at writeOrBuffer (_stream_writable.js:415) at SSH2Stream.Writable.write (_stream_writable.js:305) at Socket.ondata (_stream_readable.js:726) at Socket.emit (events.js:210) at addChunk (_stream_readable.js:308) at readableAddChunk (_stream_readable.js:289) at Socket.Readable.push (_stream_readable.js:223) at TCP.onStreamRead (internal/stream_base_commons.js:182) errnoException @ internal/errors.js:474 afterWriteDispatched @ internal/stream_base_commons.js:150 writeGeneric @ internal/stream_base_commons.js:141 Socket._writeGeneric @ net.js:770 Socket._write @ net.js:782 doWrite @ _stream_writable.js:431 writeOrBuffer @ _stream_writable.js:415 Writable.write @ _stream_writable.js:305 Writable.end @ _stream_writable.js:594 Socket.end @ net.js:574 PageantSock.write @ agent.js:407 eval @ agent.js:323 emit @ events.js:210 addChunk @ _stream_readable.js:308 readableAddChunk @ _stream_readable.js:289 Readable.push @ _stream_readable.js:223 eval @ Channel.js:167 emit @ events.js:210 parsePacket @ ssh.js:3191 SSH2Stream._transform @ ssh.js:701 Transform._read @ _stream_transform.js:189 SSH2Stream._read @ ssh.js:253 Transform._write @ _stream_transform.js:177 doWrite @ _stream_writable.js:431 writeOrBuffer @ _stream_writable.js:415 Writable.write @ _stream_writable.js:305 ondata @ _stream_readable.js:726 emit @ events.js:210 addChunk @ _stream_readable.js:308 readableAddChunk @ _stream_readable.js:289 Readable.push @ _stream_readable.js:223 onStreamRead @ internal/stream_base_commons.js:182 Show 2 more frames events.js:187 Uncaught Error: spawn C:\Program Files\Terminus\resources\builtin-plugins\terminus-ssh\util\pagent.exe ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:264) at onErrorNT (internal/child_process.js:456) at processTicksAndRejections (internal/process/task_queues.js:80) Seem to have found the solution, manually grabbed a copy of https://github.com/mscdex/ssh2/blob/master/util/pagent.exe and placed it in the missing dir C:\Program Files\Terminus\resources\builtin-plugins\terminus-ssh\util\ This allows SSH to host-b from within SSH session on host-a .. but I must still note that this seems to take about 30sec or so to initiate said connection, for whatever odd reason (no errors during the wait time). I have the same issue, and unfortunately this issue, as well as issue #2284 makes Terminus completely unworkable for me, since my use-case is 100% SSH. No useful output from the debug log either. Applying @mwfrater 's fix unfortunately didn't make a difference for me. My workaround, for now, is to configure the native win10 ssh client with a correct ssh config file and some proxycommand config. Set up a new profile in Terminus for powershell, with arguments: -nologo -command ssh <hostname> Make sure to grab the latest ssh from https://github.com/PowerShell/Win32-OpenSSH/releases due to some bugs. Same problem for me. did you find a workaround or a fix? the workaround from @mwfrater doesn't work for me :(
gharchive/issue
2020-05-02T16:23:29
2025-04-01T04:55:03.447156
{ "authors": [ "Eugeny", "MartijnDekkers", "mwfrater", "rbustos0" ], "repo": "Eugeny/terminus", "url": "https://github.com/Eugeny/terminus/issues/2511", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2143309588
Add support for binning data to the Scan component This is usually the entire point of a scan so everyone will end up doing this anyway. I also took the liberty of cleaning up the changelog a bit in 9c39677. One thing I wasn't sure about: some people prefer the standard error instead of the standard deviation. Should we use that by default? Or make it an option? How about bin_steps() or reduce_steps()? That would leave the door open for different reductions in the future. bin_steps() or reduce_steps() Somehow these suggest something is done to steps, rather than the steps being used to sort/bin/reduce/average something else. But this may simply be due to English being a second language. Maybe Thomas has a good idea when he's back. But I'd also be fine to use the existing names for average here, and later implement it as a specific case of a more general function. Yeah, I'm using it more loosely in a 'bin the data that was collected during these steps' way. But I don't feel very strongly about it, how about bin_by_steps()? how about bin_by_steps()? I didn't dare to suggest that, but it strongly communicates the meaning to me :see_no_evil: Alrighty, renamed to bin_by_steps() in 8a6a5dc. Ok one more naming bikeshed :upside_down_face: Is it confusing that the label on the plots is Error: ...? Like do you think people will confuse that with an actual error from the code? If so then we could call it 'uncertainty' instead. Ah yes, error is indeed a loaded term. I spoke to Danilo, and he strongly preferred the term "Statistical uncertainty" instead. In the docs, we should explicitly mention it's the 68% confidence interval (also called 1-sigma region). Roger that, renamed everything to 'uncertainty' in f0fc09f. (I will sneakily take your earlier LGTM :smirk: )
gharchive/pull-request
2024-02-20T00:05:40
2025-04-01T04:55:03.452887
{ "authors": [ "JamesWrigley", "philsmt" ], "repo": "European-XFEL/EXtra", "url": "https://github.com/European-XFEL/EXtra/pull/124", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
54121188
Document repeater dataSourceOptions and preserveDataSourceOptions dataSourceOptions - passes object of arbitrary key/value pairs to datasource (and we need to tell developers that in the datasource is where you want to sort, filter, search, etc.) preserveDataSourceOptions - saves options in case you navigate to the next page, etc. dataSourceOptions - passes object of arbitrary key/value pairs to datasource (and we need to tell developers that in the datasource is where you want to sort, filter, search, etc.) preserveDataSourceOptions - saves options in case you navigate to the next page, etc. @interactivellama is this exactly what we want to put in the documentation? And where? It goes here: http://getfuelux.com/javascript.html#repeater-usage-options Thanks, for picking this up. It fell into the cracks. It also needs to noted here, too. Probably just mentioned and linked to http://getfuelux.com/javascript.html#repeater-dataSource @Alondite00 Assign PR to @kevinparkerson @Alondite00 make me the PR reviewer once you submit it please :) @swilliamset @kevinparkerson I don't think @Alondite00 can be assigned this now that he's a full time designer.
gharchive/issue
2015-01-12T23:12:54
2025-04-01T04:55:03.505070
{ "authors": [ "Alondite00", "interactivellama", "kevinparkerson" ], "repo": "ExactTarget/fuelux", "url": "https://github.com/ExactTarget/fuelux/issues/973", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2386371616
Lightcurve Fitting Tool removal This PR fully removes the Lightcurve Fitting Tool. Hello @hover2pi, Thank you for updating ! In the file exoctk/exoctk_app/app_exoctk.py: Line 20:1: E265 block comment should start with '# ' Line 391:1: W293 blank line contains whitespace Line 754:21: W605 invalid escape sequence '(' Line 754:25: W605 invalid escape sequence ')' Line 754:57: W605 invalid escape sequence '\c' Line 754:74: W605 invalid escape sequence '\e' Line 760:46: W605 invalid escape sequence '(' Line 760:48: W605 invalid escape sequence '\l' Line 760:56: W605 invalid escape sequence '\m' Line 760:66: W605 invalid escape sequence '\h' Line 760:79: W605 invalid escape sequence '\m' Line 760:85: W605 invalid escape sequence ')' Line 761:46: W605 invalid escape sequence '(' Line 761:48: W605 invalid escape sequence '\l' Line 761:56: W605 invalid escape sequence '\m' Line 761:66: W605 invalid escape sequence '\h' Line 761:79: W605 invalid escape sequence '\m' Line 761:85: W605 invalid escape sequence ')' Line 762:46: W605 invalid escape sequence '(' Line 762:48: W605 invalid escape sequence '\l' Line 762:56: W605 invalid escape sequence '\m' Line 762:66: W605 invalid escape sequence '\h' Line 762:79: W605 invalid escape sequence '\m' Line 762:85: W605 invalid escape sequence ')' Line 768:58: W605 invalid escape sequence '(' Line 768:62: W605 invalid escape sequence '\m' Line 768:69: W605 invalid escape sequence '\m' Line 768:75: W605 invalid escape sequence ')' Line 793:25: W605 invalid escape sequence '(' Line 793:29: W605 invalid escape sequence ')' Line 793:61: W605 invalid escape sequence '\c' Line 793:78: W605 invalid escape sequence '\e' Line 799:50: W605 invalid escape sequence '(' Line 799:52: W605 invalid escape sequence '\l' Line 799:60: W605 invalid escape sequence '\m' Line 799:70: W605 invalid escape sequence '\h' Line 799:83: W605 invalid escape sequence '\m' Line 799:89: W605 invalid escape sequence ')' Line 800:50: W605 invalid escape sequence '(' Line 800:52: W605 invalid escape sequence '\l' Line 800:60: W605 invalid escape sequence '\m' Line 800:70: W605 invalid escape sequence '\h' Line 800:83: W605 invalid escape sequence '\m' Line 800:89: W605 invalid escape sequence ')' Line 801:50: W605 invalid escape sequence '(' Line 801:52: W605 invalid escape sequence '\l' Line 801:60: W605 invalid escape sequence '\m' Line 801:70: W605 invalid escape sequence '\h' Line 801:83: W605 invalid escape sequence '\m' Line 801:89: W605 invalid escape sequence ')' Line 807:62: W605 invalid escape sequence '(' Line 807:66: W605 invalid escape sequence '\m' Line 807:73: W605 invalid escape sequence '\m' Line 807:79: W605 invalid escape sequence ')'
gharchive/pull-request
2024-07-02T14:09:06
2025-04-01T04:55:03.552549
{ "authors": [ "hover2pi", "pep8speaks" ], "repo": "ExoCTK/exoctk", "url": "https://github.com/ExoCTK/exoctk/pull/600", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1781147025
REQ and update Add En Hi. plz add en Lange. thanks a lot. Up +++++
gharchive/issue
2023-06-29T16:17:39
2025-04-01T04:55:03.578503
{ "authors": [ "lolminerxmrig" ], "repo": "ExpLangcn/WanLi", "url": "https://github.com/ExpLangcn/WanLi/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1493250886
mWeb / Safari - Search - Modal doesn't completely cover the screen If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel! Action Performed: Login to the prod website staging.new.expensify.com Click on new Chat Notice the previous screen is slightly visible and can be scrolled Expected Result: The new chat screen should cover the screen completely Actual Result: The previous screen is slightly visible and can be scrolled at the bottom Workaround: unknown Platform: Where is this issue occurring? Mobile Web (Safari) Version Number: 1.2.38-1 Reproducible in staging?: y Reproducible in production?: y Email or phone of affected tester (no customers): Logs: https://stackoverflow.com/c/expensify/questions/4856 Notes/Photos/Videos: https://user-images.githubusercontent.com/43996225/207216526-5cf6ab3e-3bbe-474b-a516-0ef99dfd04fd.mov Expensify/Expensify Issue URL: Issue reported by: @someone-here Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1670748885345139 View all open jobs on GitHub this seems like a regression, maybe, maybe it's just another one of those flex that has been changed @sketchydroide do you have any idea where the regression might have stemmed from in more detail? Seems related to the banner at the top of the screen? We have definitely had an issue like this before... 👀 Feels like a dupe of this which we put on HOLD (but I think should not have) -> https://github.com/Expensify/App/issues/13219 I'm closing in favour of https://github.com/Expensify/App/issues/13219, pls reopen if anyone disagrees
gharchive/issue
2022-12-13T03:08:23
2025-04-01T04:55:03.637107
{ "authors": [ "kavimuru", "laurenreidexpensify", "marcaaron", "sketchydroide" ], "repo": "Expensify/App", "url": "https://github.com/Expensify/App/issues/13548", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1695113599
[PAID] [$1000] Emoji-only Anchor Text with Hyperlink is accepted/doesn't look right If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel! Action Performed: Open a chat and put an emoji inside of square brackets "[]" and put a link inside of parenthesis "()" and post the comment Expected Result: Emoji only should not be accepted as an anchor text or it should look right Actual Result: Emoji only is accepted as an anchor text and it doesn't look pleasing to the eye Workaround: Can the user still use Expensify without this being fixed? Have you informed them of the workaround? Platforms: Which of our officially supported platforms is this issue occurring on? [ ] Android / native [ ] Android / Chrome [ ] iOS / native [ ] iOS / Safari [x] MacOS / Chrome / Safari [ ] MacOS / Desktop Version Number: 1.3.9.16 Reproducible in staging?: y Reproducible in production?: y If this was caught during regression testing, add the test name, ID and link from TestRail: Email or phone of affected tester (no customers): Logs: https://stackoverflow.com/c/expensify/questions/4856 Notes/Photos/Videos: Any additional supporting documentation https://user-images.githubusercontent.com/43996225/236094258-5482069d-6c84-428f-83bc-c6060017e0dc.mp4 Expensify/Expensify Issue URL: Issue reported by: @nathan-mulugeta Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1683110677125259 View all open jobs on GitHub Upwork Automation - Do Not Edit Upwork Job URL: https://www.upwork.com/jobs/~016f4e82bec390b3ae Upwork Job ID: 1656089549211725824 Last Price Increase: 2023-05-10 Triggered auto assignment to @strepanier03 (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Bug0 Triage Checklist (Main S/O) [ ] This "bug" occurs on a supported platform (ensure Platforms in OP are ✅) [ ] This bug is not a duplicate report (check E/App issues and #expensify-bugs) If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead [ ] This bug is reproducible using the reproduction steps in the OP. S/O If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue. If the reproduction steps aren't clear and you determine the correct steps, please update the OP. [ ] This issue is filled out as thoroughly and clearly as possible Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production. [ ] I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync Raised internally for discussion on path forward. Bumped again as we're still unclear what the expected and preferred behavior will be. After a few different discussions, we have come to a consensus that we don't want emoji to be allowed as anchor text for hyperlinks. Proposal Please re-state the problem that we are trying to solve in this issue. Emoji only hyperlink doesn't look good. What is the root cause of that problem? The link doesn't look good because of the added underline below the emojis. What changes do you think we should make in order to solve the problem? As mentioned here we do no want emojis as anchor text in hyperlinks. We can mark the field as "invalid" when some/all anchor text is an emoji and let the user edit the anchortext. We can achieve this by following how ExceededCommentLength is used in ReportActionCompose What alternative solutions did you explore? (Optional) We can also Remove the underline from links. Like github does: Text only Mixed 🤒 Text 🤒 🤒🤒🤒🤒🤒 Remove all emojies from anchortexts automatically. This can be achieved by removing all emojis when the text is parsed. This looks like a good place to process the anchor text with a regex and remove all emojis. In this case we also need to decide what the replacement anchortext should be. Contributor details Your Expensify account email: nazmulpcc@gmail.com Upwork Profile Link: https://www.upwork.com/freelancers/~01e2898907cab95e2a @nazmulpcc Thanks for your proposal. Can you please be more descriptive in your proposal. "What is the root cause of that problem?" section should include why is this issue occurring? Where in the codebase the problem lies? Please make use of permalinks. "What changes do you think we should make in order to solve the problem?" section:: We can achieve this by following how ExceededCommentLength is used in ReportActionCompose Can you please explain how and for what purpose ExceededCommentLength is used in ReportActionCompose? What changes will be required in code base to solve this particular issue? Where will we make those changes? Proposal Please re-state the problem that we are trying to solve in this issue. Emoji only is accepted as an anchor text and it doesn't look pleasing to the eye. As mentioned in https://github.com/Expensify/App/issues/18386#issuecomment-1541043535, we don't want emoji-only text to be anchor text for links. What is the root cause of that problem? We're not validating if the anchor text contains only emojis in the 'link' rule here https://github.com/Expensify/expensify-common/blob/b29d8528cd9be19a131ef77f9edfeb652d2af646/lib/ExpensiMark.js#L107. What changes do you think we should make in order to solve the problem? We need to check if the anchor text g1 here contains only emojis, we can make use of the existing logic in the containsOnlyEmojis method here https://github.com/Expensify/App/blob/1b1e562a33c01dbbc2ca81c8994342f95b5aa481/src/libs/EmojiUtils.js#L62, if yes then we return match; and it will show the user input as is without converting to <a> tag. I'm assuming here that we only does not allow anchor text to "contains only emojis", if it contains both text and emojis then it should be allowed since the underlined text in that case does not look that bad. If instead we want to avoid emoji at all in the anchor text then we can simply modify the above condition to check if the anchor text contains any emoji. What alternative solutions did you explore? (Optional) NA I'm assuming here that we only does not allow anchor text to "contains only emojis", if it contains both text and emojis then it should be allowed since the underlined text in that case does not look that bad. @strepanier03 Can you please confirm wether we will allow anchor text to contain text with emojis or not? @sobitneupane - We do not want to allow emoji to be used as anchor text for hyperlinks moving forward. Thanks @strepanier03. So, We will not be allowing emoji at all in the anchor text. Even text mixed with emoji like Mixed 🤒 Text 🤒 will not be allowed. @dukenv0307 Would you like to update your proposal? @sobitneupane sure thing! Proposal updated Thanks for the update @dukenv0307 Proposal from @dukenv0307 looks good to me. cc: @marcochavezf Result will look something like this Friendly bump @marcochavezf - I know it was the weekend but we're overdue here so taking care of that as well. Thanks for the bump, the proposal also LGTM, assigning @dukenv0307! 🚀 @sobitneupane the PR is ready for review Prepping for the pay hold being removed @sobitneupane - I've hired you to the UpWork job. Finish off the checklist whenever you can and I can update or make the reg test GH if applicable. @dukenv0307 - I am having trouble locating your profile in Upwork, can you please apply for the job using this link and also let me know your first/last name in Upwork so I'm confident I'm hiring the right person? @Nathan-Mulugeta - I've created a bug reporting job in Upwork and hired you as well. Chat again on the 25th! @strepanier03 I've applied! My profile is https://www.upwork.com/freelancers/~01f5cbe690701118a2, thanks! Thank you so much @dukenv0307, I really appreciate it. I've hired you as well so we'll be ready for tomorrow. Thanks @strepanier03 I just received. BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed: It's an improvement in the app. I don't think we can blame the PR allowing the emoji in url for causing this issue because it was lately decided to not allow emoji in the url. Regression Test Proposal Send a url having emoji as anchor-text ( i.e, Put an emoji inside of square brackets '[]' and put a link inside of parenthesis '()') Verify that emoji is not considered as valid anchor-text. Sounds good to me @sobitneupane - I can make that reg test GH. Finished up everything here, paid out the remaining contract and closed it. Thank you everyone!
gharchive/issue
2023-05-04T02:00:38
2025-04-01T04:55:03.671441
{ "authors": [ "MelvinBot", "Nathan-Mulugeta", "dukenv0307", "kavimuru", "marcochavezf", "nazmulpcc", "sobitneupane", "strepanier03" ], "repo": "Expensify/App", "url": "https://github.com/Expensify/App/issues/18386", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1801047947
Allow react-native-vision-camera 2.15.4 and react-native-reanimated 3.1.0 to work together Problem Install react-native-vision-camera 2.15.4 and react-native-reanimated 3.1.0 on the same React Native app and you will see this error when trying to run iOS via npm run ios 💥 ❌ /Users/andrew/Expensidev/App/node_modules/react-native-vision-camera/ios/Frame Processor/FrameProcessorRuntimeManager.mm:146:32: no member named 'ShareableValue' in namespace 'reanimated' auto worklet = reanimated::ShareableValue::adapt(runtime, arguments[1], runtimeManager.get()); Note: A patch was prepared by @mrousavy that fixes this, but it would be great to support this without a patch. diff --git a/node_modules/react-native-vision-camera/ios/Frame Processor/FrameProcessorRuntimeManager.mm b/node_modules/react-native-vision-camera/ios/Frame Processor/FrameProcessorRuntimeManager.mm index 3841b20..687ea94 100644 --- a/node_modules/react-native-vision-camera/ios/Frame Processor/FrameProcessorRuntimeManager.mm +++ b/node_modules/react-native-vision-camera/ios/Frame Processor/FrameProcessorRuntimeManager.mm @@ -19,6 +19,8 @@ #import <React/RCTUIManager.h> #import <ReactCommon/RCTTurboModuleManager.h> +#define VISION_CAMERA_DISABLE_FRAME_PROCESSORS 1 + #ifndef VISION_CAMERA_DISABLE_FRAME_PROCESSORS #if __has_include(<RNReanimated/NativeReanimatedModule.h>) #if __has_include(<RNReanimated/RuntimeManager.h>) Solution Allow the two libraries to work together without a patch. @mrousavy and @tomekzaw - Can you comment here so I can assign you? Thanks! 👋 Updates being left in Slack! We just merged the patch to main, any update here from library maintainers side? @AndrewGable I've managed to get it working with RNVisionCamera v3. I need some more time to backport the changes to RNVisionCamera v2 and submit PRs to both libraries. Will keep you updated! Awesome work @tomekzaw! Feel free to DM me on Slack anytime if you have any questions or want me to do any changes :) Hey! I've managed to integrate RNVisionCamera v2 with Reanimated v3 on both platforms (Android and iOS) 🥳 Here's the PR to react-native-vision-camera (to the v2 branch): https://github.com/mrousavy/react-native-vision-camera/pull/1759 I've used some commits from @mrousavy's PR which mostly bumps react-native version in the example app and does some general cleanup which served as a base for my further work on the integration. Also, Marc provided me with instructions on how to test out frame processors in the example app on Android. Thanks! iOS demo: https://twitter.com/tomekzaw_/status/1697302708879765983 Android demo: https://twitter.com/tomekzaw_/status/1697604643365278077 I believe we could integrate the new RNVisionCamera v3 with Reanimated v3 this way. In fact, this should be fairly easy to do since we could re-use the migrated code from v2. Let's go 🚀 We're finishing the last bits on that PR and then I'll create a release on the v2 branch 👍 @mrousavy - Do you think we could include this fix and https://github.com/mrousavy/react-native-vision-camera/pull/1782 on a V2 release? That'd be great for us 🙏 Yo Andrew - sure no problem I'll backport that! Pushed that specific change and also a fix to build without frame processors using disableFrameProcessors. Released to npm @ 2.16.1! 🚀 Thanks again for your hard work @tomekzaw, this was just amazing help bro 🙏
gharchive/issue
2023-07-12T13:59:09
2025-04-01T04:55:03.681675
{ "authors": [ "AndrewGable", "mrousavy", "tomekzaw" ], "repo": "Expensify/App", "url": "https://github.com/Expensify/App/issues/22749", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1898665376
[$500] Assign task - Marking the Task as Complete or incomplete does not focus the composer If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel! Action Performed: Go to any task report page Click "Mark as done". Notice the composer is not focused Go to the three dots and click on Mark as incomplete. Notice the composer is not focused Expected Result: Marking the Task as Complete or incomplete focuses the composer Actual Result: Marking the Task as Complete or incomplete does not focus the composer Workaround: Unknown Platforms: Which of our officially supported platforms is this issue occurring on? [ ] Android / native [ ] Android / Chrome [ ] iOS / native [ ] iOS / Safari [x] MacOS / Chrome / Safari [ ] MacOS / Desktop Version Number: v1.3.70-5 Reproducible in staging?: Y **Reproducible in production?:**Y If this was caught during regression testing, add the test name, ID and link from TestRail: Email or phone of affected tester (no customers): Logs: https://stackoverflow.com/c/expensify/questions/4856 Notes/Photos/Videos: Any additional supporting documentation https://github.com/Expensify/App/assets/115492554/29518a0e-8fd4-4c70-8024-33374593f8bf https://github.com/Expensify/App/assets/115492554/9552b16d-23b1-42d2-8b0d-5a7385738da7 Expensify/Expensify Issue URL: Issue reported by: @daveSeife Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1694057465609589 View all open jobs on GitHub Upwork Automation - Do Not Edit Upwork Job URL: https://www.upwork.com/jobs/~01dda7cab075cd4ea4 Upwork Job ID: 1702707529787387904 Last Price Increase: 2023-09-15 Hi i want help with this Contributor details Your Expensify account email: poonammsute@gmail.com Upwork Profile Link: https://www.upwork.com/freelancers/~01c0d53d695396e11c on the composer when Task is reopened here. @neonbhai I didn't understand what you mean here, it links to the current issue itself. Can you please elaborate? I am able to recreate this but I raised here to discuss expected behavior. I get that we're not focusing the composer but why would we expect the composer needs to be focused after marking a task complete or incomplete? @neonbhai - Please join the discussion here if you'd like to help move this forward. Right now the plan is to close this GH as a feature request. I'll reopen if we decide to make a change.
gharchive/issue
2023-09-15T15:34:41
2025-04-01T04:55:03.694174
{ "authors": [ "izarutskaya", "mananjadhav", "poonam286", "strepanier03" ], "repo": "Expensify/App", "url": "https://github.com/Expensify/App/issues/27541", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }