Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
60,932
17,023,559,988
IssuesEvent
2021-07-03 02:39:15
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
problem on merging nodes
Component: merkaartor Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 8.44pm, Thursday, 4th March 2010]** problem on merkaartor 0.15 when i move an existing node over another one, these two nodes are merged togheder. but whit the new virtual nodes feature there is a problem: the virtual node between the two merged nodes still remain and is not "deleted" (or made invisible), so it's still possible to drag it and create a new node. this new node connects the two old nodes merged, and in facts creates two overlapped roads.
1.0
problem on merging nodes - **[Submitted to the original trac issue database at 8.44pm, Thursday, 4th March 2010]** problem on merkaartor 0.15 when i move an existing node over another one, these two nodes are merged togheder. but whit the new virtual nodes feature there is a problem: the virtual node between the two merged nodes still remain and is not "deleted" (or made invisible), so it's still possible to drag it and create a new node. this new node connects the two old nodes merged, and in facts creates two overlapped roads.
defect
problem on merging nodes problem on merkaartor when i move an existing node over another one these two nodes are merged togheder but whit the new virtual nodes feature there is a problem the virtual node between the two merged nodes still remain and is not deleted or made invisible so it s still possible to drag it and create a new node this new node connects the two old nodes merged and in facts creates two overlapped roads
1
39,023
9,161,297,406
IssuesEvent
2019-03-01 10:05:00
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
opened
CSS - merging padding/margin incorrectly
Defect Parsing
```css .nav-item { margin: 0 10px !important; padding: 6px 12px !important; padding-top: 3px !important; } ``` https://github.com/Glavin001/atom-beautify/issues/2324
1.0
CSS - merging padding/margin incorrectly - ```css .nav-item { margin: 0 10px !important; padding: 6px 12px !important; padding-top: 3px !important; } ``` https://github.com/Glavin001/atom-beautify/issues/2324
defect
css merging padding margin incorrectly css nav item margin important padding important padding top important
1
33,181
15,817,758,966
IssuesEvent
2021-04-05 15:03:15
ropensci/targets
https://api.github.com/repos/ropensci/targets
closed
Shut down superfluous persistent workers earlier
topic: performance
## Prework * [x] Read and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/ropensci/targets/issues), whether open or closed, comment on the existing thread instead of posting a new issue. * [x] Post a [minimal reproducible example](https://www.tidyverse.org/help/) like [this one](https://github.com/ropensci/targets/issues/256#issuecomment-754229683) so the maintainer can troubleshoot the problems you identify. A reproducible example is: * [x] **Runnable**: post enough R code and data so any onlooker can create the error on their own computer. * [x] **Minimal**: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand. * [x] **Readable**: format your code according to the [tidyverse style guide](https://style.tidyverse.org/). ## Description `targets` is supposed to shut down idle workers when there is no more work to be assigned to them. Currently, local targets (`deployment = "main"`) and dynamic branching cleanup steps count as work to be assigned, and this is preventing the shutdown of those idle workers. ## Reproducible example * [x] Post a [minimal reproducible example](https://www.tidyverse.org/help/) so the maintainer can troubleshoot the problems you identify. A reproducible example is: * [x] **Runnable**: post enough R code and data so any onlooker can create the error on their own computer. * [x] **Minimal**: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand. * [x] **Readable**: format your code according to the [tidyverse style guide](https://style.tidyverse.org/). ### Dynamic branching https://github.com/ropensci/targets/blob/c77355cd10ce7b861233a0da87fd423c847bc4f5/tests/performance/test-parallel.R#L37-L47 ### Local targets https://github.com/ropensci/targets/blob/c77355cd10ce7b861233a0da87fd423c847bc4f5/tests/performance/test-parallel.R#L53-L63 ## Benchmarks Currently, all workers stay running until the very end of the pipeline. Run in a basic terminal, monitor with `htop -d 1`, and filter on `R.home()`.
True
Shut down superfluous persistent workers earlier - ## Prework * [x] Read and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/ropensci/targets/issues), whether open or closed, comment on the existing thread instead of posting a new issue. * [x] Post a [minimal reproducible example](https://www.tidyverse.org/help/) like [this one](https://github.com/ropensci/targets/issues/256#issuecomment-754229683) so the maintainer can troubleshoot the problems you identify. A reproducible example is: * [x] **Runnable**: post enough R code and data so any onlooker can create the error on their own computer. * [x] **Minimal**: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand. * [x] **Readable**: format your code according to the [tidyverse style guide](https://style.tidyverse.org/). ## Description `targets` is supposed to shut down idle workers when there is no more work to be assigned to them. Currently, local targets (`deployment = "main"`) and dynamic branching cleanup steps count as work to be assigned, and this is preventing the shutdown of those idle workers. ## Reproducible example * [x] Post a [minimal reproducible example](https://www.tidyverse.org/help/) so the maintainer can troubleshoot the problems you identify. A reproducible example is: * [x] **Runnable**: post enough R code and data so any onlooker can create the error on their own computer. * [x] **Minimal**: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand. * [x] **Readable**: format your code according to the [tidyverse style guide](https://style.tidyverse.org/). ### Dynamic branching https://github.com/ropensci/targets/blob/c77355cd10ce7b861233a0da87fd423c847bc4f5/tests/performance/test-parallel.R#L37-L47 ### Local targets https://github.com/ropensci/targets/blob/c77355cd10ce7b861233a0da87fd423c847bc4f5/tests/performance/test-parallel.R#L53-L63 ## Benchmarks Currently, all workers stay running until the very end of the pipeline. Run in a basic terminal, monitor with `htop -d 1`, and filter on `R.home()`.
non_defect
shut down superfluous persistent workers earlier prework read and agree to the and if there is whether open or closed comment on the existing thread instead of posting a new issue post a like so the maintainer can troubleshoot the problems you identify a reproducible example is runnable post enough r code and data so any onlooker can create the error on their own computer minimal reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand readable format your code according to the description targets is supposed to shut down idle workers when there is no more work to be assigned to them currently local targets deployment main and dynamic branching cleanup steps count as work to be assigned and this is preventing the shutdown of those idle workers reproducible example post a so the maintainer can troubleshoot the problems you identify a reproducible example is runnable post enough r code and data so any onlooker can create the error on their own computer minimal reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand readable format your code according to the dynamic branching local targets benchmarks currently all workers stay running until the very end of the pipeline run in a basic terminal monitor with htop d and filter on r home
0
241,145
18,428,462,113
IssuesEvent
2021-10-14 03:13:11
CodeMonkeys-Graduation/Graduation-Project
https://api.github.com/repos/CodeMonkeys-Graduation/Graduation-Project
closed
프로젝트를 새로 클론받고 패키지를 임포트할 시 Import Unity Packege 창이 안 열렸던 문제
documentation
https://docs.unity3d.com/kr/2020.3/Manual/upm-errors.html 위의 링크에서 "패키지 관리자 누락 또는 창이 열리지 않음" 섹션을 보고 해결했고 Window -> Layouts -> Reset All Layouts 를 실행하고서 해결됐음.
1.0
프로젝트를 새로 클론받고 패키지를 임포트할 시 Import Unity Packege 창이 안 열렸던 문제 - https://docs.unity3d.com/kr/2020.3/Manual/upm-errors.html 위의 링크에서 "패키지 관리자 누락 또는 창이 열리지 않음" 섹션을 보고 해결했고 Window -> Layouts -> Reset All Layouts 를 실행하고서 해결됐음.
non_defect
프로젝트를 새로 클론받고 패키지를 임포트할 시 import unity packege 창이 안 열렸던 문제 위의 링크에서 패키지 관리자 누락 또는 창이 열리지 않음 섹션을 보고 해결했고 window layouts reset all layouts 를 실행하고서 해결됐음
0
785,122
27,599,487,851
IssuesEvent
2023-03-09 09:05:05
nix-community/ethereum.nix
https://api.github.com/repos/nix-community/ethereum.nix
closed
Allow specifying btrfs sub volumes in geth service
Priority: High Status: In Progress
This will be a more general feature eventually, but to begin with let's focus on the geth service and btrfs in particular. The basic idea is to allow a user to specify that the `datadir` should be a btrfs subvolume. Before starting the geth client, the volume should be created if it hasn't already, with default mount options of `["discard" "noatime" "nodatacow"]`. If it already exists then ideally we validate the mount options match but that's not necessary for a first version. I think we can leverage https://github.com/nix-community/disko. @Mic92 @Lassulus any advice/recommended approaches for integrating the service in `modules/geth.nix` with disko to achieve the outcome above?
1.0
Allow specifying btrfs sub volumes in geth service - This will be a more general feature eventually, but to begin with let's focus on the geth service and btrfs in particular. The basic idea is to allow a user to specify that the `datadir` should be a btrfs subvolume. Before starting the geth client, the volume should be created if it hasn't already, with default mount options of `["discard" "noatime" "nodatacow"]`. If it already exists then ideally we validate the mount options match but that's not necessary for a first version. I think we can leverage https://github.com/nix-community/disko. @Mic92 @Lassulus any advice/recommended approaches for integrating the service in `modules/geth.nix` with disko to achieve the outcome above?
non_defect
allow specifying btrfs sub volumes in geth service this will be a more general feature eventually but to begin with let s focus on the geth service and btrfs in particular the basic idea is to allow a user to specify that the datadir should be a btrfs subvolume before starting the geth client the volume should be created if it hasn t already with default mount options of if it already exists then ideally we validate the mount options match but that s not necessary for a first version i think we can leverage lassulus any advice recommended approaches for integrating the service in modules geth nix with disko to achieve the outcome above
0
175,487
6,551,476,372
IssuesEvent
2017-09-05 14:52:47
openvstorage/alba-asdmanager
https://api.github.com/repos/openvstorage/alba-asdmanager
opened
Get rid of the ASD_NODE_ID env variable
priority_normal type_enhancement
Similar to the iscsi-manager package, we should remove this dependency. Since the introduction of our sqlite3 DB on each ASDmanager node, we can now make use of this DB to store this value, making it a lot easier when having to debug.
1.0
Get rid of the ASD_NODE_ID env variable - Similar to the iscsi-manager package, we should remove this dependency. Since the introduction of our sqlite3 DB on each ASDmanager node, we can now make use of this DB to store this value, making it a lot easier when having to debug.
non_defect
get rid of the asd node id env variable similar to the iscsi manager package we should remove this dependency since the introduction of our db on each asdmanager node we can now make use of this db to store this value making it a lot easier when having to debug
0
16,786
2,947,357,238
IssuesEvent
2015-07-05 00:17:19
robcalcroft/jquery-loadmask-plus
https://api.github.com/repos/robcalcroft/jquery-loadmask-plus
closed
It doesn't come in center when the document.body is masked
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. open console and write this code $(document.body).mask("loading..."); 2. The image and label doesn't come in the center of the page, even people can not able to see. What is the expected output? What do you see instead? The image and label should come in center of the page. What version of the product are you using? On what operating system? Window XP, IE 8, Mozila 23. ``` Original issue reported on code.google.com by `tameshwar.nirmalkar` on 22 Jul 2013 at 2:01 Attachments: * [error.JPG](https://storage.googleapis.com/google-code-attachments/jquery-loadmask/issue-17/comment-0/error.JPG)
1.0
It doesn't come in center when the document.body is masked - ``` What steps will reproduce the problem? 1. open console and write this code $(document.body).mask("loading..."); 2. The image and label doesn't come in the center of the page, even people can not able to see. What is the expected output? What do you see instead? The image and label should come in center of the page. What version of the product are you using? On what operating system? Window XP, IE 8, Mozila 23. ``` Original issue reported on code.google.com by `tameshwar.nirmalkar` on 22 Jul 2013 at 2:01 Attachments: * [error.JPG](https://storage.googleapis.com/google-code-attachments/jquery-loadmask/issue-17/comment-0/error.JPG)
defect
it doesn t come in center when the document body is masked what steps will reproduce the problem open console and write this code document body mask loading the image and label doesn t come in the center of the page even people can not able to see what is the expected output what do you see instead the image and label should come in center of the page what version of the product are you using on what operating system window xp ie mozila original issue reported on code google com by tameshwar nirmalkar on jul at attachments
1
3,827
2,610,069,750
IssuesEvent
2015-02-26 18:20:27
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
台州割包茎哪家专业
auto-migrated Priority-Medium Type-Defect
``` 台州割包茎哪家专业【台州五洲生殖医院】24小时健康咨询热 线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒 江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118� ��198及椒江一金清公交车直达枫南小区,乘坐107、105、109、112 、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 11:49
1.0
台州割包茎哪家专业 - ``` 台州割包茎哪家专业【台州五洲生殖医院】24小时健康咨询热 线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒 江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118� ��198及椒江一金清公交车直达枫南小区,乘坐107、105、109、112 、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 11:49
defect
台州割包茎哪家专业 台州割包茎哪家专业【台州五洲生殖医院】 线 微信号tzwzszyy 医院地址 台州市椒 (枫南大转盘旁)乘车线路 、 、 � �� , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
382,023
11,299,745,620
IssuesEvent
2020-01-17 11:58:07
ajency/Sync-WhatsApp-Conversation
https://api.github.com/repos/ajency/Sync-WhatsApp-Conversation
opened
Invite Users > Validation doesn't work when the same number is entered to another field below
Functionality Priority #2 question
**Describe the bug with steps** 1. Click on Add Whatsapp number link 2. Add the same numbers in both fields. 3. You will see it gets accepted. ![image](https://user-images.githubusercontent.com/55691499/72610877-921fa080-394e-11ea-9ff9-44e775cc1f61.png) **Expected Result** Same number should not be accepted in the field(s)
1.0
Invite Users > Validation doesn't work when the same number is entered to another field below - **Describe the bug with steps** 1. Click on Add Whatsapp number link 2. Add the same numbers in both fields. 3. You will see it gets accepted. ![image](https://user-images.githubusercontent.com/55691499/72610877-921fa080-394e-11ea-9ff9-44e775cc1f61.png) **Expected Result** Same number should not be accepted in the field(s)
non_defect
invite users validation doesn t work when the same number is entered to another field below describe the bug with steps click on add whatsapp number link add the same numbers in both fields you will see it gets accepted expected result same number should not be accepted in the field s
0
82,104
32,001,786,848
IssuesEvent
2023-09-21 12:43:56
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
BUG: RegularGridInterpolator returns Nan at input points
defect
### Describe your issue. In my project, I take the following actions: 1. initialize a 2D array, call it Z, by setting all values to np.nan 2. set some, but not all, of the elements to real values 3. provide Z as the input values for RegularGridInterpolator. The value locations are two other arrays X and Y as created by meshgrid. 4. try to compute the values of the function Z at some locations (x,y) by interpolating. (x,y) sometimes coincide with locations of input data, but not always. The values returned from step 4 are sometimes Nan even when they are at locations where I set a real value as in step 2. Conceptually, this seems to me to be incorrect. I would expect that when I ask RegularGridInterpolator to compute a value at a point where I provided a value, it should just return the value that I provided. This image provides an example: ![interior Z values defined](https://github.com/scipy/scipy/assets/339276/566cb8cb-4f7b-456f-b5f2-3b11df680d32) The dots are at the locations of X and Y. Red dots show locations where a real value is returned by interpolation, and blue dots show locations where Nan is returned. I would expect the blue dots along the left (X = -4, Y in [-4, 4]) and bottom (Y = -4, X in [-4, 4]) edges of the contour map to be red. This does not happen if all elements of Z are set to real values, as shown here: ![all Z values defined](https://github.com/scipy/scipy/assets/339276/a6ba6212-7983-4c95-8604-ed37fff54111) (in this case all dots are blue because they are all defined). ### Reproducing Code Example ```python import numpy as np from scipy.interpolate import RegularGridInterpolator as rgi import matplotlib.pyplot as plt x_axis = np.arange(-5, 6) y_axis = np.arange(-5, 6) X, Y = np.meshgrid(x_axis, y_axis) # define Z on all grid nodes Z = np.full_like(X.astype('float64'), np.nan) Z = X**2 + Y**2 # interpolate interp = rgi((x_axis, y_axis), Z, bounds_error = False) interp_z = interp(np.vstack([X.flat, Y.flat]).T) # make figure fig = plt.figure() plt.contourf(X, Y, Z) interp_z_defined = ~np.isnan(interp_z) print(interp_z_defined.all()) s_interp_defined = plt.scatter(X.flat, Y.flat, c = interp_z_defined.flat, cmap = 'seismic') plt.title("All values of Z defined before interpolation") plt.xlabel("X") plt.ylabel("Y") # define Z only on interior grid nodes Z = np.full_like(X.astype('float64'), np.nan) Z[1:-1, 1:-1] = X[1:-1, 1:-1]**2 + Y[1:-1, 1:-1]**2 # interpolate interp = rgi((x_axis, y_axis), Z, bounds_error = False) interp_z = interp(np.vstack([X.flat, Y.flat]).T) # make figure fig = plt.figure() plt.contourf(X, Y, Z) interp_z_defined = ~np.isnan(interp_z) print(interp_z_defined.all()) s_interp_defined = plt.scatter(X.flat, Y.flat, c = interp_z_defined.flat, cmap = 'seismic') plt.title("Only interior values of Z defined before interpolation") plt.xlabel("X") plt.ylabel("Y") ``` ### Error message ```shell There is no error message. ``` ### SciPy/NumPy/Python version and system information ```shell lapack_mkl_info: NOT AVAILABLE openblas_lapack_info: NOT AVAILABLE openblas_clapack_info: NOT AVAILABLE flame_info: NOT AVAILABLE accelerate_info: NOT AVAILABLE atlas_3_10_threads_info: NOT AVAILABLE atlas_3_10_info: NOT AVAILABLE atlas_threads_info: NOT AVAILABLE atlas_info: NOT AVAILABLE lapack_info: libraries = ['lapack', 'blas', 'lapack', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] language = f77 blas_mkl_info: NOT AVAILABLE blis_info: NOT AVAILABLE openblas_info: NOT AVAILABLE atlas_3_10_blas_threads_info: NOT AVAILABLE atlas_3_10_blas_info: NOT AVAILABLE atlas_blas_threads_info: NOT AVAILABLE atlas_blas_info: NOT AVAILABLE blas_info: libraries = ['cblas', 'blas', 'cblas', 'blas', 'cblas', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] include_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\include'] language = f77 define_macros = [('HAVE_CBLAS', None)] blas_opt_info: define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] libraries = ['cblas', 'blas', 'cblas', 'blas', 'cblas', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] include_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\include'] language = f77 lapack_opt_info: libraries = ['lapack', 'blas', 'lapack', 'blas', 'cblas', 'blas', 'cblas', 'blas', 'cblas', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] language = f77 define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] include_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\include'] Supported SIMD extensions in this NumPy install: baseline = SSE,SSE2,SSE3 found = SSSE3,SSE41,POPCNT,SSE42,AVX,F16C,FMA3,AVX2 not found = AVX512F,AVX512CD,AVX512_SKX,AVX512_CLX,AVX512_CNL,AVX512_ICL ```
1.0
BUG: RegularGridInterpolator returns Nan at input points - ### Describe your issue. In my project, I take the following actions: 1. initialize a 2D array, call it Z, by setting all values to np.nan 2. set some, but not all, of the elements to real values 3. provide Z as the input values for RegularGridInterpolator. The value locations are two other arrays X and Y as created by meshgrid. 4. try to compute the values of the function Z at some locations (x,y) by interpolating. (x,y) sometimes coincide with locations of input data, but not always. The values returned from step 4 are sometimes Nan even when they are at locations where I set a real value as in step 2. Conceptually, this seems to me to be incorrect. I would expect that when I ask RegularGridInterpolator to compute a value at a point where I provided a value, it should just return the value that I provided. This image provides an example: ![interior Z values defined](https://github.com/scipy/scipy/assets/339276/566cb8cb-4f7b-456f-b5f2-3b11df680d32) The dots are at the locations of X and Y. Red dots show locations where a real value is returned by interpolation, and blue dots show locations where Nan is returned. I would expect the blue dots along the left (X = -4, Y in [-4, 4]) and bottom (Y = -4, X in [-4, 4]) edges of the contour map to be red. This does not happen if all elements of Z are set to real values, as shown here: ![all Z values defined](https://github.com/scipy/scipy/assets/339276/a6ba6212-7983-4c95-8604-ed37fff54111) (in this case all dots are blue because they are all defined). ### Reproducing Code Example ```python import numpy as np from scipy.interpolate import RegularGridInterpolator as rgi import matplotlib.pyplot as plt x_axis = np.arange(-5, 6) y_axis = np.arange(-5, 6) X, Y = np.meshgrid(x_axis, y_axis) # define Z on all grid nodes Z = np.full_like(X.astype('float64'), np.nan) Z = X**2 + Y**2 # interpolate interp = rgi((x_axis, y_axis), Z, bounds_error = False) interp_z = interp(np.vstack([X.flat, Y.flat]).T) # make figure fig = plt.figure() plt.contourf(X, Y, Z) interp_z_defined = ~np.isnan(interp_z) print(interp_z_defined.all()) s_interp_defined = plt.scatter(X.flat, Y.flat, c = interp_z_defined.flat, cmap = 'seismic') plt.title("All values of Z defined before interpolation") plt.xlabel("X") plt.ylabel("Y") # define Z only on interior grid nodes Z = np.full_like(X.astype('float64'), np.nan) Z[1:-1, 1:-1] = X[1:-1, 1:-1]**2 + Y[1:-1, 1:-1]**2 # interpolate interp = rgi((x_axis, y_axis), Z, bounds_error = False) interp_z = interp(np.vstack([X.flat, Y.flat]).T) # make figure fig = plt.figure() plt.contourf(X, Y, Z) interp_z_defined = ~np.isnan(interp_z) print(interp_z_defined.all()) s_interp_defined = plt.scatter(X.flat, Y.flat, c = interp_z_defined.flat, cmap = 'seismic') plt.title("Only interior values of Z defined before interpolation") plt.xlabel("X") plt.ylabel("Y") ``` ### Error message ```shell There is no error message. ``` ### SciPy/NumPy/Python version and system information ```shell lapack_mkl_info: NOT AVAILABLE openblas_lapack_info: NOT AVAILABLE openblas_clapack_info: NOT AVAILABLE flame_info: NOT AVAILABLE accelerate_info: NOT AVAILABLE atlas_3_10_threads_info: NOT AVAILABLE atlas_3_10_info: NOT AVAILABLE atlas_threads_info: NOT AVAILABLE atlas_info: NOT AVAILABLE lapack_info: libraries = ['lapack', 'blas', 'lapack', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] language = f77 blas_mkl_info: NOT AVAILABLE blis_info: NOT AVAILABLE openblas_info: NOT AVAILABLE atlas_3_10_blas_threads_info: NOT AVAILABLE atlas_3_10_blas_info: NOT AVAILABLE atlas_blas_threads_info: NOT AVAILABLE atlas_blas_info: NOT AVAILABLE blas_info: libraries = ['cblas', 'blas', 'cblas', 'blas', 'cblas', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] include_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\include'] language = f77 define_macros = [('HAVE_CBLAS', None)] blas_opt_info: define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] libraries = ['cblas', 'blas', 'cblas', 'blas', 'cblas', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] include_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\include'] language = f77 lapack_opt_info: libraries = ['lapack', 'blas', 'lapack', 'blas', 'cblas', 'blas', 'cblas', 'blas', 'cblas', 'blas'] library_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\lib'] language = f77 define_macros = [('NO_ATLAS_INFO', 1), ('HAVE_CBLAS', None)] include_dirs = ['C:/Users/user/Anaconda3/envs/clay_dep_cont_2023_06_12\\Library\\include'] Supported SIMD extensions in this NumPy install: baseline = SSE,SSE2,SSE3 found = SSSE3,SSE41,POPCNT,SSE42,AVX,F16C,FMA3,AVX2 not found = AVX512F,AVX512CD,AVX512_SKX,AVX512_CLX,AVX512_CNL,AVX512_ICL ```
defect
bug regulargridinterpolator returns nan at input points describe your issue in my project i take the following actions initialize a array call it z by setting all values to np nan set some but not all of the elements to real values provide z as the input values for regulargridinterpolator the value locations are two other arrays x and y as created by meshgrid try to compute the values of the function z at some locations x y by interpolating x y sometimes coincide with locations of input data but not always the values returned from step are sometimes nan even when they are at locations where i set a real value as in step conceptually this seems to me to be incorrect i would expect that when i ask regulargridinterpolator to compute a value at a point where i provided a value it should just return the value that i provided this image provides an example the dots are at the locations of x and y red dots show locations where a real value is returned by interpolation and blue dots show locations where nan is returned i would expect the blue dots along the left x y in and bottom y x in edges of the contour map to be red this does not happen if all elements of z are set to real values as shown here in this case all dots are blue because they are all defined reproducing code example python import numpy as np from scipy interpolate import regulargridinterpolator as rgi import matplotlib pyplot as plt x axis np arange y axis np arange x y np meshgrid x axis y axis define z on all grid nodes z np full like x astype np nan z x y interpolate interp rgi x axis y axis z bounds error false interp z interp np vstack t make figure fig plt figure plt contourf x y z interp z defined np isnan interp z print interp z defined all s interp defined plt scatter x flat y flat c interp z defined flat cmap seismic plt title all values of z defined before interpolation plt xlabel x plt ylabel y define z only on interior grid nodes z np full like x astype np nan z x y interpolate interp rgi x axis y axis z bounds error false interp z interp np vstack t make figure fig plt figure plt contourf x y z interp z defined np isnan interp z print interp z defined all s interp defined plt scatter x flat y flat c interp z defined flat cmap seismic plt title only interior values of z defined before interpolation plt xlabel x plt ylabel y error message shell there is no error message scipy numpy python version and system information shell lapack mkl info not available openblas lapack info not available openblas clapack info not available flame info not available accelerate info not available atlas threads info not available atlas info not available atlas threads info not available atlas info not available lapack info libraries library dirs language blas mkl info not available blis info not available openblas info not available atlas blas threads info not available atlas blas info not available atlas blas threads info not available atlas blas info not available blas info libraries library dirs include dirs language define macros blas opt info define macros libraries library dirs include dirs language lapack opt info libraries library dirs language define macros include dirs supported simd extensions in this numpy install baseline sse found popcnt avx not found skx clx cnl icl
1
67,179
20,959,393,648
IssuesEvent
2022-03-27 15:16:39
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Group member acquired Admin level
T-Defect
### Steps to reproduce Dear Element Team: I'm hoping there's a way to correct this. If not, possibly to show me where I erred so it doesn't happen again: I created a public group visible to others. Another user joined the group, however I noticed they were assigned as an admin. Now, we are both admin and I don't see a way to alter their user access. If there is a way to reclaim access, that would be great. Thank you very much for your time and consideration. Sincerely, ### Outcome UNK ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store F-Droid ### Homeserver :matrix.org ### Will you send logs? Yes
1.0
Group member acquired Admin level - ### Steps to reproduce Dear Element Team: I'm hoping there's a way to correct this. If not, possibly to show me where I erred so it doesn't happen again: I created a public group visible to others. Another user joined the group, however I noticed they were assigned as an admin. Now, we are both admin and I don't see a way to alter their user access. If there is a way to reclaim access, that would be great. Thank you very much for your time and consideration. Sincerely, ### Outcome UNK ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store F-Droid ### Homeserver :matrix.org ### Will you send logs? Yes
defect
group member acquired admin level steps to reproduce dear element team i m hoping there s a way to correct this if not possibly to show me where i erred so it doesn t happen again i created a public group visible to others another user joined the group however i noticed they were assigned as an admin now we are both admin and i don t see a way to alter their user access if there is a way to reclaim access that would be great thank you very much for your time and consideration sincerely outcome unk your phone model no response operating system version no response application version and app store f droid homeserver matrix org will you send logs yes
1
687
2,579,581,427
IssuesEvent
2015-02-13 11:28:47
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
FreeBSD sendmsg failure
auth defect rec
Not affected: * Recursor 3.6.2 * Auth 3.4.2 Affected: * auth and recursor on master (as of commit 988e0ac4b5a43a6b50fdd4ef0f5df4ec79e5fbaa) * recursor 3.7.1 Reasons: * in Recursor: `SO_TIMESTAMP` vs. `SCM_TIMESTAMP` (fixed in 3.7.1) * sendmsg choking on `msg_control != NULL && msg_controllen == 0` Starting with commit b71b60ee73ef3c86f80a2179981eda2e61c4363f, Recursor cannot send out UDP at all (regardless of local-address=0.0.0.0 vs specific IPs), auth fails for specific IPs while 0.0.0.0 works. Patch for Recursor that fixes my limited test case at https://gist.github.com/Habbie/2c426f666698f3b7fd55
1.0
FreeBSD sendmsg failure - Not affected: * Recursor 3.6.2 * Auth 3.4.2 Affected: * auth and recursor on master (as of commit 988e0ac4b5a43a6b50fdd4ef0f5df4ec79e5fbaa) * recursor 3.7.1 Reasons: * in Recursor: `SO_TIMESTAMP` vs. `SCM_TIMESTAMP` (fixed in 3.7.1) * sendmsg choking on `msg_control != NULL && msg_controllen == 0` Starting with commit b71b60ee73ef3c86f80a2179981eda2e61c4363f, Recursor cannot send out UDP at all (regardless of local-address=0.0.0.0 vs specific IPs), auth fails for specific IPs while 0.0.0.0 works. Patch for Recursor that fixes my limited test case at https://gist.github.com/Habbie/2c426f666698f3b7fd55
defect
freebsd sendmsg failure not affected recursor auth affected auth and recursor on master as of commit recursor reasons in recursor so timestamp vs scm timestamp fixed in sendmsg choking on msg control null msg controllen starting with commit recursor cannot send out udp at all regardless of local address vs specific ips auth fails for specific ips while works patch for recursor that fixes my limited test case at
1
342,768
10,321,484,219
IssuesEvent
2019-08-31 02:27:22
vmware/clarity
https://api.github.com/repos/vmware/clarity
closed
Screen readers cannot explore forms without setting them to error states
Accessibility priority: high
## Describe the bug A screen reader cannot interact with the form (focus to read and blur on exit) without triggering errors. ## How to reproduce https://stackblitz.com/github/clane/clarityTest2/tree/master/clarity-test-app Steps to reproduce the behavior: - Using VoiceOver with Safari on Mac OS read the field in the Helper and validation message example - Advance the VoiceOver cursor to continue reading the page (Ctr + Option + right arrow key) - Move the reading cursor back to the input field (Ctr + Option + left arrow key) - Observe that you hear the error message ## Expected behavior Provide hidden text warning screen reader users of this behavior ## Versions **App** * Angular: [e.g. 6] * Node: [e.g. 8.10.0] * Clarity: [e.g. 0.12.5] **Device:** * Type: [e.g. MacBook] * OS: [e.g. iOS] * Browser [e.g. chrome, safari] * Version [e.g. 22] ## Additional notes We have to decide if we can do this automatically or expect applications to do this. There may not be any validation on the form which would make a message confusing.
1.0
Screen readers cannot explore forms without setting them to error states - ## Describe the bug A screen reader cannot interact with the form (focus to read and blur on exit) without triggering errors. ## How to reproduce https://stackblitz.com/github/clane/clarityTest2/tree/master/clarity-test-app Steps to reproduce the behavior: - Using VoiceOver with Safari on Mac OS read the field in the Helper and validation message example - Advance the VoiceOver cursor to continue reading the page (Ctr + Option + right arrow key) - Move the reading cursor back to the input field (Ctr + Option + left arrow key) - Observe that you hear the error message ## Expected behavior Provide hidden text warning screen reader users of this behavior ## Versions **App** * Angular: [e.g. 6] * Node: [e.g. 8.10.0] * Clarity: [e.g. 0.12.5] **Device:** * Type: [e.g. MacBook] * OS: [e.g. iOS] * Browser [e.g. chrome, safari] * Version [e.g. 22] ## Additional notes We have to decide if we can do this automatically or expect applications to do this. There may not be any validation on the form which would make a message confusing.
non_defect
screen readers cannot explore forms without setting them to error states describe the bug a screen reader cannot interact with the form focus to read and blur on exit without triggering errors how to reproduce steps to reproduce the behavior using voiceover with safari on mac os read the field in the helper and validation message example advance the voiceover cursor to continue reading the page ctr option right arrow key move the reading cursor back to the input field ctr option left arrow key observe that you hear the error message expected behavior provide hidden text warning screen reader users of this behavior versions app angular node clarity device type os browser version additional notes we have to decide if we can do this automatically or expect applications to do this there may not be any validation on the form which would make a message confusing
0
49,793
13,187,273,124
IssuesEvent
2020-08-13 02:53:31
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
Large objects are serialized incorrectly (Trac #2096)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2096">https://code.icecube.wisc.edu/ticket/2096</a>, reported by cweaver and owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:49", "description": "It seems that at someone decided to store collection sizes in our `portable_binary_archive`s [http://code.icecube.wisc.edu/projects/icecube/browser/IceTray/projects/serialization/trunk/public/archive/portable_binary_archive.hpp#L73 as 32 bits]. While it might seem unlikely that we would ever need to serialize an array of 2^32^ objects, this can happen because `I3Frame::save` [http://code.icecube.wisc.edu/projects/icecube/browser/IceTray/projects/icetray/trunk/private/icetray/I3Frame.cxx#L566 serializes all frame objects to binary blobs], stored as `std::vector<char>`. Thus, any frame object whose serialized size exceeds 4GB has an incorrect size written (although its contents are still written out in full). The error becomes obvious on reading, when the implementation tries to read only the incorrectly reduced length, which usually causes the next read operation to fail (due to it unexpectedly occurring in the middle of the data of the very long object which hasn't been completely read) even before it can be discovered that the data which was read is incomplete (which would likely be detected by the checksumming). This is demonstrated fairly minimally by the following test case:\n\n{{{\n#include <iostream>\n#include <fstream>\n#include <vector>\n#include <icetray/serialization.h>\n\nint main(){\n\t{ //write\n\t\tstd::vector<char> v((1ULL<<32) + 100,'a');\n\t\tstd::cout << \"Writing vector with length \" << v.size() << std::endl;\n\t\tstd::ofstream outfile(\"test.dat\",std::ios::out|std::ios::binary);\n\t\ticecube::archive::portable_binary_oarchive poa(outfile);\n\t\tpoa << v;\n\t}\n\t{ //read\n\t\tstd::vector<char> v;\n\t\tstd::ifstream infile(\"test.dat\",std::ios::in|std::ios::binary);\n\t\ticecube::archive::portable_binary_iarchive poa(infile);\n\t\tpoa >> v;\n\t\tstd::cout << \"Read vector with length \" << v.size() << std::endl;\n\t}\n}\n}}}\n\nwhich can be compiled using \n\n{{{\n$CXX `icetray-config icetray`\n}}}\n\nThe output is \n\n{{{\nWriting vector with length 4294967396\nRead vector with length 100\n}}}\n\nwhich is clearly wrong. \n\nIn order to fix this without breaking backwards compatibility, it seems that some fancy footwork will be required for `serialization::collection_size_type`, since we must continue to read 32 bit collection sizes (which are mostly correctly anyway). We should be able to replace the current, simple `sv_override` and `ld_override`, with something more clever which writes 32 bits by default, if the value being written fits in them, and otherwise writes a special value (2^32^-1?) and then records a 64 bit length, or similar. There is a minor issue that there is no length value which is technically `clean` for use to indicate overflow, since a file could validly contain any 32 bit pattern in that place, but it is genuinely unlikely that any file written so far contains an object of exactly the maximum allowed length. \n\nOld files containing large objects will be unrecoverable, as they are already corrupt, but it should be possible to support both old files with small objects (i.e. virtually all existing files) and be able to write and read large objects going forward. \n\nIt should also be noted that we make size assumptions in several other places, such as the `save_override`s for string types, and all basic integer tags used by the serialization library itself: `version_type`, `class_id_type`, etc. Even if we could just make all of these things 64 bits, we clearly don't want to for size reasons. ", "reporter": "cweaver", "cc": "cweaver", "resolution": "fixed", "_ts": "1550067289977126", "component": "combo core", "summary": "Large objects are serialized incorrectly", "priority": "major", "keywords": "", "time": "2017-09-23T00:58:47", "milestone": "", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
1.0
Large objects are serialized incorrectly (Trac #2096) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2096">https://code.icecube.wisc.edu/ticket/2096</a>, reported by cweaver and owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:49", "description": "It seems that at someone decided to store collection sizes in our `portable_binary_archive`s [http://code.icecube.wisc.edu/projects/icecube/browser/IceTray/projects/serialization/trunk/public/archive/portable_binary_archive.hpp#L73 as 32 bits]. While it might seem unlikely that we would ever need to serialize an array of 2^32^ objects, this can happen because `I3Frame::save` [http://code.icecube.wisc.edu/projects/icecube/browser/IceTray/projects/icetray/trunk/private/icetray/I3Frame.cxx#L566 serializes all frame objects to binary blobs], stored as `std::vector<char>`. Thus, any frame object whose serialized size exceeds 4GB has an incorrect size written (although its contents are still written out in full). The error becomes obvious on reading, when the implementation tries to read only the incorrectly reduced length, which usually causes the next read operation to fail (due to it unexpectedly occurring in the middle of the data of the very long object which hasn't been completely read) even before it can be discovered that the data which was read is incomplete (which would likely be detected by the checksumming). This is demonstrated fairly minimally by the following test case:\n\n{{{\n#include <iostream>\n#include <fstream>\n#include <vector>\n#include <icetray/serialization.h>\n\nint main(){\n\t{ //write\n\t\tstd::vector<char> v((1ULL<<32) + 100,'a');\n\t\tstd::cout << \"Writing vector with length \" << v.size() << std::endl;\n\t\tstd::ofstream outfile(\"test.dat\",std::ios::out|std::ios::binary);\n\t\ticecube::archive::portable_binary_oarchive poa(outfile);\n\t\tpoa << v;\n\t}\n\t{ //read\n\t\tstd::vector<char> v;\n\t\tstd::ifstream infile(\"test.dat\",std::ios::in|std::ios::binary);\n\t\ticecube::archive::portable_binary_iarchive poa(infile);\n\t\tpoa >> v;\n\t\tstd::cout << \"Read vector with length \" << v.size() << std::endl;\n\t}\n}\n}}}\n\nwhich can be compiled using \n\n{{{\n$CXX `icetray-config icetray`\n}}}\n\nThe output is \n\n{{{\nWriting vector with length 4294967396\nRead vector with length 100\n}}}\n\nwhich is clearly wrong. \n\nIn order to fix this without breaking backwards compatibility, it seems that some fancy footwork will be required for `serialization::collection_size_type`, since we must continue to read 32 bit collection sizes (which are mostly correctly anyway). We should be able to replace the current, simple `sv_override` and `ld_override`, with something more clever which writes 32 bits by default, if the value being written fits in them, and otherwise writes a special value (2^32^-1?) and then records a 64 bit length, or similar. There is a minor issue that there is no length value which is technically `clean` for use to indicate overflow, since a file could validly contain any 32 bit pattern in that place, but it is genuinely unlikely that any file written so far contains an object of exactly the maximum allowed length. \n\nOld files containing large objects will be unrecoverable, as they are already corrupt, but it should be possible to support both old files with small objects (i.e. virtually all existing files) and be able to write and read large objects going forward. \n\nIt should also be noted that we make size assumptions in several other places, such as the `save_override`s for string types, and all basic integer tags used by the serialization library itself: `version_type`, `class_id_type`, etc. Even if we could just make all of these things 64 bits, we clearly don't want to for size reasons. ", "reporter": "cweaver", "cc": "cweaver", "resolution": "fixed", "_ts": "1550067289977126", "component": "combo core", "summary": "Large objects are serialized incorrectly", "priority": "major", "keywords": "", "time": "2017-09-23T00:58:47", "milestone": "", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
defect
large objects are serialized incorrectly trac migrated from json status closed changetime description it seems that at someone decided to store collection sizes in our portable binary archive s while it might seem unlikely that we would ever need to serialize an array of objects this can happen because save stored as std vector thus any frame object whose serialized size exceeds has an incorrect size written although its contents are still written out in full the error becomes obvious on reading when the implementation tries to read only the incorrectly reduced length which usually causes the next read operation to fail due to it unexpectedly occurring in the middle of the data of the very long object which hasn t been completely read even before it can be discovered that the data which was read is incomplete which would likely be detected by the checksumming this is demonstrated fairly minimally by the following test case n n n include n include n include n include n nint main n t write n t tstd vector v v n t tstd ifstream infile test dat std ios in std ios binary n t ticecube archive portable binary iarchive poa infile n t tpoa v n t tstd cout read vector with length v size std endl n t n n n nwhich can be compiled using n n n cxx icetray config icetray n n nthe output is n n nwriting vector with length nread vector with length n n nwhich is clearly wrong n nin order to fix this without breaking backwards compatibility it seems that some fancy footwork will be required for serialization collection size type since we must continue to read bit collection sizes which are mostly correctly anyway we should be able to replace the current simple sv override and ld override with something more clever which writes bits by default if the value being written fits in them and otherwise writes a special value and then records a bit length or similar there is a minor issue that there is no length value which is technically clean for use to indicate overflow since a file could validly contain any bit pattern in that place but it is genuinely unlikely that any file written so far contains an object of exactly the maximum allowed length n nold files containing large objects will be unrecoverable as they are already corrupt but it should be possible to support both old files with small objects i e virtually all existing files and be able to write and read large objects going forward n nit should also be noted that we make size assumptions in several other places such as the save override s for string types and all basic integer tags used by the serialization library itself version type class id type etc even if we could just make all of these things bits we clearly don t want to for size reasons reporter cweaver cc cweaver resolution fixed ts component combo core summary large objects are serialized incorrectly priority major keywords time milestone owner david schultz type defect
1
290,208
32,039,547,005
IssuesEvent
2023-09-22 18:05:41
chipsalliance/caliptra-dpe
https://api.github.com/repos/chipsalliance/caliptra-dpe
closed
Changes in Context Tree Affecting Behaviour in Other Branches
Security Audit High
See NCC Caliptra Security Report, page 16.
True
Changes in Context Tree Affecting Behaviour in Other Branches - See NCC Caliptra Security Report, page 16.
non_defect
changes in context tree affecting behaviour in other branches see ncc caliptra security report page
0
126,911
10,439,473,706
IssuesEvent
2019-09-18 06:22:26
hazelcast/hazelcast-jet
https://api.github.com/repos/hazelcast/hazelcast-jet
closed
com.hazelcast.jet.s3.S3SinkTest.test
test-failure
_master_ (commit 788be32c8698b2348d48172ff443e41e720f0131) Failed on nightly build: http://jenkins.hazelcast.com/job/jet-oss-master-nightly/81/testReport/com.hazelcast.jet.s3/S3SinkTest/test/ Stacktrace: ``` java.lang.AssertionError: expected:<20000> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.hazelcast.jet.s3.S3TestBase.testSink(S3TestBase.java:81) at com.hazelcast.jet.s3.S3SinkTest.test(S3SinkTest.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37) at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Standard output: ``` Hiccups measured while running test 'test(com.hazelcast.jet.s3.S3SinkTest):' 12:12:35, accumulated pauses: 85 ms, max pause: 18 ms, pauses over 1000 ms: 0 12:12:40, accumulated pauses: 25 ms, max pause: 4 ms, pauses over 1000 ms: 0 ```
1.0
com.hazelcast.jet.s3.S3SinkTest.test - _master_ (commit 788be32c8698b2348d48172ff443e41e720f0131) Failed on nightly build: http://jenkins.hazelcast.com/job/jet-oss-master-nightly/81/testReport/com.hazelcast.jet.s3/S3SinkTest/test/ Stacktrace: ``` java.lang.AssertionError: expected:<20000> but was:<0> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at com.hazelcast.jet.s3.S3TestBase.testSink(S3TestBase.java:81) at com.hazelcast.jet.s3.S3SinkTest.test(S3SinkTest.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at com.hazelcast.test.DumpBuildInfoOnFailureRule$1.evaluate(DumpBuildInfoOnFailureRule.java:37) at com.hazelcast.test.jitter.JitterRule$1.evaluate(JitterRule.java:104) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) ``` Standard output: ``` Hiccups measured while running test 'test(com.hazelcast.jet.s3.S3SinkTest):' 12:12:35, accumulated pauses: 85 ms, max pause: 18 ms, pauses over 1000 ms: 0 12:12:40, accumulated pauses: 25 ms, max pause: 4 ms, pauses over 1000 ms: 0 ```
non_defect
com hazelcast jet test master commit failed on nightly build stacktrace java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequals assert java at org junit assert assertequals assert java at org junit assert assertequals assert java at com hazelcast jet testsink java at com hazelcast jet test java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org junit runners model frameworkmethod runreflectivecall frameworkmethod java at org junit internal runners model reflectivecallable run reflectivecallable java at org junit runners model frameworkmethod invokeexplosively frameworkmethod java at org junit internal runners statements invokemethod evaluate invokemethod java at org junit internal runners statements runbefores evaluate runbefores java at org junit internal runners statements runafters evaluate runafters java at com hazelcast test dumpbuildinfoonfailurerule evaluate dumpbuildinfoonfailurerule java at com hazelcast test jitter jitterrule evaluate jitterrule java at org junit rules runrules evaluate runrules java at org junit runners parentrunner runleaf parentrunner java at org junit runners runchild java at org junit runners runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org junit runners suite runchild suite java at org junit runners suite runchild suite java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org junit runners parentrunner run parentrunner java at org apache maven surefire junitcore junitcore run junitcore java at org apache maven surefire junitcore junitcorewrapper createrequestandrun junitcorewrapper java at org apache maven surefire junitcore junitcorewrapper executeeager junitcorewrapper java at org apache maven surefire junitcore junitcorewrapper execute junitcorewrapper java at org apache maven surefire junitcore junitcorewrapper execute junitcorewrapper java at org apache maven surefire junitcore junitcoreprovider invoke junitcoreprovider java at org apache maven surefire booter forkedbooter invokeproviderinsameclassloader forkedbooter java at org apache maven surefire booter forkedbooter runsuitesinprocess forkedbooter java at org apache maven surefire booter forkedbooter execute forkedbooter java at org apache maven surefire booter forkedbooter main forkedbooter java standard output hiccups measured while running test test com hazelcast jet accumulated pauses ms max pause ms pauses over ms accumulated pauses ms max pause ms pauses over ms
0
778,441
27,316,646,551
IssuesEvent
2023-02-24 16:12:04
ORNL-AMO/VERIFI
https://api.github.com/repos/ORNL-AMO/VERIFI
opened
Combine Meters in Meter Page
Data Input Low Priority
Consolidate two meters with different columns / different rows (dates). (with a "combine another" button at the end) Examples: * one "meter" is consumption, the other is demand * one meter is 2020 the other is 2021 b/c meter names changed in input file :/ Assign one to be a primary so if there is overlapping data, the primary is the one that will override
1.0
Combine Meters in Meter Page - Consolidate two meters with different columns / different rows (dates). (with a "combine another" button at the end) Examples: * one "meter" is consumption, the other is demand * one meter is 2020 the other is 2021 b/c meter names changed in input file :/ Assign one to be a primary so if there is overlapping data, the primary is the one that will override
non_defect
combine meters in meter page consolidate two meters with different columns different rows dates with a combine another button at the end examples one meter is consumption the other is demand one meter is the other is b c meter names changed in input file assign one to be a primary so if there is overlapping data the primary is the one that will override
0
22,598
3,670,874,795
IssuesEvent
2016-02-22 02:12:59
gperftools/gperftools
https://api.github.com/repos/gperftools/gperftools
closed
Hooked allocator frame not found, returning empty trace message is displayed in heapprofiler
Priority-Medium Status-Duplicate Type-Defect
Originally reported on Google Code with ID 407 ``` What steps will reproduce the problem? 1. i built gperf 2.0 in the cross compile environment for arm 2. there is no issue to use tcmalloc and cpu profiler 3. but, when i use heap profiler, there is an error like below "Hooked allocator frame not found, returning empty trace" What is the expected output? What do you see instead? <expected output> Dumping heap profile to ./mybin.hprof.0161.heap (1 MB allocated cumulatively, 1 MB currently in use) <current output> Hooked allocator frame not found, returning empty trace i tried to use ./configure --enable-frame-pointers, but same error is happened again What version of the product are you using? On what operating system? O/S : linux 2.6.36 perf : 2.0 Please provide any additional information below. - i used scratchbox2 to build tcmalloc for arm ``` Reported by `bokun.choi` on 2012-02-27 10:45:43 <hr> * *Attachment: [libprofiler.so.0.3.0](https://storage.googleapis.com/google-code-attachments/gperftools/issue-407/comment-0/libprofiler.so.0.3.0)* * *Attachment: [libtcmalloc.so.4.1.0](https://storage.googleapis.com/google-code-attachments/gperftools/issue-407/comment-0/libtcmalloc.so.4.1.0)*
1.0
Hooked allocator frame not found, returning empty trace message is displayed in heapprofiler - Originally reported on Google Code with ID 407 ``` What steps will reproduce the problem? 1. i built gperf 2.0 in the cross compile environment for arm 2. there is no issue to use tcmalloc and cpu profiler 3. but, when i use heap profiler, there is an error like below "Hooked allocator frame not found, returning empty trace" What is the expected output? What do you see instead? <expected output> Dumping heap profile to ./mybin.hprof.0161.heap (1 MB allocated cumulatively, 1 MB currently in use) <current output> Hooked allocator frame not found, returning empty trace i tried to use ./configure --enable-frame-pointers, but same error is happened again What version of the product are you using? On what operating system? O/S : linux 2.6.36 perf : 2.0 Please provide any additional information below. - i used scratchbox2 to build tcmalloc for arm ``` Reported by `bokun.choi` on 2012-02-27 10:45:43 <hr> * *Attachment: [libprofiler.so.0.3.0](https://storage.googleapis.com/google-code-attachments/gperftools/issue-407/comment-0/libprofiler.so.0.3.0)* * *Attachment: [libtcmalloc.so.4.1.0](https://storage.googleapis.com/google-code-attachments/gperftools/issue-407/comment-0/libtcmalloc.so.4.1.0)*
defect
hooked allocator frame not found returning empty trace message is displayed in heapprofiler originally reported on google code with id what steps will reproduce the problem i built gperf in the cross compile environment for arm there is no issue to use tcmalloc and cpu profiler but when i use heap profiler there is an error like below hooked allocator frame not found returning empty trace what is the expected output what do you see instead dumping heap profile to mybin hprof heap mb allocated cumulatively mb currently in use hooked allocator frame not found returning empty trace i tried to use configure enable frame pointers but same error is happened again what version of the product are you using on what operating system o s linux perf please provide any additional information below i used to build tcmalloc for arm reported by bokun choi on attachment attachment
1
34,156
7,370,541,029
IssuesEvent
2018-03-13 08:50:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
DSL.groupConcat() without orderBy() is incorrectly emulated for Oracle
C: DB: Oracle C: Functionality P: Medium R: Fixed T: Defect
In Oracle, this should generate `LISTAGG()` with a synthetic `WITHIN GROUP ORDER BY` clause.
1.0
DSL.groupConcat() without orderBy() is incorrectly emulated for Oracle - In Oracle, this should generate `LISTAGG()` with a synthetic `WITHIN GROUP ORDER BY` clause.
defect
dsl groupconcat without orderby is incorrectly emulated for oracle in oracle this should generate listagg with a synthetic within group order by clause
1
99,661
30,524,176,713
IssuesEvent
2023-07-19 10:04:16
ToolJet/ToolJet
https://api.github.com/repos/ToolJet/ToolJet
closed
Left sidebar inspector gets blurred when query panel is opened
bug roadmap appbuilder
### Version Information ### Environment <!-- ToolJet Cloud / Docker / Linux / MacOS ... --> All environments ### What is the expected behaviour? <!-- Provide a clear description of what you want to happen. --> Left sidebar inspector should be clearly and legibly rendered. ### What is the current behaviour? <!-- Provide a clear description of what is the current behaviour. --> Left sidebar inspector gets blurred when query panel is opened ### How to reproduce the issue? 1. Open the query panel 2. Open the inspector 3. Try to expand more and more nodes in the inspector tree ### Screenshots or Screencast <img width="411" alt="image" src="https://github.com/ToolJet/ToolJet/assets/20333972/043402f3-e9a7-49cb-805f-08d201303bbc"> ### Please provide any traces or logs that could help here.
1.0
Left sidebar inspector gets blurred when query panel is opened - ### Version Information ### Environment <!-- ToolJet Cloud / Docker / Linux / MacOS ... --> All environments ### What is the expected behaviour? <!-- Provide a clear description of what you want to happen. --> Left sidebar inspector should be clearly and legibly rendered. ### What is the current behaviour? <!-- Provide a clear description of what is the current behaviour. --> Left sidebar inspector gets blurred when query panel is opened ### How to reproduce the issue? 1. Open the query panel 2. Open the inspector 3. Try to expand more and more nodes in the inspector tree ### Screenshots or Screencast <img width="411" alt="image" src="https://github.com/ToolJet/ToolJet/assets/20333972/043402f3-e9a7-49cb-805f-08d201303bbc"> ### Please provide any traces or logs that could help here.
non_defect
left sidebar inspector gets blurred when query panel is opened version information environment tooljet cloud docker linux macos all environments what is the expected behaviour provide a clear description of what you want to happen left sidebar inspector should be clearly and legibly rendered what is the current behaviour provide a clear description of what is the current behaviour left sidebar inspector gets blurred when query panel is opened how to reproduce the issue open the query panel open the inspector try to expand more and more nodes in the inspector tree screenshots or screencast img width alt image src please provide any traces or logs that could help here
0
739,726
25,715,041,399
IssuesEvent
2022-12-07 09:44:16
amosproj/amos2022ws03-software-oscilloscope
https://api.github.com/repos/amosproj/amos2022ws03-software-oscilloscope
closed
Cursor
user story est. size 5 Priority Medium
## User story 1. As a user 2. I need a cursor on the plot that moves with the update and a small offset. 3. So that I have a visual indicator of new and old data. ## Acceptance criteria - [x] Display cursor ahead of the current update. - [x] Display cursor with an offset to the right. - [x] Cursor clears old data. - [x] Black bar for cursor UI ## Definition of done (DoD) - [x] Application compiles successfully - [x] Code is documented - [ ] Feature/Bug/Change is tested by at least one unit or e2e test - [ ] Tests have been passed without warnings (except "deprecated" warnings) - [ ] Changes have been reviewed - [ ] PR has been merged to dev branch - [ ] New dependencies have been added to bill of materials - [ ] Software architecture diagram has been updated - [ ] All acceptance criteria are fulfilled - [ ] Screenshot is attached to issue ## DoD general criteria * Feature has been fully implemented * Feature has been merged into the mainline * All acceptance criteria were met * Product owner approved features * All tests are passing * Developers agreed to release
1.0
Cursor - ## User story 1. As a user 2. I need a cursor on the plot that moves with the update and a small offset. 3. So that I have a visual indicator of new and old data. ## Acceptance criteria - [x] Display cursor ahead of the current update. - [x] Display cursor with an offset to the right. - [x] Cursor clears old data. - [x] Black bar for cursor UI ## Definition of done (DoD) - [x] Application compiles successfully - [x] Code is documented - [ ] Feature/Bug/Change is tested by at least one unit or e2e test - [ ] Tests have been passed without warnings (except "deprecated" warnings) - [ ] Changes have been reviewed - [ ] PR has been merged to dev branch - [ ] New dependencies have been added to bill of materials - [ ] Software architecture diagram has been updated - [ ] All acceptance criteria are fulfilled - [ ] Screenshot is attached to issue ## DoD general criteria * Feature has been fully implemented * Feature has been merged into the mainline * All acceptance criteria were met * Product owner approved features * All tests are passing * Developers agreed to release
non_defect
cursor user story as a user i need a cursor on the plot that moves with the update and a small offset so that i have a visual indicator of new and old data acceptance criteria display cursor ahead of the current update display cursor with an offset to the right cursor clears old data black bar for cursor ui definition of done dod application compiles successfully code is documented feature bug change is tested by at least one unit or test tests have been passed without warnings except deprecated warnings changes have been reviewed pr has been merged to dev branch new dependencies have been added to bill of materials software architecture diagram has been updated all acceptance criteria are fulfilled screenshot is attached to issue dod general criteria feature has been fully implemented feature has been merged into the mainline all acceptance criteria were met product owner approved features all tests are passing developers agreed to release
0
3,303
2,610,060,275
IssuesEvent
2015-02-26 18:17:45
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥治疗不育哪里效果好
auto-migrated Priority-Medium Type-Defect
``` 路桥治疗不育哪里效果好【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:08
1.0
路桥治疗不育哪里效果好 - ``` 路桥治疗不育哪里效果好【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:08
defect
路桥治疗不育哪里效果好 路桥治疗不育哪里效果好【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
48,636
25,727,536,336
IssuesEvent
2022-12-07 17:41:30
Princeton-CDH/geniza
https://api.github.com/repos/Princeton-CDH/geniza
closed
Spreadsheet of all the existing fuzzy or uncertain dates in the PGP (marked by the word "dating")
🛠️ chore performant
**Is your feature request related to a problem? Please describe.** We are currently designing for an event model and we know we have a lot of fuzzy and uncertain dates. We need to know what those fuzzy and uncertain dates are and how they are represented in the description fields so we know how they should be captured in the event model. **Describe the solution you'd like** We would like @blms to use his magic and find all instances of the word "dating" (indicating uncertain or fuzzy dates) in the document descriptions, as well as the dating information that comes after this word. We would like the results to be in a spreadsheet. Thank you!
True
Spreadsheet of all the existing fuzzy or uncertain dates in the PGP (marked by the word "dating") - **Is your feature request related to a problem? Please describe.** We are currently designing for an event model and we know we have a lot of fuzzy and uncertain dates. We need to know what those fuzzy and uncertain dates are and how they are represented in the description fields so we know how they should be captured in the event model. **Describe the solution you'd like** We would like @blms to use his magic and find all instances of the word "dating" (indicating uncertain or fuzzy dates) in the document descriptions, as well as the dating information that comes after this word. We would like the results to be in a spreadsheet. Thank you!
non_defect
spreadsheet of all the existing fuzzy or uncertain dates in the pgp marked by the word dating is your feature request related to a problem please describe we are currently designing for an event model and we know we have a lot of fuzzy and uncertain dates we need to know what those fuzzy and uncertain dates are and how they are represented in the description fields so we know how they should be captured in the event model describe the solution you d like we would like blms to use his magic and find all instances of the word dating indicating uncertain or fuzzy dates in the document descriptions as well as the dating information that comes after this word we would like the results to be in a spreadsheet thank you
0
80,451
30,295,761,895
IssuesEvent
2023-07-09 20:48:46
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: Could not determine server status when attempting to open browser
I-defect needs-triaging
### What happened? When I try to open a new driver for a Chrome browser in R, I get the following error message: Could not open chrome browser. Client error message: Undefined error in httr call. httr output: Failed to connect to localhost port 4567 after 0 ms: Couldn't connect to server Check server log for further details. Warning message: In rsDriver(browser = "chrome") : Could not determine server status. I have double checked that my chrome driver and browser are up to date, but am still getting this same error. I tried accessing the server log but there is nothing there. ### How can we reproduce the issue? ```shell rdriver <- rsDriver(browser = "chrome") ``` ### Relevant log output ```shell > rdriver$server$log() $stderr [1] "" $stdout [1] "" ``` ### Operating System macOS Ventura 13.4.1 ### Selenium version RSelenium 1.7.9 ### What are the browser(s) and version(s) where you see this issue? Chrome 114.0.5735.198 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 114.0.5735.90 ### Are you using Selenium Grid? No
1.0
[🐛 Bug]: Could not determine server status when attempting to open browser - ### What happened? When I try to open a new driver for a Chrome browser in R, I get the following error message: Could not open chrome browser. Client error message: Undefined error in httr call. httr output: Failed to connect to localhost port 4567 after 0 ms: Couldn't connect to server Check server log for further details. Warning message: In rsDriver(browser = "chrome") : Could not determine server status. I have double checked that my chrome driver and browser are up to date, but am still getting this same error. I tried accessing the server log but there is nothing there. ### How can we reproduce the issue? ```shell rdriver <- rsDriver(browser = "chrome") ``` ### Relevant log output ```shell > rdriver$server$log() $stderr [1] "" $stdout [1] "" ``` ### Operating System macOS Ventura 13.4.1 ### Selenium version RSelenium 1.7.9 ### What are the browser(s) and version(s) where you see this issue? Chrome 114.0.5735.198 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 114.0.5735.90 ### Are you using Selenium Grid? No
defect
could not determine server status when attempting to open browser what happened when i try to open a new driver for a chrome browser in r i get the following error message could not open chrome browser client error message undefined error in httr call httr output failed to connect to localhost port after ms couldn t connect to server check server log for further details warning message in rsdriver browser chrome could not determine server status i have double checked that my chrome driver and browser are up to date but am still getting this same error i tried accessing the server log but there is nothing there how can we reproduce the issue shell rdriver rsdriver browser chrome relevant log output shell rdriver server log stderr stdout operating system macos ventura selenium version rselenium what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no
1
15,560
2,860,683,100
IssuesEvent
2015-06-03 16:57:39
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
html5lib: should support template in head
Area-Pkg Pkg-Html5Lib Priority-Unassigned Triaged Type-Defect
See http://www.whatwg.org/specs/web-apps/current-work/multipage/tree- construction.html#parsing-main-inhead this is causing warnings in https://github.com/dart-lang/spark
1.0
html5lib: should support template in head - See http://www.whatwg.org/specs/web-apps/current-work/multipage/tree- construction.html#parsing-main-inhead this is causing warnings in https://github.com/dart-lang/spark
defect
should support template in head see construction html parsing main inhead this is causing warnings in
1
3,364
2,610,061,359
IssuesEvent
2015-02-26 18:18:03
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥看不育哪里效果比较好
auto-migrated Priority-Medium Type-Defect
``` 路桥看不育哪里效果比较好【台州五洲生殖医院】24小时健康 咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台 州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1 08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、 109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:22
1.0
路桥看不育哪里效果比较好 - ``` 路桥看不育哪里效果比较好【台州五洲生殖医院】24小时健康 咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台 州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、1 08、118、198及椒江一金清公交车直达枫南小区,乘坐107、105、 109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 7:22
defect
路桥看不育哪里效果比较好 路桥看不育哪里效果比较好【台州五洲生殖医院】 咨询热线 微信号tzwzszyy 医院地址 台 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
34,511
7,452,618,412
IssuesEvent
2018-03-29 09:01:17
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Hoiukohtade detailvaated
P: high R: fixed T: defect
**Reported by sven syld on 24 Jun 2013 20:00 UTC** '''Object''' Eri tüüpi hoiukohtade detailvaated '''Todo''' Teha vastavalt spec lk 94-102 ja UC'le eri tüüpi hoiukohtade detailvaated
1.0
Hoiukohtade detailvaated - **Reported by sven syld on 24 Jun 2013 20:00 UTC** '''Object''' Eri tüüpi hoiukohtade detailvaated '''Todo''' Teha vastavalt spec lk 94-102 ja UC'le eri tüüpi hoiukohtade detailvaated
defect
hoiukohtade detailvaated reported by sven syld on jun utc object eri tüüpi hoiukohtade detailvaated todo teha vastavalt spec lk ja uc le eri tüüpi hoiukohtade detailvaated
1
8,719
6,627,828,123
IssuesEvent
2017-09-23 09:25:22
purescript/purescript
https://api.github.com/repos/purescript/purescript
opened
Checking the modification times might slow incremental builds down
performance
This is something I noticed with @garyb lately. The compiler spends a significant amount of time between startup and printing the first progress messages and I initially suspected the parser. However that time is severely reduced when I previously cleared the output directory. I'm now suspecting that checking the modification times for externs files might be the culprit (This is on windows, I still need to check it on Linux).
True
Checking the modification times might slow incremental builds down - This is something I noticed with @garyb lately. The compiler spends a significant amount of time between startup and printing the first progress messages and I initially suspected the parser. However that time is severely reduced when I previously cleared the output directory. I'm now suspecting that checking the modification times for externs files might be the culprit (This is on windows, I still need to check it on Linux).
non_defect
checking the modification times might slow incremental builds down this is something i noticed with garyb lately the compiler spends a significant amount of time between startup and printing the first progress messages and i initially suspected the parser however that time is severely reduced when i previously cleared the output directory i m now suspecting that checking the modification times for externs files might be the culprit this is on windows i still need to check it on linux
0
218,765
16,770,586,146
IssuesEvent
2021-06-14 14:22:29
vitessio/vitess
https://api.github.com/repos/vitessio/vitess
closed
Release Note of v9.0.0 includes changes of v10.0
Type: Documentation
#### Overview of the Issue https://github.com/vitessio/vitess/releases/tag/v9.0.0 includes some changes that are not shipped as v9.0.0. I guess they are merged into `master` branch after branching `release-9.0` and accidentally tagged as `v9.0`. Please confirm the following list: --- #### VTGate / MySQL compatibility - VTGate: Planner refactoring [#7103](https://github.com/vitessio/vitess/pull/7103) - VTGate: Migrate vtctlclient InitShardMaster => vtctldclient InitShardPrimary [#7220](https://github.com/vitessio/vitess/pull/7220) - VTGate: Add Planning and Parsing Support for Truncate, Rename, Drop Index and Flush [#7242](https://github.com/vitessio/vitess/pull/7242) - VTGate: Added default databases when calling 'show databases' [#7256](https://github.com/vitessio/vitess/pull/7256) - VTGate :Rremoved resolver usage from StreamExecute [#7281](https://github.com/vitessio/vitess/pull/7281) - VTGate: Adding a MySQL connection at Vtgate to run queries on it directly in case of testing mode [#7291](https://github.com/vitessio/vitess/pull/7291) - VTGate: Added vitess_version as variable [#7295](https://github.com/vitessio/vitess/pull/7295) - VTGate: Gen4: Add Limit clause support [#7312](https://github.com/vitessio/vitess/pull/7312) - VTGate: Gen4: Handling subquery in query graph [#7313](https://github.com/vitessio/vitess/pull/7313) - VTGate: Addition of @@enable_system_settings [#7300](https://github.com/vitessio/vitess/pull/7300) #### VReplication - VReplication: Tablet throttle support "/throttle/check-self" available on all tablets [#7319](https://github.com/vitessio/vitess/pull/7319) #### VTadmin - VTadmin: Add vtctld proxy to vtadmin API, add GetKeyspaces endpoint [#7266](https://github.com/vitessio/vitess/pull/7266) - VTadmin: [vtctld] Expose vtctld gRPC port in local Docker example + update VTAdmin README [#7306](https://github.com/vitessio/vitess/pull/7306) - VTadmin: Add CSS variables + fonts to VTAdmin [#7309](https://github.com/vitessio/vitess/pull/7309) - VTadmin: Add React Router + a skeleton /debug page to VTAdmin [#7310](https://github.com/vitessio/vitess/pull/7310) - VTadmin: Add NavRail component [#7316](https://github.com/vitessio/vitess/pull/7316) - VTadmin: Add Button + Icon components [#7350](https://github.com/vitessio/vitess/pull/7350) - [vtctld] Migrate cell getters [#7302](https://github.com/vitessio/vitess/pull/7302) - [vtctld] Migrate tablet getters [#7311](https://github.com/vitessio/vitess/pull/7311) - [vtctld] Migrate GetSchema [#7346](https://github.com/vitessio/vitess/pull/7346) - [vtctld] vtctldclient command pkg [#7321](https://github.com/vitessio/vitess/pull/7321) - [vtctld] Add GetSrvVSchema command [#7334](https://github.com/vitessio/vitess/pull/7334) - [vtctld] Migrate ListBackups as GetBackups in new vtctld server [#7352](https://github.com/vitessio/vitess/pull/7352) - [vtctld] Migrate GetVSchema to VtctldServer [#7360](https://github.com/vitessio/vitess/pull/7360) #### Examples/Tutorials - Delete select_commerce_data.sql [#7245](https://github.com/vitessio/vitess/pull/7245) - Docker/vttestserver: Add MYSQL_BIND_HOST env [#7293](https://github.com/vitessio/vitess/pull/7293) #### Documentation - Pull Request template: link to contribution guide [#7314](https://github.com/vitessio/vitess/pull/7314) #### Build Environment Changes - Github Actions CI Builds: convert matrix strategy for unit and cluster tests to individual tests [#7258](https://github.com/vitessio/vitess/pull/7258) - Descriptive names for CI checks [#7289](https://github.com/vitessio/vitess/pull/7289) - Add mysqlctl to docker images [#7326](https://github.com/vitessio/vitess/pull/7326) --- - Add Update.AddWhere to mirror Select.AddWhere [#7277](https://github.com/vitessio/vitess/pull/7277) from `Build Environment Changes` section is redundant. It is listed as `VTGate / MySQL compatibility`.
1.0
Release Note of v9.0.0 includes changes of v10.0 - #### Overview of the Issue https://github.com/vitessio/vitess/releases/tag/v9.0.0 includes some changes that are not shipped as v9.0.0. I guess they are merged into `master` branch after branching `release-9.0` and accidentally tagged as `v9.0`. Please confirm the following list: --- #### VTGate / MySQL compatibility - VTGate: Planner refactoring [#7103](https://github.com/vitessio/vitess/pull/7103) - VTGate: Migrate vtctlclient InitShardMaster => vtctldclient InitShardPrimary [#7220](https://github.com/vitessio/vitess/pull/7220) - VTGate: Add Planning and Parsing Support for Truncate, Rename, Drop Index and Flush [#7242](https://github.com/vitessio/vitess/pull/7242) - VTGate: Added default databases when calling 'show databases' [#7256](https://github.com/vitessio/vitess/pull/7256) - VTGate :Rremoved resolver usage from StreamExecute [#7281](https://github.com/vitessio/vitess/pull/7281) - VTGate: Adding a MySQL connection at Vtgate to run queries on it directly in case of testing mode [#7291](https://github.com/vitessio/vitess/pull/7291) - VTGate: Added vitess_version as variable [#7295](https://github.com/vitessio/vitess/pull/7295) - VTGate: Gen4: Add Limit clause support [#7312](https://github.com/vitessio/vitess/pull/7312) - VTGate: Gen4: Handling subquery in query graph [#7313](https://github.com/vitessio/vitess/pull/7313) - VTGate: Addition of @@enable_system_settings [#7300](https://github.com/vitessio/vitess/pull/7300) #### VReplication - VReplication: Tablet throttle support "/throttle/check-self" available on all tablets [#7319](https://github.com/vitessio/vitess/pull/7319) #### VTadmin - VTadmin: Add vtctld proxy to vtadmin API, add GetKeyspaces endpoint [#7266](https://github.com/vitessio/vitess/pull/7266) - VTadmin: [vtctld] Expose vtctld gRPC port in local Docker example + update VTAdmin README [#7306](https://github.com/vitessio/vitess/pull/7306) - VTadmin: Add CSS variables + fonts to VTAdmin [#7309](https://github.com/vitessio/vitess/pull/7309) - VTadmin: Add React Router + a skeleton /debug page to VTAdmin [#7310](https://github.com/vitessio/vitess/pull/7310) - VTadmin: Add NavRail component [#7316](https://github.com/vitessio/vitess/pull/7316) - VTadmin: Add Button + Icon components [#7350](https://github.com/vitessio/vitess/pull/7350) - [vtctld] Migrate cell getters [#7302](https://github.com/vitessio/vitess/pull/7302) - [vtctld] Migrate tablet getters [#7311](https://github.com/vitessio/vitess/pull/7311) - [vtctld] Migrate GetSchema [#7346](https://github.com/vitessio/vitess/pull/7346) - [vtctld] vtctldclient command pkg [#7321](https://github.com/vitessio/vitess/pull/7321) - [vtctld] Add GetSrvVSchema command [#7334](https://github.com/vitessio/vitess/pull/7334) - [vtctld] Migrate ListBackups as GetBackups in new vtctld server [#7352](https://github.com/vitessio/vitess/pull/7352) - [vtctld] Migrate GetVSchema to VtctldServer [#7360](https://github.com/vitessio/vitess/pull/7360) #### Examples/Tutorials - Delete select_commerce_data.sql [#7245](https://github.com/vitessio/vitess/pull/7245) - Docker/vttestserver: Add MYSQL_BIND_HOST env [#7293](https://github.com/vitessio/vitess/pull/7293) #### Documentation - Pull Request template: link to contribution guide [#7314](https://github.com/vitessio/vitess/pull/7314) #### Build Environment Changes - Github Actions CI Builds: convert matrix strategy for unit and cluster tests to individual tests [#7258](https://github.com/vitessio/vitess/pull/7258) - Descriptive names for CI checks [#7289](https://github.com/vitessio/vitess/pull/7289) - Add mysqlctl to docker images [#7326](https://github.com/vitessio/vitess/pull/7326) --- - Add Update.AddWhere to mirror Select.AddWhere [#7277](https://github.com/vitessio/vitess/pull/7277) from `Build Environment Changes` section is redundant. It is listed as `VTGate / MySQL compatibility`.
non_defect
release note of includes changes of overview of the issue includes some changes that are not shipped as i guess they are merged into master branch after branching release and accidentally tagged as please confirm the following list vtgate mysql compatibility vtgate planner refactoring vtgate migrate vtctlclient initshardmaster vtctldclient initshardprimary vtgate add planning and parsing support for truncate rename drop index and flush vtgate added default databases when calling show databases vtgate rremoved resolver usage from streamexecute vtgate adding a mysql connection at vtgate to run queries on it directly in case of testing mode vtgate added vitess version as variable vtgate add limit clause support vtgate handling subquery in query graph vtgate addition of enable system settings vreplication vreplication tablet throttle support throttle check self available on all tablets vtadmin vtadmin add vtctld proxy to vtadmin api add getkeyspaces endpoint vtadmin expose vtctld grpc port in local docker example update vtadmin readme vtadmin add css variables fonts to vtadmin vtadmin add react router a skeleton debug page to vtadmin vtadmin add navrail component vtadmin add button icon components migrate cell getters migrate tablet getters migrate getschema vtctldclient command pkg add getsrvvschema command migrate listbackups as getbackups in new vtctld server migrate getvschema to vtctldserver examples tutorials delete select commerce data sql docker vttestserver add mysql bind host env documentation pull request template link to contribution guide build environment changes github actions ci builds convert matrix strategy for unit and cluster tests to individual tests descriptive names for ci checks add mysqlctl to docker images add update addwhere to mirror select addwhere from build environment changes section is redundant it is listed as vtgate mysql compatibility
0
33,925
2,773,616,118
IssuesEvent
2015-05-03 20:03:19
flexible-collision-library/fcl
https://api.github.com/repos/flexible-collision-library/fcl
opened
Failure in building point cloud models for OBB/RSS/kIOS/OBBRSS
Kind: bug Priority: low
FCL causes segfault in building point cloud model as: ```cpp boost::shared_ptr<BVHModel<OBB> > model(new BVHModel<OBB>); // or RSS/kIOS<16/18/24>/OBBRSS model->beginModel(); // Loop over a previously filled vector of vectices for (std::size_t i = 0; i < points.size(); ++i) result = model->addVertex(points[i]); model->endModel(); // segfault! ``` The main reason of the segfault is that the bvh models don't handle triangle indices correctly. Also, some tests for point cloud models are needed since there is none.
1.0
Failure in building point cloud models for OBB/RSS/kIOS/OBBRSS - FCL causes segfault in building point cloud model as: ```cpp boost::shared_ptr<BVHModel<OBB> > model(new BVHModel<OBB>); // or RSS/kIOS<16/18/24>/OBBRSS model->beginModel(); // Loop over a previously filled vector of vectices for (std::size_t i = 0; i < points.size(); ++i) result = model->addVertex(points[i]); model->endModel(); // segfault! ``` The main reason of the segfault is that the bvh models don't handle triangle indices correctly. Also, some tests for point cloud models are needed since there is none.
non_defect
failure in building point cloud models for obb rss kios obbrss fcl causes segfault in building point cloud model as cpp boost shared ptr model new bvhmodel or rss kios obbrss model beginmodel loop over a previously filled vector of vectices for std size t i i points size i result model addvertex points model endmodel segfault the main reason of the segfault is that the bvh models don t handle triangle indices correctly also some tests for point cloud models are needed since there is none
0
222,349
17,065,764,889
IssuesEvent
2021-07-07 07:06:37
Azure/Azure-Functions
https://api.github.com/repos/Azure/Azure-Functions
closed
Contributor can delete Function App but documentation is stating this capability only for Owner
documentation
As the documentation states here https://docs.microsoft.com/en-us/azure/azure-functions/security-concepts#user-management-permissions only the Owner role should be able to delete a Function App. > Functions supports built-in Azure role-based access control (Azure RBAC). Azure roles supported by Functions are Contributor, Owner, and Reader. > > **Permissions are effective at the function app level. The Contributor role is required to perform most function app-level tasks. Only the Owner role can delete a function app.** However, in my tests I granted an identity the Contributor role at Function App scope but could still delete it (which is at the end not intended for my use case). So, is this a bug in the service or documented wrong? How can I achieve that a Contributor cannot delete a Function App?
1.0
Contributor can delete Function App but documentation is stating this capability only for Owner - As the documentation states here https://docs.microsoft.com/en-us/azure/azure-functions/security-concepts#user-management-permissions only the Owner role should be able to delete a Function App. > Functions supports built-in Azure role-based access control (Azure RBAC). Azure roles supported by Functions are Contributor, Owner, and Reader. > > **Permissions are effective at the function app level. The Contributor role is required to perform most function app-level tasks. Only the Owner role can delete a function app.** However, in my tests I granted an identity the Contributor role at Function App scope but could still delete it (which is at the end not intended for my use case). So, is this a bug in the service or documented wrong? How can I achieve that a Contributor cannot delete a Function App?
non_defect
contributor can delete function app but documentation is stating this capability only for owner as the documentation states here only the owner role should be able to delete a function app functions supports built in azure role based access control azure rbac azure roles supported by functions are contributor owner and reader permissions are effective at the function app level the contributor role is required to perform most function app level tasks only the owner role can delete a function app however in my tests i granted an identity the contributor role at function app scope but could still delete it which is at the end not intended for my use case so is this a bug in the service or documented wrong how can i achieve that a contributor cannot delete a function app
0
8,346
2,611,493,654
IssuesEvent
2015-02-27 05:33:53
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Does not exit properly on Mac OS 10.6.8
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Open the game 2. Close the game What is the expected output? What do you see instead? The game windows closes, but is still open in the Dock. It stays open unless I force quit. What version of the product are you using? On what operating system? Hedgewars 9.17 precompiled binary from http://hedgewars.org/download.html Mac OS 10.6.8 Please provide any additional information below. Hedgewars 9.16, that I previously installed from the Mac App store, did not have this issue. ``` Original issue reported on code.google.com by `jimkaise...@gmail.com` on 20 Dec 2011 at 7:40
1.0
Does not exit properly on Mac OS 10.6.8 - ``` What steps will reproduce the problem? 1. Open the game 2. Close the game What is the expected output? What do you see instead? The game windows closes, but is still open in the Dock. It stays open unless I force quit. What version of the product are you using? On what operating system? Hedgewars 9.17 precompiled binary from http://hedgewars.org/download.html Mac OS 10.6.8 Please provide any additional information below. Hedgewars 9.16, that I previously installed from the Mac App store, did not have this issue. ``` Original issue reported on code.google.com by `jimkaise...@gmail.com` on 20 Dec 2011 at 7:40
defect
does not exit properly on mac os what steps will reproduce the problem open the game close the game what is the expected output what do you see instead the game windows closes but is still open in the dock it stays open unless i force quit what version of the product are you using on what operating system hedgewars precompiled binary from mac os please provide any additional information below hedgewars that i previously installed from the mac app store did not have this issue original issue reported on code google com by jimkaise gmail com on dec at
1
259,417
19,598,885,766
IssuesEvent
2022-01-05 21:38:33
detekt/detekt
https://api.github.com/repos/detekt/detekt
closed
Add documentation for `Suppressor`s
documentation
The `Suppressor`s is a new concpet introduced in detekt `1.19.0` to give more flexibilty to ignore some issues. But it is not documented yet. So we should add a new documentation to it. The problem here is: should it be automated? So any new `Suppressor` automatically adds it's documentation? Or should iy be an static code?
1.0
Add documentation for `Suppressor`s - The `Suppressor`s is a new concpet introduced in detekt `1.19.0` to give more flexibilty to ignore some issues. But it is not documented yet. So we should add a new documentation to it. The problem here is: should it be automated? So any new `Suppressor` automatically adds it's documentation? Or should iy be an static code?
non_defect
add documentation for suppressor s the suppressor s is a new concpet introduced in detekt to give more flexibilty to ignore some issues but it is not documented yet so we should add a new documentation to it the problem here is should it be automated so any new suppressor automatically adds it s documentation or should iy be an static code
0
70,236
23,063,403,879
IssuesEvent
2022-07-25 11:57:55
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Have to cancel start chat after reviewing T&Cs
T-Defect P1 UX
Steps: register a new user (I did it on a new server), start a chat, type the ID of the user you want to invite, click 'Start'. The T&C popup is displayed, click review, accept the terms -> the start chat screen is displayed, with the user you want to invite but the 'Start' button is deactivated => you have no choice but cancel and start again...
1.0
Have to cancel start chat after reviewing T&Cs - Steps: register a new user (I did it on a new server), start a chat, type the ID of the user you want to invite, click 'Start'. The T&C popup is displayed, click review, accept the terms -> the start chat screen is displayed, with the user you want to invite but the 'Start' button is deactivated => you have no choice but cancel and start again...
defect
have to cancel start chat after reviewing t cs steps register a new user i did it on a new server start a chat type the id of the user you want to invite click start the t c popup is displayed click review accept the terms the start chat screen is displayed with the user you want to invite but the start button is deactivated you have no choice but cancel and start again
1
491,322
14,149,113,222
IssuesEvent
2020-11-11 00:02:36
UNIVALI-LITE/Portugol-Studio
https://api.github.com/repos/UNIVALI-LITE/Portugol-Studio
closed
Versão Mac: Problemas de acesso às pastas do usuário
bug help wanted high-priority
**Descrição do Problema**: Aplicativo não consegue acessar subpastas do usuário. Provavelmente por causa das novas regra de segurança do macOS Catalina. **Mensagem de Erro (se houver)**: **Captura de Tela / Arquivo.por**: **Especificações do sistema**: macOS Catalina 10.15.4
1.0
Versão Mac: Problemas de acesso às pastas do usuário - **Descrição do Problema**: Aplicativo não consegue acessar subpastas do usuário. Provavelmente por causa das novas regra de segurança do macOS Catalina. **Mensagem de Erro (se houver)**: **Captura de Tela / Arquivo.por**: **Especificações do sistema**: macOS Catalina 10.15.4
non_defect
versão mac problemas de acesso às pastas do usuário descrição do problema aplicativo não consegue acessar subpastas do usuário provavelmente por causa das novas regra de segurança do macos catalina mensagem de erro se houver captura de tela arquivo por especificações do sistema macos catalina
0
70,576
8,559,235,166
IssuesEvent
2018-11-08 20:38:59
USStateDept/State-TalentMAP
https://api.github.com/repos/USStateDept/State-TalentMAP
closed
Design - Revise search result filters
Bidder Epic Roadmap - Position Research User Experience Visual Design
## Story As a Bidder I want to narrow down my search results So that I can find positions that work for my specific circumstances ## Scenarios ### Primary Tarek is looking for a new position as a medical specialist, grade 2, at a domestic post. ### Secondary Jenny's tour of duty is ending in 18 months. She needs a fair share post, ideally a place where she can use her French. However, since she has kids, she wants to make sure it's not dangerous and that she can be there for a relatively long tour. ## Findings Usability testing indicates that the most useful filters are - skill code - grade - location (post) - bureau However, from other background we know that secondary criteria could include: - tour of duty length - danger pay - COLA - post differential - projected vacancy date ## Currently We have most of the possible filters implemented (except for projected vacancy date). However, the UI controls need some UX and visual design iteration. ### High priority #### All the filters Consider - breaking the high priority filters out of their accordions - turning differential into a numeric range of options rather than a binary (since it is a proxy for fairshare) - removing COLA (for the moment) - moving "domestic" under "post" <img width="232" alt="all the filters" src="https://user-images.githubusercontent.com/10067318/35590774-acf2c602-05bc-11e8-8ed4-d488b11ed250.png"> #### Skill code Currently, skill codes are in an alphabetically ordered list. That flat organization does not correspond to the way that skill codes are bundled into career tracks. Consider creating a nested list under career tracks to make it easier for specialists to check off all that apply. <img width="239" alt="skill code filter" src="https://user-images.githubusercontent.com/10067318/35590785-bbb06cd0-05bc-11e8-88d9-bcdf39a90664.png"> #### Posts Posts are a subset of missions. Consider combining into a nested list with the mission data. <img width="237" alt="post filter" src="https://user-images.githubusercontent.com/10067318/35590870-fa26d5b2-05bc-11e8-9796-d740c658d4a5.png"> #### Bureaus <img width="238" alt="bureau filter" src="https://user-images.githubusercontent.com/10067318/35591381-a12a636e-05be-11e8-8fdf-8cd351556f8c.png"> #### Tour of duty How can we simplify this? <img width="239" alt="screen shot 2018-01-30 at 12 37 26 pm" src="https://user-images.githubusercontent.com/10067318/35654040-e37e2282-069f-11e8-8e81-ea2e8a1c4f3a.png"> ### Lower priority Take these filters on only after getting to a solid resolution on the core set. #### Language Language is a very complex filter. Let's consider whether we need it at all. <img width="241" alt="language filter" src="https://user-images.githubusercontent.com/10067318/35637012-c030fd82-0667-11e8-8b2c-6a8203b8d2d4.png"> #### Mission Mission and post often overlap, particularly in small missions that only have a single post. <img width="237" alt="mission filter" src="https://user-images.githubusercontent.com/10067318/35637084-fd624756-0667-11e8-9fa4-198fadc6efe5.png"> ### Desired - Consistent typography across filters - Filter control UI component match data type - More easily navigated long lists of options - Combine overlapping data filters ### Acceptance criteria Approval at one of the regular approval sessions Usability testing shows FS employees can use the filters Documented styles and UI specs ready for implementation
1.0
Design - Revise search result filters - ## Story As a Bidder I want to narrow down my search results So that I can find positions that work for my specific circumstances ## Scenarios ### Primary Tarek is looking for a new position as a medical specialist, grade 2, at a domestic post. ### Secondary Jenny's tour of duty is ending in 18 months. She needs a fair share post, ideally a place where she can use her French. However, since she has kids, she wants to make sure it's not dangerous and that she can be there for a relatively long tour. ## Findings Usability testing indicates that the most useful filters are - skill code - grade - location (post) - bureau However, from other background we know that secondary criteria could include: - tour of duty length - danger pay - COLA - post differential - projected vacancy date ## Currently We have most of the possible filters implemented (except for projected vacancy date). However, the UI controls need some UX and visual design iteration. ### High priority #### All the filters Consider - breaking the high priority filters out of their accordions - turning differential into a numeric range of options rather than a binary (since it is a proxy for fairshare) - removing COLA (for the moment) - moving "domestic" under "post" <img width="232" alt="all the filters" src="https://user-images.githubusercontent.com/10067318/35590774-acf2c602-05bc-11e8-8ed4-d488b11ed250.png"> #### Skill code Currently, skill codes are in an alphabetically ordered list. That flat organization does not correspond to the way that skill codes are bundled into career tracks. Consider creating a nested list under career tracks to make it easier for specialists to check off all that apply. <img width="239" alt="skill code filter" src="https://user-images.githubusercontent.com/10067318/35590785-bbb06cd0-05bc-11e8-88d9-bcdf39a90664.png"> #### Posts Posts are a subset of missions. Consider combining into a nested list with the mission data. <img width="237" alt="post filter" src="https://user-images.githubusercontent.com/10067318/35590870-fa26d5b2-05bc-11e8-9796-d740c658d4a5.png"> #### Bureaus <img width="238" alt="bureau filter" src="https://user-images.githubusercontent.com/10067318/35591381-a12a636e-05be-11e8-8fdf-8cd351556f8c.png"> #### Tour of duty How can we simplify this? <img width="239" alt="screen shot 2018-01-30 at 12 37 26 pm" src="https://user-images.githubusercontent.com/10067318/35654040-e37e2282-069f-11e8-8e81-ea2e8a1c4f3a.png"> ### Lower priority Take these filters on only after getting to a solid resolution on the core set. #### Language Language is a very complex filter. Let's consider whether we need it at all. <img width="241" alt="language filter" src="https://user-images.githubusercontent.com/10067318/35637012-c030fd82-0667-11e8-8b2c-6a8203b8d2d4.png"> #### Mission Mission and post often overlap, particularly in small missions that only have a single post. <img width="237" alt="mission filter" src="https://user-images.githubusercontent.com/10067318/35637084-fd624756-0667-11e8-9fa4-198fadc6efe5.png"> ### Desired - Consistent typography across filters - Filter control UI component match data type - More easily navigated long lists of options - Combine overlapping data filters ### Acceptance criteria Approval at one of the regular approval sessions Usability testing shows FS employees can use the filters Documented styles and UI specs ready for implementation
non_defect
design revise search result filters story as a bidder i want to narrow down my search results so that i can find positions that work for my specific circumstances scenarios primary tarek is looking for a new position as a medical specialist grade at a domestic post secondary jenny s tour of duty is ending in months she needs a fair share post ideally a place where she can use her french however since she has kids she wants to make sure it s not dangerous and that she can be there for a relatively long tour findings usability testing indicates that the most useful filters are skill code grade location post bureau however from other background we know that secondary criteria could include tour of duty length danger pay cola post differential projected vacancy date currently we have most of the possible filters implemented except for projected vacancy date however the ui controls need some ux and visual design iteration high priority all the filters consider breaking the high priority filters out of their accordions turning differential into a numeric range of options rather than a binary since it is a proxy for fairshare removing cola for the moment moving domestic under post img width alt all the filters src skill code currently skill codes are in an alphabetically ordered list that flat organization does not correspond to the way that skill codes are bundled into career tracks consider creating a nested list under career tracks to make it easier for specialists to check off all that apply img width alt skill code filter src posts posts are a subset of missions consider combining into a nested list with the mission data img width alt post filter src bureaus img width alt bureau filter src tour of duty how can we simplify this img width alt screen shot at pm src lower priority take these filters on only after getting to a solid resolution on the core set language language is a very complex filter let s consider whether we need it at all img width alt language filter src mission mission and post often overlap particularly in small missions that only have a single post img width alt mission filter src desired consistent typography across filters filter control ui component match data type more easily navigated long lists of options combine overlapping data filters acceptance criteria approval at one of the regular approval sessions usability testing shows fs employees can use the filters documented styles and ui specs ready for implementation
0
170,306
6,443,835,616
IssuesEvent
2017-08-12 01:17:49
CiviWikiorg/CiviWiki
https://api.github.com/repos/CiviWikiorg/CiviWiki
closed
syntax error in celery.py (line 29)
Mid-Priority
When trying to set up a development environment, I am getting the following error: ```py File "/home/brylie/code/CiviWiki/civiwiki/__init__.py", line 5, in <module> from .celery import app as celery_app File "/home/brylie/code/CiviWiki/civiwiki/celery.py", line 29 print 'Request: {0!r}'.format(self.request) ^ SyntaxError: invalid syntax ``` # Environment - Python 3.5.2 :: Anaconda custom (64-bit) - virtual environment with all packages in *requirements.txt*
1.0
syntax error in celery.py (line 29) - When trying to set up a development environment, I am getting the following error: ```py File "/home/brylie/code/CiviWiki/civiwiki/__init__.py", line 5, in <module> from .celery import app as celery_app File "/home/brylie/code/CiviWiki/civiwiki/celery.py", line 29 print 'Request: {0!r}'.format(self.request) ^ SyntaxError: invalid syntax ``` # Environment - Python 3.5.2 :: Anaconda custom (64-bit) - virtual environment with all packages in *requirements.txt*
non_defect
syntax error in celery py line when trying to set up a development environment i am getting the following error py file home brylie code civiwiki civiwiki init py line in from celery import app as celery app file home brylie code civiwiki civiwiki celery py line print request r format self request syntaxerror invalid syntax environment python anaconda custom bit virtual environment with all packages in requirements txt
0
223,796
17,630,644,382
IssuesEvent
2021-08-19 07:30:23
fh-erfurt/Businesshotel-Roommanager
https://api.github.com/repos/fh-erfurt/Businesshotel-Roommanager
closed
Datenbank-Tests für alle Klassen
testing/logging
Inserts, Updates und Deletes für alle Klassen, die in der Datenbank vertreten sind
1.0
Datenbank-Tests für alle Klassen - Inserts, Updates und Deletes für alle Klassen, die in der Datenbank vertreten sind
non_defect
datenbank tests für alle klassen inserts updates und deletes für alle klassen die in der datenbank vertreten sind
0
34,018
7,325,334,424
IssuesEvent
2018-03-03 07:29:57
otros-systems/otroslogviewer
https://api.github.com/repos/otros-systems/otroslogviewer
closed
File is not closed when closing tab
Priority-Medium Type-Defect
``` It seems that OLV does not close a file when the corresponding tab is closed by the user. Thus, on Windows, the file cannot be deleted later without terminating OLV. 1. Open a log file from the local filesystem 2. Close the tab 3. Try to delete the log file from the filesystem Expected: The file is deleted Actual: An error message saying that the file is 'open in Java(TM) Platform SE binary'. The file cannot be deleted even hours later. OLV 2013-01-24 on Windows 7 ``` Original issue reported on code.google.com by `bio...@gmail.com` on 3 Jul 2013 at 12:13
1.0
File is not closed when closing tab - ``` It seems that OLV does not close a file when the corresponding tab is closed by the user. Thus, on Windows, the file cannot be deleted later without terminating OLV. 1. Open a log file from the local filesystem 2. Close the tab 3. Try to delete the log file from the filesystem Expected: The file is deleted Actual: An error message saying that the file is 'open in Java(TM) Platform SE binary'. The file cannot be deleted even hours later. OLV 2013-01-24 on Windows 7 ``` Original issue reported on code.google.com by `bio...@gmail.com` on 3 Jul 2013 at 12:13
defect
file is not closed when closing tab it seems that olv does not close a file when the corresponding tab is closed by the user thus on windows the file cannot be deleted later without terminating olv open a log file from the local filesystem close the tab try to delete the log file from the filesystem expected the file is deleted actual an error message saying that the file is open in java tm platform se binary the file cannot be deleted even hours later olv on windows original issue reported on code google com by bio gmail com on jul at
1
27,785
5,102,633,428
IssuesEvent
2017-01-04 18:55:38
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
System.Decimal.ToFormat fails (2 overrides)
defect
### Expected ```js "1.00" ``` ### Actual ```js <nothing> ``` ### Steps To Reproduce [Deck](http://deck.net/7065dd95d23ab6fd49832799b6a11e22) ```cs public class Program { public static void Main() { decimal d1 = 1.0m; Console.WriteLine(d1.ToFormat(2)); Console.WriteLine(d1.ToFormat()); } } //a least 2 mentioned above overrides doesn't work (actually any not specifing 'provider' parameter) ```
1.0
System.Decimal.ToFormat fails (2 overrides) - ### Expected ```js "1.00" ``` ### Actual ```js <nothing> ``` ### Steps To Reproduce [Deck](http://deck.net/7065dd95d23ab6fd49832799b6a11e22) ```cs public class Program { public static void Main() { decimal d1 = 1.0m; Console.WriteLine(d1.ToFormat(2)); Console.WriteLine(d1.ToFormat()); } } //a least 2 mentioned above overrides doesn't work (actually any not specifing 'provider' parameter) ```
defect
system decimal toformat fails overrides expected js actual js steps to reproduce cs public class program public static void main decimal console writeline toformat console writeline toformat a least mentioned above overrides doesn t work actually any not specifing provider parameter
1
176,755
13,652,001,040
IssuesEvent
2020-09-27 04:50:26
sandboxnu/office-hours
https://api.github.com/repos/sandboxnu/office-hours
closed
Consecutive office hours bug
testing
**Test this** Not sure if we support this, but we need to make sure that when two office hours are consecutive, we don't drop all of the students when the last person in the first office hour checks out. Contact @liustanley if blocked
1.0
Consecutive office hours bug - **Test this** Not sure if we support this, but we need to make sure that when two office hours are consecutive, we don't drop all of the students when the last person in the first office hour checks out. Contact @liustanley if blocked
non_defect
consecutive office hours bug test this not sure if we support this but we need to make sure that when two office hours are consecutive we don t drop all of the students when the last person in the first office hour checks out contact liustanley if blocked
0
219,300
7,334,668,170
IssuesEvent
2018-03-05 23:49:01
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
USER ISSUE: Contract "Put items in Container" Bugged
High Priority
**Version:** 0.7.1.2 beta **Steps to Reproduce:** Create a contract that puts X into X stockpile. Select X items e.g. 200 Stone, Add Recieve Permissions Clause (Otherwise Contract won't auto resolve despite being able to access stockpile with or without clause), add Payment on Completion clause. **Expected behavior:** Contract should retain all information and should still be there even with a server crash/restart. **Actual behavior:** Contract loses "Items" requested in the clause during a server crash/restart rendering the contract invalid until until re-added back into the clause. Also people are able to access the storage with or without the permissions clause if a clause specifies X item into X storage but It doesn't autocomplete unless you add the permissions clause.
1.0
USER ISSUE: Contract "Put items in Container" Bugged - **Version:** 0.7.1.2 beta **Steps to Reproduce:** Create a contract that puts X into X stockpile. Select X items e.g. 200 Stone, Add Recieve Permissions Clause (Otherwise Contract won't auto resolve despite being able to access stockpile with or without clause), add Payment on Completion clause. **Expected behavior:** Contract should retain all information and should still be there even with a server crash/restart. **Actual behavior:** Contract loses "Items" requested in the clause during a server crash/restart rendering the contract invalid until until re-added back into the clause. Also people are able to access the storage with or without the permissions clause if a clause specifies X item into X storage but It doesn't autocomplete unless you add the permissions clause.
non_defect
user issue contract put items in container bugged version beta steps to reproduce create a contract that puts x into x stockpile select x items e g stone add recieve permissions clause otherwise contract won t auto resolve despite being able to access stockpile with or without clause add payment on completion clause expected behavior contract should retain all information and should still be there even with a server crash restart actual behavior contract loses items requested in the clause during a server crash restart rendering the contract invalid until until re added back into the clause also people are able to access the storage with or without the permissions clause if a clause specifies x item into x storage but it doesn t autocomplete unless you add the permissions clause
0
178,182
14,662,804,102
IssuesEvent
2020-12-29 08:12:34
FIREdog5/SereneTweaks
https://api.github.com/repos/FIREdog5/SereneTweaks
opened
Please submit all bugs and requests here!
documentation
Just click "New issue" on the right-hand side and start typing!
1.0
Please submit all bugs and requests here! - Just click "New issue" on the right-hand side and start typing!
non_defect
please submit all bugs and requests here just click new issue on the right hand side and start typing
0
74,861
25,365,353,580
IssuesEvent
2022-11-21 05:38:12
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
opened
Gray Creeper Heads
k: Defect n: Forge s: New
``` Minecraft v1.19.2 Forge v43.1.52 Forgery v3.1.3 ``` When the option "Foliage Creepers" is enabled, creeper heads render as gray in the inventory and when placed. [Debug Log](https://gist.github.com/WenXin20/a82a0f922c06fff09440d818e73df159) ![image](https://user-images.githubusercontent.com/12000593/202973243-38cba548-127e-4ab9-ba2d-23bbaeb7cb5e.png) ![image](https://user-images.githubusercontent.com/12000593/202973322-ee521ffd-f2c7-414b-996c-cf2c4c0c5b20.png)
1.0
Gray Creeper Heads - ``` Minecraft v1.19.2 Forge v43.1.52 Forgery v3.1.3 ``` When the option "Foliage Creepers" is enabled, creeper heads render as gray in the inventory and when placed. [Debug Log](https://gist.github.com/WenXin20/a82a0f922c06fff09440d818e73df159) ![image](https://user-images.githubusercontent.com/12000593/202973243-38cba548-127e-4ab9-ba2d-23bbaeb7cb5e.png) ![image](https://user-images.githubusercontent.com/12000593/202973322-ee521ffd-f2c7-414b-996c-cf2c4c0c5b20.png)
defect
gray creeper heads minecraft forge forgery when the option foliage creepers is enabled creeper heads render as gray in the inventory and when placed
1
73,240
7,330,058,754
IssuesEvent
2018-03-05 08:32:51
gskleres/FruityMod-StS
https://api.github.com/repos/gskleres/FruityMod-StS
closed
Card 33 Umbral Bolt
card ready for testing
Card 33 Name: Umbral Bolt Rarity: 2-Uncommon Type: Skill Basic [1 cost]: Remove all Frail, Weak, and Vulnerable. Shuffle a Dazed into your draw pile for each stack removed. Upgrade [0 cost]: Remove all Frail, Weak, and Vulnerable. Shuffle a Dazed into your draw pile for each stack removed.
1.0
Card 33 Umbral Bolt - Card 33 Name: Umbral Bolt Rarity: 2-Uncommon Type: Skill Basic [1 cost]: Remove all Frail, Weak, and Vulnerable. Shuffle a Dazed into your draw pile for each stack removed. Upgrade [0 cost]: Remove all Frail, Weak, and Vulnerable. Shuffle a Dazed into your draw pile for each stack removed.
non_defect
card umbral bolt card name umbral bolt rarity uncommon type skill basic remove all frail weak and vulnerable shuffle a dazed into your draw pile for each stack removed upgrade remove all frail weak and vulnerable shuffle a dazed into your draw pile for each stack removed
0
66,236
6,993,614,218
IssuesEvent
2017-12-15 12:07:46
halestudio/hale
https://api.github.com/repos/halestudio/hale
closed
Un-associating a codelist doesn't work
bug to be tested
When a code list has been associated with a property, e.g. through the assign function, it cannot be un-associated. Trying to do so results in a NPE being thrown: ``` java.lang.NullPointerException at eu.esdihumboldt.hale.common.codelist.config.CodeListAssociations.assignCodeList(CodeListAssociations.java:57) at eu.esdihumboldt.hale.ui.codelist.service.internal.CodeListServiceImpl.assignEntityCodeList(CodeListServiceImpl.java:151) at eu.esdihumboldt.hale.ui.common.definition.editors.DefaultPropertyEditor$4.widgetSelected(DefaultPropertyEditor.java:254) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3769) at org.eclipse.jface.window.Window.runEventLoop(Window.java:827) at org.eclipse.jface.window.Window.open(Window.java:803) at eu.esdihumboldt.hale.ui.function.contribution.internal.AbstractWizardAction.run(AbstractWizardAction.java:95) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3769) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at eu.esdihumboldt.hale.ui.application.Application.run(Application.java:117) at eu.esdihumboldt.hale.ui.application.Application.run(Application.java:1) at eu.esdihumboldt.hale.common.app.AbstractApplication.run(AbstractApplication.java:51) at eu.esdihumboldt.hale.common.app.AbstractApplication.start(AbstractApplication.java:33) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) at org.eclipse.equinox.launcher.Main.run(Main.java:1515) ```
1.0
Un-associating a codelist doesn't work - When a code list has been associated with a property, e.g. through the assign function, it cannot be un-associated. Trying to do so results in a NPE being thrown: ``` java.lang.NullPointerException at eu.esdihumboldt.hale.common.codelist.config.CodeListAssociations.assignCodeList(CodeListAssociations.java:57) at eu.esdihumboldt.hale.ui.codelist.service.internal.CodeListServiceImpl.assignEntityCodeList(CodeListServiceImpl.java:151) at eu.esdihumboldt.hale.ui.common.definition.editors.DefaultPropertyEditor$4.widgetSelected(DefaultPropertyEditor.java:254) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3769) at org.eclipse.jface.window.Window.runEventLoop(Window.java:827) at org.eclipse.jface.window.Window.open(Window.java:803) at eu.esdihumboldt.hale.ui.function.contribution.internal.AbstractWizardAction.run(AbstractWizardAction.java:95) at org.eclipse.jface.action.Action.runWithEvent(Action.java:473) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4362) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1113) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4180) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3769) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at eu.esdihumboldt.hale.ui.application.Application.run(Application.java:117) at eu.esdihumboldt.hale.ui.application.Application.run(Application.java:1) at eu.esdihumboldt.hale.common.app.AbstractApplication.run(AbstractApplication.java:51) at eu.esdihumboldt.hale.common.app.AbstractApplication.start(AbstractApplication.java:33) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608) at org.eclipse.equinox.launcher.Main.run(Main.java:1515) ```
non_defect
un associating a codelist doesn t work when a code list has been associated with a property e g through the assign function it cannot be un associated trying to do so results in a npe being thrown java lang nullpointerexception at eu esdihumboldt hale common codelist config codelistassociations assigncodelist codelistassociations java at eu esdihumboldt hale ui codelist service internal codelistserviceimpl assignentitycodelist codelistserviceimpl java at eu esdihumboldt hale ui common definition editors defaultpropertyeditor widgetselected defaultpropertyeditor java at org eclipse swt widgets typedlistener handleevent typedlistener java at org eclipse swt widgets eventtable sendevent eventtable java at org eclipse swt widgets display sendevent display java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets display rundeferredevents display java at org eclipse swt widgets display readanddispatch display java at org eclipse jface window window runeventloop window java at org eclipse jface window window open window java at eu esdihumboldt hale ui function contribution internal abstractwizardaction run abstractwizardaction java at org eclipse jface action action runwithevent action java at org eclipse jface action actioncontributionitem handlewidgetselection actioncontributionitem java at org eclipse jface action actioncontributionitem access actioncontributionitem java at org eclipse jface action actioncontributionitem handleevent actioncontributionitem java at org eclipse swt widgets eventtable sendevent eventtable java at org eclipse swt widgets display sendevent display java at org eclipse swt widgets widget sendevent widget java at org eclipse swt widgets display rundeferredevents display java at org eclipse swt widgets display readanddispatch display java at org eclipse ui internal workbench swt partrenderingengine run partrenderingengine java at org eclipse core databinding observable realm runwithdefault realm java at org eclipse ui internal workbench swt partrenderingengine run partrenderingengine java at org eclipse ui internal workbench createandrunui java at org eclipse ui internal workbench run workbench java at org eclipse core databinding observable realm runwithdefault realm java at org eclipse ui internal workbench createandrunworkbench workbench java at org eclipse ui platformui createandrunworkbench platformui java at eu esdihumboldt hale ui application application run application java at eu esdihumboldt hale ui application application run application java at eu esdihumboldt hale common app abstractapplication run abstractapplication java at eu esdihumboldt hale common app abstractapplication start abstractapplication java at org eclipse equinox internal app eclipseapphandle run eclipseapphandle java at org eclipse core runtime internal adaptor eclipseapplauncher runapplication eclipseapplauncher java at org eclipse core runtime internal adaptor eclipseapplauncher start eclipseapplauncher java at org eclipse core runtime adaptor eclipsestarter run eclipsestarter java at org eclipse core runtime adaptor eclipsestarter run eclipsestarter java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org eclipse equinox launcher main invokeframework main java at org eclipse equinox launcher main basicrun main java at org eclipse equinox launcher main run main java
0
2,484
2,607,904,708
IssuesEvent
2015-02-26 00:15:08
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
opened
Abbreviation groups don't work in UltraEdit
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Enter the test abbreviation "div#page>(div#header>ul#nav>li*4>a)+(div#page>(h1>span)+p*2)+div#footer" 2. Run the ZenCoding script 3. Nothing happens What is the expected output? What do you see instead? Expect it to expand the abbreviation but nothing happens. What version of the product are you using? On what operating system? UltraEdit Zen Code 1.0, UltraEdit 16.00.0.1040, Windows XP SP3 Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `daniel.o...@gmail.com` on 14 May 2010 at 6:43
1.0
Abbreviation groups don't work in UltraEdit - ``` What steps will reproduce the problem? 1. Enter the test abbreviation "div#page>(div#header>ul#nav>li*4>a)+(div#page>(h1>span)+p*2)+div#footer" 2. Run the ZenCoding script 3. Nothing happens What is the expected output? What do you see instead? Expect it to expand the abbreviation but nothing happens. What version of the product are you using? On what operating system? UltraEdit Zen Code 1.0, UltraEdit 16.00.0.1040, Windows XP SP3 Please provide any additional information below. ``` ----- Original issue reported on code.google.com by `daniel.o...@gmail.com` on 14 May 2010 at 6:43
defect
abbreviation groups don t work in ultraedit what steps will reproduce the problem enter the test abbreviation div page div header ul nav li a div page span p div footer run the zencoding script nothing happens what is the expected output what do you see instead expect it to expand the abbreviation but nothing happens what version of the product are you using on what operating system ultraedit zen code ultraedit windows xp please provide any additional information below original issue reported on code google com by daniel o gmail com on may at
1
820,658
30,782,159,056
IssuesEvent
2023-07-31 10:46:15
AdguardTeam/AdGuardVPNForMac
https://api.github.com/repos/AdguardTeam/AdGuardVPNForMac
closed
Memory leak on MacOS - using over 60Gb
bug Priority: P4
### Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no answer - [X] I checked to make sure that this issue has not already been filed ### AdGuard VPN version 2.1.0.407 ### Environment ```markdown - OS: MacOS Ventura 13.4.1 (c) - Other network-level software: ZScaler 3.9.0.90 ``` ### Issue Details Just keep AdGuard running for some time Then check memory usage and see it being over 60Gb ### Expected Behavior _No response_ ### Screenshots <details><summary>Screenshot 1:</summary> <!-- paste screenshot here --> </details> ### Additional Information _No response_
1.0
Memory leak on MacOS - using over 60Gb - ### Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no answer - [X] I checked to make sure that this issue has not already been filed ### AdGuard VPN version 2.1.0.407 ### Environment ```markdown - OS: MacOS Ventura 13.4.1 (c) - Other network-level software: ZScaler 3.9.0.90 ``` ### Issue Details Just keep AdGuard running for some time Then check memory usage and see it being over 60Gb ### Expected Behavior _No response_ ### Screenshots <details><summary>Screenshot 1:</summary> <!-- paste screenshot here --> </details> ### Additional Information _No response_
non_defect
memory leak on macos using over please answer the following questions for yourself before submitting an issue i am running the latest version i checked the documentation and found no answer i checked to make sure that this issue has not already been filed adguard vpn version environment markdown os macos ventura c other network level software zscaler issue details just keep adguard running for some time then check memory usage and see it being over expected behavior no response screenshots screenshot additional information no response
0
46,890
13,055,998,118
IssuesEvent
2020-07-30 03:20:47
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[mue] remove `compat` option from muex (Trac #2094)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/2094 ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "description": "it causes more confusion than it solves", "reporter": "kjmeagher", "cc": "desiati", "resolution": "invalid", "_ts": "1550067295757382", "component": "combo reconstruction", "summary": "[mue] remove `compat` option from muex", "priority": "normal", "keywords": "", "time": "2017-09-20T12:55:48", "milestone": "", "owner": "kjmeagher", "type": "defect" } ```
1.0
[mue] remove `compat` option from muex (Trac #2094) - Migrated from https://code.icecube.wisc.edu/ticket/2094 ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "description": "it causes more confusion than it solves", "reporter": "kjmeagher", "cc": "desiati", "resolution": "invalid", "_ts": "1550067295757382", "component": "combo reconstruction", "summary": "[mue] remove `compat` option from muex", "priority": "normal", "keywords": "", "time": "2017-09-20T12:55:48", "milestone": "", "owner": "kjmeagher", "type": "defect" } ```
defect
remove compat option from muex trac migrated from json status closed changetime description it causes more confusion than it solves reporter kjmeagher cc desiati resolution invalid ts component combo reconstruction summary remove compat option from muex priority normal keywords time milestone owner kjmeagher type defect
1
554,726
16,436,687,056
IssuesEvent
2021-05-20 10:01:01
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 235934] Logically dead code in subsys/bluetooth/audio/vcs.c
Coverity area: Bluetooth bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c Category: Control flow issues Function: `bt_vcs_vol_set` Component: Bluetooth CID: [235934](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=235934) Details: https://github.com/zephyrproject-rtos/zephyr/blob/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c#L625 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
1.0
[Coverity CID: 235934] Logically dead code in subsys/bluetooth/audio/vcs.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c Category: Control flow issues Function: `bt_vcs_vol_set` Component: Bluetooth CID: [235934](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=235934) Details: https://github.com/zephyrproject-rtos/zephyr/blob/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c#L625 Please fix or provide comments in coverity using the link: https://scan9.coverity.com/reports.htm#v29271/p12996. Note: This issue was created automatically. Priority was set based on classification of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
non_defect
logically dead code in subsys bluetooth audio vcs c static code scan issues found in file category control flow issues function bt vcs vol set component bluetooth cid details please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file
0
2,979
3,750,796,409
IssuesEvent
2016-03-11 09:09:01
tripikad/trip2
https://api.github.com/repos/tripikad/trip2
opened
Serve Nginx cache from RAM
performance server
As we try to use Nginx cache, lets try to serve it from the RAM instead of disk https://www.scalescale.com/tips/nginx/mount-directory-into-ram-memory-better-performance/
True
Serve Nginx cache from RAM - As we try to use Nginx cache, lets try to serve it from the RAM instead of disk https://www.scalescale.com/tips/nginx/mount-directory-into-ram-memory-better-performance/
non_defect
serve nginx cache from ram as we try to use nginx cache lets try to serve it from the ram instead of disk
0
45,129
12,566,770,928
IssuesEvent
2020-06-08 11:49:53
IBMStreams/streamsx.eventstore
https://api.github.com/repos/IBMStreams/streamsx.eventstore
closed
Update client driver to resolve memory leak issue
defect
Event Store client jar has been updated to resolve memory leak issue in the client: https://repo1.maven.org/maven2/com/ibm/event/ibm-db2-eventstore-client-spark-2.3.2/2.0.0.3.1/
1.0
Update client driver to resolve memory leak issue - Event Store client jar has been updated to resolve memory leak issue in the client: https://repo1.maven.org/maven2/com/ibm/event/ibm-db2-eventstore-client-spark-2.3.2/2.0.0.3.1/
defect
update client driver to resolve memory leak issue event store client jar has been updated to resolve memory leak issue in the client
1
1,868
2,603,972,696
IssuesEvent
2015-02-24 19:00:39
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳尖锐湿疹的影响
auto-migrated Priority-Medium Type-Defect
``` 沈阳尖锐湿疹的影响〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:01
1.0
沈阳尖锐湿疹的影响 - ``` 沈阳尖锐湿疹的影响〓沈陽軍區政治部醫院性病〓TEL:024-3102 3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位� ��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:01
defect
沈阳尖锐湿疹的影响 沈阳尖锐湿疹的影响〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at
1
228,230
7,548,118,198
IssuesEvent
2018-04-18 10:06:09
ballerina-platform/ballerina-message-broker
https://api.github.com/repos/ballerina-platform/ballerina-message-broker
closed
Fix ByteBuf memory leak in transaction path
Complexity/Moderate Module/broker-core Priority/Highest Severity/Blocker
**Description:** <!-- Give a brief description of the issue --> Fix memory leak in transaction path. This is visible when running integration tests IMPROVEMENT: Need to avoid shallow copy of messages and simplify the logic by incrementing a payload refcount in the message. This can remove the MessageStore#add(...) operation as well. **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
1.0
Fix ByteBuf memory leak in transaction path - **Description:** <!-- Give a brief description of the issue --> Fix memory leak in transaction path. This is visible when running integration tests IMPROVEMENT: Need to avoid shallow copy of messages and simplify the logic by incrementing a payload refcount in the message. This can remove the MessageStore#add(...) operation as well. **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **Suggested Assignees:** <!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees--> **Affected Product Version:** **OS, DB, other environment details and versions:** **Steps to reproduce:** **Related Issues:** <!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
non_defect
fix bytebuf memory leak in transaction path description fix memory leak in transaction path this is visible when running integration tests improvement need to avoid shallow copy of messages and simplify the logic by incrementing a payload refcount in the message this can remove the messagestore add operation as well suggested labels suggested assignees affected product version os db other environment details and versions steps to reproduce related issues
0
26,787
4,787,546,958
IssuesEvent
2016-10-30 02:32:22
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
testAction vars and contents returns same content when view cache is enabled
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 2.8.6 * Platform and Target: ### What you did if I in my unit tests have the following: ``` $result1 = $this->testAction($url, array('return' => 'vars', 'method' => 'GET')); $result2 = $this->testAction($url, array('return' => 'contents', 'method' => 'GET')); ``` and URL have view caching enabled then `$result2 === $result1` which should not be true ### Expected Behavior since 2 different things are requestsed "vars" vs "contents" 2 different things should be returned ### Actual Behavior same thing returned
1.0
testAction vars and contents returns same content when view cache is enabled - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 2.8.6 * Platform and Target: ### What you did if I in my unit tests have the following: ``` $result1 = $this->testAction($url, array('return' => 'vars', 'method' => 'GET')); $result2 = $this->testAction($url, array('return' => 'contents', 'method' => 'GET')); ``` and URL have view caching enabled then `$result2 === $result1` which should not be true ### Expected Behavior since 2 different things are requestsed "vars" vs "contents" 2 different things should be returned ### Actual Behavior same thing returned
defect
testaction vars and contents returns same content when view cache is enabled this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target what you did if i in my unit tests have the following this testaction url array return vars method get this testaction url array return contents method get and url have view caching enabled then which should not be true expected behavior since different things are requestsed vars vs contents different things should be returned actual behavior same thing returned
1
39,427
9,457,577,824
IssuesEvent
2019-04-17 01:07:14
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
Problem reopening saved project .svs file (Trac #1243)
Migrated from Trac SasView Bug Fixing blocker defect
User Kilian Frank reports: ```text I have a technical issue with the "Open Project" function. I saved an .svs file containing a single dataset, custom model and fit with SasView 4.2.1. Now I try to open it on the same machine a day later with the same SasView and get the error message 2019-03-08 10:40:21 : DataLoader Error: Encounted Non-ASCII character ('Reader' object has no attribute 'sort_one_d_data') Is there any way I can get get back my project (e.g. by manually fixing the Non- ASCII character in the file) and what should I avoid when saving my projects in the future to prevent this from happening? ``` Migrated from http://trac.sasview.org/ticket/1243 ```json { "status": "assigned", "changetime": "2019-03-19T02:49:00", "_ts": "2019-03-19 02:49:00.992026+00:00", "description": "User Kilian Frank reports:\n\n{{{\nI have a technical issue with the \"Open Project\" function. I saved an .svs file \ncontaining a single dataset, custom model and fit with SasView 4.2.1. Now I try \nto open it on the same machine a day later with the same SasView and get the \nerror message\n\n2019-03-08 10:40:21 : DataLoader Error: Encounted Non-ASCII character ('Reader' \nobject has no attribute 'sort_one_d_data')\n\nIs there any way I can get get back my project (e.g. by manually fixing the Non-\nASCII character in the file) and what should I avoid when saving my projects in \nthe future to prevent this from happening?\n}}}\n", "reporter": "smk78", "cc": "", "resolution": "", "workpackage": "SasView Bug Fixing", "time": "2019-03-08T16:56:00", "component": "SasView", "summary": "Problem reopening saved project .svs file", "priority": "blocker", "keywords": "", "milestone": "SasView 4.2.2", "owner": "krzywon", "type": "defect" } ```
1.0
Problem reopening saved project .svs file (Trac #1243) - User Kilian Frank reports: ```text I have a technical issue with the "Open Project" function. I saved an .svs file containing a single dataset, custom model and fit with SasView 4.2.1. Now I try to open it on the same machine a day later with the same SasView and get the error message 2019-03-08 10:40:21 : DataLoader Error: Encounted Non-ASCII character ('Reader' object has no attribute 'sort_one_d_data') Is there any way I can get get back my project (e.g. by manually fixing the Non- ASCII character in the file) and what should I avoid when saving my projects in the future to prevent this from happening? ``` Migrated from http://trac.sasview.org/ticket/1243 ```json { "status": "assigned", "changetime": "2019-03-19T02:49:00", "_ts": "2019-03-19 02:49:00.992026+00:00", "description": "User Kilian Frank reports:\n\n{{{\nI have a technical issue with the \"Open Project\" function. I saved an .svs file \ncontaining a single dataset, custom model and fit with SasView 4.2.1. Now I try \nto open it on the same machine a day later with the same SasView and get the \nerror message\n\n2019-03-08 10:40:21 : DataLoader Error: Encounted Non-ASCII character ('Reader' \nobject has no attribute 'sort_one_d_data')\n\nIs there any way I can get get back my project (e.g. by manually fixing the Non-\nASCII character in the file) and what should I avoid when saving my projects in \nthe future to prevent this from happening?\n}}}\n", "reporter": "smk78", "cc": "", "resolution": "", "workpackage": "SasView Bug Fixing", "time": "2019-03-08T16:56:00", "component": "SasView", "summary": "Problem reopening saved project .svs file", "priority": "blocker", "keywords": "", "milestone": "SasView 4.2.2", "owner": "krzywon", "type": "defect" } ```
defect
problem reopening saved project svs file trac user kilian frank reports text i have a technical issue with the open project function i saved an svs file containing a single dataset custom model and fit with sasview now i try to open it on the same machine a day later with the same sasview and get the error message dataloader error encounted non ascii character reader object has no attribute sort one d data is there any way i can get get back my project e g by manually fixing the non ascii character in the file and what should i avoid when saving my projects in the future to prevent this from happening migrated from json status assigned changetime ts description user kilian frank reports n n ni have a technical issue with the open project function i saved an svs file ncontaining a single dataset custom model and fit with sasview now i try nto open it on the same machine a day later with the same sasview and get the nerror message n dataloader error encounted non ascii character reader nobject has no attribute sort one d data n nis there any way i can get get back my project e g by manually fixing the non nascii character in the file and what should i avoid when saving my projects in nthe future to prevent this from happening n n reporter cc resolution workpackage sasview bug fixing time component sasview summary problem reopening saved project svs file priority blocker keywords milestone sasview owner krzywon type defect
1
57,596
15,877,805,726
IssuesEvent
2021-04-09 10:07:02
owncloud/ocis
https://api.github.com/repos/owncloud/ocis
closed
Trashbin Restore does not work
Category:Defect Type:Bug
Delete a file and try to restore that file from the trasibn we get error. ``` curl 'http://172.17.0.1:9140/remote.php/dav/trash-bin/TU1/test.html.d1585113012' -X MOVE -H 'Destination: http://172.17.0.1:9140/remote.php/dav/files/TU1/test.html' -u tu1:1234 -v ``` ... < HTTP/1.1 405 Method Not Allowed ... ```
1.0
Trashbin Restore does not work - Delete a file and try to restore that file from the trasibn we get error. ``` curl 'http://172.17.0.1:9140/remote.php/dav/trash-bin/TU1/test.html.d1585113012' -X MOVE -H 'Destination: http://172.17.0.1:9140/remote.php/dav/files/TU1/test.html' -u tu1:1234 -v ``` ... < HTTP/1.1 405 Method Not Allowed ... ```
defect
trashbin restore does not work delete a file and try to restore that file from the trasibn we get error curl x move h destination u v http method not allowed
1
53,960
6,353,836,509
IssuesEvent
2017-07-29 02:50:41
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
HttpClientEKUTest hang in UAP
area-System.Net.Http os-windows-uwp test bug
The HttpClientEKUTest tests require several prerequisites installed to run. I've noticed that the tests hang if the root CA is installed. The tests make use of most of the server certificate callback and client certificates so it may be that this issue is related to (or just a side effect of) #21627 and #21628
1.0
HttpClientEKUTest hang in UAP - The HttpClientEKUTest tests require several prerequisites installed to run. I've noticed that the tests hang if the root CA is installed. The tests make use of most of the server certificate callback and client certificates so it may be that this issue is related to (or just a side effect of) #21627 and #21628
non_defect
httpclientekutest hang in uap the httpclientekutest tests require several prerequisites installed to run i ve noticed that the tests hang if the root ca is installed the tests make use of most of the server certificate callback and client certificates so it may be that this issue is related to or just a side effect of and
0
128,079
12,359,491,402
IssuesEvent
2020-05-17 11:10:50
khmarbaise/maven-it-extension
https://api.github.com/repos/khmarbaise/maven-it-extension
closed
Version/dates in HTML documents
documentation enhancement
Currently the release date and versions etc. are hand maintained. This should be changed to have that done automatically. Unfortunately the release notes have to be maintained manually.
1.0
Version/dates in HTML documents - Currently the release date and versions etc. are hand maintained. This should be changed to have that done automatically. Unfortunately the release notes have to be maintained manually.
non_defect
version dates in html documents currently the release date and versions etc are hand maintained this should be changed to have that done automatically unfortunately the release notes have to be maintained manually
0
19,460
3,206,172,965
IssuesEvent
2015-10-04 19:46:18
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Culture-specific TryParse does not behave as expected
defect
This fails on live.bridge.net because the cultures don't seem to be loaded (see my latest comment on #349), but when I run it locally with the cultures imported, it doesn't do what I'd expect (it alerts the same date in both cases; Jan 2nd) Global.Alert(DateTime.Parse("01/02/2015", new CultureInfo("en-US")).ToString()); Global.Alert(DateTime.Parse("01/02/2015", new CultureInfo("en-GB")).ToString());
1.0
Culture-specific TryParse does not behave as expected - This fails on live.bridge.net because the cultures don't seem to be loaded (see my latest comment on #349), but when I run it locally with the cultures imported, it doesn't do what I'd expect (it alerts the same date in both cases; Jan 2nd) Global.Alert(DateTime.Parse("01/02/2015", new CultureInfo("en-US")).ToString()); Global.Alert(DateTime.Parse("01/02/2015", new CultureInfo("en-GB")).ToString());
defect
culture specific tryparse does not behave as expected this fails on live bridge net because the cultures don t seem to be loaded see my latest comment on but when i run it locally with the cultures imported it doesn t do what i d expect it alerts the same date in both cases jan global alert datetime parse new cultureinfo en us tostring global alert datetime parse new cultureinfo en gb tostring
1
533,967
15,606,548,316
IssuesEvent
2021-03-19 08:12:00
protofire/omen-exchange
https://api.github.com/repos/protofire/omen-exchange
opened
Slider cursor is out of the widget
enhancement priority:low
<img width="733" alt="Bildschirmfoto 2021-03-19 um 09 10 42" src="https://user-images.githubusercontent.com/5337809/111750076-0cb9b800-8893-11eb-97ba-62fc0bc903c3.png"> Network: xDai Market: http://localhost:3000/#/0xa4b0ea9842071436a9a23d01743218c26c50d24d
1.0
Slider cursor is out of the widget - <img width="733" alt="Bildschirmfoto 2021-03-19 um 09 10 42" src="https://user-images.githubusercontent.com/5337809/111750076-0cb9b800-8893-11eb-97ba-62fc0bc903c3.png"> Network: xDai Market: http://localhost:3000/#/0xa4b0ea9842071436a9a23d01743218c26c50d24d
non_defect
slider cursor is out of the widget img width alt bildschirmfoto um src network xdai market
0
17,053
2,972,352,067
IssuesEvent
2015-07-14 13:21:14
mernst/randoop
https://api.github.com/repos/mernst/randoop
closed
Visibility of thrown exception in the ExpectedExceptionChecker
auto-migrated Priority-Medium Type-Defect
``` Consider the following code snippet: public class A { public void m() { throw new InnerUnvisibleException(); } private static class InnerUnvisibleException extends Exception { //omitted } } Randoop will generate the following (uncompilable) tests: public void test1() { A a = new A(); try { a.m(); fail("...."); } catch (A.InnerUnvisibleException e) { //the exception declaration is not visible } } A possible but not-so-elegant way is to replace the A.InnerUnvisibleException to Exception or the closest exception type...at least, that could be compilable. ``` Original issue reported on code.google.com by `saizh...@google.com` on 15 Sep 2010 at 9:24
1.0
Visibility of thrown exception in the ExpectedExceptionChecker - ``` Consider the following code snippet: public class A { public void m() { throw new InnerUnvisibleException(); } private static class InnerUnvisibleException extends Exception { //omitted } } Randoop will generate the following (uncompilable) tests: public void test1() { A a = new A(); try { a.m(); fail("...."); } catch (A.InnerUnvisibleException e) { //the exception declaration is not visible } } A possible but not-so-elegant way is to replace the A.InnerUnvisibleException to Exception or the closest exception type...at least, that could be compilable. ``` Original issue reported on code.google.com by `saizh...@google.com` on 15 Sep 2010 at 9:24
defect
visibility of thrown exception in the expectedexceptionchecker consider the following code snippet public class a public void m throw new innerunvisibleexception private static class innerunvisibleexception extends exception omitted randoop will generate the following uncompilable tests public void a a new a try a m fail catch a innerunvisibleexception e the exception declaration is not visible a possible but not so elegant way is to replace the a innerunvisibleexception to exception or the closest exception type at least that could be compilable original issue reported on code google com by saizh google com on sep at
1
72,055
13,778,075,680
IssuesEvent
2020-10-08 11:57:05
PopupMaker/Popup-Maker
https://api.github.com/repos/PopupMaker/Popup-Maker
closed
Set up project for PHPUnit testing
type-codequality
- [ ] https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/ - [ ] Ensure valid output for form tabs, sections/subtabs, fields, & json_encode output. - [ ] Helper functions to ensure proper data integrity. Resources from #731: - [ ] https://make.wordpress.org/core/handbook/testing/automated-testing/ - [ ] [WP Mock](https://github.com/10up/wp_mock) - [ ] https://felix-arntz.me/blog/using-the-wordpress-test-suite/ - [ ] https://tfrommen.de/an-introduction-to-unit-testing-for-wordpress/ - [ ] http://wptest.io/ - [ ] https://www.smashingmagazine.com/2017/12/automated-testing-wordpress-plugins-phpunit/
1.0
Set up project for PHPUnit testing - - [ ] https://developer.wordpress.org/cli/commands/scaffold/plugin-tests/ - [ ] Ensure valid output for form tabs, sections/subtabs, fields, & json_encode output. - [ ] Helper functions to ensure proper data integrity. Resources from #731: - [ ] https://make.wordpress.org/core/handbook/testing/automated-testing/ - [ ] [WP Mock](https://github.com/10up/wp_mock) - [ ] https://felix-arntz.me/blog/using-the-wordpress-test-suite/ - [ ] https://tfrommen.de/an-introduction-to-unit-testing-for-wordpress/ - [ ] http://wptest.io/ - [ ] https://www.smashingmagazine.com/2017/12/automated-testing-wordpress-plugins-phpunit/
non_defect
set up project for phpunit testing ensure valid output for form tabs sections subtabs fields json encode output helper functions to ensure proper data integrity resources from
0
177,019
6,573,175,002
IssuesEvent
2017-09-11 07:39:53
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
Implement Support for OpenSearch for EO
Priority: Medium user story
It would be important to implement support for OpenSearch EO standard to access EO oriented catalog services like FedEO and CEOSS.
1.0
Implement Support for OpenSearch for EO - It would be important to implement support for OpenSearch EO standard to access EO oriented catalog services like FedEO and CEOSS.
non_defect
implement support for opensearch for eo it would be important to implement support for opensearch eo standard to access eo oriented catalog services like fedeo and ceoss
0
55,380
3,073,059,617
IssuesEvent
2015-08-19 20:01:23
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Solo.getCurrentViews
bug imported Priority-Medium
_From [sergey.t...@gmail.com](https://code.google.com/u/101343934896050059712/) on September 13, 2012 06:46:21_ What steps will reproduce the problem? 1. It happens from time to time What is the expected output? What do you see instead? expected output: get current views. actual: Exception What version of the product are you using? On what operating system? 3.4.1. Android 2.3.3 02:08:45: Result code = Success Result parameters = VERSION.CODENAME = REL VERSION.RELEASE = 2.3.3 VERSION.INCREMENTAL = JHKG2 VERSION.SDK_INT = 10 BOARD = GT-I9100 BOOTLOADER = unknown BRAND = samsung CPU_ABI = armeabi-v7a CPU_ABI2 = armeabi DEVICE = GT-I9100 DISPLAY = GINGERBREAD.JHKG2 FINGERPRINT = samsung/GT-I9100/GT-I9100:2.3.3/GINGERBREAD/JHKG2:user/release-keys HARDWARE = smdkc210 HOST = DELL84 ID = GINGERBREAD MANUFACTURER = samsung MODEL = GT-I9100 PRODUCT = GT-I9100 SERIAL = unknown TAGS = release-keys TIME = 1310364911000 TYPE = user USER = root Please provide any additional information below. java.lang.NullPointerException: null: com.jayway.android.robotium.solo.ViewFetcher.getNonDecorViews(ViewFetcher.java:169) com.jayway.android.robotium.solo.ViewFetcher.getAllViews(ViewFetcher.java:85) com.jayway.android.robotium.solo.ViewFetcher.getViews(ViewFetcher.java:194) com.jayway.android.robotium.solo.Solo.getCurrentViews(Solo.java:1534) I have ddms log of this exact moment. I can't find anything related to solo there. _Original issue: http://code.google.com/p/robotium/issues/detail?id=327_
1.0
Solo.getCurrentViews - _From [sergey.t...@gmail.com](https://code.google.com/u/101343934896050059712/) on September 13, 2012 06:46:21_ What steps will reproduce the problem? 1. It happens from time to time What is the expected output? What do you see instead? expected output: get current views. actual: Exception What version of the product are you using? On what operating system? 3.4.1. Android 2.3.3 02:08:45: Result code = Success Result parameters = VERSION.CODENAME = REL VERSION.RELEASE = 2.3.3 VERSION.INCREMENTAL = JHKG2 VERSION.SDK_INT = 10 BOARD = GT-I9100 BOOTLOADER = unknown BRAND = samsung CPU_ABI = armeabi-v7a CPU_ABI2 = armeabi DEVICE = GT-I9100 DISPLAY = GINGERBREAD.JHKG2 FINGERPRINT = samsung/GT-I9100/GT-I9100:2.3.3/GINGERBREAD/JHKG2:user/release-keys HARDWARE = smdkc210 HOST = DELL84 ID = GINGERBREAD MANUFACTURER = samsung MODEL = GT-I9100 PRODUCT = GT-I9100 SERIAL = unknown TAGS = release-keys TIME = 1310364911000 TYPE = user USER = root Please provide any additional information below. java.lang.NullPointerException: null: com.jayway.android.robotium.solo.ViewFetcher.getNonDecorViews(ViewFetcher.java:169) com.jayway.android.robotium.solo.ViewFetcher.getAllViews(ViewFetcher.java:85) com.jayway.android.robotium.solo.ViewFetcher.getViews(ViewFetcher.java:194) com.jayway.android.robotium.solo.Solo.getCurrentViews(Solo.java:1534) I have ddms log of this exact moment. I can't find anything related to solo there. _Original issue: http://code.google.com/p/robotium/issues/detail?id=327_
non_defect
solo getcurrentviews from on september what steps will reproduce the problem it happens from time to time what is the expected output what do you see instead expected output get current views actual exception what version of the product are you using on what operating system android result code success result parameters version codename rel version release version incremental version sdk int board gt bootloader unknown brand samsung cpu abi armeabi cpu armeabi device gt display gingerbread fingerprint samsung gt gt gingerbread user release keys hardware host id gingerbread manufacturer samsung model gt product gt serial unknown tags release keys time type user user root please provide any additional information below java lang nullpointerexception null com jayway android robotium solo viewfetcher getnondecorviews viewfetcher java com jayway android robotium solo viewfetcher getallviews viewfetcher java com jayway android robotium solo viewfetcher getviews viewfetcher java com jayway android robotium solo solo getcurrentviews solo java i have ddms log of this exact moment i can t find anything related to solo there original issue
0
473,867
13,648,685,810
IssuesEvent
2020-09-26 10:34:19
kubeflow/pipelines
https://api.github.com/repos/kubeflow/pipelines
closed
kfp.containers.build_image_from_working_dir fails on AWS EKS looking for GCP Project ID
help wanted kind/bug lifecycle/stale platform/aws priority/p2 status/triaged
### What steps did you take: Using a notebook server, tried using the kfp.containers.build_image_from_working_dir() as build_python_component is deprecated. ### What happened: The API fails with below error Valueerror: Cannot get the Google Cloud Project id. please specify the gcs_staging argument ### What did you expect to happen: Picks py files from local path (Same as notebook) and build the container ### Environment: EKS and Juypter Notebook How did you deploy Kubeflow Pipelines (KFP)? Code Build+Cloud Formation KFP v1.0.2 KFP SDK version Beta ### Anything else you would like to add: This prevents from using the methods recommended when using SDK - Creating components from existing application code - Creating components within your application code /kind bug <!-- Please include labels by uncommenting them to help us better triage issues, choose from the following --> <!-- // /area frontend // /area backend area sdk // /area testing // /area engprod -->
1.0
kfp.containers.build_image_from_working_dir fails on AWS EKS looking for GCP Project ID - ### What steps did you take: Using a notebook server, tried using the kfp.containers.build_image_from_working_dir() as build_python_component is deprecated. ### What happened: The API fails with below error Valueerror: Cannot get the Google Cloud Project id. please specify the gcs_staging argument ### What did you expect to happen: Picks py files from local path (Same as notebook) and build the container ### Environment: EKS and Juypter Notebook How did you deploy Kubeflow Pipelines (KFP)? Code Build+Cloud Formation KFP v1.0.2 KFP SDK version Beta ### Anything else you would like to add: This prevents from using the methods recommended when using SDK - Creating components from existing application code - Creating components within your application code /kind bug <!-- Please include labels by uncommenting them to help us better triage issues, choose from the following --> <!-- // /area frontend // /area backend area sdk // /area testing // /area engprod -->
non_defect
kfp containers build image from working dir fails on aws eks looking for gcp project id what steps did you take using a notebook server tried using the kfp containers build image from working dir as build python component is deprecated what happened the api fails with below error valueerror cannot get the google cloud project id please specify the gcs staging argument what did you expect to happen picks py files from local path same as notebook and build the container environment eks and juypter notebook how did you deploy kubeflow pipelines kfp code build cloud formation kfp kfp sdk version beta anything else you would like to add this prevents from using the methods recommended when using sdk creating components from existing application code creating components within your application code kind bug area frontend area backend area sdk area testing area engprod
0
3,682
2,610,066,939
IssuesEvent
2015-02-26 18:19:39
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
路桥治前列腺炎哪里权威
auto-migrated Priority-Medium Type-Defect
``` 路桥治前列腺炎哪里权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:42
1.0
路桥治前列腺炎哪里权威 - ``` 路桥治前列腺炎哪里权威【台州五洲生殖医院】24小时健康咨 询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州 市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108� ��118、198及椒江一金清公交车直达枫南小区,乘坐107、105、109 、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:42
defect
路桥治前列腺炎哪里权威 路桥治前列腺炎哪里权威【台州五洲生殖医院】 询热线 微信号tzwzszyy 医院地址 台州 (枫南大转盘旁)乘车线路 、 � �� 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
81,111
30,717,626,544
IssuesEvent
2023-07-27 13:59:28
vector-im/element-x-android
https://api.github.com/repos/vector-im/element-x-android
closed
Let CI detect missing values in plurals (and strings)
S-Major T-Defect O-Occasional Z-CI
It can end up with empty wording on the screens, and Localazy is not enforcing this. See example here: https://github.com/vector-im/element-x-android/pull/882/files#r1265035950
1.0
Let CI detect missing values in plurals (and strings) - It can end up with empty wording on the screens, and Localazy is not enforcing this. See example here: https://github.com/vector-im/element-x-android/pull/882/files#r1265035950
defect
let ci detect missing values in plurals and strings it can end up with empty wording on the screens and localazy is not enforcing this see example here
1
28,003
6,924,099,947
IssuesEvent
2017-11-30 11:25:51
cody-code-wy/taskzero
https://api.github.com/repos/cody-code-wy/taskzero
closed
Fix "Rubocop/Style/RedundantBegin" issue in app/models/user.rb
code climate
Redundant `begin` block detected. https://codeclimate.com/github/cody-code-wy/taskzero/app/models/user.rb#issue_5a1fd824db41a400010000f8
1.0
Fix "Rubocop/Style/RedundantBegin" issue in app/models/user.rb - Redundant `begin` block detected. https://codeclimate.com/github/cody-code-wy/taskzero/app/models/user.rb#issue_5a1fd824db41a400010000f8
non_defect
fix rubocop style redundantbegin issue in app models user rb redundant begin block detected
0
8,437
5,705,098,911
IssuesEvent
2017-04-18 07:31:25
bjorn/tiled
https://api.github.com/repos/bjorn/tiled
opened
Add option to display and edit object position and size in tile units
Feature Usability
Requested [on the forum](http://discourse.mapeditor.org/t/add-tile-as-unit-of-measurement-for-objects/2298). This is about adding an option that changes the units used in the Properties view (and it should probably also affect the values displayed in the Objects view). Such an option will become problematic when tile layers can have their tile size configured separately (#149), though that could be solved by either defining a "tile size" on the object layers as well or by keeping a default tile size on the map.
True
Add option to display and edit object position and size in tile units - Requested [on the forum](http://discourse.mapeditor.org/t/add-tile-as-unit-of-measurement-for-objects/2298). This is about adding an option that changes the units used in the Properties view (and it should probably also affect the values displayed in the Objects view). Such an option will become problematic when tile layers can have their tile size configured separately (#149), though that could be solved by either defining a "tile size" on the object layers as well or by keeping a default tile size on the map.
non_defect
add option to display and edit object position and size in tile units requested this is about adding an option that changes the units used in the properties view and it should probably also affect the values displayed in the objects view such an option will become problematic when tile layers can have their tile size configured separately though that could be solved by either defining a tile size on the object layers as well or by keeping a default tile size on the map
0
87,700
15,790,285,536
IssuesEvent
2021-04-02 01:01:41
Nehamaefi/fitbit-api-example-java
https://api.github.com/repos/Nehamaefi/fitbit-api-example-java
opened
CVE-2019-0221 (Medium) detected in tomcat-embed-core-8.5.4.jar
security vulnerability
## CVE-2019-0221 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.4.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p> <p>Path to dependency file: fitbit-api-example-java/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-1.4.0.RELEASE.jar - :x: **tomcat-embed-core-8.5.4.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website. <p>Publish Date: 2019-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0221>CVE-2019-0221</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0221">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0221</a></p> <p>Release Date: 2019-05-28</p> <p>Fix Resolution: 9.0.0.18,8.5.40,7.0.94</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.5.4","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.4.0.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.4.0.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.5.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"9.0.0.18,8.5.40,7.0.94"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2019-0221","vulnerabilityDetails":"The SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0221","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-0221 (Medium) detected in tomcat-embed-core-8.5.4.jar - ## CVE-2019-0221 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-8.5.4.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="http://tomcat.apache.org/">http://tomcat.apache.org/</a></p> <p>Path to dependency file: fitbit-api-example-java/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-1.4.0.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-1.4.0.RELEASE.jar - :x: **tomcat-embed-core-8.5.4.jar** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website. <p>Publish Date: 2019-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0221>CVE-2019-0221</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0221">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0221</a></p> <p>Release Date: 2019-05-28</p> <p>Fix Resolution: 9.0.0.18,8.5.40,7.0.94</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.apache.tomcat.embed","packageName":"tomcat-embed-core","packageVersion":"8.5.4","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-web:1.4.0.RELEASE;org.springframework.boot:spring-boot-starter-tomcat:1.4.0.RELEASE;org.apache.tomcat.embed:tomcat-embed-core:8.5.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"9.0.0.18,8.5.40,7.0.94"}],"baseBranches":[],"vulnerabilityIdentifier":"CVE-2019-0221","vulnerabilityDetails":"The SSI printenv command in Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39 and 7.0.0 to 7.0.93 echoes user provided data without escaping and is, therefore, vulnerable to XSS. SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0221","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_defect
cve medium detected in tomcat embed core jar cve medium severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file fitbit api example java pom xml path to vulnerable library root repository org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar x tomcat embed core jar vulnerable library vulnerability details the ssi printenv command in apache tomcat to to and to echoes user provided data without escaping and is therefore vulnerable to xss ssi is disabled by default the printenv command is intended for debugging and is unlikely to be present in a production website publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org springframework boot spring boot starter web release org springframework boot spring boot starter tomcat release org apache tomcat embed tomcat embed core isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails the ssi printenv command in apache tomcat to to and to echoes user provided data without escaping and is therefore vulnerable to xss ssi is disabled by default the printenv command is intended for debugging and is unlikely to be present in a production website vulnerabilityurl
0
167,152
6,333,205,511
IssuesEvent
2017-07-26 14:19:07
pbywater/echo
https://api.github.com/repos/pbywater/echo
closed
Integrate update pattern
in-progress priority-1
Functions to update links and nodes that can be called when we add or delete a node.
1.0
Integrate update pattern - Functions to update links and nodes that can be called when we add or delete a node.
non_defect
integrate update pattern functions to update links and nodes that can be called when we add or delete a node
0
8,676
2,611,535,461
IssuesEvent
2015-02-27 06:05:31
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
Trophyrace bug when skip turn
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.Start a game 2.Skip your turn (F10 then space) 3.Then game is frozen , no more dying people and at then end , red lines on the top What is the expected output? What do you see instead? Nothing , we played few turns without dying then red lines on top What version of the product are you using? On what operating system? 0.9.20 on ubuntu Please provide any additional information below. ``` Original issue reported on code.google.com by `audreyan...@gmail.com` on 5 Jan 2014 at 11:13
1.0
Trophyrace bug when skip turn - ``` What steps will reproduce the problem? 1.Start a game 2.Skip your turn (F10 then space) 3.Then game is frozen , no more dying people and at then end , red lines on the top What is the expected output? What do you see instead? Nothing , we played few turns without dying then red lines on top What version of the product are you using? On what operating system? 0.9.20 on ubuntu Please provide any additional information below. ``` Original issue reported on code.google.com by `audreyan...@gmail.com` on 5 Jan 2014 at 11:13
defect
trophyrace bug when skip turn what steps will reproduce the problem start a game skip your turn then space then game is frozen no more dying people and at then end red lines on the top what is the expected output what do you see instead nothing we played few turns without dying then red lines on top what version of the product are you using on what operating system on ubuntu please provide any additional information below original issue reported on code google com by audreyan gmail com on jan at
1
304,001
23,047,395,708
IssuesEvent
2022-07-24 05:07:54
extratone/bilge
https://api.github.com/repos/extratone/bilge
opened
Video-Backup/Export Twitter Lists with TweetDeck
documentation
# Video-Backup/Export Twitter Lists with TweetDeck Updated `07242022-000519` - GitHub Issue https://github.com/extratone/bilge/issues/ - [WTF](https://davidblue.wtf/drafts/AFBFB4A6-B75F-4E9A-BBFD-51D581556153.html) - [Raw WTF File](https://davidblue.wtf/video/tweetecklistsbackup.mov) - [Things](things:///show?id=LvfYjR3NKxBZ46akShC7k) <video controls>   <source src="https://davidblue.wtf/video/tweetecklistsbackup.mov"> </video> `https://help.twitter.com/en/using-twitter/advanced-tweetdeck-features#:~:text=video%20(Amplify)%20only-,list%20management,-TweetDeck%20allows%20you` --- ## Social <blockquote class="twitter-tweet"><p lang="en" dir="ltr">I couldn&#39;t find any videos I was satisfied with on how to use TweetDeck to back up one&#39;s Twitter Lists so I just fuckin made my own. <a href="https://t.co/moYemEYbkT">pic.twitter.com/moYemEYbkT</a></p>&mdash; ⓓⓐⓥⓘⓓ ⓑⓛⓤⓔ (@NeoYokel) <a href="https://twitter.com/NeoYokel/status/1551071141871099904?ref_src=twsrc%5Etfw">July 24, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> - [Twitter Media Studio](https://studio.twitter.com/library/13_1551069796313321472) - [Tweet](https://twitter.com/neoyokel/status/1551071141871099904) ## YouTube <iframe width="auto" height="auto" src="https://www.youtube.com/embed/GHsFgYzOHn0?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> [Share URL](https://youtu.be/GHsFgYzOHn0) - `https://youtu.be/GHsFgYzOHn0` [Full URL](https://www.youtube.com/watch?v=GHsFgYzOHn0) - `https://www.youtube.com/watch?v=GHsFgYzOHn0` ``` <iframe width="auto" height="auto" src="https://www.youtube.com/embed/GHsFgYzOHn0?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> ``` ## Hardlimit <iframe title="Backup/Export Twitter Lists with TweetDeck" width="560" height="315" src="https://video.hardlimit.com/videos/embed/1574ba22-9f70-4317-bf76-4f19f1baa8f9?title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe> - [Full URL](https://video.hardlimit.com/w/3DEQbxf2g1f2JN6HsvAvPx) - `https://video.hardlimit.com/w/3DEQbxf2g1f2JN6HsvAvPx` ``` <iframe title="Backup/Export Twitter Lists with TweetDeck" width="560" height="315" src="https://video.hardlimit.com/videos/embed/1574ba22-9f70-4317-bf76-4f19f1baa8f9?title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe> ``` ### Title Backup/Export Twitter Lists with TweetDeck ## Description My best attempt at a succinct guide on using TweetDeck's List "Export" feature to save a list of the users in your ... Lists. If you're already logged in to Twitter on the web, visiting this URL should automatically land you in a logged in TweetDeck session: https://tweetdeck.twitter.com More about Twitter Lists: https://help.twitter.com/en/using-twitter/twitter-lists More about "Advanced Features" in TweetDeck: https://bit.ly/listsmanagement ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ World Wide Web: https://bilge.world Contact Card: https://davidblue.wtf/db.vcf Twitter: https://twitter.com/NeoYokel Mastodon: https://mastodon.social/@DavidBlue Instagram: https://instagram.com/asphaltapostle davidblue@extratone.com 【※】【※】【※】【※】【※】【※】【※】【※】【※】【※】 『※』『※』『※』『※』『※』『※』『※』『※』『※』『※』 ≋※≋※≋※≋※≋※≋※≋※≋※≋※≋※≋ ░※░※░※░※░※░※░※░※░※░※░ ## Tags ``` tutorial, guide, twitter-lists, twitterguide, iphone, ios, techmedia, appleiphone, help ```
1.0
Video-Backup/Export Twitter Lists with TweetDeck - # Video-Backup/Export Twitter Lists with TweetDeck Updated `07242022-000519` - GitHub Issue https://github.com/extratone/bilge/issues/ - [WTF](https://davidblue.wtf/drafts/AFBFB4A6-B75F-4E9A-BBFD-51D581556153.html) - [Raw WTF File](https://davidblue.wtf/video/tweetecklistsbackup.mov) - [Things](things:///show?id=LvfYjR3NKxBZ46akShC7k) <video controls>   <source src="https://davidblue.wtf/video/tweetecklistsbackup.mov"> </video> `https://help.twitter.com/en/using-twitter/advanced-tweetdeck-features#:~:text=video%20(Amplify)%20only-,list%20management,-TweetDeck%20allows%20you` --- ## Social <blockquote class="twitter-tweet"><p lang="en" dir="ltr">I couldn&#39;t find any videos I was satisfied with on how to use TweetDeck to back up one&#39;s Twitter Lists so I just fuckin made my own. <a href="https://t.co/moYemEYbkT">pic.twitter.com/moYemEYbkT</a></p>&mdash; ⓓⓐⓥⓘⓓ ⓑⓛⓤⓔ (@NeoYokel) <a href="https://twitter.com/NeoYokel/status/1551071141871099904?ref_src=twsrc%5Etfw">July 24, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> - [Twitter Media Studio](https://studio.twitter.com/library/13_1551069796313321472) - [Tweet](https://twitter.com/neoyokel/status/1551071141871099904) ## YouTube <iframe width="auto" height="auto" src="https://www.youtube.com/embed/GHsFgYzOHn0?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> [Share URL](https://youtu.be/GHsFgYzOHn0) - `https://youtu.be/GHsFgYzOHn0` [Full URL](https://www.youtube.com/watch?v=GHsFgYzOHn0) - `https://www.youtube.com/watch?v=GHsFgYzOHn0` ``` <iframe width="auto" height="auto" src="https://www.youtube.com/embed/GHsFgYzOHn0?controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> ``` ## Hardlimit <iframe title="Backup/Export Twitter Lists with TweetDeck" width="560" height="315" src="https://video.hardlimit.com/videos/embed/1574ba22-9f70-4317-bf76-4f19f1baa8f9?title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe> - [Full URL](https://video.hardlimit.com/w/3DEQbxf2g1f2JN6HsvAvPx) - `https://video.hardlimit.com/w/3DEQbxf2g1f2JN6HsvAvPx` ``` <iframe title="Backup/Export Twitter Lists with TweetDeck" width="560" height="315" src="https://video.hardlimit.com/videos/embed/1574ba22-9f70-4317-bf76-4f19f1baa8f9?title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe> ``` ### Title Backup/Export Twitter Lists with TweetDeck ## Description My best attempt at a succinct guide on using TweetDeck's List "Export" feature to save a list of the users in your ... Lists. If you're already logged in to Twitter on the web, visiting this URL should automatically land you in a logged in TweetDeck session: https://tweetdeck.twitter.com More about Twitter Lists: https://help.twitter.com/en/using-twitter/twitter-lists More about "Advanced Features" in TweetDeck: https://bit.ly/listsmanagement ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ World Wide Web: https://bilge.world Contact Card: https://davidblue.wtf/db.vcf Twitter: https://twitter.com/NeoYokel Mastodon: https://mastodon.social/@DavidBlue Instagram: https://instagram.com/asphaltapostle davidblue@extratone.com 【※】【※】【※】【※】【※】【※】【※】【※】【※】【※】 『※』『※』『※』『※』『※』『※』『※』『※』『※』『※』 ≋※≋※≋※≋※≋※≋※≋※≋※≋※≋※≋ ░※░※░※░※░※░※░※░※░※░※░ ## Tags ``` tutorial, guide, twitter-lists, twitterguide, iphone, ios, techmedia, appleiphone, help ```
non_defect
video backup export twitter lists with tweetdeck video backup export twitter lists with tweetdeck updated github issue things show id   source src social i couldn t find any videos i was satisfied with on how to use tweetdeck to back up one s twitter lists so i just fuckin made my own youtube hardlimit title backup export twitter lists with tweetdeck description my best attempt at a succinct guide on using tweetdeck s list export feature to save a list of the users in your lists if you re already logged in to twitter on the web visiting this url should automatically land you in a logged in tweetdeck session more about twitter lists more about advanced features in tweetdeck ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ ※⃣ world wide web contact card twitter mastodon instagram davidblue extratone com 【※】【※】【※】【※】【※】【※】【※】【※】【※】【※】 『※』『※』『※』『※』『※』『※』『※』『※』『※』『※』 ≋※≋※≋※≋※≋※≋※≋※≋※≋※≋※≋ ░※░※░※░※░※░※░※░※░※░※░ tags tutorial guide twitter lists twitterguide iphone ios techmedia appleiphone help
0
74,610
9,793,927,779
IssuesEvent
2019-06-10 21:13:17
golang/go
https://api.github.com/repos/golang/go
closed
doc: Effective Go contains a use of "named type", which is an obsoleted terminology.
Documentation NeedsDecision
Should it be "defined type" instead?
1.0
doc: Effective Go contains a use of "named type", which is an obsoleted terminology. - Should it be "defined type" instead?
non_defect
doc effective go contains a use of named type which is an obsoleted terminology should it be defined type instead
0
71,299
23,529,487,260
IssuesEvent
2022-08-19 14:03:08
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Task URNs unduly having a member-uuid
Type: Defect
I’m seeing an unexpected behavior in Hazelcast and I’m not sure whether it’s correct or what I might be missing. Using Hazelcast 4.1.9 (can’t upgrade above the minor version just yet). My application runs with multiple nodes, AP mode, K8s env, discovery mode `KUBERNETES_API`. Flow: a single node is responsible for running a simple, non-distributed task (Main) that produces distributed Hazelcast tasks (Sub). When a SubTask is scheduled, its Task URN is retrieved and stored. Later, the MainTask retrieves the Task URN or the SubTasks, creates a Handler, then fetches the `Future` for it to check the Subtask status. All the scheduling is done using method `IScheduledExecutorService#schedule`, i.e., it’s never scheduled in a specific member nor in all members, it’s a simple `schedule` call. In general, if I observe the Task URNs, they never have a member-uuid. It seems to me it’s expected. The problem: it can happen that the MainTask crashes or the machine in which it is running gets restarted. In this case, another node will eventually create its own MainTask instance and run it. The issue appeared when a new MainTask started showing a lot of exceptions `TargetNotMember`. After further investigation, I saw that the Task URNs stored, out of nowhere, had a member-uuid in it, which is unexpected. I then forced the creation of a new SubTask and, to my surprise, it did not contain a member-uuid. So I’m trying to understand: why, somewhen, a certain instance of Hazelcast in the MainTask decided to put the member-uuid in the Task URN of the SubTasks? In which conditions does this behavior change, considering we only call `schedule`? Also, the JavaDoc states: ``` public abstract UUID getUuid() The uuid will be null, if the task was scheduled to particular partition. public abstract int getPartitionId() If the task was scheduled to a particular member, then the partition ID will have the value of -1. ``` But then, how is it possible that I have the following sort of Task URN? It contains both the member-uuid and a partition-id: `urn:hzScheduledTaskHandler:91021a4c-c0a4-481f-8120-ee62fb9e9d07�240�SOME_SCHEDULED_EXECUTOR�MyUniqueTaskName` In summary: we only call `schedule` and we expected that all Task URNs would have _no_ member-uuid (`member-uuid` = `-`). But somewhen, some Task URNs just started having a member-uuid. What am I missing? Is there maybe some runtime conditions that can induce this change of behavior? This is the observed stack-trace: ```text com.hazelcast.spi.exception.TargetNotMemberException: Member with uuid(3cb49a0c-bd61-46cf-babd-aef1c6bc8333) is not in member list at com.hazelcast.client.impl.protocol.task.AbstractTargetMessageTask.processInternal(AbstractTargetMessageTask.java:45) at com.hazelcast.client.impl.protocol.task.AbstractAsyncMessageTask.processMessage(AbstractAsyncMessageTask.java:71) at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.initializeAndProcessMessage(AbstractMessageTask.java:153) at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.run(AbstractMessageTask.java:116) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:838) at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:95) at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:40) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:614) at com.hazelcast.client.impl.spi.ClientProxy.invokeOnMember(ClientProxy.java:197) at com.hazelcast.client.impl.proxy.ClientScheduledFutureProxy.isDone(ClientScheduledFutureProxy.java:186) at com.gmail.jeffcfbr.TaskRunner.checkTasks(TaskRunner.java:142) at com.gmail.jeffcfbr.TaskRunner.run(TaskRunner.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:838) ``` This issue was first reported on Slack, but due to inactivity, was transferred to here. Link to the conversation: https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1658846476301679 @jerrinot pointed out this behavior might have originated from the fix for this other issue: https://github.com/hazelcast/hazelcast/issues/15920
1.0
Task URNs unduly having a member-uuid - I’m seeing an unexpected behavior in Hazelcast and I’m not sure whether it’s correct or what I might be missing. Using Hazelcast 4.1.9 (can’t upgrade above the minor version just yet). My application runs with multiple nodes, AP mode, K8s env, discovery mode `KUBERNETES_API`. Flow: a single node is responsible for running a simple, non-distributed task (Main) that produces distributed Hazelcast tasks (Sub). When a SubTask is scheduled, its Task URN is retrieved and stored. Later, the MainTask retrieves the Task URN or the SubTasks, creates a Handler, then fetches the `Future` for it to check the Subtask status. All the scheduling is done using method `IScheduledExecutorService#schedule`, i.e., it’s never scheduled in a specific member nor in all members, it’s a simple `schedule` call. In general, if I observe the Task URNs, they never have a member-uuid. It seems to me it’s expected. The problem: it can happen that the MainTask crashes or the machine in which it is running gets restarted. In this case, another node will eventually create its own MainTask instance and run it. The issue appeared when a new MainTask started showing a lot of exceptions `TargetNotMember`. After further investigation, I saw that the Task URNs stored, out of nowhere, had a member-uuid in it, which is unexpected. I then forced the creation of a new SubTask and, to my surprise, it did not contain a member-uuid. So I’m trying to understand: why, somewhen, a certain instance of Hazelcast in the MainTask decided to put the member-uuid in the Task URN of the SubTasks? In which conditions does this behavior change, considering we only call `schedule`? Also, the JavaDoc states: ``` public abstract UUID getUuid() The uuid will be null, if the task was scheduled to particular partition. public abstract int getPartitionId() If the task was scheduled to a particular member, then the partition ID will have the value of -1. ``` But then, how is it possible that I have the following sort of Task URN? It contains both the member-uuid and a partition-id: `urn:hzScheduledTaskHandler:91021a4c-c0a4-481f-8120-ee62fb9e9d07�240�SOME_SCHEDULED_EXECUTOR�MyUniqueTaskName` In summary: we only call `schedule` and we expected that all Task URNs would have _no_ member-uuid (`member-uuid` = `-`). But somewhen, some Task URNs just started having a member-uuid. What am I missing? Is there maybe some runtime conditions that can induce this change of behavior? This is the observed stack-trace: ```text com.hazelcast.spi.exception.TargetNotMemberException: Member with uuid(3cb49a0c-bd61-46cf-babd-aef1c6bc8333) is not in member list at com.hazelcast.client.impl.protocol.task.AbstractTargetMessageTask.processInternal(AbstractTargetMessageTask.java:45) at com.hazelcast.client.impl.protocol.task.AbstractAsyncMessageTask.processMessage(AbstractAsyncMessageTask.java:71) at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.initializeAndProcessMessage(AbstractMessageTask.java:153) at com.hazelcast.client.impl.protocol.task.AbstractMessageTask.run(AbstractMessageTask.java:116) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:838) at com.hazelcast.internal.util.executor.HazelcastManagedThread.executeRun(HazelcastManagedThread.java:76) at com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102) at ------ submitted from ------.() at com.hazelcast.internal.util.ExceptionUtil.cloneExceptionWithFixedAsyncStackTrace(ExceptionUtil.java:279) at com.hazelcast.spi.impl.operationservice.impl.InvocationFuture.returnOrThrowWithGetConventions(InvocationFuture.java:112) at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:95) at com.hazelcast.client.impl.spi.impl.ClientInvocationFuture.resolveAndThrowIfException(ClientInvocationFuture.java:40) at com.hazelcast.spi.impl.AbstractInvocationFuture.get(AbstractInvocationFuture.java:614) at com.hazelcast.client.impl.spi.ClientProxy.invokeOnMember(ClientProxy.java:197) at com.hazelcast.client.impl.proxy.ClientScheduledFutureProxy.isDone(ClientScheduledFutureProxy.java:186) at com.gmail.jeffcfbr.TaskRunner.checkTasks(TaskRunner.java:142) at com.gmail.jeffcfbr.TaskRunner.run(TaskRunner.java:50) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:838) ``` This issue was first reported on Slack, but due to inactivity, was transferred to here. Link to the conversation: https://hazelcastcommunity.slack.com/archives/C015Q2TUBKL/p1658846476301679 @jerrinot pointed out this behavior might have originated from the fix for this other issue: https://github.com/hazelcast/hazelcast/issues/15920
defect
task urns unduly having a member uuid i’m seeing an unexpected behavior in hazelcast and i’m not sure whether it’s correct or what i might be missing using hazelcast can’t upgrade above the minor version just yet my application runs with multiple nodes ap mode env discovery mode kubernetes api flow a single node is responsible for running a simple non distributed task main that produces distributed hazelcast tasks sub when a subtask is scheduled its task urn is retrieved and stored later the maintask retrieves the task urn or the subtasks creates a handler then fetches the future for it to check the subtask status all the scheduling is done using method ischeduledexecutorservice schedule i e it’s never scheduled in a specific member nor in all members it’s a simple schedule call in general if i observe the task urns they never have a member uuid it seems to me it’s expected the problem it can happen that the maintask crashes or the machine in which it is running gets restarted in this case another node will eventually create its own maintask instance and run it the issue appeared when a new maintask started showing a lot of exceptions targetnotmember after further investigation i saw that the task urns stored out of nowhere had a member uuid in it which is unexpected i then forced the creation of a new subtask and to my surprise it did not contain a member uuid so i’m trying to understand why somewhen a certain instance of hazelcast in the maintask decided to put the member uuid in the task urn of the subtasks in which conditions does this behavior change considering we only call schedule also the javadoc states public abstract uuid getuuid the uuid will be null if the task was scheduled to particular partition public abstract int getpartitionid if the task was scheduled to a particular member then the partition id will have the value of but then how is it possible that i have the following sort of task urn it contains both the member uuid and a partition id urn hzscheduledtaskhandler � �some scheduled executor�myuniquetaskname in summary we only call schedule and we expected that all task urns would have no member uuid member uuid but somewhen some task urns just started having a member uuid what am i missing is there maybe some runtime conditions that can induce this change of behavior this is the observed stack trace text com hazelcast spi exception targetnotmemberexception member with uuid babd is not in member list at com hazelcast client impl protocol task abstracttargetmessagetask processinternal abstracttargetmessagetask java at com hazelcast client impl protocol task abstractasyncmessagetask processmessage abstractasyncmessagetask java at com hazelcast client impl protocol task abstractmessagetask initializeandprocessmessage abstractmessagetask java at com hazelcast client impl protocol task abstractmessagetask run abstractmessagetask java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java at com hazelcast internal util executor hazelcastmanagedthread executerun hazelcastmanagedthread java at com hazelcast internal util executor hazelcastmanagedthread run hazelcastmanagedthread java at submitted from at com hazelcast internal util exceptionutil cloneexceptionwithfixedasyncstacktrace exceptionutil java at com hazelcast spi impl operationservice impl invocationfuture returnorthrowwithgetconventions invocationfuture java at com hazelcast client impl spi impl clientinvocationfuture resolveandthrowifexception clientinvocationfuture java at com hazelcast client impl spi impl clientinvocationfuture resolveandthrowifexception clientinvocationfuture java at com hazelcast spi impl abstractinvocationfuture get abstractinvocationfuture java at com hazelcast client impl spi clientproxy invokeonmember clientproxy java at com hazelcast client impl proxy clientscheduledfutureproxy isdone clientscheduledfutureproxy java at com gmail jeffcfbr taskrunner checktasks taskrunner java at com gmail jeffcfbr taskrunner run taskrunner java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask runandreset futuretask java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask access scheduledthreadpoolexecutor java at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java this issue was first reported on slack but due to inactivity was transferred to here link to the conversation jerrinot pointed out this behavior might have originated from the fix for this other issue
1
72,640
24,217,386,152
IssuesEvent
2022-09-26 08:01:52
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Error: Country code regex does not match
T-Defect A-3PIDs S-Major O-Occasional
### Steps to reproduce 1. **Where are you starting? What can you see?** In the user settings where there is the profile picture, display name, password, email, add email address and phone number. 2. **What do you click?** When I want to add a phone number, I enter my number and when I click on the add option, an error message appears. ### Outcome #### What did you expect? Adding a phone number works. #### What happened instead? > 1 validation error for msisdnRequestTokenBody country string does not match regex "[A-Z]{2}" (type=value_error.str.regex; pattern=[A-Z]{2}) <img src="https://user-images.githubusercontent.com/25964106/190300761-7e03e5ea-83cd-40cd-bfb6-4199e1810df9.jpeg" alt="error image" width="50%"/> An invalid error beyond my control occurs. ### Your phone model iPhone 13 Pro ### Operating system version iOS 16 ### Application version Element 1.9.5 ### Homeserver matrix.org ### Will you send logs? Yes
1.0
Error: Country code regex does not match - ### Steps to reproduce 1. **Where are you starting? What can you see?** In the user settings where there is the profile picture, display name, password, email, add email address and phone number. 2. **What do you click?** When I want to add a phone number, I enter my number and when I click on the add option, an error message appears. ### Outcome #### What did you expect? Adding a phone number works. #### What happened instead? > 1 validation error for msisdnRequestTokenBody country string does not match regex "[A-Z]{2}" (type=value_error.str.regex; pattern=[A-Z]{2}) <img src="https://user-images.githubusercontent.com/25964106/190300761-7e03e5ea-83cd-40cd-bfb6-4199e1810df9.jpeg" alt="error image" width="50%"/> An invalid error beyond my control occurs. ### Your phone model iPhone 13 Pro ### Operating system version iOS 16 ### Application version Element 1.9.5 ### Homeserver matrix.org ### Will you send logs? Yes
defect
error country code regex does not match steps to reproduce where are you starting what can you see in the user settings where there is the profile picture display name password email add email address and phone number what do you click when i want to add a phone number i enter my number and when i click on the add option an error message appears outcome what did you expect adding a phone number works what happened instead validation error for msisdnrequesttokenbody country string does not match regex type value error str regex pattern an invalid error beyond my control occurs your phone model iphone pro operating system version ios application version element homeserver matrix org will you send logs yes
1
29,156
5,560,657,325
IssuesEvent
2017-03-24 20:06:31
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Object Literal and TypeScript
defect in progress
ObjectLiteral type reference (for example, for method parameter) is not defined correctly ### Steps To Reproduce http://deck.net/44b7279c427e9586c65a7dc2a5ff5237 ```c# [ObjectLiteral] public class Dummy { public int Nothing; } public class Program { public static void Do(Dummy dummy) { } public static void Main() { var msg = "Hello, World!"; Console.WriteLine(msg); } } ``` ### Expected Result ```js do(dummy: {nothing: number}): void; ``` ### Actual Result ```js do(dummy: Demo.Dummy): void; ``` ### See Also http://forums.bridge.net/forum/bridge-net-pro/bugs/3653-object-literal-and-typescript
1.0
Object Literal and TypeScript - ObjectLiteral type reference (for example, for method parameter) is not defined correctly ### Steps To Reproduce http://deck.net/44b7279c427e9586c65a7dc2a5ff5237 ```c# [ObjectLiteral] public class Dummy { public int Nothing; } public class Program { public static void Do(Dummy dummy) { } public static void Main() { var msg = "Hello, World!"; Console.WriteLine(msg); } } ``` ### Expected Result ```js do(dummy: {nothing: number}): void; ``` ### Actual Result ```js do(dummy: Demo.Dummy): void; ``` ### See Also http://forums.bridge.net/forum/bridge-net-pro/bugs/3653-object-literal-and-typescript
defect
object literal and typescript objectliteral type reference for example for method parameter is not defined correctly steps to reproduce c public class dummy public int nothing public class program public static void do dummy dummy public static void main var msg hello world console writeline msg expected result js do dummy nothing number void actual result js do dummy demo dummy void see also
1
21,870
3,573,695,038
IssuesEvent
2016-01-27 08:13:21
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Tree throws NPE on multiple selection
5.2.19 5.3.6 defect
Stack trace; java.lang.NullPointerException: null at org.primefaces.component.api.UITree.updateSelection(UITree.java:520) at org.primefaces.component.api.UITree.processUpdates(UITree.java:490) at org.primefaces.component.tree.Tree.processUpdates(Tree.java:405) ...
1.0
Tree throws NPE on multiple selection - Stack trace; java.lang.NullPointerException: null at org.primefaces.component.api.UITree.updateSelection(UITree.java:520) at org.primefaces.component.api.UITree.processUpdates(UITree.java:490) at org.primefaces.component.tree.Tree.processUpdates(Tree.java:405) ...
defect
tree throws npe on multiple selection stack trace java lang nullpointerexception null at org primefaces component api uitree updateselection uitree java at org primefaces component api uitree processupdates uitree java at org primefaces component tree tree processupdates tree java
1
39,021
9,160,024,564
IssuesEvent
2019-03-01 05:33:56
alex-hhh/emacs-sql-indent
https://api.github.com/repos/alex-hhh/emacs-sql-indent
closed
Erroneous regexp in sqlind-good-if-candidate
defect
The regexp ``` "end\\|table\\|view\\|index\\|trigger\\procedude\\|function\\|package\\|body"``` in `sqlind-good-if-candidate` needs some attention: there seems to be a missing vertical bar before "procedure", which also looks misspelled.
1.0
Erroneous regexp in sqlind-good-if-candidate - The regexp ``` "end\\|table\\|view\\|index\\|trigger\\procedude\\|function\\|package\\|body"``` in `sqlind-good-if-candidate` needs some attention: there seems to be a missing vertical bar before "procedure", which also looks misspelled.
defect
erroneous regexp in sqlind good if candidate the regexp end table view index trigger procedude function package body in sqlind good if candidate needs some attention there seems to be a missing vertical bar before procedure which also looks misspelled
1
746,173
26,018,587,849
IssuesEvent
2022-12-21 10:35:44
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
m.facebook.com - site is not usable
priority-critical browser-fenix engine-gecko android13
<!-- @browser: Firefox Mobile 110.0 --> <!-- @ua_header: Mozilla/5.0 (Android 13; Mobile; rv:110.0) Gecko/110.0 Firefox/110.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/115655 --> <!-- @extra_labels: browser-fenix --> **URL**: https://m.facebook.com/login.php?next=https%3A%2F%2Fm.facebook.com%2Fhome.php **Browser / Version**: Firefox Mobile 110.0 **Operating System**: Android 13 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Unable to login **Steps to Reproduce**: I cannot login to my Facebook account. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/12/4eba0199-d65d-45d4-86a4-009760f02a14.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20221217093017</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/12/7ab9d8ef-904a-4e82-8d76-cf9f04b1a552) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
m.facebook.com - site is not usable - <!-- @browser: Firefox Mobile 110.0 --> <!-- @ua_header: Mozilla/5.0 (Android 13; Mobile; rv:110.0) Gecko/110.0 Firefox/110.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/115655 --> <!-- @extra_labels: browser-fenix --> **URL**: https://m.facebook.com/login.php?next=https%3A%2F%2Fm.facebook.com%2Fhome.php **Browser / Version**: Firefox Mobile 110.0 **Operating System**: Android 13 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Unable to login **Steps to Reproduce**: I cannot login to my Facebook account. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/12/4eba0199-d65d-45d4-86a4-009760f02a14.jpeg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20221217093017</li><li>channel: nightly</li><li>hasTouchScreen: true</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li> </ul> </details> [View console log messages](https://webcompat.com/console_logs/2022/12/7ab9d8ef-904a-4e82-8d76-cf9f04b1a552) _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
m facebook com site is not usable url browser version firefox mobile operating system android tested another browser yes other problem type site is not usable description unable to login steps to reproduce i cannot login to my facebook account view the screenshot img alt screenshot src browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
0
28,800
12,965,919,216
IssuesEvent
2020-07-20 23:28:52
dart-lang/dart-pad
https://api.github.com/repos/dart-lang/dart-pad
opened
Debug why dart-services fails after serving for a couple of hours
dart-services p1
For reasons unknown, `dart-services` transitions into a failure state after serving content for a couple of hours. We need to find out why, and build a reproduction case for Dart DevTools team.
1.0
Debug why dart-services fails after serving for a couple of hours - For reasons unknown, `dart-services` transitions into a failure state after serving content for a couple of hours. We need to find out why, and build a reproduction case for Dart DevTools team.
non_defect
debug why dart services fails after serving for a couple of hours for reasons unknown dart services transitions into a failure state after serving content for a couple of hours we need to find out why and build a reproduction case for dart devtools team
0
58,991
16,991,803,815
IssuesEvent
2021-06-30 21:41:04
Maffooch/django-DefectDojo
https://api.github.com/repos/Maffooch/django-DefectDojo
opened
SSL RC4 Cipher Suites Supported (Bar Mitzvah)
defectdojo security / Medium
*Title*: [SSL RC4 Cipher Suites Supported (Bar Mitzvah)|http://localhost:8080/finding/385] *Defect Dojo link:* http://localhost:8080/finding/385 (385) *Severity:* Medium *CWE:* Unknown *CVE:* [CVE-2013-2566|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2566] *Product/Engagement/Test:* [Test2|http://localhost:8080/product/17] / [AdHoc Import - Wed, 30 Jun 2021 20:21:23|http://localhost:8080/engagement/27] / [Nessus Scan|http://localhost:8080/test/47] *Branch/Tag:* *BuildID:* *Commit hash:* *Systems/Endpoints*: * tcp://10.2.1.1:443 *Description*: The remote service supports the use of the RC4 cipher. *Mitigation*: Reconfigure the affected application, if possible, to avoid use of RC4 ciphers. Consider using TLS 1.2 with AES-GCM suites subject to browser and web server support. *Impact*: The remote host supports the use of RC4 in one or more cipher suites. The RC4 cipher is flawed in its generation of a pseudo-random stream of bytes so that a wide variety of small biases are introduced into the stream, decreasing its randomness. If plaintext is repeatedly encrypted (e.g., HTTP cookies), and an attacker is able to obtain many (i.e., tens of millions) ciphertexts, the attacker may be able to derive the plaintext. *Steps to reproduce*: None *References*: https://www.rc4nomore.com/ http://www.nessus.org/u?ac7327a0 http://cr.yp.to/talks/2013.03.12/slides.pdf http://www.isg.rhul.ac.uk/tls/ https://www.imperva.com/docs/HII_Attacking_SSL_when_using_RC4.pdf *Reporter:* [(admin) ()|mailto:]
1.0
SSL RC4 Cipher Suites Supported (Bar Mitzvah) - *Title*: [SSL RC4 Cipher Suites Supported (Bar Mitzvah)|http://localhost:8080/finding/385] *Defect Dojo link:* http://localhost:8080/finding/385 (385) *Severity:* Medium *CWE:* Unknown *CVE:* [CVE-2013-2566|https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2566] *Product/Engagement/Test:* [Test2|http://localhost:8080/product/17] / [AdHoc Import - Wed, 30 Jun 2021 20:21:23|http://localhost:8080/engagement/27] / [Nessus Scan|http://localhost:8080/test/47] *Branch/Tag:* *BuildID:* *Commit hash:* *Systems/Endpoints*: * tcp://10.2.1.1:443 *Description*: The remote service supports the use of the RC4 cipher. *Mitigation*: Reconfigure the affected application, if possible, to avoid use of RC4 ciphers. Consider using TLS 1.2 with AES-GCM suites subject to browser and web server support. *Impact*: The remote host supports the use of RC4 in one or more cipher suites. The RC4 cipher is flawed in its generation of a pseudo-random stream of bytes so that a wide variety of small biases are introduced into the stream, decreasing its randomness. If plaintext is repeatedly encrypted (e.g., HTTP cookies), and an attacker is able to obtain many (i.e., tens of millions) ciphertexts, the attacker may be able to derive the plaintext. *Steps to reproduce*: None *References*: https://www.rc4nomore.com/ http://www.nessus.org/u?ac7327a0 http://cr.yp.to/talks/2013.03.12/slides.pdf http://www.isg.rhul.ac.uk/tls/ https://www.imperva.com/docs/HII_Attacking_SSL_when_using_RC4.pdf *Reporter:* [(admin) ()|mailto:]
defect
ssl cipher suites supported bar mitzvah title defect dojo link severity medium cwe unknown cve product engagement test branch tag buildid commit hash systems endpoints tcp description the remote service supports the use of the cipher mitigation reconfigure the affected application if possible to avoid use of ciphers consider using tls with aes gcm suites subject to browser and web server support impact the remote host supports the use of in one or more cipher suites the cipher is flawed in its generation of a pseudo random stream of bytes so that a wide variety of small biases are introduced into the stream decreasing its randomness if plaintext is repeatedly encrypted e g http cookies and an attacker is able to obtain many i e tens of millions ciphertexts the attacker may be able to derive the plaintext steps to reproduce none references reporter
1
69,846
22,693,524,141
IssuesEvent
2022-07-05 01:38:58
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
No loadable module support error with official UEK 7 on Oracle Linux 8.6 and OpenZFS 2.1.5
Type: Defect
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list archives. Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Oracle Linux Distribution Version | 8.6 Kernel Version | 5.15.0-0.30.19.el8uek Architecture | x86_64 OpenZFS Version | 2.1.5 <!-- Command to find OpenZFS version: zfs version Commands to find kernel version: uname -r # Linux freebsd-version -r # FreeBSD --> ### Describe the problem you're observing While trying to install the zfs-dkms rpm I made from sources, I get the following error. I'm almost certain this official kernel packaged from Oracle has loadable module support since, among others, there is a specific modules rpm that installs along the kernel core rpm. Here's the error: Installing : zfs-dkms-2.1.5-1.el8.noarch 16/26 Running scriptlet: zfs-dkms-2.1.5-1.el8.noarch 16/26 Loading new zfs-2.1.5 DKMS files... Building for 5.15.0-0.30.19.el8uek.x86_64 Building initial module for 5.15.0-0.30.19.el8uek.x86_64 EFI variables are not supported on this system configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting *** `CONFIG_MODULES=y` in the kernel configuration and run *** `make modules_prepare` in the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running `make prepare`, *** use the OpenZFS `--enable-linux-builtin` configure option, *** copy the OpenZFS sources into the Linux source tree using *** `./copy-builtin <linux source directory>`, *** set `CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual. Error! Bad return status for module build on kernel: 5.15.0-0.30.19.el8uek.x86_64 (x86_64) Consult /var/lib/dkms/zfs/2.1.5/build/make.log for more information. warning: %post(zfs-dkms-2.1.5-1.el8.noarch) scriptlet failed, exit status 10 Error in POSTIN scriptlet in rpm package zfs-dkms ### Describe how to reproduce the problem 1. Compile the sources on another kernel (ex: UEK R6 which is version 5.4.17) since compiling on UEK R7 (5.15.0) will result in the same error as above. 2. Install the resulting rpms on a booted server with UEK R7 (5.15.0) and see the error above along the fact that there is no new ZFS module in the proper /lib/modules/... sub dir. ### Include any warning/errors/backtraces from the system logs <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
1.0
No loadable module support error with official UEK 7 on Oracle Linux 8.6 and OpenZFS 2.1.5 - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list archives. Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | Oracle Linux Distribution Version | 8.6 Kernel Version | 5.15.0-0.30.19.el8uek Architecture | x86_64 OpenZFS Version | 2.1.5 <!-- Command to find OpenZFS version: zfs version Commands to find kernel version: uname -r # Linux freebsd-version -r # FreeBSD --> ### Describe the problem you're observing While trying to install the zfs-dkms rpm I made from sources, I get the following error. I'm almost certain this official kernel packaged from Oracle has loadable module support since, among others, there is a specific modules rpm that installs along the kernel core rpm. Here's the error: Installing : zfs-dkms-2.1.5-1.el8.noarch 16/26 Running scriptlet: zfs-dkms-2.1.5-1.el8.noarch 16/26 Loading new zfs-2.1.5 DKMS files... Building for 5.15.0-0.30.19.el8uek.x86_64 Building initial module for 5.15.0-0.30.19.el8uek.x86_64 EFI variables are not supported on this system configure: error: *** This kernel does not include the required loadable module *** support! *** *** To build OpenZFS as a loadable Linux kernel module *** enable loadable module support by setting *** `CONFIG_MODULES=y` in the kernel configuration and run *** `make modules_prepare` in the Linux source tree. *** *** If you don't intend to enable loadable kernel module *** support, please compile OpenZFS as a Linux kernel built-in. *** *** Prepare the Linux source tree by running `make prepare`, *** use the OpenZFS `--enable-linux-builtin` configure option, *** copy the OpenZFS sources into the Linux source tree using *** `./copy-builtin <linux source directory>`, *** set `CONFIG_ZFS=y` in the kernel configuration and compile *** kernel as usual. Error! Bad return status for module build on kernel: 5.15.0-0.30.19.el8uek.x86_64 (x86_64) Consult /var/lib/dkms/zfs/2.1.5/build/make.log for more information. warning: %post(zfs-dkms-2.1.5-1.el8.noarch) scriptlet failed, exit status 10 Error in POSTIN scriptlet in rpm package zfs-dkms ### Describe how to reproduce the problem 1. Compile the sources on another kernel (ex: UEK R6 which is version 5.4.17) since compiling on UEK R7 (5.15.0) will result in the same error as above. 2. Install the resulting rpms on a booted server with UEK R7 (5.15.0) and see the error above along the fact that there is no new ZFS module in the proper /lib/modules/... sub dir. ### Include any warning/errors/backtraces from the system logs <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
defect
no loadable module support error with official uek on oracle linux and openzfs thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible system information type version name distribution name oracle linux distribution version kernel version architecture openzfs version command to find openzfs version zfs version commands to find kernel version uname r linux freebsd version r freebsd describe the problem you re observing while trying to install the zfs dkms rpm i made from sources i get the following error i m almost certain this official kernel packaged from oracle has loadable module support since among others there is a specific modules rpm that installs along the kernel core rpm here s the error installing zfs dkms noarch running scriptlet zfs dkms noarch loading new zfs dkms files building for building initial module for efi variables are not supported on this system configure error this kernel does not include the required loadable module support to build openzfs as a loadable linux kernel module enable loadable module support by setting config modules y in the kernel configuration and run make modules prepare in the linux source tree if you don t intend to enable loadable kernel module support please compile openzfs as a linux kernel built in prepare the linux source tree by running make prepare use the openzfs enable linux builtin configure option copy the openzfs sources into the linux source tree using copy builtin set config zfs y in the kernel configuration and compile kernel as usual error bad return status for module build on kernel consult var lib dkms zfs build make log for more information warning post zfs dkms noarch scriptlet failed exit status error in postin scriptlet in rpm package zfs dkms describe how to reproduce the problem compile the sources on another kernel ex uek which is version since compiling on uek will result in the same error as above install the resulting rpms on a booted server with uek and see the error above along the fact that there is no new zfs module in the proper lib modules sub dir include any warning errors backtraces from the system logs important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with
1
59,703
8,377,201,309
IssuesEvent
2018-10-05 23:11:31
alcarney/stylo
https://api.github.com/repos/alcarney/stylo
closed
Document the release process
contributors documentation
e.g. - What needs to be done for a release - How a release is triggered
1.0
Document the release process - e.g. - What needs to be done for a release - How a release is triggered
non_defect
document the release process e g what needs to be done for a release how a release is triggered
0
210,092
16,342,322,069
IssuesEvent
2021-05-13 00:02:22
darshan-hpc/darshan
https://api.github.com/repos/darshan-hpc/darshan
closed
documentation for new darshan util/runtime split
documentation enhancement
In GitLab by @shanedsnyder on Sep 24, 2015, 16:25 Put a readme file in the top level explaining the basic and pointing to the wiki. Update the wiki with new documentation for the upcoming version of darshan.
1.0
documentation for new darshan util/runtime split - In GitLab by @shanedsnyder on Sep 24, 2015, 16:25 Put a readme file in the top level explaining the basic and pointing to the wiki. Update the wiki with new documentation for the upcoming version of darshan.
non_defect
documentation for new darshan util runtime split in gitlab by shanedsnyder on sep put a readme file in the top level explaining the basic and pointing to the wiki update the wiki with new documentation for the upcoming version of darshan
0
407,917
11,939,240,732
IssuesEvent
2020-04-02 14:56:10
DukeLearningInnovation/kits
https://api.github.com/repos/DukeLearningInnovation/kits
closed
Add a "Student Network Stats" app to each spring 20 course kit using the Custom Link tool
Problem Statement covid-19 high priority
I am instructor trying to teach remotely but I don't know which teaching strategies I should use because I don't know what time zones my students are in, or what kind of internet connection they have. This makes it difficult for me to decide if I can hold class online synchronously using Zoom, or if I should try to communicate with my course via email instead. This makes me feel frustrated and confused. How might we (the Kits project team) provide faculty with student data that includes each student's time zone and network bandwidth? **Questions** How might faculty use this data to make decisions about teaching strategies? **Assumptions** We are able to deliver this information to faculty in time for them to make decisions about what class activities to use with their students. We are able to get reliable data from students. **Hypotheses** Faculty will be able use student time zone and network bandwidth data to make decisions about the best teaching strategies to use when teaching remotely. Using this data to plan instruction will make student interactions and learning better than if they did not have this data. **Proposed solution from conversation with Charley, Liz, Evan, and others** For Kits: All spring 20 course kits will be populated with a "Student Network Stats" app using the Custom Link app in Kits. This data will include the time zone and network bandwidth data for each student in the course. The "Student Network Stats" app will only be available to instructors and assistants in the kit. For Sakai: Once the URLs for the "Student Network Stats" for each spring 20 course are available and populated in Kits, we (Duke and/or Longsight) should find a way to make those links available to each Sakai course site in use for spring 20. This implementation could leverage the Web Content tool in Sakai making that tool hidden by default. That would make the data available only to instructors and teaching assistants.
1.0
Add a "Student Network Stats" app to each spring 20 course kit using the Custom Link tool - I am instructor trying to teach remotely but I don't know which teaching strategies I should use because I don't know what time zones my students are in, or what kind of internet connection they have. This makes it difficult for me to decide if I can hold class online synchronously using Zoom, or if I should try to communicate with my course via email instead. This makes me feel frustrated and confused. How might we (the Kits project team) provide faculty with student data that includes each student's time zone and network bandwidth? **Questions** How might faculty use this data to make decisions about teaching strategies? **Assumptions** We are able to deliver this information to faculty in time for them to make decisions about what class activities to use with their students. We are able to get reliable data from students. **Hypotheses** Faculty will be able use student time zone and network bandwidth data to make decisions about the best teaching strategies to use when teaching remotely. Using this data to plan instruction will make student interactions and learning better than if they did not have this data. **Proposed solution from conversation with Charley, Liz, Evan, and others** For Kits: All spring 20 course kits will be populated with a "Student Network Stats" app using the Custom Link app in Kits. This data will include the time zone and network bandwidth data for each student in the course. The "Student Network Stats" app will only be available to instructors and assistants in the kit. For Sakai: Once the URLs for the "Student Network Stats" for each spring 20 course are available and populated in Kits, we (Duke and/or Longsight) should find a way to make those links available to each Sakai course site in use for spring 20. This implementation could leverage the Web Content tool in Sakai making that tool hidden by default. That would make the data available only to instructors and teaching assistants.
non_defect
add a student network stats app to each spring course kit using the custom link tool i am instructor trying to teach remotely but i don t know which teaching strategies i should use because i don t know what time zones my students are in or what kind of internet connection they have this makes it difficult for me to decide if i can hold class online synchronously using zoom or if i should try to communicate with my course via email instead this makes me feel frustrated and confused how might we the kits project team provide faculty with student data that includes each student s time zone and network bandwidth questions how might faculty use this data to make decisions about teaching strategies assumptions we are able to deliver this information to faculty in time for them to make decisions about what class activities to use with their students we are able to get reliable data from students hypotheses faculty will be able use student time zone and network bandwidth data to make decisions about the best teaching strategies to use when teaching remotely using this data to plan instruction will make student interactions and learning better than if they did not have this data proposed solution from conversation with charley liz evan and others for kits all spring course kits will be populated with a student network stats app using the custom link app in kits this data will include the time zone and network bandwidth data for each student in the course the student network stats app will only be available to instructors and assistants in the kit for sakai once the urls for the student network stats for each spring course are available and populated in kits we duke and or longsight should find a way to make those links available to each sakai course site in use for spring this implementation could leverage the web content tool in sakai making that tool hidden by default that would make the data available only to instructors and teaching assistants
0
53,735
7,853,654,943
IssuesEvent
2018-06-20 18:08:02
pivotal-cf/docs-spring-cloud-dataflow
https://api.github.com/repos/pivotal-cf/docs-spring-cloud-dataflow
closed
Document buildpack settings
documentation in progress
The default buildpack for the broker to use can be configured in "Service Broker" settings on tile. This can be overridden when creating a service instance.
1.0
Document buildpack settings - The default buildpack for the broker to use can be configured in "Service Broker" settings on tile. This can be overridden when creating a service instance.
non_defect
document buildpack settings the default buildpack for the broker to use can be configured in service broker settings on tile this can be overridden when creating a service instance
0
237,158
7,756,840,830
IssuesEvent
2018-05-31 14:42:51
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 183481] Insecure data handling in /ext/lib/crypto/mbedtls/library/pkparse.c
Coverity EXT bug priority: low
Static code scan issues seen in File: /ext/lib/crypto/mbedtls/library/pkparse.c Category: Insecure data handling Function: pk_parse_key_pkcs1_der Component: External CID: 183481 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
1.0
[Coverity CID: 183481] Insecure data handling in /ext/lib/crypto/mbedtls/library/pkparse.c - Static code scan issues seen in File: /ext/lib/crypto/mbedtls/library/pkparse.c Category: Insecure data handling Function: pk_parse_key_pkcs1_der Component: External CID: 183481 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
non_defect
insecure data handling in ext lib crypto mbedtls library pkparse c static code scan issues seen in file ext lib crypto mbedtls library pkparse c category insecure data handling function pk parse key der component external cid please fix or provide comments to square it off in coverity in the link
0
73,083
24,452,645,982
IssuesEvent
2022-10-07 01:40:28
hazendaz/htmlcompressor
https://api.github.com/repos/hazendaz/htmlcompressor
closed
Include Rhino in another way
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Include htmlcompressor as lib 2. Include the newest version of rhino as lib 3. Use rhino in any way, for example do: public static void main(String... args) { org.mozilla.javascript.tools.shell.Main.main(args); } What is the expected output? What do you see instead? expected: Rhino 1.7 release 4 2012 06 18 js> instead: Rhino 1.6 release 7 2007 08 19 js> What version of the product are you using? On what operating system? 1.5.3 on Windows and Macintosh Please provide any additional information below. This can cause some serious, almost undetectable bugs in your code if you expect the have a working recent version of rhino. I was stuck for 3 days on this bug. Until this bug is fixed, I will have to stop using htmlcompressor and look for an alternative. ``` Original issue reported on code.google.com by `Kay.Lu...@gmail.com` on 26 Nov 2012 at 10:06
1.0
Include Rhino in another way - ``` What steps will reproduce the problem? 1. Include htmlcompressor as lib 2. Include the newest version of rhino as lib 3. Use rhino in any way, for example do: public static void main(String... args) { org.mozilla.javascript.tools.shell.Main.main(args); } What is the expected output? What do you see instead? expected: Rhino 1.7 release 4 2012 06 18 js> instead: Rhino 1.6 release 7 2007 08 19 js> What version of the product are you using? On what operating system? 1.5.3 on Windows and Macintosh Please provide any additional information below. This can cause some serious, almost undetectable bugs in your code if you expect the have a working recent version of rhino. I was stuck for 3 days on this bug. Until this bug is fixed, I will have to stop using htmlcompressor and look for an alternative. ``` Original issue reported on code.google.com by `Kay.Lu...@gmail.com` on 26 Nov 2012 at 10:06
defect
include rhino in another way what steps will reproduce the problem include htmlcompressor as lib include the newest version of rhino as lib use rhino in any way for example do public static void main string args org mozilla javascript tools shell main main args what is the expected output what do you see instead expected rhino release js instead rhino release js what version of the product are you using on what operating system on windows and macintosh please provide any additional information below this can cause some serious almost undetectable bugs in your code if you expect the have a working recent version of rhino i was stuck for days on this bug until this bug is fixed i will have to stop using htmlcompressor and look for an alternative original issue reported on code google com by kay lu gmail com on nov at
1
16,913
2,958,580,693
IssuesEvent
2015-07-08 22:09:31
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
Double middle-click on cards in hand puts them into play.
Cockatrice Defect
Like double left-clicking a card, if you double middle-click a card in hand (say, trying to look at the full card text via middle-click), it will put it into play.
1.0
Double middle-click on cards in hand puts them into play. - Like double left-clicking a card, if you double middle-click a card in hand (say, trying to look at the full card text via middle-click), it will put it into play.
defect
double middle click on cards in hand puts them into play like double left clicking a card if you double middle click a card in hand say trying to look at the full card text via middle click it will put it into play
1
179,836
13,906,349,454
IssuesEvent
2020-10-20 11:08:38
DevExpress/testcafe
https://api.github.com/repos/DevExpress/testcafe
closed
Add Docker container integration testing
AREA: testing STATE: Stale TYPE: enhancement
### Are you requesting a feature or reporting a bug? Feature ### What is the current behavior? Our Docker container is not tested on CI. ### What is the expected behavior? Container should be tetted on CI e.g. on master branch pushes ### Specify your * testcafe version: 0.16.1
1.0
Add Docker container integration testing - ### Are you requesting a feature or reporting a bug? Feature ### What is the current behavior? Our Docker container is not tested on CI. ### What is the expected behavior? Container should be tetted on CI e.g. on master branch pushes ### Specify your * testcafe version: 0.16.1
non_defect
add docker container integration testing are you requesting a feature or reporting a bug feature what is the current behavior our docker container is not tested on ci what is the expected behavior container should be tetted on ci e g on master branch pushes specify your testcafe version
0
13,705
2,776,099,228
IssuesEvent
2015-05-04 19:49:38
FreeRADIUS/freeradius-server
https://api.github.com/repos/FreeRADIUS/freeradius-server
opened
SASL External doesn't seem to work in v3.0.x
defect v3.0.x
Need to switch to the interactive SASL bind function (same as v3.1.x)
1.0
SASL External doesn't seem to work in v3.0.x - Need to switch to the interactive SASL bind function (same as v3.1.x)
defect
sasl external doesn t seem to work in x need to switch to the interactive sasl bind function same as x
1
81,168
30,739,149,780
IssuesEvent
2023-07-28 10:01:32
vector-im/element-x-ios
https://api.github.com/repos/vector-im/element-x-ios
closed
Gaps in the room list
T-Defect
### Steps to reproduce Open the apps ### Outcome #### What did you expect? No gaps #### What happened instead? ![Screenshot](https://github.com/vector-im/element-x-ios/assets/769871/f3671c93-b2a1-4cc5-97c3-1161f82559a4) ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Gaps in the room list - ### Steps to reproduce Open the apps ### Outcome #### What did you expect? No gaps #### What happened instead? ![Screenshot](https://github.com/vector-im/element-x-ios/assets/769871/f3671c93-b2a1-4cc5-97c3-1161f82559a4) ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? Yes
defect
gaps in the room list steps to reproduce open the apps outcome what did you expect no gaps what happened instead your phone model no response operating system version no response application version no response homeserver no response will you send logs yes
1
625,151
19,720,152,445
IssuesEvent
2022-01-13 14:41:41
sonia-auv/provider_underwater_com
https://api.github.com/repos/sonia-auv/provider_underwater_com
closed
Support for multiple packet
Priority: Medium Type: Feature
**Warning :** Before creating an issue or task, make sure that it does not already exists in the [issue tracker](../). Thank you. ## Context This feature should be implanted if the communication between two submarines is used with more data. At the moment, the message has a length of 64 bits which is the maximum of the modem M64. ## Changes 2 functions will need to be added. The first will need to split the received message in multiple package of 64 bits that can be send to the sensor. The second will need to merge the package after receiving the last message from the other submarine. The header of the custom message defined will need to be keep to figure out the number of package of the array. ## Comments This feature is only needed if the 'IntersubCom.msg' is changed.
1.0
Support for multiple packet - **Warning :** Before creating an issue or task, make sure that it does not already exists in the [issue tracker](../). Thank you. ## Context This feature should be implanted if the communication between two submarines is used with more data. At the moment, the message has a length of 64 bits which is the maximum of the modem M64. ## Changes 2 functions will need to be added. The first will need to split the received message in multiple package of 64 bits that can be send to the sensor. The second will need to merge the package after receiving the last message from the other submarine. The header of the custom message defined will need to be keep to figure out the number of package of the array. ## Comments This feature is only needed if the 'IntersubCom.msg' is changed.
non_defect
support for multiple packet warning before creating an issue or task make sure that it does not already exists in the thank you context this feature should be implanted if the communication between two submarines is used with more data at the moment the message has a length of bits which is the maximum of the modem changes functions will need to be added the first will need to split the received message in multiple package of bits that can be send to the sensor the second will need to merge the package after receiving the last message from the other submarine the header of the custom message defined will need to be keep to figure out the number of package of the array comments this feature is only needed if the intersubcom msg is changed
0
29,214
5,612,100,839
IssuesEvent
2017-04-03 02:50:48
zealdocs/zeal
https://api.github.com/repos/zealdocs/zeal
closed
Skip mathcing for parameters, just method or class name?
Component: Docset Registry Resolution: Duplicate Type: Defect
I have installed Java SE 7 docset, and type in "String" to search for definition of String class, but a lot of irrelevant entries displayed because they all have a String type parameters in method defition, which makes actual String class very hard to pinpoint. Can you add an option to skip match for parameters, just method or class name? Thanks! version: 0.3.1
1.0
Skip mathcing for parameters, just method or class name? - I have installed Java SE 7 docset, and type in "String" to search for definition of String class, but a lot of irrelevant entries displayed because they all have a String type parameters in method defition, which makes actual String class very hard to pinpoint. Can you add an option to skip match for parameters, just method or class name? Thanks! version: 0.3.1
defect
skip mathcing for parameters just method or class name i have installed java se docset and type in string to search for definition of string class but a lot of irrelevant entries displayed because they all have a string type parameters in method defition which makes actual string class very hard to pinpoint can you add an option to skip match for parameters just method or class name thanks version
1
171,358
27,107,113,964
IssuesEvent
2023-02-15 12:56:26
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
closed
Allow structs and using for in global scope
language design :rage4: stale
I think the idea is: ``` using SafeMath for uint256; struct X { uin256 a; uint256 b }; contract C { function f(X x) returns (uint) { return x.a.mul(b); } } ``` (From https://www.pivotaltracker.com/story/show/109361064)
1.0
Allow structs and using for in global scope - I think the idea is: ``` using SafeMath for uint256; struct X { uin256 a; uint256 b }; contract C { function f(X x) returns (uint) { return x.a.mul(b); } } ``` (From https://www.pivotaltracker.com/story/show/109361064)
non_defect
allow structs and using for in global scope i think the idea is using safemath for struct x a b contract c function f x x returns uint return x a mul b from
0
21,117
3,461,696,097
IssuesEvent
2015-12-20 09:26:25
arti01/jkursy
https://api.github.com/repos/arti01/jkursy
closed
nazwenictwo
auto-migrated Priority-High Type-Defect
``` Ze względów marketingowo-public relations itd itp będziemy musieli zwracać szczególną uwagę na wyświetlane nazewnictwo. Np. kursantów nie będziemy nazywali kursantami czy uczniami, ale żeby ich dowartościować czy dopieścić nazwiemy ich "studentami". Prowadzących kursy nazwiemy kadrą, a konkretnych wypadkach będziemy ich nazywać prowadzącymi lub mistrzami kurs, ćwiczenia, warsztaty. Kurs i ćwiczenia raczej z "prowadzącym". Konsultacje czy warsztaty mogą być z "mistrzem", choć z tym trzeba by ostrożnie. Prowadzący jest bezpieczniejszy. Nie chcę używać nazwy wykładowca. Tylko "kadra", "prowadzący", "mistrz", przy czym to ostatnie powinno funkcjonować niemal wyłącznie w połączeniu z powszechnie znanymi osobami. Nie chcę używać słowa "lekcja" tylko w zależności od kontekstu - "etap(y) kursu" albo "materiały teoretyczne", czasem może pasować do kontekstu "artykuł". Najważniejsze, jakie słówka wyświetlają się osobom niezalogowanym oraz kursantom, bo to do nich zaadresowana jest nasza oferta kursowa. Dobrze, jeśli wykładowcy będą widzieli analogiczne "etykiety", żeby nie było problemów komunikacyjnych. ``` Original issue reported on code.google.com by `juko...@gmail.com` on 28 Mar 2011 at 6:23
1.0
nazwenictwo - ``` Ze względów marketingowo-public relations itd itp będziemy musieli zwracać szczególną uwagę na wyświetlane nazewnictwo. Np. kursantów nie będziemy nazywali kursantami czy uczniami, ale żeby ich dowartościować czy dopieścić nazwiemy ich "studentami". Prowadzących kursy nazwiemy kadrą, a konkretnych wypadkach będziemy ich nazywać prowadzącymi lub mistrzami kurs, ćwiczenia, warsztaty. Kurs i ćwiczenia raczej z "prowadzącym". Konsultacje czy warsztaty mogą być z "mistrzem", choć z tym trzeba by ostrożnie. Prowadzący jest bezpieczniejszy. Nie chcę używać nazwy wykładowca. Tylko "kadra", "prowadzący", "mistrz", przy czym to ostatnie powinno funkcjonować niemal wyłącznie w połączeniu z powszechnie znanymi osobami. Nie chcę używać słowa "lekcja" tylko w zależności od kontekstu - "etap(y) kursu" albo "materiały teoretyczne", czasem może pasować do kontekstu "artykuł". Najważniejsze, jakie słówka wyświetlają się osobom niezalogowanym oraz kursantom, bo to do nich zaadresowana jest nasza oferta kursowa. Dobrze, jeśli wykładowcy będą widzieli analogiczne "etykiety", żeby nie było problemów komunikacyjnych. ``` Original issue reported on code.google.com by `juko...@gmail.com` on 28 Mar 2011 at 6:23
defect
nazwenictwo ze względów marketingowo public relations itd itp będziemy musieli zwracać szczególną uwagę na wyświetlane nazewnictwo np kursantów nie będziemy nazywali kursantami czy uczniami ale żeby ich dowartościować czy dopieścić nazwiemy ich studentami prowadzących kursy nazwiemy kadrą a konkretnych wypadkach będziemy ich nazywać prowadzącymi lub mistrzami kurs ćwiczenia warsztaty kurs i ćwiczenia raczej z prowadzącym konsultacje czy warsztaty mogą być z mistrzem choć z tym trzeba by ostrożnie prowadzący jest bezpieczniejszy nie chcę używać nazwy wykładowca tylko kadra prowadzący mistrz przy czym to ostatnie powinno funkcjonować niemal wyłącznie w połączeniu z powszechnie znanymi osobami nie chcę używać słowa lekcja tylko w zależności od kontekstu etap y kursu albo materiały teoretyczne czasem może pasować do kontekstu artykuł najważniejsze jakie słówka wyświetlają się osobom niezalogowanym oraz kursantom bo to do nich zaadresowana jest nasza oferta kursowa dobrze jeśli wykładowcy będą widzieli analogiczne etykiety żeby nie było problemów komunikacyjnych original issue reported on code google com by juko gmail com on mar at
1
24,033
16,761,987,751
IssuesEvent
2021-06-14 00:23:56
uwcsc/codeybot
https://api.github.com/repos/uwcsc/codeybot
opened
Publish images to a docker registry
infrastructure
We should explore options that allow us to push/pull docker images, so we have a better deployment experience.
1.0
Publish images to a docker registry - We should explore options that allow us to push/pull docker images, so we have a better deployment experience.
non_defect
publish images to a docker registry we should explore options that allow us to push pull docker images so we have a better deployment experience
0
46,229
13,055,873,022
IssuesEvent
2020-07-30 02:59:20
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
I3Db - doxygen errors, multiple (Trac #800)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/800 ```json { "status": "closed", "changetime": "2015-02-12T21:20:57", "description": "{{{\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbUtilities.h:35: warning: include file I3Db/I3OmDb/I3OmDbResult_t.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:78: warning: include file I3Db/I3OmDb/I3OmDbResult_t.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?\n/data/i3home/nega/i3/offline-software/src/I3Db/private/I3Db/I3DbOMKey2MBID.cxx:21: warning: no uniquely matching class member found for \n I3DbOMKey2MBID::I3DbOMKey2MBID(const string &Host, const string &Username, const string &Password, const string &Database)\nPossible candidates:\n I3DbOMKey2MBID::I3DbOMKey2MBID(const std::string &Host, const std::string &UserName, const std::string &Password, const std::string &Database)' at line 34 of file /data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbOMKey2MBID.h\n I3DbOMKey2MBID::I3DbOMKey2MBID(const I3DbOMKey2MBID &)' at line 65 of file /data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbOMKey2MBID.h\n\ntodo:-1: warning: multiple use of section label 'todo', (first occurrence: /data/i3home/nega/i3/offline-software/src/I3Db/resources/docs/main.dox, line 39)\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbUtilities.h:10: warning: Found unknown command `\\Id'\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbUtilitiesFactory.h:7: warning: Found unknown command `\\Id'\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:257: warning: argument 'aNoCache' of command @param is not found in the argument list of I3OmDb::ExitInstance(int aNoCahe=0)\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:257: warning: The following parameters of I3OmDb::ExitInstance(int aNoCahe=0) are not documented:\n parameter 'aNoCahe'\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:907: warning: argument 'aRunSummaryt' of command @param is not found in the argument list of I3OmDb::GetRunSummary(time_t aEventTime, RunSummary_t *aRunSummary)\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:907: warning: The following parameters of I3OmDb::GetRunSummary(time_t aEventTime, RunSummary_t *aRunSummary) are not documented:\n parameter 'aRunSummary'\n/data/i3home/nega/i3/offline-software/src/I3Db/resources/docs/main.dox:7: warning: unable to resolve reference to `database<br>' for \\ref command\n/data/i3home/nega/i3/offline-software/src/I3Db/resources/docs/main.dox:36: warning: unable to resolve reference to `database<br>' for \\ref command\n}}}", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1423776057987575", "component": "combo core", "summary": "I3Db - doxygen errors, multiple", "priority": "normal", "keywords": "", "time": "2014-11-06T19:56:24", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
I3Db - doxygen errors, multiple (Trac #800) - Migrated from https://code.icecube.wisc.edu/ticket/800 ```json { "status": "closed", "changetime": "2015-02-12T21:20:57", "description": "{{{\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbUtilities.h:35: warning: include file I3Db/I3OmDb/I3OmDbResult_t.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:78: warning: include file I3Db/I3OmDb/I3OmDbResult_t.h not found, perhaps you forgot to add its directory to INCLUDE_PATH?\n/data/i3home/nega/i3/offline-software/src/I3Db/private/I3Db/I3DbOMKey2MBID.cxx:21: warning: no uniquely matching class member found for \n I3DbOMKey2MBID::I3DbOMKey2MBID(const string &Host, const string &Username, const string &Password, const string &Database)\nPossible candidates:\n I3DbOMKey2MBID::I3DbOMKey2MBID(const std::string &Host, const std::string &UserName, const std::string &Password, const std::string &Database)' at line 34 of file /data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbOMKey2MBID.h\n I3DbOMKey2MBID::I3DbOMKey2MBID(const I3DbOMKey2MBID &)' at line 65 of file /data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbOMKey2MBID.h\n\ntodo:-1: warning: multiple use of section label 'todo', (first occurrence: /data/i3home/nega/i3/offline-software/src/I3Db/resources/docs/main.dox, line 39)\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbUtilities.h:10: warning: Found unknown command `\\Id'\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3DbUtilitiesFactory.h:7: warning: Found unknown command `\\Id'\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:257: warning: argument 'aNoCache' of command @param is not found in the argument list of I3OmDb::ExitInstance(int aNoCahe=0)\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:257: warning: The following parameters of I3OmDb::ExitInstance(int aNoCahe=0) are not documented:\n parameter 'aNoCahe'\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:907: warning: argument 'aRunSummaryt' of command @param is not found in the argument list of I3OmDb::GetRunSummary(time_t aEventTime, RunSummary_t *aRunSummary)\n/data/i3home/nega/i3/offline-software/src/I3Db/public/I3Db/I3OmDb/I3OmDb.h:907: warning: The following parameters of I3OmDb::GetRunSummary(time_t aEventTime, RunSummary_t *aRunSummary) are not documented:\n parameter 'aRunSummary'\n/data/i3home/nega/i3/offline-software/src/I3Db/resources/docs/main.dox:7: warning: unable to resolve reference to `database<br>' for \\ref command\n/data/i3home/nega/i3/offline-software/src/I3Db/resources/docs/main.dox:36: warning: unable to resolve reference to `database<br>' for \\ref command\n}}}", "reporter": "nega", "cc": "", "resolution": "fixed", "_ts": "1423776057987575", "component": "combo core", "summary": "I3Db - doxygen errors, multiple", "priority": "normal", "keywords": "", "time": "2014-11-06T19:56:24", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
doxygen errors multiple trac migrated from json status closed changetime description n data nega offline software src public h warning include file t h not found perhaps you forgot to add its directory to include path n data nega offline software src public h warning include file t h not found perhaps you forgot to add its directory to include path n data nega offline software src private cxx warning no uniquely matching class member found for n const string host const string username const string password const string database npossible candidates n const std string host const std string username const std string password const std string database at line of file data nega offline software src public h n const at line of file data nega offline software src public h n ntodo warning multiple use of section label todo first occurrence data nega offline software src resources docs main dox line n data nega offline software src public h warning found unknown command id n data nega offline software src public h warning found unknown command id n data nega offline software src public h warning argument anocache of command param is not found in the argument list of exitinstance int anocahe n data nega offline software src public h warning the following parameters of exitinstance int anocahe are not documented n parameter anocahe n data nega offline software src public h warning argument arunsummaryt of command param is not found in the argument list of getrunsummary time t aeventtime runsummary t arunsummary n data nega offline software src public h warning the following parameters of getrunsummary time t aeventtime runsummary t arunsummary are not documented n parameter arunsummary n data nega offline software src resources docs main dox warning unable to resolve reference to database for ref command n data nega offline software src resources docs main dox warning unable to resolve reference to database for ref command n reporter nega cc resolution fixed ts component combo core summary doxygen errors multiple priority normal keywords time milestone owner nega type defect
1