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
855
| labels
stringlengths 4
721
| body
stringlengths 1
261k
| index
stringclasses 13
values | text_combine
stringlengths 96
261k
| label
stringclasses 2
values | text
stringlengths 96
240k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
684,199
| 23,410,964,630
|
IssuesEvent
|
2022-08-12 17:28:19
|
JaffaKetchup/flutter_map_tile_caching
|
https://api.github.com/repos/JaffaKetchup/flutter_map_tile_caching
|
closed
|
[BUG] Error: No named parameter with the name 'number'.
|
bug high priority needs verification
|
After upgrading to `flutter_map_tile_caching: ^5.1.0` (also happens on ^5.1.1) I get an error while building for Android and iOS. I'm on a test branch upgrading to Flutter v_3... as well as some other packages so it could be something else but it seems like there is some type of issue.
```
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_map_tile_caching-5.1.1/lib/src/internal/exts.dart:137:9:
Error: No named parameter with the name 'number'.
number: number ?? this.number,
^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.5.3+1/lib/src/platform_specifics/android/notification_details.dart:12:9:
Context: Found this candidate, but the arguments don't match.
const AndroidNotificationDetails(
^^^^^^^^^^^^^^^^^^^^^^^^^^
```
```
FAILURE: Build failed with an exception.
* Where:
Script '/Users/userName/Developer/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1156
* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command '/Users/userName/Developer/flutter/bin/flutter'' finished with non-zero exit value 1
```
---
**Doctors Report**
```shell
[✓] Flutter (Channel stable, 3.0.5, on macOS 12.5 21G72 darwin-arm, locale en-CA)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.69.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
```
---
**Severity**
This will help us to label the issue quicker and decide what needs attention first. Only choose fatal if the entire app crashes, otherwise choose non-fatal.
- [ ] Non-Fatal
- [x] Fatal / App Crashes
**Frequency/Rarity**
This will help us to label the issue quicker and decide what needs attention first.
- [ ] Once
- [ ] Uncommon
- [ ] Common
- [x] Always
**Applicable Platforms**
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.
- [x] Android
- [x] iOS
- [ ] Web
- [ ] Windows
- [ ] Others (beta platforms)
|
1.0
|
[BUG] Error: No named parameter with the name 'number'. - After upgrading to `flutter_map_tile_caching: ^5.1.0` (also happens on ^5.1.1) I get an error while building for Android and iOS. I'm on a test branch upgrading to Flutter v_3... as well as some other packages so it could be something else but it seems like there is some type of issue.
```
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_map_tile_caching-5.1.1/lib/src/internal/exts.dart:137:9:
Error: No named parameter with the name 'number'.
number: number ?? this.number,
^^^^^^
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-9.5.3+1/lib/src/platform_specifics/android/notification_details.dart:12:9:
Context: Found this candidate, but the arguments don't match.
const AndroidNotificationDetails(
^^^^^^^^^^^^^^^^^^^^^^^^^^
```
```
FAILURE: Build failed with an exception.
* Where:
Script '/Users/userName/Developer/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 1156
* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command '/Users/userName/Developer/flutter/bin/flutter'' finished with non-zero exit value 1
```
---
**Doctors Report**
```shell
[✓] Flutter (Channel stable, 3.0.5, on macOS 12.5 21G72 darwin-arm, locale en-CA)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4.1)
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.69.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
```
---
**Severity**
This will help us to label the issue quicker and decide what needs attention first. Only choose fatal if the entire app crashes, otherwise choose non-fatal.
- [ ] Non-Fatal
- [x] Fatal / App Crashes
**Frequency/Rarity**
This will help us to label the issue quicker and decide what needs attention first.
- [ ] Once
- [ ] Uncommon
- [ ] Common
- [x] Always
**Applicable Platforms**
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.
- [x] Android
- [x] iOS
- [ ] Web
- [ ] Windows
- [ ] Others (beta platforms)
|
priority
|
error no named parameter with the name number after upgrading to flutter map tile caching also happens on i get an error while building for android and ios i m on a test branch upgrading to flutter v as well as some other packages so it could be something else but it seems like there is some type of issue flutter pub cache hosted pub dartlang org flutter map tile caching lib src internal exts dart error no named parameter with the name number number number this number flutter pub cache hosted pub dartlang org flutter local notifications lib src platform specifics android notification details dart context found this candidate but the arguments don t match const androidnotificationdetails failure build failed with an exception where script users username developer flutter packages flutter tools gradle flutter gradle line what went wrong execution failed for task app compileflutterbuilddebug process command users username developer flutter bin flutter finished with non zero exit value doctors report shell flutter channel stable on macos darwin arm locale en ca android toolchain develop for android devices android sdk version xcode develop for ios and macos xcode android studio version vs code version connected device available http host availability severity this will help us to label the issue quicker and decide what needs attention first only choose fatal if the entire app crashes otherwise choose non fatal non fatal fatal app crashes frequency rarity this will help us to label the issue quicker and decide what needs attention first once uncommon common always applicable platforms only select those that you ve tested on one or more if possible test on a variety of platforms android ios web windows others beta platforms
| 1
|
749,042
| 26,148,504,673
|
IssuesEvent
|
2022-12-30 09:47:41
|
fractal-analytics-platform/fractal
|
https://api.github.com/repos/fractal-analytics-platform/fractal
|
closed
|
Update dataset endpoint address
|
High Priority mantainance
|
https://github.com/fractal-analytics-platform/fractal-server/pull/402 has a breaking change in the API (the address for the dataset get endpoint).
This will be released in fractal-server=1.0.0b10
|
1.0
|
Update dataset endpoint address - https://github.com/fractal-analytics-platform/fractal-server/pull/402 has a breaking change in the API (the address for the dataset get endpoint).
This will be released in fractal-server=1.0.0b10
|
priority
|
update dataset endpoint address has a breaking change in the api the address for the dataset get endpoint this will be released in fractal server
| 1
|
488,443
| 14,077,522,036
|
IssuesEvent
|
2020-11-04 12:10:10
|
AY2021S1-CS2103T-W15-2/tp
|
https://api.github.com/repos/AY2021S1-CS2103T-W15-2/tp
|
closed
|
[PE-D] Date Validation could be more stringent
|
bug priority.High
|
There are many date fields such as exam date, last payment date. Specifically when I tested the command `exam add 6 n/finals d/31/02/10 s/1/9` which has all fields valid except the date field, it still passed as a command even though the date 31st February does not exist. It is however recorded as 29th February instead as seen below.

Perhaps this is an error handling on your part, but I think that an error message should be returned instead. This is however an edge case, most other invalid date formats returned an error message. Good job!
<!--session: 1604045666680-6360a937-e475-45fd-864e-bc6118d2a9af-->
-------------
Labels: `severity.VeryLow` `type.FunctionalityBug`
original: EkChinHui/ped#2
|
1.0
|
[PE-D] Date Validation could be more stringent - There are many date fields such as exam date, last payment date. Specifically when I tested the command `exam add 6 n/finals d/31/02/10 s/1/9` which has all fields valid except the date field, it still passed as a command even though the date 31st February does not exist. It is however recorded as 29th February instead as seen below.

Perhaps this is an error handling on your part, but I think that an error message should be returned instead. This is however an edge case, most other invalid date formats returned an error message. Good job!
<!--session: 1604045666680-6360a937-e475-45fd-864e-bc6118d2a9af-->
-------------
Labels: `severity.VeryLow` `type.FunctionalityBug`
original: EkChinHui/ped#2
|
priority
|
date validation could be more stringent there are many date fields such as exam date last payment date specifically when i tested the command exam add n finals d s which has all fields valid except the date field it still passed as a command even though the date february does not exist it is however recorded as february instead as seen below perhaps this is an error handling on your part but i think that an error message should be returned instead this is however an edge case most other invalid date formats returned an error message good job labels severity verylow type functionalitybug original ekchinhui ped
| 1
|
409,131
| 11,957,412,805
|
IssuesEvent
|
2020-04-04 14:18:59
|
neuropoly/spinalcordtoolbox
|
https://api.github.com/repos/neuropoly/spinalcordtoolbox
|
closed
|
Function is crashing with sagittal data
|
bug priority:HIGH sct_dmri_moco
|
Hello,
I am running SCT 4.2.1 on a OSX 10.12.6
I am having trouble processing dmri data ( acquired sagittally, poor resolution ; Processing of T2 files from same patients works fine). There seems to be a problem with dmri moco which I don't understand :
> Exception: Couldn't find mat.Z0000T0000Warp.nii.gz in mat_b0groups (contents: ['mat.Z0000T00000GenericAffine.mat']
problem can be observed on multiple subjects, adding the flag -g 10 didn't help.
(I am running script from London Course that I hardly modified. Can't find the answer either in issues on github forum or on slides and videos from London course)
Thanks a lot
Matthieu
~~~
> Register. Loop across Z (note: there is only one Z if orientation is axial
> Z=0/0: 100%|####################################| 1/1 [00:00<00:00, 1.98iter/s]
>
> -------------------------------------------------------------------------------
> Estimating motion on DW images...
> -------------------------------------------------------------------------------
>
> Input parameters:
> Input file ............dwi_averaged_groups.nii
> Reference file ........dwi_mean_0.nii.gz
> Polynomial degree .....2
> Smoothing kernel ......2
> Gradient step .........1
> Metric ................MI
> Sampling ..............0.2
> Todo ..................estimate_and_apply
> Mask .................
> Output mat folder .....mat_dwigroups
>
> Data dimensions:
> 34 x 151 x 12 x 2
>
> Copy file_target to a temporary file...
> sct_convert -i dwi_mean_0.nii.gz -o target.nii.gz
> WARNING: File target.nii.gz already exists. Will overwrite it.
>
> Register. Loop across Z (note: there is only one Z if orientation is axial
> Z=0/0: 100%|####################################| 2/2 [00:00<00:00, 2.79iter/s]
>
> Copy b=0 registration matrices...
> Traceback (most recent call last):
> File "/Users/lebbe/sct_4.2.1/scripts/sct_dmri_moco.py", line 507, in <module>
> main()
> File "/Users/lebbe/sct_4.2.1/scripts/sct_dmri_moco.py", line 277, in main
> fname_data_moco_tmp = dmri_moco(param)
> File "/Users/lebbe/sct_4.2.1/scripts/sct_dmri_moco.py", line 463, in dmri_moco
> mat_final + 'mat.Z0000T' + str(index_b0[it]).zfill(4) + ext_mat)
> File "/Users/lebbe/sct_4.2.1/scripts/sct_utils.py", line 433, in copy
> % (os.path.basename(src), folder, contents))
> Exception: Couldn't find mat.Z0000T0000Warp.nii.gz in mat_b0groups (contents: ['mat.Z0000T00000GenericAffine.mat']
`#dwi`
#===========================================================================================
cd dwi
# bring t2 segmentation in dmri space to create mask (no optimization)
sct_maths -i dmri.nii.gz -mean t -o dmri_mean.nii.gz
sct_register_multimodal -i ../t2/t2_seg.nii.gz -d dmri_mean.nii.gz -identity 1 -x nn
# create mask to help moco and for faster processing
sct_create_mask -i dmri_mean.nii.gz -p centerline,t2_seg_reg.nii.gz -size 35mm
# crop data
sct_crop_image -i dmri.nii.gz -m mask_dmri_mean.nii.gz -o dmri_crop.nii.gz
# motion correction
# Tips: if data have very low SNR you can increase the number of successive images that are averaged into group with "-g". Also see: sct_dmri_moco -h
sct_dmri_moco -i dmri_crop.nii.gz -bvec bvec.txt -g 10
# segmentation with propseg
sct_deepseg_sc -i dmri_crop_moco_dwi_mean.nii.gz -c dwi -qc ${PATH_QC}
# Register template to dwi
# Tips: Again, here, we prefer to stick to segmentation-based registration. If there are susceptibility distortions in your EPI, then you might consider adding a third step with bsplinesyn or syn transformation for local adjustment.
sct_register_multimodal -i $SCT_DIR/data/PAM50/template/PAM50_t1.nii.gz -iseg $SCT_DIR/data/PAM50/template/PAM50_cord.nii.gz -d dmri_crop_moco_dwi_mean.nii.gz -dseg dmri_crop_moco_dwi_mean_seg.nii.gz -param step=1,type=seg,algo=centermass:step=2,type=seg,algo=bsplinesyn,metric=MeanSquares,smooth=1,iter=3 -initwarp ../t2/warp_template2anat.nii.gz -initwarpinv ../t2/warp_anat2template.nii.gz -qc "$SCT_BP_QC_FOLDER"
# Rename warping fields for clarity
mv warp_PAM50_t12dmri_crop_moco_dwi_mean.nii.gz warp_template2dmri.nii.gz
mv warp_dmri_crop_moco_dwi_mean2PAM50_t1.nii.gz warp_dmri2template.nii.gz
# Warp template and white matter atlas
sct_warp_template -d dmri_crop_moco_dwi_mean.nii.gz -w warp_template2dmri.nii.gz -qc ${PATH_QC}
# Compute DTI metrics
# Tips: The flag -method "restore" allows you to estimate the tensor with robust fit (see: sct_dmri_compute_dti -h)
sct_dmri_compute_dti -i dmri_crop_moco.nii.gz -bval bvals.txt -bvec bvec.txt
# Compute FA within right and left lateral corticospinal tracts from slices 2 to 14 using weighted average method
sct_extract_metric -i dti_FA.nii.gz -z 2:14 -method wa -l 4,5 -o fa_in_cst.csv
# Bring metric to template space (e.g. for group mapping)
sct_apply_transfo -i dti_FA.nii.gz -d $SCT_DIR/data/PAM50/template/PAM50_t2.nii.gz -w warp_dmri2template.nii.gz
# Go back to root folder
cd ..
>
~~~
|
1.0
|
Function is crashing with sagittal data - Hello,
I am running SCT 4.2.1 on a OSX 10.12.6
I am having trouble processing dmri data ( acquired sagittally, poor resolution ; Processing of T2 files from same patients works fine). There seems to be a problem with dmri moco which I don't understand :
> Exception: Couldn't find mat.Z0000T0000Warp.nii.gz in mat_b0groups (contents: ['mat.Z0000T00000GenericAffine.mat']
problem can be observed on multiple subjects, adding the flag -g 10 didn't help.
(I am running script from London Course that I hardly modified. Can't find the answer either in issues on github forum or on slides and videos from London course)
Thanks a lot
Matthieu
~~~
> Register. Loop across Z (note: there is only one Z if orientation is axial
> Z=0/0: 100%|####################################| 1/1 [00:00<00:00, 1.98iter/s]
>
> -------------------------------------------------------------------------------
> Estimating motion on DW images...
> -------------------------------------------------------------------------------
>
> Input parameters:
> Input file ............dwi_averaged_groups.nii
> Reference file ........dwi_mean_0.nii.gz
> Polynomial degree .....2
> Smoothing kernel ......2
> Gradient step .........1
> Metric ................MI
> Sampling ..............0.2
> Todo ..................estimate_and_apply
> Mask .................
> Output mat folder .....mat_dwigroups
>
> Data dimensions:
> 34 x 151 x 12 x 2
>
> Copy file_target to a temporary file...
> sct_convert -i dwi_mean_0.nii.gz -o target.nii.gz
> WARNING: File target.nii.gz already exists. Will overwrite it.
>
> Register. Loop across Z (note: there is only one Z if orientation is axial
> Z=0/0: 100%|####################################| 2/2 [00:00<00:00, 2.79iter/s]
>
> Copy b=0 registration matrices...
> Traceback (most recent call last):
> File "/Users/lebbe/sct_4.2.1/scripts/sct_dmri_moco.py", line 507, in <module>
> main()
> File "/Users/lebbe/sct_4.2.1/scripts/sct_dmri_moco.py", line 277, in main
> fname_data_moco_tmp = dmri_moco(param)
> File "/Users/lebbe/sct_4.2.1/scripts/sct_dmri_moco.py", line 463, in dmri_moco
> mat_final + 'mat.Z0000T' + str(index_b0[it]).zfill(4) + ext_mat)
> File "/Users/lebbe/sct_4.2.1/scripts/sct_utils.py", line 433, in copy
> % (os.path.basename(src), folder, contents))
> Exception: Couldn't find mat.Z0000T0000Warp.nii.gz in mat_b0groups (contents: ['mat.Z0000T00000GenericAffine.mat']
`#dwi`
#===========================================================================================
cd dwi
# bring t2 segmentation in dmri space to create mask (no optimization)
sct_maths -i dmri.nii.gz -mean t -o dmri_mean.nii.gz
sct_register_multimodal -i ../t2/t2_seg.nii.gz -d dmri_mean.nii.gz -identity 1 -x nn
# create mask to help moco and for faster processing
sct_create_mask -i dmri_mean.nii.gz -p centerline,t2_seg_reg.nii.gz -size 35mm
# crop data
sct_crop_image -i dmri.nii.gz -m mask_dmri_mean.nii.gz -o dmri_crop.nii.gz
# motion correction
# Tips: if data have very low SNR you can increase the number of successive images that are averaged into group with "-g". Also see: sct_dmri_moco -h
sct_dmri_moco -i dmri_crop.nii.gz -bvec bvec.txt -g 10
# segmentation with propseg
sct_deepseg_sc -i dmri_crop_moco_dwi_mean.nii.gz -c dwi -qc ${PATH_QC}
# Register template to dwi
# Tips: Again, here, we prefer to stick to segmentation-based registration. If there are susceptibility distortions in your EPI, then you might consider adding a third step with bsplinesyn or syn transformation for local adjustment.
sct_register_multimodal -i $SCT_DIR/data/PAM50/template/PAM50_t1.nii.gz -iseg $SCT_DIR/data/PAM50/template/PAM50_cord.nii.gz -d dmri_crop_moco_dwi_mean.nii.gz -dseg dmri_crop_moco_dwi_mean_seg.nii.gz -param step=1,type=seg,algo=centermass:step=2,type=seg,algo=bsplinesyn,metric=MeanSquares,smooth=1,iter=3 -initwarp ../t2/warp_template2anat.nii.gz -initwarpinv ../t2/warp_anat2template.nii.gz -qc "$SCT_BP_QC_FOLDER"
# Rename warping fields for clarity
mv warp_PAM50_t12dmri_crop_moco_dwi_mean.nii.gz warp_template2dmri.nii.gz
mv warp_dmri_crop_moco_dwi_mean2PAM50_t1.nii.gz warp_dmri2template.nii.gz
# Warp template and white matter atlas
sct_warp_template -d dmri_crop_moco_dwi_mean.nii.gz -w warp_template2dmri.nii.gz -qc ${PATH_QC}
# Compute DTI metrics
# Tips: The flag -method "restore" allows you to estimate the tensor with robust fit (see: sct_dmri_compute_dti -h)
sct_dmri_compute_dti -i dmri_crop_moco.nii.gz -bval bvals.txt -bvec bvec.txt
# Compute FA within right and left lateral corticospinal tracts from slices 2 to 14 using weighted average method
sct_extract_metric -i dti_FA.nii.gz -z 2:14 -method wa -l 4,5 -o fa_in_cst.csv
# Bring metric to template space (e.g. for group mapping)
sct_apply_transfo -i dti_FA.nii.gz -d $SCT_DIR/data/PAM50/template/PAM50_t2.nii.gz -w warp_dmri2template.nii.gz
# Go back to root folder
cd ..
>
~~~
|
priority
|
function is crashing with sagittal data hello i am running sct on a osx i am having trouble processing dmri data acquired sagittally poor resolution processing of files from same patients works fine there seems to be a problem with dmri moco which i don t understand exception couldn t find mat nii gz in mat contents problem can be observed on multiple subjects adding the flag g didn t help i am running script from london course that i hardly modified can t find the answer either in issues on github forum or on slides and videos from london course thanks a lot matthieu register loop across z note there is only one z if orientation is axial z estimating motion on dw images input parameters input file dwi averaged groups nii reference file dwi mean nii gz polynomial degree smoothing kernel gradient step metric mi sampling todo estimate and apply mask output mat folder mat dwigroups data dimensions x x x copy file target to a temporary file sct convert i dwi mean nii gz o target nii gz warning file target nii gz already exists will overwrite it register loop across z note there is only one z if orientation is axial z copy b registration matrices traceback most recent call last file users lebbe sct scripts sct dmri moco py line in main file users lebbe sct scripts sct dmri moco py line in main fname data moco tmp dmri moco param file users lebbe sct scripts sct dmri moco py line in dmri moco mat final mat str index zfill ext mat file users lebbe sct scripts sct utils py line in copy os path basename src folder contents exception couldn t find mat nii gz in mat contents dwi cd dwi bring segmentation in dmri space to create mask no optimization sct maths i dmri nii gz mean t o dmri mean nii gz sct register multimodal i seg nii gz d dmri mean nii gz identity x nn create mask to help moco and for faster processing sct create mask i dmri mean nii gz p centerline seg reg nii gz size crop data sct crop image i dmri nii gz m mask dmri mean nii gz o dmri crop nii gz motion correction tips if data have very low snr you can increase the number of successive images that are averaged into group with g also see sct dmri moco h sct dmri moco i dmri crop nii gz bvec bvec txt g segmentation with propseg sct deepseg sc i dmri crop moco dwi mean nii gz c dwi qc path qc register template to dwi tips again here we prefer to stick to segmentation based registration if there are susceptibility distortions in your epi then you might consider adding a third step with bsplinesyn or syn transformation for local adjustment sct register multimodal i sct dir data template nii gz iseg sct dir data template cord nii gz d dmri crop moco dwi mean nii gz dseg dmri crop moco dwi mean seg nii gz param step type seg algo centermass step type seg algo bsplinesyn metric meansquares smooth iter initwarp warp nii gz initwarpinv warp nii gz qc sct bp qc folder rename warping fields for clarity mv warp crop moco dwi mean nii gz warp nii gz mv warp dmri crop moco dwi nii gz warp nii gz warp template and white matter atlas sct warp template d dmri crop moco dwi mean nii gz w warp nii gz qc path qc compute dti metrics tips the flag method restore allows you to estimate the tensor with robust fit see sct dmri compute dti h sct dmri compute dti i dmri crop moco nii gz bval bvals txt bvec bvec txt compute fa within right and left lateral corticospinal tracts from slices to using weighted average method sct extract metric i dti fa nii gz z method wa l o fa in cst csv bring metric to template space e g for group mapping sct apply transfo i dti fa nii gz d sct dir data template nii gz w warp nii gz go back to root folder cd
| 1
|
6,575
| 2,589,913,697
|
IssuesEvent
|
2015-02-18 15:53:28
|
chessmasterhong/WaterEmblem
|
https://api.github.com/repos/chessmasterhong/WaterEmblem
|
closed
|
Player party position persists between maps when it is not supposed to
|
bug high priority
|
After completing the current map objective and transitioning to the new map, the player's party is positioned at the same spots as in the previous map. This can have dire consequences as player units can get stuck in "walls", other collision tiles, or on top of enemies after entering the new map.
This is not supposed to happen and was previously coded to prevent this. The player's party position should be overwritten and be placed in their proper position in the new map.
|
1.0
|
Player party position persists between maps when it is not supposed to - After completing the current map objective and transitioning to the new map, the player's party is positioned at the same spots as in the previous map. This can have dire consequences as player units can get stuck in "walls", other collision tiles, or on top of enemies after entering the new map.
This is not supposed to happen and was previously coded to prevent this. The player's party position should be overwritten and be placed in their proper position in the new map.
|
priority
|
player party position persists between maps when it is not supposed to after completing the current map objective and transitioning to the new map the player s party is positioned at the same spots as in the previous map this can have dire consequences as player units can get stuck in walls other collision tiles or on top of enemies after entering the new map this is not supposed to happen and was previously coded to prevent this the player s party position should be overwritten and be placed in their proper position in the new map
| 1
|
149,637
| 5,722,673,713
|
IssuesEvent
|
2017-04-20 10:04:28
|
commons-app/apps-android-commons
|
https://api.github.com/repos/commons-app/apps-android-commons
|
closed
|
Tapping 'refresh' icon before Nearby list has loaded prevents it from ever loading
|
bug high priority nearby
|
If I tap 'refresh' before the list has loaded, it will never load. Tapping a second time later, or leaving and returning to the activity, does not fix the problem.
|
1.0
|
Tapping 'refresh' icon before Nearby list has loaded prevents it from ever loading - If I tap 'refresh' before the list has loaded, it will never load. Tapping a second time later, or leaving and returning to the activity, does not fix the problem.
|
priority
|
tapping refresh icon before nearby list has loaded prevents it from ever loading if i tap refresh before the list has loaded it will never load tapping a second time later or leaving and returning to the activity does not fix the problem
| 1
|
370,976
| 10,959,523,608
|
IssuesEvent
|
2019-11-27 11:35:48
|
highcharts/highcharts
|
https://api.github.com/repos/highcharts/highcharts
|
closed
|
venn.src.js:723 Uncaught Error: f(a) and f(b) must have opposite signs.
|
Priority: High Product: Highcharts Status: Review Type: Regression
|
#### Expected behaviour
Venn diagram is displayed
#### Actual behaviour
Venn diagtam is not displayed + exception in console:
Uncaught Error: f(a) and f(b) must have opposite signs.
at L (venn.src.js:723)
at f (venn.src.js:906)
at M (venn.src.js:923)
at venn.src.js:961
at Array.reduce (<anonymous>)
at X (venn.src.js:937)
at d.translate (venn.src.js:1429)
at highcharts.src.js:24833
at Array.forEach (<anonymous>)
at c.Chart.renderSeries (highcharts.src.js:24832)
#### Live demo with steps to reproduce
https://jsfiddle.net/smLn35cz/
Chart options:
{"series":[
{"type":"venn",
"data":[{"sets":["A"],"value":269},
{"sets":["B"],"value":4350},
{"sets":["C"],"value":2330},
{"sets":["A","B"],"value":131},
{"sets":["A","C"],"value":9},
{"sets":["B","C"],"value":12},
{"sets":["A","B","C"],"value":8}]
}]
}
#### Product version
Highcharts 7.2.0
#### Affected browser(s)
Chrome
|
1.0
|
venn.src.js:723 Uncaught Error: f(a) and f(b) must have opposite signs. - #### Expected behaviour
Venn diagram is displayed
#### Actual behaviour
Venn diagtam is not displayed + exception in console:
Uncaught Error: f(a) and f(b) must have opposite signs.
at L (venn.src.js:723)
at f (venn.src.js:906)
at M (venn.src.js:923)
at venn.src.js:961
at Array.reduce (<anonymous>)
at X (venn.src.js:937)
at d.translate (venn.src.js:1429)
at highcharts.src.js:24833
at Array.forEach (<anonymous>)
at c.Chart.renderSeries (highcharts.src.js:24832)
#### Live demo with steps to reproduce
https://jsfiddle.net/smLn35cz/
Chart options:
{"series":[
{"type":"venn",
"data":[{"sets":["A"],"value":269},
{"sets":["B"],"value":4350},
{"sets":["C"],"value":2330},
{"sets":["A","B"],"value":131},
{"sets":["A","C"],"value":9},
{"sets":["B","C"],"value":12},
{"sets":["A","B","C"],"value":8}]
}]
}
#### Product version
Highcharts 7.2.0
#### Affected browser(s)
Chrome
|
priority
|
venn src js uncaught error f a and f b must have opposite signs expected behaviour venn diagram is displayed actual behaviour venn diagtam is not displayed exception in console uncaught error f a and f b must have opposite signs at l venn src js at f venn src js at m venn src js at venn src js at array reduce at x venn src js at d translate venn src js at highcharts src js at array foreach at c chart renderseries highcharts src js live demo with steps to reproduce chart options series type venn data value sets value sets value sets value sets value sets value sets value product version highcharts affected browser s chrome
| 1
|
477,666
| 13,766,032,431
|
IssuesEvent
|
2020-10-07 14:06:21
|
adaptlearning/adapt_framework
|
https://api.github.com/repos/adaptlearning/adapt_framework
|
closed
|
adapt-contrib-spoor: scorm tracking of course state not working if _shouldStoreResponses: false
|
bug high priority
|
### Subject of the issue/enhancement/features
The tracking of which blocks are complete/incomplete doesn't appear to be working as it should
### Your environment
* Framework master branch (but also occurs with v5.6.1)/spoor v3.5.0 (also checked master, still has issue)
* Checked in IE11, FF, Chrome
* Not checked devices but don't expect it to be any different
### Steps to reproduce
Use `adapt create course` to set up a fresh install of Adapt. In config.json, set `_spoor._tracking._shouldSubmitScore` to `false`. run `grunt dev` then `grunt server-scorm`. Go into Presentation Components and complete a couple of interactive components. Reload the course.
### Expected behaviour
The components completed prior to the reload should show as completed still
### Actual behaviour
No components show as completed.
### Additional info
The 'completion string' that is output to the console is correct BUT the value of `"c"` in the suspend_data never changes from its initial value of `"hAA"`, which doesn't seem anything close to being correct:

|
1.0
|
adapt-contrib-spoor: scorm tracking of course state not working if _shouldStoreResponses: false - ### Subject of the issue/enhancement/features
The tracking of which blocks are complete/incomplete doesn't appear to be working as it should
### Your environment
* Framework master branch (but also occurs with v5.6.1)/spoor v3.5.0 (also checked master, still has issue)
* Checked in IE11, FF, Chrome
* Not checked devices but don't expect it to be any different
### Steps to reproduce
Use `adapt create course` to set up a fresh install of Adapt. In config.json, set `_spoor._tracking._shouldSubmitScore` to `false`. run `grunt dev` then `grunt server-scorm`. Go into Presentation Components and complete a couple of interactive components. Reload the course.
### Expected behaviour
The components completed prior to the reload should show as completed still
### Actual behaviour
No components show as completed.
### Additional info
The 'completion string' that is output to the console is correct BUT the value of `"c"` in the suspend_data never changes from its initial value of `"hAA"`, which doesn't seem anything close to being correct:

|
priority
|
adapt contrib spoor scorm tracking of course state not working if shouldstoreresponses false subject of the issue enhancement features the tracking of which blocks are complete incomplete doesn t appear to be working as it should your environment framework master branch but also occurs with spoor also checked master still has issue checked in ff chrome not checked devices but don t expect it to be any different steps to reproduce use adapt create course to set up a fresh install of adapt in config json set spoor tracking shouldsubmitscore to false run grunt dev then grunt server scorm go into presentation components and complete a couple of interactive components reload the course expected behaviour the components completed prior to the reload should show as completed still actual behaviour no components show as completed additional info the completion string that is output to the console is correct but the value of c in the suspend data never changes from its initial value of haa which doesn t seem anything close to being correct
| 1
|
239,032
| 7,785,947,066
|
IssuesEvent
|
2018-06-06 17:22:50
|
dojot/dojot
|
https://api.github.com/repos/dojot/dojot
|
closed
|
Websocket is not working with https
|
Priority:High Team:Frontend Type:Bug
|
The maps and graphics are not receiving data from websocket when used Https.
|
1.0
|
Websocket is not working with https - The maps and graphics are not receiving data from websocket when used Https.
|
priority
|
websocket is not working with https the maps and graphics are not receiving data from websocket when used https
| 1
|
281,458
| 8,695,531,110
|
IssuesEvent
|
2018-12-04 15:23:08
|
cosmos/voyager
|
https://api.github.com/repos/cosmos/voyager
|
closed
|
Proposal Creation feedbacks
|
bug 🐞 governance-1 :ballot_box: high priority
|
UI Version: 0.X.X
Description:
Governance/Create Proposal
After entering 65 characters in the Title or 200 characters in the Description, the Create Proposal button is disabled but is not clear for which reason
It would be nice to have feedbacks and/or highlighting the box that is blocking the creation.
Voting starting date is always invalid.
Subset of #1690
|
1.0
|
Proposal Creation feedbacks - UI Version: 0.X.X
Description:
Governance/Create Proposal
After entering 65 characters in the Title or 200 characters in the Description, the Create Proposal button is disabled but is not clear for which reason
It would be nice to have feedbacks and/or highlighting the box that is blocking the creation.
Voting starting date is always invalid.
Subset of #1690
|
priority
|
proposal creation feedbacks ui version x x description governance create proposal after entering characters in the title or characters in the description the create proposal button is disabled but is not clear for which reason it would be nice to have feedbacks and or highlighting the box that is blocking the creation voting starting date is always invalid subset of
| 1
|
311,070
| 9,527,870,130
|
IssuesEvent
|
2019-04-29 06:29:32
|
Steven-Wagner/Movie-Suggestor
|
https://api.github.com/repos/Steven-Wagner/Movie-Suggestor
|
opened
|
Show a response each time user gets a duplicate error in Reviews
|
High Priority bug
|
When a user submits a review that has an error; the first time the user sees the change on the screen and is properly informed. However, if they make the same error again the screen shows the proper error message but does not indicate that it is a different message from the one they received the first time. Leading the user to think that the event was not registered by the client.
|
1.0
|
Show a response each time user gets a duplicate error in Reviews - When a user submits a review that has an error; the first time the user sees the change on the screen and is properly informed. However, if they make the same error again the screen shows the proper error message but does not indicate that it is a different message from the one they received the first time. Leading the user to think that the event was not registered by the client.
|
priority
|
show a response each time user gets a duplicate error in reviews when a user submits a review that has an error the first time the user sees the change on the screen and is properly informed however if they make the same error again the screen shows the proper error message but does not indicate that it is a different message from the one they received the first time leading the user to think that the event was not registered by the client
| 1
|
149,832
| 5,729,234,361
|
IssuesEvent
|
2017-04-21 05:09:34
|
dhowe/ReadersJS
|
https://api.github.com/repos/dhowe/ReadersJS
|
closed
|
Update website to point to readers-js-live
|
priority: High
|
LOCATIONS (others?):
http://thereadersproject.org/elc3.html#ELC3
http://thereadersproject.org/index.html (add link to left nav?)
|
1.0
|
Update website to point to readers-js-live - LOCATIONS (others?):
http://thereadersproject.org/elc3.html#ELC3
http://thereadersproject.org/index.html (add link to left nav?)
|
priority
|
update website to point to readers js live locations others add link to left nav
| 1
|
566,479
| 16,822,517,730
|
IssuesEvent
|
2021-06-17 14:36:36
|
AugurProject/turbo
|
https://api.github.com/repos/AugurProject/turbo
|
opened
|
Update the add liquidity button on the market page - needs to stand out more for LPs
|
High Priority enhancement
|
https://www.figma.com/file/6y4nvjfeVZwzwKcoXB0neq/Augur-Simplified-UI?node-id=2919%3A5640

|
1.0
|
Update the add liquidity button on the market page - needs to stand out more for LPs - https://www.figma.com/file/6y4nvjfeVZwzwKcoXB0neq/Augur-Simplified-UI?node-id=2919%3A5640

|
priority
|
update the add liquidity button on the market page needs to stand out more for lps
| 1
|
824,120
| 31,141,641,677
|
IssuesEvent
|
2023-08-16 00:51:09
|
gamefreedomgit/Maelstrom
|
https://api.github.com/repos/gamefreedomgit/Maelstrom
|
closed
|
Bestial Wrath
|
Class: Hunter Spell Priority: High
|
**Description:**
if you try to use Bestial Wrath to break from paladin's repentance it says you can't use that while stunned,didn't try it with cyclone yet.
Edit : doesn't work with Gouge too
**How to reproduce:**
cast repentance on BM hunter and use bestial wrath (The Beast Within sub-talent is needed to break the CC's)
**How it should work:**
Since Wotlk expansion patch changes : Bestial Wrath and Ability hunter beastwithin [[The Beast Within]](https://wowpedia.fandom.com/wiki/The_Beast_Within) changed to function like PvP Trinkets, removing any movement impairing effects and giving immunity to these effects for 10 seconds. The tooltip doesn't say this, but it also now breaks all forms of CC that a PvP trinket would break (including Cyclone, Sap, etc.).
**Database links:**
https://wowpedia.fandom.com/wiki/Bestial_Wrath
Edit: found these videos so far https://www.youtube.com/watch?app=desktop&v=XmsUQZWqSQs&ab_channel=JohnDaniel
time 0:22 slow from dk
time 2:28 rogue cheap shot
time 3:10 dk slow+warrior stun
time 5:37 druid cyclone
time 8:35 mage deep freeze
https://www.youtube.com/watch?app=desktop&v=5qx2a0_xmFg&ab_channel=JohnDaniel
time 7:47 feral slow (deep wounds)
https://www.youtube.com/watch?app=desktop&v=X9jqRLTgcLU&ab_channel=RandomPeopleISH
Kazzak PvP server---time 4:32 where he speaks about using Bestial Wrath as a trinket=breaks any stun/slow/snares etc
also gathered the informations from one "blizzlike" server where they fixed Bestial Wrath according to these videos and few more comments.
|
1.0
|
Bestial Wrath - **Description:**
if you try to use Bestial Wrath to break from paladin's repentance it says you can't use that while stunned,didn't try it with cyclone yet.
Edit : doesn't work with Gouge too
**How to reproduce:**
cast repentance on BM hunter and use bestial wrath (The Beast Within sub-talent is needed to break the CC's)
**How it should work:**
Since Wotlk expansion patch changes : Bestial Wrath and Ability hunter beastwithin [[The Beast Within]](https://wowpedia.fandom.com/wiki/The_Beast_Within) changed to function like PvP Trinkets, removing any movement impairing effects and giving immunity to these effects for 10 seconds. The tooltip doesn't say this, but it also now breaks all forms of CC that a PvP trinket would break (including Cyclone, Sap, etc.).
**Database links:**
https://wowpedia.fandom.com/wiki/Bestial_Wrath
Edit: found these videos so far https://www.youtube.com/watch?app=desktop&v=XmsUQZWqSQs&ab_channel=JohnDaniel
time 0:22 slow from dk
time 2:28 rogue cheap shot
time 3:10 dk slow+warrior stun
time 5:37 druid cyclone
time 8:35 mage deep freeze
https://www.youtube.com/watch?app=desktop&v=5qx2a0_xmFg&ab_channel=JohnDaniel
time 7:47 feral slow (deep wounds)
https://www.youtube.com/watch?app=desktop&v=X9jqRLTgcLU&ab_channel=RandomPeopleISH
Kazzak PvP server---time 4:32 where he speaks about using Bestial Wrath as a trinket=breaks any stun/slow/snares etc
also gathered the informations from one "blizzlike" server where they fixed Bestial Wrath according to these videos and few more comments.
|
priority
|
bestial wrath description if you try to use bestial wrath to break from paladin s repentance it says you can t use that while stunned didn t try it with cyclone yet edit doesn t work with gouge too how to reproduce cast repentance on bm hunter and use bestial wrath the beast within sub talent is needed to break the cc s how it should work since wotlk expansion patch changes bestial wrath and ability hunter beastwithin changed to function like pvp trinkets removing any movement impairing effects and giving immunity to these effects for seconds the tooltip doesn t say this but it also now breaks all forms of cc that a pvp trinket would break including cyclone sap etc database links edit found these videos so far time slow from dk time rogue cheap shot time dk slow warrior stun time druid cyclone time mage deep freeze time feral slow deep wounds kazzak pvp server time where he speaks about using bestial wrath as a trinket breaks any stun slow snares etc also gathered the informations from one blizzlike server where they fixed bestial wrath according to these videos and few more comments
| 1
|
748,716
| 26,134,474,976
|
IssuesEvent
|
2022-12-29 10:15:38
|
exyleio/exyleio
|
https://api.github.com/repos/exyleio/exyleio
|
closed
|
Set up SMTP server
|
priority 1 - high tag:development type:task area:scripts
|
- Requires: exyle.io domain
As recommended by the [pocketbase documentation](https://pocketbase.io/docs/going-to-production/#use-smtp-mail-server), having a SMTP server prevents deliverability issues (email being sent to spam, etc.) when sending account verification email. Use [listmonk](https://github.com/knadh/listmonk) for it.
|
1.0
|
Set up SMTP server - - Requires: exyle.io domain
As recommended by the [pocketbase documentation](https://pocketbase.io/docs/going-to-production/#use-smtp-mail-server), having a SMTP server prevents deliverability issues (email being sent to spam, etc.) when sending account verification email. Use [listmonk](https://github.com/knadh/listmonk) for it.
|
priority
|
set up smtp server requires exyle io domain as recommended by the having a smtp server prevents deliverability issues email being sent to spam etc when sending account verification email use for it
| 1
|
168,799
| 6,386,703,018
|
IssuesEvent
|
2017-08-03 11:53:00
|
ampproject/amp-by-example
|
https://api.github.com/repos/ampproject/amp-by-example
|
closed
|
Product Page - Add to cart is broken
|
bug P1: High Priority sample
|
Looking at https://ampbyexample.com/samples_templates/product_page/preview/
`Add to card` is supposed to redirect the user however it looks like the XHR to `https://ampbyexample.com/samples_templates/product_page/add_to_cart?__amp_source_origin=https%3A%2F%2Fampbyexample.com` does not return a JSON response and therefore we get `Failed to parse response JSON: SyntaxError: Unexpected token < in JSON at position 0` error` and user is not redirected.
|
1.0
|
Product Page - Add to cart is broken - Looking at https://ampbyexample.com/samples_templates/product_page/preview/
`Add to card` is supposed to redirect the user however it looks like the XHR to `https://ampbyexample.com/samples_templates/product_page/add_to_cart?__amp_source_origin=https%3A%2F%2Fampbyexample.com` does not return a JSON response and therefore we get `Failed to parse response JSON: SyntaxError: Unexpected token < in JSON at position 0` error` and user is not redirected.
|
priority
|
product page add to cart is broken looking at add to card is supposed to redirect the user however it looks like the xhr to does not return a json response and therefore we get failed to parse response json syntaxerror unexpected token in json at position error and user is not redirected
| 1
|
400,262
| 11,771,312,043
|
IssuesEvent
|
2020-03-15 23:20:27
|
AY1920S2-CS2103T-W17-2/main
|
https://api.github.com/repos/AY1920S2-CS2103T-W17-2/main
|
closed
|
Create StringCorrectionEngine class
|
priority.High status.Ongoing type.Enhancement
|
EDITED: Renamed `CommandSuggestionEngine` to `StringCorrectionEngine`
As described in #97 , I'll be implementing the `StringCorrectionEngine` class.
Proposed API (I'm only showing the important methods below):
```java
class StringCorrectionEngine implements CorrectionEngine<String> {
public StringCorrectionEngine(List<String> correctStrings) { }
public CorrectionResult<String> correct(String uncorrected) { }
}
```
#### How to use
1. I'd imagine that you instantiate this class during the creation of both `SuggestionEngine` and `Parser`. During this instantiation phase, you'll supply the list of correct commands as strings (notice the `correctStrings` constructor argument).
2. After that, whenever you receive user input, you'll call the `correct` method. You're guaranteed to receive a corrected result (or error if `uncorrected` is not understandable)
|
1.0
|
Create StringCorrectionEngine class - EDITED: Renamed `CommandSuggestionEngine` to `StringCorrectionEngine`
As described in #97 , I'll be implementing the `StringCorrectionEngine` class.
Proposed API (I'm only showing the important methods below):
```java
class StringCorrectionEngine implements CorrectionEngine<String> {
public StringCorrectionEngine(List<String> correctStrings) { }
public CorrectionResult<String> correct(String uncorrected) { }
}
```
#### How to use
1. I'd imagine that you instantiate this class during the creation of both `SuggestionEngine` and `Parser`. During this instantiation phase, you'll supply the list of correct commands as strings (notice the `correctStrings` constructor argument).
2. After that, whenever you receive user input, you'll call the `correct` method. You're guaranteed to receive a corrected result (or error if `uncorrected` is not understandable)
|
priority
|
create stringcorrectionengine class edited renamed commandsuggestionengine to stringcorrectionengine as described in i ll be implementing the stringcorrectionengine class proposed api i m only showing the important methods below java class stringcorrectionengine implements correctionengine public stringcorrectionengine list correctstrings public correctionresult correct string uncorrected how to use i d imagine that you instantiate this class during the creation of both suggestionengine and parser during this instantiation phase you ll supply the list of correct commands as strings notice the correctstrings constructor argument after that whenever you receive user input you ll call the correct method you re guaranteed to receive a corrected result or error if uncorrected is not understandable
| 1
|
561,035
| 16,609,840,751
|
IssuesEvent
|
2021-06-02 10:05:36
|
svthalia/Reaxit
|
https://api.github.com/repos/svthalia/Reaxit
|
opened
|
Pretty splash screens
|
feature priority: high
|
We currently have a simple image as a splashcreen with no transition to the first frame. We should at least make the image (esp. on android) nicer, and it would also be nice to fade to the first frame.
|
1.0
|
Pretty splash screens - We currently have a simple image as a splashcreen with no transition to the first frame. We should at least make the image (esp. on android) nicer, and it would also be nice to fade to the first frame.
|
priority
|
pretty splash screens we currently have a simple image as a splashcreen with no transition to the first frame we should at least make the image esp on android nicer and it would also be nice to fade to the first frame
| 1
|
346,470
| 10,412,685,756
|
IssuesEvent
|
2019-09-13 16:33:49
|
Sp2000/colplus-repo
|
https://api.github.com/repos/Sp2000/colplus-repo
|
opened
|
Fix split-subgenera data bugs
|
bug high priority
|
I found another case where a species is placed on the classification in the wrong location by CoL+. This is similar to the [inc. sed. bug](https://github.com/Sp2000/colplus-backend/issues/477), but in this case it's caused by [split-subgenera](https://www.col.plus/dataset/1106/duplicates?category=uninomial&limit=50&minSize=2&mode=STRICT&offset=0&rank=subgenus&withDecision=false).
Here's the output from the diff_key generator:
diff_key | hierarchy | p8 | p7 | p6 | p5 | p4 | p3 | p2 | p1 | name | hash | url
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
685deb96725d46c6ff6cd24d9c7158ab | Animalia_Echinodermata_Echinoidea_Spatangoida_Brissidae_Brissoides_Brissoides (Rhabdobrissus) aloysii | | | Animalia | Echinodermata | Echinoidea | Spatangoida | Brissidae | Brissoides | Brissoides (Rhabdobrissus) aloysii | 0a01d690cc0ad948cebb7267ef98854b | http://workbench.catalogueoflife.org/col_plus/details/species/id/0a01d690cc0ad948cebb7267ef98854b
ecf1add23e3f3abae62addddd00674a1 | Animalia_Echinodermata_Echinoidea_Spatangoida_Spatangoidea_Eupatagidae_Brissoides_Brissoides (Rhabdobrissus) aloysii | | Animalia | Echinodermata | Echinoidea | Spatangoida | Spatangoidea | Eupatagidae | Brissoides | Brissoides (Rhabdobrissus) aloysii | d81d04e18a36e88d32021bfcc5025332 | http://www.catalogueoflife.org/annual-checklist/2019/details/species/id/d81d04e18a36e88d32021bfcc5025332
Here's the raw data from the ACEF 106.tar.gz file:
```
"755133" "Animalia" "Echinodermata" "Echinoidea" "Spatangoida" "Spatangoidea" "Eupatagidae" "Brissoides" "Rhabdobrissus" "aloysii" "Pijpers, 1933" "" "accepted name" "1" "1" "0" "marine" "" "Kroh, Andreas" "2014-03-05" "http://www.marinespecies.org/echinoidea/aphia.php?p=taxdetails&id=755133" "" "urn:lsid:marinespecies.org:taxname:755133"
```
[CoL+ places it incorrectly in Animalia_Echinodermata_Echinoidea_Spatangoida_Brissidae](https://www.col.plus/dataset/1106/taxon/755133) instead of Animalia_Echinodermata_Echinoidea_Spatangoida_Spatangoidea_Eupatagidae.
@mdoering, this is a data quality issue that we'd have to report to the GSD and block one of the 2 from appearing in CoL+, but also might commonly happen so placing split subgenera in the classification correctly might still be important.
|
1.0
|
Fix split-subgenera data bugs - I found another case where a species is placed on the classification in the wrong location by CoL+. This is similar to the [inc. sed. bug](https://github.com/Sp2000/colplus-backend/issues/477), but in this case it's caused by [split-subgenera](https://www.col.plus/dataset/1106/duplicates?category=uninomial&limit=50&minSize=2&mode=STRICT&offset=0&rank=subgenus&withDecision=false).
Here's the output from the diff_key generator:
diff_key | hierarchy | p8 | p7 | p6 | p5 | p4 | p3 | p2 | p1 | name | hash | url
-- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | -- | --
685deb96725d46c6ff6cd24d9c7158ab | Animalia_Echinodermata_Echinoidea_Spatangoida_Brissidae_Brissoides_Brissoides (Rhabdobrissus) aloysii | | | Animalia | Echinodermata | Echinoidea | Spatangoida | Brissidae | Brissoides | Brissoides (Rhabdobrissus) aloysii | 0a01d690cc0ad948cebb7267ef98854b | http://workbench.catalogueoflife.org/col_plus/details/species/id/0a01d690cc0ad948cebb7267ef98854b
ecf1add23e3f3abae62addddd00674a1 | Animalia_Echinodermata_Echinoidea_Spatangoida_Spatangoidea_Eupatagidae_Brissoides_Brissoides (Rhabdobrissus) aloysii | | Animalia | Echinodermata | Echinoidea | Spatangoida | Spatangoidea | Eupatagidae | Brissoides | Brissoides (Rhabdobrissus) aloysii | d81d04e18a36e88d32021bfcc5025332 | http://www.catalogueoflife.org/annual-checklist/2019/details/species/id/d81d04e18a36e88d32021bfcc5025332
Here's the raw data from the ACEF 106.tar.gz file:
```
"755133" "Animalia" "Echinodermata" "Echinoidea" "Spatangoida" "Spatangoidea" "Eupatagidae" "Brissoides" "Rhabdobrissus" "aloysii" "Pijpers, 1933" "" "accepted name" "1" "1" "0" "marine" "" "Kroh, Andreas" "2014-03-05" "http://www.marinespecies.org/echinoidea/aphia.php?p=taxdetails&id=755133" "" "urn:lsid:marinespecies.org:taxname:755133"
```
[CoL+ places it incorrectly in Animalia_Echinodermata_Echinoidea_Spatangoida_Brissidae](https://www.col.plus/dataset/1106/taxon/755133) instead of Animalia_Echinodermata_Echinoidea_Spatangoida_Spatangoidea_Eupatagidae.
@mdoering, this is a data quality issue that we'd have to report to the GSD and block one of the 2 from appearing in CoL+, but also might commonly happen so placing split subgenera in the classification correctly might still be important.
|
priority
|
fix split subgenera data bugs i found another case where a species is placed on the classification in the wrong location by col this is similar to the but in this case it s caused by here s the output from the diff key generator diff key hierarchy name hash url animalia echinodermata echinoidea spatangoida brissidae brissoides brissoides rhabdobrissus aloysii animalia echinodermata echinoidea spatangoida brissidae brissoides brissoides rhabdobrissus aloysii animalia echinodermata echinoidea spatangoida spatangoidea eupatagidae brissoides brissoides rhabdobrissus aloysii animalia echinodermata echinoidea spatangoida spatangoidea eupatagidae brissoides brissoides rhabdobrissus aloysii here s the raw data from the acef tar gz file animalia echinodermata echinoidea spatangoida spatangoidea eupatagidae brissoides rhabdobrissus aloysii pijpers accepted name marine kroh andreas urn lsid marinespecies org taxname instead of animalia echinodermata echinoidea spatangoida spatangoidea eupatagidae mdoering this is a data quality issue that we d have to report to the gsd and block one of the from appearing in col but also might commonly happen so placing split subgenera in the classification correctly might still be important
| 1
|
58,858
| 3,092,229,573
|
IssuesEvent
|
2015-08-26 16:45:29
|
brian-team/brian2
|
https://api.github.com/repos/brian-team/brian2
|
reopened
|
Some pre-synaptic updates give incorrect warnings
|
bug high priority
|
I'm using the following simple Synapse:
```
synapses = br2.Synapses(neurons, pre='v -= 0.2')
```
and I get a warning:
```
WARNING brian2.codegen.generators.base: Came across an abstract code block that is not well-defined: the outcome may depend on the order of execution. 2 lines of abstract code, first line is: "v -= w (in-place)"
```
However, if I make the following trivial change:
```
synapses = br2.Synapses(neurons, pre='v += -0.2')
```
The warning disappears.
|
1.0
|
Some pre-synaptic updates give incorrect warnings - I'm using the following simple Synapse:
```
synapses = br2.Synapses(neurons, pre='v -= 0.2')
```
and I get a warning:
```
WARNING brian2.codegen.generators.base: Came across an abstract code block that is not well-defined: the outcome may depend on the order of execution. 2 lines of abstract code, first line is: "v -= w (in-place)"
```
However, if I make the following trivial change:
```
synapses = br2.Synapses(neurons, pre='v += -0.2')
```
The warning disappears.
|
priority
|
some pre synaptic updates give incorrect warnings i m using the following simple synapse synapses synapses neurons pre v and i get a warning warning codegen generators base came across an abstract code block that is not well defined the outcome may depend on the order of execution lines of abstract code first line is v w in place however if i make the following trivial change synapses synapses neurons pre v the warning disappears
| 1
|
789,442
| 27,789,952,678
|
IssuesEvent
|
2023-03-17 08:05:27
|
AY2223S2-CS2103T-W12-2/tp
|
https://api.github.com/repos/AY2223S2-CS2103T-W12-2/tp
|
opened
|
Empty string fields in `json` save file
|
type.Bug priority.High
|
# The problem
Currently, when a person-entry lacks some optional fields, their saved data in `/data/addressbook.json` looks like this:
```json
{
"persons" : [ {
"name" : "Netorare Enjoyer",
"phone" : "",
"email" : "",
"address" : "",
"remark" : "im a cuck",
"tagged" : [ ]
} ]
}
```
where the missing fields are empty strings `""`. This means when they're loaded, those fields are initialised to empty string (eg. `new Address("")`) instead of `Optional.empty()`.
And those empty-string fields are currently allowed because we changed the `isValid` methods of the fields to return true when it's an empty string.
```java
/**
* Returns true if a given string is a valid email.
*/
public static boolean isValidAddress(String test) {
return test.matches(VALIDATION_REGEX) || test.isBlank();
}
```
<br>
# Possible solution
We could instead represent missing optional fields as `null` in the `.json` save file like:
```json
{
"persons" : [ {
"name" : "Netorare Enjoyer",
"phone" : null,
"email" : null,
"address" : null,
"remark" : "im a cuck",
"tagged" : [ ]
} ]
}
```
Or perhaps lose those fields in the `json` file all together:
```json
{
"persons" : [ {
"name" : "Netorare Enjoyer",
"remark" : "im a cuck",
"tagged" : [ ]
} ]
}
```
|
1.0
|
Empty string fields in `json` save file - # The problem
Currently, when a person-entry lacks some optional fields, their saved data in `/data/addressbook.json` looks like this:
```json
{
"persons" : [ {
"name" : "Netorare Enjoyer",
"phone" : "",
"email" : "",
"address" : "",
"remark" : "im a cuck",
"tagged" : [ ]
} ]
}
```
where the missing fields are empty strings `""`. This means when they're loaded, those fields are initialised to empty string (eg. `new Address("")`) instead of `Optional.empty()`.
And those empty-string fields are currently allowed because we changed the `isValid` methods of the fields to return true when it's an empty string.
```java
/**
* Returns true if a given string is a valid email.
*/
public static boolean isValidAddress(String test) {
return test.matches(VALIDATION_REGEX) || test.isBlank();
}
```
<br>
# Possible solution
We could instead represent missing optional fields as `null` in the `.json` save file like:
```json
{
"persons" : [ {
"name" : "Netorare Enjoyer",
"phone" : null,
"email" : null,
"address" : null,
"remark" : "im a cuck",
"tagged" : [ ]
} ]
}
```
Or perhaps lose those fields in the `json` file all together:
```json
{
"persons" : [ {
"name" : "Netorare Enjoyer",
"remark" : "im a cuck",
"tagged" : [ ]
} ]
}
```
|
priority
|
empty string fields in json save file the problem currently when a person entry lacks some optional fields their saved data in data addressbook json looks like this json persons name netorare enjoyer phone email address remark im a cuck tagged where the missing fields are empty strings this means when they re loaded those fields are initialised to empty string eg new address instead of optional empty and those empty string fields are currently allowed because we changed the isvalid methods of the fields to return true when it s an empty string java returns true if a given string is a valid email public static boolean isvalidaddress string test return test matches validation regex test isblank possible solution we could instead represent missing optional fields as null in the json save file like json persons name netorare enjoyer phone null email null address null remark im a cuck tagged or perhaps lose those fields in the json file all together json persons name netorare enjoyer remark im a cuck tagged
| 1
|
453,962
| 13,092,596,751
|
IssuesEvent
|
2020-08-03 08:53:09
|
Candice-Louw/SORMAS.DE
|
https://api.github.com/repos/Candice-Louw/SORMAS.DE
|
closed
|
33| DE | Cases and Contacts | Option to document that quarantine talk took place with date and comment field
|
Super High Priority question
|
### Problem Description ###
As a Gesundheitsamt reporter I would like to indicate that a discussion about quarantine has taken place (check-box)
with a case/contact on a specific date (date selector field) and add further comments to the discussion if necessary (free-type text box).
### Steps to Reproduce ###
Steps to reach section:
Cases > Select case > Case Information: CASE tab > scroll down to "Quarantine"
Contacts > Select contact > Contact Information: CONTACT tab > scroll down to "Quarantine"
### Suggested Addition ###
Addition of 'quarantine discussion' drop-down field.
Options in drop-down field:
(DE)> " ", Ja, Nein, -nicht ermittelbar-
(EN)> " ", Yes, No, Unknown
IF "Ja/Yes" answered in drop-down field do the following
{
Make date field visible with caption: "Date of quarantine discussion".
Make free-text comment field visible with caption: "Comments".
}
### Screenshots ###
<img width="1146" alt="QuarantineDiscussion" src="https://user-images.githubusercontent.com/65529128/88832399-0cb85b00-d1d1-11ea-9a1e-8b4b6b2dbaa4.png">
|
1.0
|
33| DE | Cases and Contacts | Option to document that quarantine talk took place with date and comment field - ### Problem Description ###
As a Gesundheitsamt reporter I would like to indicate that a discussion about quarantine has taken place (check-box)
with a case/contact on a specific date (date selector field) and add further comments to the discussion if necessary (free-type text box).
### Steps to Reproduce ###
Steps to reach section:
Cases > Select case > Case Information: CASE tab > scroll down to "Quarantine"
Contacts > Select contact > Contact Information: CONTACT tab > scroll down to "Quarantine"
### Suggested Addition ###
Addition of 'quarantine discussion' drop-down field.
Options in drop-down field:
(DE)> " ", Ja, Nein, -nicht ermittelbar-
(EN)> " ", Yes, No, Unknown
IF "Ja/Yes" answered in drop-down field do the following
{
Make date field visible with caption: "Date of quarantine discussion".
Make free-text comment field visible with caption: "Comments".
}
### Screenshots ###
<img width="1146" alt="QuarantineDiscussion" src="https://user-images.githubusercontent.com/65529128/88832399-0cb85b00-d1d1-11ea-9a1e-8b4b6b2dbaa4.png">
|
priority
|
de cases and contacts option to document that quarantine talk took place with date and comment field problem description as a gesundheitsamt reporter i would like to indicate that a discussion about quarantine has taken place check box with a case contact on a specific date date selector field and add further comments to the discussion if necessary free type text box steps to reproduce steps to reach section cases select case case information case tab scroll down to quarantine contacts select contact contact information contact tab scroll down to quarantine suggested addition addition of quarantine discussion drop down field options in drop down field de ja nein nicht ermittelbar en yes no unknown if ja yes answered in drop down field do the following make date field visible with caption date of quarantine discussion make free text comment field visible with caption comments screenshots img width alt quarantinediscussion src
| 1
|
184,629
| 6,714,778,794
|
IssuesEvent
|
2017-10-13 18:18:41
|
Datawheel/codelife
|
https://api.github.com/repos/Datawheel/codelife
|
closed
|
Add "disable sharing" on user page for logged-in admins
|
priority: high type: feature
|
In response to repeated offenses, admins should be able to disable any user's ability to share projects and codeblocks via a switch on that user's profile page.
|
1.0
|
Add "disable sharing" on user page for logged-in admins - In response to repeated offenses, admins should be able to disable any user's ability to share projects and codeblocks via a switch on that user's profile page.
|
priority
|
add disable sharing on user page for logged in admins in response to repeated offenses admins should be able to disable any user s ability to share projects and codeblocks via a switch on that user s profile page
| 1
|
799,227
| 28,302,713,029
|
IssuesEvent
|
2023-04-10 07:54:47
|
AY2223S2-CS2113-W12-3/tp
|
https://api.github.com/repos/AY2223S2-CS2113-W12-3/tp
|
closed
|
Bug: Possible to add item with price/quantity = 0 but InventoryData file becomes corrupted
|
type.Bug priority.High
|
It's possible to add an item with price = 0 or quantity = 0 successfully through the program, but on startup the inventory data file's status will be corrupted. Probably because `checkFileValidSession` will return corrupt file status when `qty <= 0`/`price <= 0` .

|
1.0
|
Bug: Possible to add item with price/quantity = 0 but InventoryData file becomes corrupted - It's possible to add an item with price = 0 or quantity = 0 successfully through the program, but on startup the inventory data file's status will be corrupted. Probably because `checkFileValidSession` will return corrupt file status when `qty <= 0`/`price <= 0` .

|
priority
|
bug possible to add item with price quantity but inventorydata file becomes corrupted it s possible to add an item with price or quantity successfully through the program but on startup the inventory data file s status will be corrupted probably because checkfilevalidsession will return corrupt file status when qty price
| 1
|
767,487
| 26,927,623,433
|
IssuesEvent
|
2023-02-07 14:48:17
|
daisy/ebraille
|
https://api.github.com/repos/daisy/ebraille
|
opened
|
Automatic, converted, and human prepared files will have different levels of quality and expectations
|
use case High Priority content spec metadata
|
I am a braille user and my expectations for the quality of file I am receiving will vary based on whether the file was prepared by a transcriber, an automatic process, or converted from a braille file in an older format.
*Detail*
The best braille files will be those prepared by a human and within that subset they will be those prepared by a certified braille transcriber. Next will likely be those converted from an automatic process. Finally, there will be files prepared by converting a braille file in an older format.
*Proposal*
Metadata should indicate whether the file was prepared by a human, an automatic process, or converted from an older braille file. If a human, it would be good if it indicated the person's level of braille competence (professional vs amateur- though this aspect needs more thought). If an automatic process, it would be good if it indicated the file type of the source file as each will have strengths and weaknesses. The program used for the automatic process would also be good to indicate. Finally, files converted from a braille file in an older format should indicate the file type of the source file and what program did the conversion.
With this information, schools, libraries, and braille users could better understand the quality of the files that they receive and could make informed decisions about what processes, programs, and starting files work best for them and their needs.
|
1.0
|
Automatic, converted, and human prepared files will have different levels of quality and expectations - I am a braille user and my expectations for the quality of file I am receiving will vary based on whether the file was prepared by a transcriber, an automatic process, or converted from a braille file in an older format.
*Detail*
The best braille files will be those prepared by a human and within that subset they will be those prepared by a certified braille transcriber. Next will likely be those converted from an automatic process. Finally, there will be files prepared by converting a braille file in an older format.
*Proposal*
Metadata should indicate whether the file was prepared by a human, an automatic process, or converted from an older braille file. If a human, it would be good if it indicated the person's level of braille competence (professional vs amateur- though this aspect needs more thought). If an automatic process, it would be good if it indicated the file type of the source file as each will have strengths and weaknesses. The program used for the automatic process would also be good to indicate. Finally, files converted from a braille file in an older format should indicate the file type of the source file and what program did the conversion.
With this information, schools, libraries, and braille users could better understand the quality of the files that they receive and could make informed decisions about what processes, programs, and starting files work best for them and their needs.
|
priority
|
automatic converted and human prepared files will have different levels of quality and expectations i am a braille user and my expectations for the quality of file i am receiving will vary based on whether the file was prepared by a transcriber an automatic process or converted from a braille file in an older format detail the best braille files will be those prepared by a human and within that subset they will be those prepared by a certified braille transcriber next will likely be those converted from an automatic process finally there will be files prepared by converting a braille file in an older format proposal metadata should indicate whether the file was prepared by a human an automatic process or converted from an older braille file if a human it would be good if it indicated the person s level of braille competence professional vs amateur though this aspect needs more thought if an automatic process it would be good if it indicated the file type of the source file as each will have strengths and weaknesses the program used for the automatic process would also be good to indicate finally files converted from a braille file in an older format should indicate the file type of the source file and what program did the conversion with this information schools libraries and braille users could better understand the quality of the files that they receive and could make informed decisions about what processes programs and starting files work best for them and their needs
| 1
|
463,480
| 13,281,477,950
|
IssuesEvent
|
2020-08-23 17:32:37
|
DrWhoCares/imgdanke
|
https://api.github.com/repos/DrWhoCares/imgdanke
|
closed
|
Need to force stop and close any processes if program is closed while running a command
|
bug high priority
|
Currently the process will continue in the background.
|
1.0
|
Need to force stop and close any processes if program is closed while running a command - Currently the process will continue in the background.
|
priority
|
need to force stop and close any processes if program is closed while running a command currently the process will continue in the background
| 1
|
455,809
| 13,132,692,527
|
IssuesEvent
|
2020-08-06 19:24:52
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
opened
|
World Object UI Always Displays a Sewage Output
|
Category: Balance Category: Gameplay Category: UI Priority: High
|
Several world objects need water input, but heat that water into steam, meaning there is no sewage output. Currently the UI only supports having both a water input and output, so we need it to also work when there is no sewage output.

Adding high priority because this should not be pushed off of 9.1. We need this to properly balance the important world objects all players must use to progress through Eco, and don't want the UI to be blatantly incorrect.
|
1.0
|
World Object UI Always Displays a Sewage Output - Several world objects need water input, but heat that water into steam, meaning there is no sewage output. Currently the UI only supports having both a water input and output, so we need it to also work when there is no sewage output.

Adding high priority because this should not be pushed off of 9.1. We need this to properly balance the important world objects all players must use to progress through Eco, and don't want the UI to be blatantly incorrect.
|
priority
|
world object ui always displays a sewage output several world objects need water input but heat that water into steam meaning there is no sewage output currently the ui only supports having both a water input and output so we need it to also work when there is no sewage output adding high priority because this should not be pushed off of we need this to properly balance the important world objects all players must use to progress through eco and don t want the ui to be blatantly incorrect
| 1
|
528,482
| 15,367,774,506
|
IssuesEvent
|
2021-03-02 04:04:44
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
Completion suggestions for records first displays the functions
|
Priority/High SwanLakeDump Team/LanguageServer Type/Improvement
|
Refer to the following:

For records, I feel that it'd be more useful to display the fields of the records first because that's what the users will be working with most of the time.
|
1.0
|
Completion suggestions for records first displays the functions - Refer to the following:

For records, I feel that it'd be more useful to display the fields of the records first because that's what the users will be working with most of the time.
|
priority
|
completion suggestions for records first displays the functions refer to the following for records i feel that it d be more useful to display the fields of the records first because that s what the users will be working with most of the time
| 1
|
648,518
| 21,188,100,929
|
IssuesEvent
|
2022-04-08 14:37:44
|
tyejae/msf.gg.public
|
https://api.github.com/repos/tyejae/msf.gg.public
|
closed
|
War Defense Removing Characters Not Going Back To Pool
|
type: bug product: site priority: high
|
### I'm Not a Dummy, So I've Checked These
- [X] It happens on multiple browsers (if site)
- [ ] I've cleared browser cache and restarted browser (if site)
- [X] I've asked support in MSF.gg Discord before writing this
- [X] I have searched the existing issues
### Product
- [X] Site
- [ ] Bot
### Current Behavior
When removing a character from war defense, the character does not go back to the list of selectable characters.
### Expected Behavior
That the character that was removed is delectable again.
### Steps To Reproduce
_No response_
### Environment
```markdown
- Device: Any
- OS: Any
- Browser: Any
- Version:
```
### Anything else?
_No response_
|
1.0
|
War Defense Removing Characters Not Going Back To Pool - ### I'm Not a Dummy, So I've Checked These
- [X] It happens on multiple browsers (if site)
- [ ] I've cleared browser cache and restarted browser (if site)
- [X] I've asked support in MSF.gg Discord before writing this
- [X] I have searched the existing issues
### Product
- [X] Site
- [ ] Bot
### Current Behavior
When removing a character from war defense, the character does not go back to the list of selectable characters.
### Expected Behavior
That the character that was removed is delectable again.
### Steps To Reproduce
_No response_
### Environment
```markdown
- Device: Any
- OS: Any
- Browser: Any
- Version:
```
### Anything else?
_No response_
|
priority
|
war defense removing characters not going back to pool i m not a dummy so i ve checked these it happens on multiple browsers if site i ve cleared browser cache and restarted browser if site i ve asked support in msf gg discord before writing this i have searched the existing issues product site bot current behavior when removing a character from war defense the character does not go back to the list of selectable characters expected behavior that the character that was removed is delectable again steps to reproduce no response environment markdown device any os any browser any version anything else no response
| 1
|
407,358
| 11,912,507,268
|
IssuesEvent
|
2020-03-31 10:23:08
|
JEvents/JEvents
|
https://api.github.com/repos/JEvents/JEvents
|
closed
|
uikit: RSVP Tabs missing in event edit
|
Priority - High
|
The Attendance, Invitation and Email reminder tabs are missing in the Event Edit panel. The tabs are in the HTML but are display=none.
Note, RSVP has not been updated to uikit at this test and this may make a difference. I will update this issue once I update RSVP.
|
1.0
|
uikit: RSVP Tabs missing in event edit - The Attendance, Invitation and Email reminder tabs are missing in the Event Edit panel. The tabs are in the HTML but are display=none.
Note, RSVP has not been updated to uikit at this test and this may make a difference. I will update this issue once I update RSVP.
|
priority
|
uikit rsvp tabs missing in event edit the attendance invitation and email reminder tabs are missing in the event edit panel the tabs are in the html but are display none note rsvp has not been updated to uikit at this test and this may make a difference i will update this issue once i update rsvp
| 1
|
181,380
| 6,659,194,973
|
IssuesEvent
|
2017-10-01 07:47:40
|
k0shk0sh/FastHub
|
https://api.github.com/repos/k0shk0sh/FastHub
|
closed
|
Organization-wide Projects
|
Priority: High Status: Completed Type: Feature Release
|
**FastHub Version: 4.3.0**
**Android Version: 8.0.0 (SDK: 26)**
**Device Information:**
- **Manufacturer:** Google
- **Model:** Pixel
---
I see that you added repo-level projects, which is awesome! However, my organizations use several organization-level projects to manage our workflow, and I don't believe I can get to that from within the app. For example, the URLs are `github.com/orgs/${org-name}/projects` instead of `github.com/${org-name}/${repo-name}/projects`.
|
1.0
|
Organization-wide Projects - **FastHub Version: 4.3.0**
**Android Version: 8.0.0 (SDK: 26)**
**Device Information:**
- **Manufacturer:** Google
- **Model:** Pixel
---
I see that you added repo-level projects, which is awesome! However, my organizations use several organization-level projects to manage our workflow, and I don't believe I can get to that from within the app. For example, the URLs are `github.com/orgs/${org-name}/projects` instead of `github.com/${org-name}/${repo-name}/projects`.
|
priority
|
organization wide projects fasthub version android version sdk device information manufacturer google model pixel i see that you added repo level projects which is awesome however my organizations use several organization level projects to manage our workflow and i don t believe i can get to that from within the app for example the urls are github com orgs org name projects instead of github com org name repo name projects
| 1
|
310,308
| 9,488,375,678
|
IssuesEvent
|
2019-04-22 19:23:58
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
opened
|
[search] Elasticsearch indexes should be created with an alias
|
enhancement priority: high
|
In order to support features like mapping updates & index swapping all cores should be created with an alias.
The naming schema will be:
- for the alias `{siteName}-{postfix}`
- for the actual index `{siteName}-{postfix}_vX`
|
1.0
|
[search] Elasticsearch indexes should be created with an alias - In order to support features like mapping updates & index swapping all cores should be created with an alias.
The naming schema will be:
- for the alias `{siteName}-{postfix}`
- for the actual index `{siteName}-{postfix}_vX`
|
priority
|
elasticsearch indexes should be created with an alias in order to support features like mapping updates index swapping all cores should be created with an alias the naming schema will be for the alias sitename postfix for the actual index sitename postfix vx
| 1
|
173,148
| 6,520,938,593
|
IssuesEvent
|
2017-08-28 18:33:07
|
inverse-inc/packetfence
|
https://api.github.com/repos/inverse-inc/packetfence
|
closed
|
pfsso: Logging is in default location (/var/log/messages)
|
Priority: High Type: Bug
|
We should be handling it and sending it to the packetfence.log instead
|
1.0
|
pfsso: Logging is in default location (/var/log/messages) - We should be handling it and sending it to the packetfence.log instead
|
priority
|
pfsso logging is in default location var log messages we should be handling it and sending it to the packetfence log instead
| 1
|
515,113
| 14,950,939,871
|
IssuesEvent
|
2021-01-26 13:47:07
|
tellor-io/telliot
|
https://api.github.com/repos/tellor-io/telliot
|
closed
|
some small bugs in the new cli replacement
|
priority: .high type: bug
|
this file is not used anymore, but it is important for the input parsing to verify when addresses are valid.
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/argTypes.go
Config path shouldn't be required and use the default when not provided
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/cmds.go#L409
|
1.0
|
some small bugs in the new cli replacement - this file is not used anymore, but it is important for the input parsing to verify when addresses are valid.
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/argTypes.go
Config path shouldn't be required and use the default when not provided
https://github.com/tellor-io/telliot/blob/master/cmd/telliot/cmds.go#L409
|
priority
|
some small bugs in the new cli replacement this file is not used anymore but it is important for the input parsing to verify when addresses are valid config path shouldn t be required and use the default when not provided
| 1
|
105,434
| 4,235,847,411
|
IssuesEvent
|
2016-07-05 16:25:34
|
dmusican/Elegit
|
https://api.github.com/repos/dmusican/Elegit
|
opened
|
Confusing notification on merging
|
bug priority high
|
When the local repo is caught up with remote-tracking, i.e., when there are no more commits to merge, when you click "merge" the notification
"There aren't any commits to merge. Try fetching first"
pops up. "Try fetching first" is really confusing; I kept refetching, and merging kept "failing", because there were no new commits. "Try fetching first" is terrible advice. Think about what this should be.
|
1.0
|
Confusing notification on merging - When the local repo is caught up with remote-tracking, i.e., when there are no more commits to merge, when you click "merge" the notification
"There aren't any commits to merge. Try fetching first"
pops up. "Try fetching first" is really confusing; I kept refetching, and merging kept "failing", because there were no new commits. "Try fetching first" is terrible advice. Think about what this should be.
|
priority
|
confusing notification on merging when the local repo is caught up with remote tracking i e when there are no more commits to merge when you click merge the notification there aren t any commits to merge try fetching first pops up try fetching first is really confusing i kept refetching and merging kept failing because there were no new commits try fetching first is terrible advice think about what this should be
| 1
|
339,230
| 10,244,726,513
|
IssuesEvent
|
2019-08-20 11:08:55
|
zowe/sample-spring-boot-api-service
|
https://api.github.com/repos/zowe/sample-spring-boot-api-service
|
closed
|
OS linkage example - Introduce JNI code
|
Priority: High
|
As a developer who is creating an API service, I would like to see an example of the JNI code that is calling MVS code via JNI and OS linkage together with instructions how to build them and run them on z/OS.
The existing code with JNI in the old sample should be migrated to the new sample.
|
1.0
|
OS linkage example - Introduce JNI code - As a developer who is creating an API service, I would like to see an example of the JNI code that is calling MVS code via JNI and OS linkage together with instructions how to build them and run them on z/OS.
The existing code with JNI in the old sample should be migrated to the new sample.
|
priority
|
os linkage example introduce jni code as a developer who is creating an api service i would like to see an example of the jni code that is calling mvs code via jni and os linkage together with instructions how to build them and run them on z os the existing code with jni in the old sample should be migrated to the new sample
| 1
|
235,468
| 7,738,844,235
|
IssuesEvent
|
2018-05-28 13:34:15
|
bedita/web
|
https://api.github.com/repos/bedita/web
|
opened
|
Related objects: add search and pagination
|
Priority - High feature
|
In related objects panel using `add objects` we need:
* query filter to perform simple search using `q` query string
* pagination
* type selection if more types are available (this can be done later in another issue)
|
1.0
|
Related objects: add search and pagination - In related objects panel using `add objects` we need:
* query filter to perform simple search using `q` query string
* pagination
* type selection if more types are available (this can be done later in another issue)
|
priority
|
related objects add search and pagination in related objects panel using add objects we need query filter to perform simple search using q query string pagination type selection if more types are available this can be done later in another issue
| 1
|
652,865
| 21,563,567,335
|
IssuesEvent
|
2022-05-01 14:28:46
|
Polymer/tools
|
https://api.github.com/repos/Polymer/tools
|
closed
|
Exclude /components/, /bower_components/, and /node_modules/ from the shell serving behavior
|
Status: Available Priority: High Type: Bug Package: polyserve wontfix
|
See https://github.com/Polymer/polymer-cli/issues/84
|
1.0
|
Exclude /components/, /bower_components/, and /node_modules/ from the shell serving behavior - See https://github.com/Polymer/polymer-cli/issues/84
|
priority
|
exclude components bower components and node modules from the shell serving behavior see
| 1
|
149,840
| 5,729,761,898
|
IssuesEvent
|
2017-04-21 07:25:17
|
minio/minio
|
https://api.github.com/repos/minio/minio
|
closed
|
Server requires content-length header in chunked encoding (streaming) requests
|
priority: high
|
<!--- Provide a general summary of the issue in the Title above -->
The Ruby library fog when uploading files to Minio/S3, uses chunked encoding, but does not send the "content-length" header - however Minio server requires it. Presumably fog has the same behaviour wrt S3 and so we need to see if content-length header is actually required in Minio server's chunked request implementation.
More context of how the issue was found is here - https://github.com/minio/minio-boshrelease/issues/5
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
fog library should "just work" with Minio server.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Minio server returns error saying that "content-length" header is required.
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
Currently unknown.
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
See linked issue above.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Related to supporting Minio as a blobstore for BOSH.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
|
1.0
|
Server requires content-length header in chunked encoding (streaming) requests - <!--- Provide a general summary of the issue in the Title above -->
The Ruby library fog when uploading files to Minio/S3, uses chunked encoding, but does not send the "content-length" header - however Minio server requires it. Presumably fog has the same behaviour wrt S3 and so we need to see if content-length header is actually required in Minio server's chunked request implementation.
More context of how the issue was found is here - https://github.com/minio/minio-boshrelease/issues/5
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
fog library should "just work" with Minio server.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Minio server returns error saying that "content-length" header is required.
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
Currently unknown.
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
See linked issue above.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
Related to supporting Minio as a blobstore for BOSH.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
|
priority
|
server requires content length header in chunked encoding streaming requests the ruby library fog when uploading files to minio uses chunked encoding but does not send the content length header however minio server requires it presumably fog has the same behaviour wrt and so we need to see if content length header is actually required in minio server s chunked request implementation more context of how the issue was found is here expected behavior fog library should just work with minio server current behavior minio server returns error saying that content length header is required possible solution currently unknown steps to reproduce for bugs see linked issue above context related to supporting minio as a blobstore for bosh your environment version used environment name and version e g nginx server type and version operating system and version link to your project
| 1
|
175,597
| 6,552,483,106
|
IssuesEvent
|
2017-09-05 18:32:03
|
NREL/openstudio-geometry-editor
|
https://api.github.com/repos/NREL/openstudio-geometry-editor
|
closed
|
Fill: click in space below to create new space at current level with same geometry
|
bug fixed - needs verify high priority
|
If the user enables viewing of previous-story geometry, then let them double click that geometry to create a space of the same geometry on the current story
|
1.0
|
Fill: click in space below to create new space at current level with same geometry - If the user enables viewing of previous-story geometry, then let them double click that geometry to create a space of the same geometry on the current story
|
priority
|
fill click in space below to create new space at current level with same geometry if the user enables viewing of previous story geometry then let them double click that geometry to create a space of the same geometry on the current story
| 1
|
464,852
| 13,346,924,931
|
IssuesEvent
|
2020-08-29 10:46:09
|
freeorion/freeorion
|
https://api.github.com/repos/freeorion/freeorion
|
closed
|
Crash when searching a keyword in Pedia during a game
|
category:bug component:UI priority:high
|
Bug Report
==========
Environment
-----------
* **FreeOrion Version**: v0.4.10+ 8119c36
* **Operating System**: Ubuntu 18.04
* Compiled from source
Steps to reproduce
------------------
* Quickstart a game
* Open Pedia windows and search for a keyword.
* Crash to desktop happens.
It does not happen when searching the Pedia while not playing a game.
[freeoriond.log](https://github.com/freeorion/freeorion/files/5125056/freeoriond.log)
[freeorion.log](https://github.com/freeorion/freeorion/files/5125057/freeorion.log)
|
1.0
|
Crash when searching a keyword in Pedia during a game - Bug Report
==========
Environment
-----------
* **FreeOrion Version**: v0.4.10+ 8119c36
* **Operating System**: Ubuntu 18.04
* Compiled from source
Steps to reproduce
------------------
* Quickstart a game
* Open Pedia windows and search for a keyword.
* Crash to desktop happens.
It does not happen when searching the Pedia while not playing a game.
[freeoriond.log](https://github.com/freeorion/freeorion/files/5125056/freeoriond.log)
[freeorion.log](https://github.com/freeorion/freeorion/files/5125057/freeorion.log)
|
priority
|
crash when searching a keyword in pedia during a game bug report environment freeorion version operating system ubuntu compiled from source steps to reproduce quickstart a game open pedia windows and search for a keyword crash to desktop happens it does not happen when searching the pedia while not playing a game
| 1
|
720,683
| 24,801,502,006
|
IssuesEvent
|
2022-10-24 22:14:41
|
MSRevive/MSCScripts
|
https://api.github.com/repos/MSRevive/MSCScripts
|
closed
|
Replace bloodstone ring ability
|
help wanted high priority
|
As players can see monster's hp by default now, the bloodstone ring is currently useless. We need to replace it to do something useful now.
|
1.0
|
Replace bloodstone ring ability - As players can see monster's hp by default now, the bloodstone ring is currently useless. We need to replace it to do something useful now.
|
priority
|
replace bloodstone ring ability as players can see monster s hp by default now the bloodstone ring is currently useless we need to replace it to do something useful now
| 1
|
584,685
| 17,461,692,076
|
IssuesEvent
|
2021-08-06 11:25:32
|
turbot/steampipe-plugin-azure
|
https://api.github.com/repos/turbot/steampipe-plugin-azure
|
closed
|
Add table azure_iothub
|
enhancement priority:high new table
|
**References**
https://docs.microsoft.com/en-us/rest/api/iothub/iot-hub-resource/get
We need diagnostic settings details also for iothub.
|
1.0
|
Add table azure_iothub - **References**
https://docs.microsoft.com/en-us/rest/api/iothub/iot-hub-resource/get
We need diagnostic settings details also for iothub.
|
priority
|
add table azure iothub references we need diagnostic settings details also for iothub
| 1
|
488,924
| 14,099,514,912
|
IssuesEvent
|
2020-11-06 01:35:50
|
AY2021S1-CS2103T-T10-1/tp
|
https://api.github.com/repos/AY2021S1-CS2103T-T10-1/tp
|
closed
|
Tag pane resizes when typing in command box
|
priority.High severity.High type.Bug
|

The command is not yet executed, enter is not pressed, just typing stuff in the command box causes the tags pane increase its height.
|
1.0
|
Tag pane resizes when typing in command box - 
The command is not yet executed, enter is not pressed, just typing stuff in the command box causes the tags pane increase its height.
|
priority
|
tag pane resizes when typing in command box the command is not yet executed enter is not pressed just typing stuff in the command box causes the tags pane increase its height
| 1
|
118,620
| 4,751,262,790
|
IssuesEvent
|
2016-10-22 19:50:06
|
SuperTux/supertux
|
https://api.github.com/repos/SuperTux/supertux
|
reopened
|
0.4 crashes on startup on Mac OS X 10.7
|
os:macos priority:high type:bug
|
The new supertux release crashes on startup on my admitedly older 2006 intel iMac. I have not found any requirements for versions, so I do not know whether this is expected.
What can I do to help debug the problem?
|
1.0
|
0.4 crashes on startup on Mac OS X 10.7 - The new supertux release crashes on startup on my admitedly older 2006 intel iMac. I have not found any requirements for versions, so I do not know whether this is expected.
What can I do to help debug the problem?
|
priority
|
crashes on startup on mac os x the new supertux release crashes on startup on my admitedly older intel imac i have not found any requirements for versions so i do not know whether this is expected what can i do to help debug the problem
| 1
|
177,353
| 6,577,606,002
|
IssuesEvent
|
2017-09-12 02:04:34
|
apache/incubator-openwhisk-wskdeploy
|
https://api.github.com/repos/apache/incubator-openwhisk-wskdeploy
|
closed
|
Trigger supports "source" according to the code, yet spec has "feed" as trigger sub element.
|
bug priority: high
|
We should support `feed` under `trigger`, mark `source` deprecated.
In the use case `alarmtrigger`, a trigger is described as below.
```
package:
name: helloworld
triggers:
Every12Hours:
source: /whisk.system/alarms/alarm
```
If I change `source` to `feed`, it will create a trigger without `feed` in OpenWhisk.
```
$ wsk trigger get Every12Hours
ok: got trigger Every12Hours
{
"namespace": "guoyingc@cn.ibm.com_dev",
"name": "Every12Hours",
"version": "0.0.1",
"parameters": [
{
"key": "cron",
"value": "0 */12 * * *"
}
],
"limits": {},
"publish": false
}
```
|
1.0
|
Trigger supports "source" according to the code, yet spec has "feed" as trigger sub element. - We should support `feed` under `trigger`, mark `source` deprecated.
In the use case `alarmtrigger`, a trigger is described as below.
```
package:
name: helloworld
triggers:
Every12Hours:
source: /whisk.system/alarms/alarm
```
If I change `source` to `feed`, it will create a trigger without `feed` in OpenWhisk.
```
$ wsk trigger get Every12Hours
ok: got trigger Every12Hours
{
"namespace": "guoyingc@cn.ibm.com_dev",
"name": "Every12Hours",
"version": "0.0.1",
"parameters": [
{
"key": "cron",
"value": "0 */12 * * *"
}
],
"limits": {},
"publish": false
}
```
|
priority
|
trigger supports source according to the code yet spec has feed as trigger sub element we should support feed under trigger mark source deprecated in the use case alarmtrigger a trigger is described as below package name helloworld triggers source whisk system alarms alarm if i change source to feed it will create a trigger without feed in openwhisk wsk trigger get ok got trigger namespace guoyingc cn ibm com dev name version parameters key cron value limits publish false
| 1
|
339,979
| 10,265,228,963
|
IssuesEvent
|
2019-08-22 18:20:02
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[studio] Merge conflict results in empty dialog box
|
bug priority: high
|
## Describe the bug
Pulling from a remote repository and causing a conflict opens an empty dialog.
## To Reproduce
Steps to reproduce the behavior:
1. Create a site using Editorial BP called `parent`
2. Create a site called `child` using remote repository, and point it to {PATH_TO_CRAFTER_BUNDLE}/crafter-authoring/data/repos/sites/parent/sandbox
3. Edit the homepage and make a change in `child`
4. Edit the home and make a change in `parent`
5. Go to `child` site
6. Go to SiteConfig > Remote Repositories and pull from the parent
7. See error
## Expected behavior
The dialog should report that there was a merge conflict.
## Screenshots

## Logs
https://gist.github.com/sumerjabri/05c73151a4385889e32724ae1a76efd5
## Specs
### Version
3.1.1-SNAPSHOT
### OS
Linux, Ubuntu 18.04 LTS
### Browser
Chrome
## Additional context
N/A
|
1.0
|
[studio] Merge conflict results in empty dialog box - ## Describe the bug
Pulling from a remote repository and causing a conflict opens an empty dialog.
## To Reproduce
Steps to reproduce the behavior:
1. Create a site using Editorial BP called `parent`
2. Create a site called `child` using remote repository, and point it to {PATH_TO_CRAFTER_BUNDLE}/crafter-authoring/data/repos/sites/parent/sandbox
3. Edit the homepage and make a change in `child`
4. Edit the home and make a change in `parent`
5. Go to `child` site
6. Go to SiteConfig > Remote Repositories and pull from the parent
7. See error
## Expected behavior
The dialog should report that there was a merge conflict.
## Screenshots

## Logs
https://gist.github.com/sumerjabri/05c73151a4385889e32724ae1a76efd5
## Specs
### Version
3.1.1-SNAPSHOT
### OS
Linux, Ubuntu 18.04 LTS
### Browser
Chrome
## Additional context
N/A
|
priority
|
merge conflict results in empty dialog box describe the bug pulling from a remote repository and causing a conflict opens an empty dialog to reproduce steps to reproduce the behavior create a site using editorial bp called parent create a site called child using remote repository and point it to path to crafter bundle crafter authoring data repos sites parent sandbox edit the homepage and make a change in child edit the home and make a change in parent go to child site go to siteconfig remote repositories and pull from the parent see error expected behavior the dialog should report that there was a merge conflict screenshots logs specs version snapshot os linux ubuntu lts browser chrome additional context n a
| 1
|
157,888
| 6,017,838,189
|
IssuesEvent
|
2017-06-07 10:40:36
|
metasfresh/metasfresh
|
https://api.github.com/repos/metasfresh/metasfresh
|
opened
|
Full Test on Translation of en_US in webUI
|
priority:high type:enhancement
|
### Is this a bug or feature request?
feature
### What is the current behavior?
not all is translated
#### Which are the steps to reproduce?
### What is the expected or desired behavior?
everything visible to the user matches his language setting
|
1.0
|
Full Test on Translation of en_US in webUI - ### Is this a bug or feature request?
feature
### What is the current behavior?
not all is translated
#### Which are the steps to reproduce?
### What is the expected or desired behavior?
everything visible to the user matches his language setting
|
priority
|
full test on translation of en us in webui is this a bug or feature request feature what is the current behavior not all is translated which are the steps to reproduce what is the expected or desired behavior everything visible to the user matches his language setting
| 1
|
719,940
| 24,774,138,092
|
IssuesEvent
|
2022-10-23 14:17:57
|
bounswe/bounswe2022group5
|
https://api.github.com/repos/bounswe/bounswe2022group5
|
closed
|
Deciding on Time and Platform for Backend Team First Meeting
|
High Priority Type: Communication Status: In Progress
|
***Description*:**
As Backend Team (@mehmetemreakbulut , @canberkboun9 , @irfanbozkurt , @oguzhandemirelx), we need to decide the first meeting time and platform. Also, an agenda is crucial for a productive meeting.
Agenda determined during the [Meeting 15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1):
* Deciding on the table structure of the database (decided as PostgreSQL)
* Getting familiar with other technologies we would use
* Determining communication plan for the backend team
* Creating an initial project (decided as Python/Django)
***Todo's*:**
- [x] Deciding on the time and platform for the backend team.
***Reviewers*:** @canberkboun9 , @irfanbozkurt , @oguzhandemirelx
***Task Deadline*:** 20.10.2022 23:00
***Review Deadline*:** 21.10.2022 12:00
|
1.0
|
Deciding on Time and Platform for Backend Team First Meeting - ***Description*:**
As Backend Team (@mehmetemreakbulut , @canberkboun9 , @irfanbozkurt , @oguzhandemirelx), we need to decide the first meeting time and platform. Also, an agenda is crucial for a productive meeting.
Agenda determined during the [Meeting 15.1](https://github.com/bounswe/bounswe2022group5/wiki/Meeting-15.1):
* Deciding on the table structure of the database (decided as PostgreSQL)
* Getting familiar with other technologies we would use
* Determining communication plan for the backend team
* Creating an initial project (decided as Python/Django)
***Todo's*:**
- [x] Deciding on the time and platform for the backend team.
***Reviewers*:** @canberkboun9 , @irfanbozkurt , @oguzhandemirelx
***Task Deadline*:** 20.10.2022 23:00
***Review Deadline*:** 21.10.2022 12:00
|
priority
|
deciding on time and platform for backend team first meeting description as backend team mehmetemreakbulut irfanbozkurt oguzhandemirelx we need to decide the first meeting time and platform also an agenda is crucial for a productive meeting agenda determined during the deciding on the table structure of the database decided as postgresql getting familiar with other technologies we would use determining communication plan for the backend team creating an initial project decided as python django todo s deciding on the time and platform for the backend team reviewers irfanbozkurt oguzhandemirelx task deadline review deadline
| 1
|
236,580
| 7,750,965,311
|
IssuesEvent
|
2018-05-30 15:40:02
|
Flynrod/SpawnShield
|
https://api.github.com/repos/Flynrod/SpawnShield
|
opened
|
Ability to enter protection zone during combat
|
bug confirmed high priority
|
**SpawnShield version:** 2.0.8
**Description:**
When a player is tagged, he is able to enter the security zone despite the settings in the configuration file.
|
1.0
|
Ability to enter protection zone during combat - **SpawnShield version:** 2.0.8
**Description:**
When a player is tagged, he is able to enter the security zone despite the settings in the configuration file.
|
priority
|
ability to enter protection zone during combat spawnshield version description when a player is tagged he is able to enter the security zone despite the settings in the configuration file
| 1
|
22,881
| 2,651,012,327
|
IssuesEvent
|
2015-03-16 07:54:09
|
ilgrosso/oldSyncopeIdM
|
https://api.github.com/repos/ilgrosso/oldSyncopeIdM
|
closed
|
Virtual attribute cache
|
1 star Component-Logic Component-Persistence duplicate enhancement imported Priority-High Release-Soave-2.1
|
_From [fabio.ma...@gmail.com](https://code.google.com/u/109095430973973917901/) on January 18, 2012 11:03:48_
Provide a simple cache for virtual attribute values in order to avoid to query external resources every time.
_Original issue: http://code.google.com/p/syncope/issues/detail?id=276_
|
1.0
|
Virtual attribute cache - _From [fabio.ma...@gmail.com](https://code.google.com/u/109095430973973917901/) on January 18, 2012 11:03:48_
Provide a simple cache for virtual attribute values in order to avoid to query external resources every time.
_Original issue: http://code.google.com/p/syncope/issues/detail?id=276_
|
priority
|
virtual attribute cache from on january provide a simple cache for virtual attribute values in order to avoid to query external resources every time original issue
| 1
|
517,587
| 15,016,585,071
|
IssuesEvent
|
2021-02-01 09:46:35
|
ngageoint/hootenanny
|
https://api.github.com/repos/ngageoint/hootenanny
|
opened
|
Check and update the TDSv7 schema and translation
|
Category: Core Category: Translation Priority: High Status: In Progress Type: Bug Type: Maintenance Type: Support
|
Reconcile the differences between the published schema and the implementation.
Treat the implementation as the "standard"
|
1.0
|
Check and update the TDSv7 schema and translation - Reconcile the differences between the published schema and the implementation.
Treat the implementation as the "standard"
|
priority
|
check and update the schema and translation reconcile the differences between the published schema and the implementation treat the implementation as the standard
| 1
|
339,650
| 10,257,246,307
|
IssuesEvent
|
2019-08-21 19:38:33
|
gamerpals/Backend
|
https://api.github.com/repos/gamerpals/Backend
|
closed
|
POST api/Login creates second user with everything set to null
|
bug high priority invalid wontfix
|
# Expected Behavior
Log the user in and return the user object to that user
# Current Behavior
For some reason it created a new user with everything set to null:
Query `{GoogleId: '106288635263380130851'}` returns original user and 7x this:
```
{
"_id": "5d5d693a56d8890004b45704",
"CreateTime": "2019-08-21T15:54:34.434Z",
"GoogleId": "106288635263380130851",
"ProfileName": null,
"ProfileDescription": null,
"ProfilePicture": null,
"Birthday": "0001-01-01T00:00:00.000Z",
"OnlineStatus": null,
"Country": "000000000000000000000000",
"Languages": null,
"Gender": null,
"CurrentSession": null,
"Karma": null,
"GamesSelected": null,
"ActiveSearches": null,
"PassiveSearches": null,
"Role": "000000000000000000000000",
"FriendsList": null,
"RecievedFriendRequests": null,
"SentFriendRequests": null,
"PrivateChats": null,
"Notifications": null,
"ConnectedServices": null,
"ProfileComplete": false
}
```
# Possible Solution
/
# Detailed Description
/
|
1.0
|
POST api/Login creates second user with everything set to null - # Expected Behavior
Log the user in and return the user object to that user
# Current Behavior
For some reason it created a new user with everything set to null:
Query `{GoogleId: '106288635263380130851'}` returns original user and 7x this:
```
{
"_id": "5d5d693a56d8890004b45704",
"CreateTime": "2019-08-21T15:54:34.434Z",
"GoogleId": "106288635263380130851",
"ProfileName": null,
"ProfileDescription": null,
"ProfilePicture": null,
"Birthday": "0001-01-01T00:00:00.000Z",
"OnlineStatus": null,
"Country": "000000000000000000000000",
"Languages": null,
"Gender": null,
"CurrentSession": null,
"Karma": null,
"GamesSelected": null,
"ActiveSearches": null,
"PassiveSearches": null,
"Role": "000000000000000000000000",
"FriendsList": null,
"RecievedFriendRequests": null,
"SentFriendRequests": null,
"PrivateChats": null,
"Notifications": null,
"ConnectedServices": null,
"ProfileComplete": false
}
```
# Possible Solution
/
# Detailed Description
/
|
priority
|
post api login creates second user with everything set to null expected behavior log the user in and return the user object to that user current behavior for some reason it created a new user with everything set to null query googleid returns original user and this id createtime googleid profilename null profiledescription null profilepicture null birthday onlinestatus null country languages null gender null currentsession null karma null gamesselected null activesearches null passivesearches null role friendslist null recievedfriendrequests null sentfriendrequests null privatechats null notifications null connectedservices null profilecomplete false possible solution detailed description
| 1
|
760,558
| 26,647,402,661
|
IssuesEvent
|
2023-01-25 11:02:39
|
slsdetectorgroup/motorControlSoftware
|
https://api.github.com/repos/slsdetectorgroup/motorControlSoftware
|
closed
|
Fluorescence (big) move not proportional
|
action - Bug priority - High status - wont fix
|
<!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
##### *Distribution:
<!-- RHEL7, RHEL6, Fedora, etc -->
##### *Xray Box type:
<!-- If applicable, Laser Box, Big Xray box, Vaccum Box -->
xray box
##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->
##### *Describe the bug
<!-- A clear and concise description of what the bug is -->
Fluorescence motor later targets seem not proportional with position. Also makes weird sounds. umotmin, umotgrad and pitch were as per config (vt80)
@erikfrojdh
##### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
##### To Reproduce
<!-- Steps to reproduce the behavior: -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->
##### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
##### Additional context
<!-- Add any other context about the problem here. -->
|
1.0
|
Fluorescence (big) move not proportional - <!-- Preview changes before submitting -->
<!-- Please fill out everything with an *, as this report will be discarded otherwise -->
<!-- This is a comment, the syntax is a bit different from c++ or bash -->
##### *Distribution:
<!-- RHEL7, RHEL6, Fedora, etc -->
##### *Xray Box type:
<!-- If applicable, Laser Box, Big Xray box, Vaccum Box -->
xray box
##### Priority:
<!-- Super Low, Low, Medium, High, Super High -->
##### *Describe the bug
<!-- A clear and concise description of what the bug is -->
Fluorescence motor later targets seem not proportional with position. Also makes weird sounds. umotmin, umotgrad and pitch were as per config (vt80)
@erikfrojdh
##### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
##### To Reproduce
<!-- Steps to reproduce the behavior: -->
<!-- 1. Go to '...' -->
<!-- 2. Click on '....' -->
<!-- 3. Scroll down to '....' -->
<!-- 4. See error -->
##### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
##### Additional context
<!-- Add any other context about the problem here. -->
|
priority
|
fluorescence big move not proportional distribution xray box type xray box priority describe the bug fluorescence motor later targets seem not proportional with position also makes weird sounds umotmin umotgrad and pitch were as per config erikfrojdh expected behavior to reproduce screenshots additional context
| 1
|
211,804
| 7,208,052,236
|
IssuesEvent
|
2018-02-07 00:56:30
|
Motoxpro/WorldCupStatsSite
|
https://api.github.com/repos/Motoxpro/WorldCupStatsSite
|
closed
|
Get average speed for all riders for qualy and final
|
High Priority Data Issue
|
Once we have the venue length we can use that to get the average speed for each rider
|
1.0
|
Get average speed for all riders for qualy and final - Once we have the venue length we can use that to get the average speed for each rider
|
priority
|
get average speed for all riders for qualy and final once we have the venue length we can use that to get the average speed for each rider
| 1
|
753,636
| 26,356,627,496
|
IssuesEvent
|
2023-01-11 10:11:35
|
stdlib-js/google-summer-of-code
|
https://api.github.com/repos/stdlib-js/google-summer-of-code
|
opened
|
[Idea]: develop a Google Sheets extension which exposes stdlib functionality
|
idea priority: high tech: javascript tech: nodejs difficulty: 2
|
### Idea
The goal of this idea is to allow users to call stdlib APIs from within Google Sheets. This will allow users to perform linear algebra and various machine learning operations directly on spreadsheet data and all within the browser.
### Expected Outcomes
Google Sheets users will be able to install an add-on which exposes stdlib functionality, run statistical tests, evaluate mathematical functions, and perform linear algebra operations using stdlib.
### Involved Software
No other software is necessary.
### Prerequisite Knowledge
JavaScript, Node.js.
### Difficulty
Beginner/Intermediate.
### Project Length
175/350 hours. Can be scoped accordingly. A skilled contributor can work strategy for performant fused operations.
|
1.0
|
[Idea]: develop a Google Sheets extension which exposes stdlib functionality - ### Idea
The goal of this idea is to allow users to call stdlib APIs from within Google Sheets. This will allow users to perform linear algebra and various machine learning operations directly on spreadsheet data and all within the browser.
### Expected Outcomes
Google Sheets users will be able to install an add-on which exposes stdlib functionality, run statistical tests, evaluate mathematical functions, and perform linear algebra operations using stdlib.
### Involved Software
No other software is necessary.
### Prerequisite Knowledge
JavaScript, Node.js.
### Difficulty
Beginner/Intermediate.
### Project Length
175/350 hours. Can be scoped accordingly. A skilled contributor can work strategy for performant fused operations.
|
priority
|
develop a google sheets extension which exposes stdlib functionality idea the goal of this idea is to allow users to call stdlib apis from within google sheets this will allow users to perform linear algebra and various machine learning operations directly on spreadsheet data and all within the browser expected outcomes google sheets users will be able to install an add on which exposes stdlib functionality run statistical tests evaluate mathematical functions and perform linear algebra operations using stdlib involved software no other software is necessary prerequisite knowledge javascript node js difficulty beginner intermediate project length hours can be scoped accordingly a skilled contributor can work strategy for performant fused operations
| 1
|
144,314
| 5,538,465,955
|
IssuesEvent
|
2017-03-22 01:48:34
|
Esri/data-assistant
|
https://api.github.com/repos/Esri/data-assistant
|
closed
|
Exception caught: unable to cast DIAMETER to Double : 'None'
|
bug fixed Installed priority: high
|
Is this a valid exception? My field map for this has other cast to 0, so I would assume Null in the source would be 0 in the result
@SteveGrise
|
1.0
|
Exception caught: unable to cast DIAMETER to Double : 'None' - Is this a valid exception? My field map for this has other cast to 0, so I would assume Null in the source would be 0 in the result
@SteveGrise
|
priority
|
exception caught unable to cast diameter to double none is this a valid exception my field map for this has other cast to so i would assume null in the source would be in the result stevegrise
| 1
|
357,629
| 10,616,357,418
|
IssuesEvent
|
2019-10-12 11:05:01
|
AY1920S1-CS2103T-F14-1/main
|
https://api.github.com/repos/AY1920S1-CS2103T-F14-1/main
|
closed
|
Finish compiler and test executor
|
priority.High severity.High status.Ongoing type.Story
|
- [x] Integrate the compiler and program executor to create the test executor
- [x] Write unit tests and integration tests for the test executor
|
1.0
|
Finish compiler and test executor - - [x] Integrate the compiler and program executor to create the test executor
- [x] Write unit tests and integration tests for the test executor
|
priority
|
finish compiler and test executor integrate the compiler and program executor to create the test executor write unit tests and integration tests for the test executor
| 1
|
206,974
| 7,123,356,134
|
IssuesEvent
|
2018-01-19 15:10:02
|
Signbank/NGT-signbank
|
https://api.github.com/repos/Signbank/NGT-signbank
|
closed
|
Stop SB from reloading after selecting the current interface language
|
bug enhancement high priority
|
* After selecting the interface language that is already selected, SB keeps reloading. We should somehow prevent this from happening: either by showing only the non-active languages in the menu (but then the flag for the current language would need to change to something like 'Select other language'), or by actually solving the 'bug'.
* Alternative: see how it is done in FinSL Signbank?
|
1.0
|
Stop SB from reloading after selecting the current interface language - * After selecting the interface language that is already selected, SB keeps reloading. We should somehow prevent this from happening: either by showing only the non-active languages in the menu (but then the flag for the current language would need to change to something like 'Select other language'), or by actually solving the 'bug'.
* Alternative: see how it is done in FinSL Signbank?
|
priority
|
stop sb from reloading after selecting the current interface language after selecting the interface language that is already selected sb keeps reloading we should somehow prevent this from happening either by showing only the non active languages in the menu but then the flag for the current language would need to change to something like select other language or by actually solving the bug alternative see how it is done in finsl signbank
| 1
|
326,052
| 9,942,188,500
|
IssuesEvent
|
2019-07-03 13:23:29
|
ibi-group/trimet-mod-otp
|
https://api.github.com/repos/ibi-group/trimet-mod-otp
|
closed
|
Bug: Itinerary Print
|
bug high priority
|
The itinerary print feature is no longer working. In both Firefox and Chrome, only a map is displayed (without the itinerary drawn on it nor any instructions below).

|
1.0
|
Bug: Itinerary Print - The itinerary print feature is no longer working. In both Firefox and Chrome, only a map is displayed (without the itinerary drawn on it nor any instructions below).

|
priority
|
bug itinerary print the itinerary print feature is no longer working in both firefox and chrome only a map is displayed without the itinerary drawn on it nor any instructions below
| 1
|
382,601
| 11,308,897,596
|
IssuesEvent
|
2020-01-19 09:24:51
|
openmsupply/mobile
|
https://api.github.com/repos/openmsupply/mobile
|
closed
|
Hide payment and insurance related details when not enabled
|
Bug: development Docs: not needed Effort: small Feature Module: dispensary Priority: high
|
## Is your feature request related to a problem? Please describe.
Currently insurance and payment details are always shown within a prescription
## Describe the solution you'd like
Hide these details when they're not enabled
## Implementation
N/A
## Describe alternatives you've considered
N/A
## Additional context
N/A
|
1.0
|
Hide payment and insurance related details when not enabled - ## Is your feature request related to a problem? Please describe.
Currently insurance and payment details are always shown within a prescription
## Describe the solution you'd like
Hide these details when they're not enabled
## Implementation
N/A
## Describe alternatives you've considered
N/A
## Additional context
N/A
|
priority
|
hide payment and insurance related details when not enabled is your feature request related to a problem please describe currently insurance and payment details are always shown within a prescription describe the solution you d like hide these details when they re not enabled implementation n a describe alternatives you ve considered n a additional context n a
| 1
|
194,814
| 6,899,450,519
|
IssuesEvent
|
2017-11-24 13:51:27
|
metasfresh/metasfresh-webui-api
|
https://api.github.com/repos/metasfresh/metasfresh-webui-api
|
closed
|
webui server is losing session context
|
branch:master priority:high type:bug
|
### Is this a bug or feature request?
bug
### What is the current behavior?
The session context gets lost after each request.
#### Which are the steps to reproduce?
It was causing the issues described here: https://github.com/metasfresh/metasfresh-webui-frontend/issues/1280#issuecomment-346205155
### What is the expected or desired behavior?
Shall not be lost :)
|
1.0
|
webui server is losing session context - ### Is this a bug or feature request?
bug
### What is the current behavior?
The session context gets lost after each request.
#### Which are the steps to reproduce?
It was causing the issues described here: https://github.com/metasfresh/metasfresh-webui-frontend/issues/1280#issuecomment-346205155
### What is the expected or desired behavior?
Shall not be lost :)
|
priority
|
webui server is losing session context is this a bug or feature request bug what is the current behavior the session context gets lost after each request which are the steps to reproduce it was causing the issues described here what is the expected or desired behavior shall not be lost
| 1
|
62,965
| 3,193,755,612
|
IssuesEvent
|
2015-09-30 08:03:36
|
fusioninventory/fusioninventory-for-glpi
|
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
|
closed
|
Use SimpleXMLElement::count but not available under PHP 5.3
|
Category: Communication Component: For junior contributor Component: Found in version Priority: High Status: Closed Tracker: Bug
|
---
Author Name: **David Durieux** (@ddurieux)
Original Redmine Issue: 1367, http://forge.fusioninventory.org/issues/1367
Original Date: 2011-11-28
Original Assignee: David Durieux
---
None
|
1.0
|
Use SimpleXMLElement::count but not available under PHP 5.3 - ---
Author Name: **David Durieux** (@ddurieux)
Original Redmine Issue: 1367, http://forge.fusioninventory.org/issues/1367
Original Date: 2011-11-28
Original Assignee: David Durieux
---
None
|
priority
|
use simplexmlelement count but not available under php author name david durieux ddurieux original redmine issue original date original assignee david durieux none
| 1
|
152,914
| 5,871,885,843
|
IssuesEvent
|
2017-05-15 09:53:21
|
MrFouss/IA51-Crowd-Project
|
https://api.github.com/repos/MrFouss/IA51-Crowd-Project
|
closed
|
Add time management
|
3 - Done Priority: High Type: Enhancement
|
To avoid old events being taken into account, we should attach a time attribute to each action event, and the environment should check whether it should apply the action.
For example, at the beginning of a step, the environment will send perception events to all agents with a {time: x} attribute. Then, the agent will process said perception and send an action event. The environment will then receive this event with the {time: x} attribute, so it will apply the action. But, if the environment receives an event with {time: x-1}, it won't take into account this action.
<!---
@huboard:{"order":1.999600059992001,"milestone_order":0.999300279916021,"custom_state":""}
-->
|
1.0
|
Add time management - To avoid old events being taken into account, we should attach a time attribute to each action event, and the environment should check whether it should apply the action.
For example, at the beginning of a step, the environment will send perception events to all agents with a {time: x} attribute. Then, the agent will process said perception and send an action event. The environment will then receive this event with the {time: x} attribute, so it will apply the action. But, if the environment receives an event with {time: x-1}, it won't take into account this action.
<!---
@huboard:{"order":1.999600059992001,"milestone_order":0.999300279916021,"custom_state":""}
-->
|
priority
|
add time management to avoid old events being taken into account we should attach a time attribute to each action event and the environment should check whether it should apply the action for example at the beginning of a step the environment will send perception events to all agents with a time x attribute then the agent will process said perception and send an action event the environment will then receive this event with the time x attribute so it will apply the action but if the environment receives an event with time x it won t take into account this action huboard order milestone order custom state
| 1
|
378,047
| 11,194,935,861
|
IssuesEvent
|
2020-01-03 03:43:59
|
Jolomann/etternamax-respect-v
|
https://api.github.com/repos/Jolomann/etternamax-respect-v
|
opened
|
Edit stepsdisplay to DJMAX style
|
High Priority Theme WIP a e s t h e t i c s
|
- Make it scroll horizontally
- Add border
- Change difficulty strings (NORMAL/HARD/MX/SC, maybe add easy even though it's not in DJMAX)
- Display key/game mode elsewhere
- Find some kind of system for colours(Maybe key/game mode dependant?)
|
1.0
|
Edit stepsdisplay to DJMAX style - - Make it scroll horizontally
- Add border
- Change difficulty strings (NORMAL/HARD/MX/SC, maybe add easy even though it's not in DJMAX)
- Display key/game mode elsewhere
- Find some kind of system for colours(Maybe key/game mode dependant?)
|
priority
|
edit stepsdisplay to djmax style make it scroll horizontally add border change difficulty strings normal hard mx sc maybe add easy even though it s not in djmax display key game mode elsewhere find some kind of system for colours maybe key game mode dependant
| 1
|
2,024
| 2,522,859,406
|
IssuesEvent
|
2015-01-20 03:01:09
|
NebulousLabs/Sia
|
https://api.github.com/repos/NebulousLabs/Sia
|
opened
|
Renter Deadlock
|
bug High Priority
|
Tried to rent a file and my renter deadlocked. I'm not quite sure where it's stuck.
=/
|
1.0
|
Renter Deadlock - Tried to rent a file and my renter deadlocked. I'm not quite sure where it's stuck.
=/
|
priority
|
renter deadlock tried to rent a file and my renter deadlocked i m not quite sure where it s stuck
| 1
|
143,183
| 5,511,520,811
|
IssuesEvent
|
2017-03-17 05:24:25
|
CS2103JAN2017-F12-B4/main
|
https://api.github.com/repos/CS2103JAN2017-F12-B4/main
|
closed
|
Change parser for displaying the correct info on TaskCards
|
priority.high type.task
|
Currently each card is still displaying address instead of task, so it's important to make UI changes to the displayed cards
|
1.0
|
Change parser for displaying the correct info on TaskCards - Currently each card is still displaying address instead of task, so it's important to make UI changes to the displayed cards
|
priority
|
change parser for displaying the correct info on taskcards currently each card is still displaying address instead of task so it s important to make ui changes to the displayed cards
| 1
|
379,995
| 11,252,845,251
|
IssuesEvent
|
2020-01-11 12:00:30
|
gammapy/gammapy
|
https://api.github.com/repos/gammapy/gammapy
|
closed
|
Unify coordsys and frame handling between maps and models
|
cleanup priority-high
|
Currently we handle coordinate systems / frames in two different ways in Gammapy:
- In `gammapy.maps` we have the `coordsys` keyword with allowed values of `CEL` and `GAL`.
- In all other parts of Gammapy we are compliant with the `SkyCoord` API and use a frame keyword.
This inhomogenity even lead to bugs like #2402. My proposal would be to adapt the `Map` API to use the `frame` keyword as well. Internally we just completely rely on things like `SkyCoord.to_pixel(wcs)` and `celestial_frame_to_wcs` and leave the coordinate handling 100% to astropy. This way we also get rid of functions like `skycoord_to_lonlat` or `coordsys_to_frame`.
I guess alternatively we could introduce `coordsys` in other parts of Gammapy and always restrict to `CEL` and `GAL`. While I can see the motivation for this, I think it complicates our code and API, because we deviate from the established astropy.coordinates API.
I'm happy to take over this task for v0.15.
What do you think @cdeil and @registerrier?
|
1.0
|
Unify coordsys and frame handling between maps and models - Currently we handle coordinate systems / frames in two different ways in Gammapy:
- In `gammapy.maps` we have the `coordsys` keyword with allowed values of `CEL` and `GAL`.
- In all other parts of Gammapy we are compliant with the `SkyCoord` API and use a frame keyword.
This inhomogenity even lead to bugs like #2402. My proposal would be to adapt the `Map` API to use the `frame` keyword as well. Internally we just completely rely on things like `SkyCoord.to_pixel(wcs)` and `celestial_frame_to_wcs` and leave the coordinate handling 100% to astropy. This way we also get rid of functions like `skycoord_to_lonlat` or `coordsys_to_frame`.
I guess alternatively we could introduce `coordsys` in other parts of Gammapy and always restrict to `CEL` and `GAL`. While I can see the motivation for this, I think it complicates our code and API, because we deviate from the established astropy.coordinates API.
I'm happy to take over this task for v0.15.
What do you think @cdeil and @registerrier?
|
priority
|
unify coordsys and frame handling between maps and models currently we handle coordinate systems frames in two different ways in gammapy in gammapy maps we have the coordsys keyword with allowed values of cel and gal in all other parts of gammapy we are compliant with the skycoord api and use a frame keyword this inhomogenity even lead to bugs like my proposal would be to adapt the map api to use the frame keyword as well internally we just completely rely on things like skycoord to pixel wcs and celestial frame to wcs and leave the coordinate handling to astropy this way we also get rid of functions like skycoord to lonlat or coordsys to frame i guess alternatively we could introduce coordsys in other parts of gammapy and always restrict to cel and gal while i can see the motivation for this i think it complicates our code and api because we deviate from the established astropy coordinates api i m happy to take over this task for what do you think cdeil and registerrier
| 1
|
132,121
| 5,170,230,947
|
IssuesEvent
|
2017-01-18 04:58:29
|
domaindrivendev/Swashbuckle.AspNetCore
|
https://api.github.com/repos/domaindrivendev/Swashbuckle.AspNetCore
|
closed
|
Get methods with complex type parameters not populating parameter description
|
high priority
|
GET requests can use model binding to complex types, and for the most part Swashbuckle seems to handle this... as long as you are explicit in flagging properties as FromQuery (which is how ASP.NET binds them anyway... cause, you know... it's a get request). But it isn't pulling XML comments from the complex type correctly.
Consider a complex type in a GET request such as:
```
/// <summary>
/// Gets a thing, using optional query string criteria
/// </summary>
[HttpGet]
public IActionResult Get(SearchRequest request)
{
}
```
Where SearchRequest looks like:
```
public class SearchRequest
{
/// <summary>
/// The item identifier.
/// </summary>
/// <value>The item identifier. Default is "toast".</value>
[FromQuery]
public string ThingId { get; set; } = "toast";
// ... other properties
}
```
Here, the FromQuery is needed to let swashbuckle/swagger know how to make the call (which I can live with), but the output documentation here will completely ignore the xml comments. There will be no description for the parameter, and so far I've found no good way around this short of a custom filter.
What does work, though Resharper HATES it, is if I add params to the action method like this:
```
/// <summary>
/// Gets a thing, using optional query string criteria
/// </summary>
/// <param name="ThingId ">The item identifier. The default is "toast".</param>
[HttpGet]
public IActionResult Get(SearchRequest request)
{
}
```
It will populate the description in swagger doc and the UI, but of course it's a bit sub-optimal. My action method has a bunch of param comments that don't actually map correctly to the method signature... causing my tooling to underline everything and strongly suggest that I fix it... and I'm sure someone on my team will eventually fix it, breaking swagger without even realizing it.
Is there some easier way to tell swagger to map the complex type's comments as parameters? I suppose I could go down the custom filter path, but this seems like a pretty standard usage that the framework should either handle, or provide via a simple SwaggerParamAttribute or something.
|
1.0
|
Get methods with complex type parameters not populating parameter description - GET requests can use model binding to complex types, and for the most part Swashbuckle seems to handle this... as long as you are explicit in flagging properties as FromQuery (which is how ASP.NET binds them anyway... cause, you know... it's a get request). But it isn't pulling XML comments from the complex type correctly.
Consider a complex type in a GET request such as:
```
/// <summary>
/// Gets a thing, using optional query string criteria
/// </summary>
[HttpGet]
public IActionResult Get(SearchRequest request)
{
}
```
Where SearchRequest looks like:
```
public class SearchRequest
{
/// <summary>
/// The item identifier.
/// </summary>
/// <value>The item identifier. Default is "toast".</value>
[FromQuery]
public string ThingId { get; set; } = "toast";
// ... other properties
}
```
Here, the FromQuery is needed to let swashbuckle/swagger know how to make the call (which I can live with), but the output documentation here will completely ignore the xml comments. There will be no description for the parameter, and so far I've found no good way around this short of a custom filter.
What does work, though Resharper HATES it, is if I add params to the action method like this:
```
/// <summary>
/// Gets a thing, using optional query string criteria
/// </summary>
/// <param name="ThingId ">The item identifier. The default is "toast".</param>
[HttpGet]
public IActionResult Get(SearchRequest request)
{
}
```
It will populate the description in swagger doc and the UI, but of course it's a bit sub-optimal. My action method has a bunch of param comments that don't actually map correctly to the method signature... causing my tooling to underline everything and strongly suggest that I fix it... and I'm sure someone on my team will eventually fix it, breaking swagger without even realizing it.
Is there some easier way to tell swagger to map the complex type's comments as parameters? I suppose I could go down the custom filter path, but this seems like a pretty standard usage that the framework should either handle, or provide via a simple SwaggerParamAttribute or something.
|
priority
|
get methods with complex type parameters not populating parameter description get requests can use model binding to complex types and for the most part swashbuckle seems to handle this as long as you are explicit in flagging properties as fromquery which is how asp net binds them anyway cause you know it s a get request but it isn t pulling xml comments from the complex type correctly consider a complex type in a get request such as gets a thing using optional query string criteria public iactionresult get searchrequest request where searchrequest looks like public class searchrequest the item identifier the item identifier default is toast public string thingid get set toast other properties here the fromquery is needed to let swashbuckle swagger know how to make the call which i can live with but the output documentation here will completely ignore the xml comments there will be no description for the parameter and so far i ve found no good way around this short of a custom filter what does work though resharper hates it is if i add params to the action method like this gets a thing using optional query string criteria the item identifier the default is toast public iactionresult get searchrequest request it will populate the description in swagger doc and the ui but of course it s a bit sub optimal my action method has a bunch of param comments that don t actually map correctly to the method signature causing my tooling to underline everything and strongly suggest that i fix it and i m sure someone on my team will eventually fix it breaking swagger without even realizing it is there some easier way to tell swagger to map the complex type s comments as parameters i suppose i could go down the custom filter path but this seems like a pretty standard usage that the framework should either handle or provide via a simple swaggerparamattribute or something
| 1
|
791,257
| 27,857,345,812
|
IssuesEvent
|
2023-03-21 00:50:48
|
7thbeatgames/rd
|
https://api.github.com/repos/7thbeatgames/rd
|
closed
|
Dropdowns are visible in editor fullscreen
|
Bug Comp: Editor Priority: High
|
### Is there an existing issue for this?
- [X] I searched for the issues, and made sure there were no duplicates.
### Contact Information
Random Guy JCI#7029
### Summary
While opening a dropdown, entering fullscreen still shows part of the dropdown and covers part of the level view.
### Version
v0.11.6 (r26)
### Operating System (OS)
Windows 10
### Platform
Steam
### Device Info
_No response_
### Steps to Reproduce
2. Open any dropdown (this can be the menu dropdown or any dropdown in a level event)
3. Press F to enter fullscreen
### Expected Behavior
The dropdown should automatically be hidden from view.
### Observed Behavior
Part of the dropdown can be seen obstructing the view in fullscreen.
### Reproduction Rate
100%
### Anything else?
Here is an example image of the bug in action:

|
1.0
|
Dropdowns are visible in editor fullscreen - ### Is there an existing issue for this?
- [X] I searched for the issues, and made sure there were no duplicates.
### Contact Information
Random Guy JCI#7029
### Summary
While opening a dropdown, entering fullscreen still shows part of the dropdown and covers part of the level view.
### Version
v0.11.6 (r26)
### Operating System (OS)
Windows 10
### Platform
Steam
### Device Info
_No response_
### Steps to Reproduce
2. Open any dropdown (this can be the menu dropdown or any dropdown in a level event)
3. Press F to enter fullscreen
### Expected Behavior
The dropdown should automatically be hidden from view.
### Observed Behavior
Part of the dropdown can be seen obstructing the view in fullscreen.
### Reproduction Rate
100%
### Anything else?
Here is an example image of the bug in action:

|
priority
|
dropdowns are visible in editor fullscreen is there an existing issue for this i searched for the issues and made sure there were no duplicates contact information random guy jci summary while opening a dropdown entering fullscreen still shows part of the dropdown and covers part of the level view version operating system os windows platform steam device info no response steps to reproduce open any dropdown this can be the menu dropdown or any dropdown in a level event press f to enter fullscreen expected behavior the dropdown should automatically be hidden from view observed behavior part of the dropdown can be seen obstructing the view in fullscreen reproduction rate anything else here is an example image of the bug in action
| 1
|
730,250
| 25,165,420,155
|
IssuesEvent
|
2022-11-10 20:22:26
|
Cotalker/documentation
|
https://api.github.com/repos/Cotalker/documentation
|
closed
|
Bug Report: Cuando son muchos, no se pueden ver ni editar los subelementos de un elemento en su ficha
|
Bug report Bug high priority
|
### Affected system
Cotalker Web Application
### Affected system (other)
_No response_
### Affected environment
Staging
### Affected environment (other)
_No response_
### App version
_No response_
### Details
Al ingresar a la base de datos del administrador e intentar editar los sub elementos en la ficha de un elemento con más de 100 de estos, la colección y los elementos no se muestran.
### Steps to reproduce
Ingresar a base de datos
ingresara a una collection
Buscar un elemento con muchos sub elementos (ni idea con cuantos falla)
Abrir su ficha e intentar editar algún sub elemento
No se verá nada, solo la opción de agregar un nuevo elemento.
https://user-images.githubusercontent.com/98488087/196447000-e648220e-eaf9-403c-81cf-c083a9350648.mov
### Expected result
Que se muestre el listado de sub elementos y poder editarlo.
### Additional data
_No response_
|
1.0
|
Bug Report: Cuando son muchos, no se pueden ver ni editar los subelementos de un elemento en su ficha - ### Affected system
Cotalker Web Application
### Affected system (other)
_No response_
### Affected environment
Staging
### Affected environment (other)
_No response_
### App version
_No response_
### Details
Al ingresar a la base de datos del administrador e intentar editar los sub elementos en la ficha de un elemento con más de 100 de estos, la colección y los elementos no se muestran.
### Steps to reproduce
Ingresar a base de datos
ingresara a una collection
Buscar un elemento con muchos sub elementos (ni idea con cuantos falla)
Abrir su ficha e intentar editar algún sub elemento
No se verá nada, solo la opción de agregar un nuevo elemento.
https://user-images.githubusercontent.com/98488087/196447000-e648220e-eaf9-403c-81cf-c083a9350648.mov
### Expected result
Que se muestre el listado de sub elementos y poder editarlo.
### Additional data
_No response_
|
priority
|
bug report cuando son muchos no se pueden ver ni editar los subelementos de un elemento en su ficha affected system cotalker web application affected system other no response affected environment staging affected environment other no response app version no response details al ingresar a la base de datos del administrador e intentar editar los sub elementos en la ficha de un elemento con más de de estos la colección y los elementos no se muestran steps to reproduce ingresar a base de datos ingresara a una collection buscar un elemento con muchos sub elementos ni idea con cuantos falla abrir su ficha e intentar editar algún sub elemento no se verá nada solo la opción de agregar un nuevo elemento expected result que se muestre el listado de sub elementos y poder editarlo additional data no response
| 1
|
509,647
| 14,741,027,949
|
IssuesEvent
|
2021-01-07 09:59:29
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
m.youtube.com - see bug description
|
browser-fenix engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
|
<!-- @browser: 85.0.0-beta.5 (Build #2015785691) -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/65105 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.youtube.com/watch?v=yHNieEf5GH8
**Browser / Version**: 85.0.0-beta.5 (Build #2015785691)
**Operating System**: Android 10 COL L29 Emui 10
**Tested Another Browser**: Yes Other
**Problem type**: Something else
**Description**: When connected with Bluetooth headset video is choppy/laggy. If no Bluetooth connected video works correctly. No audio issue.
**Steps to Reproduce**:
Tested on Firefox 84.1.3 (Build #2015785691)
Works perfectly no problem. So definitely is due to the beta Firefox version.
happens with any video player on any website.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/2d1418de-0f78-4210-b882-5f55f66b2ddb.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: 20210105185604</li><li>channel: beta</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/2021/1/f882e0f2-96de-4190-a356-9a855bba544f)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
m.youtube.com - see bug description - <!-- @browser: 85.0.0-beta.5 (Build #2015785691) -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:85.0) Gecko/85.0 Firefox/85.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/65105 -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://m.youtube.com/watch?v=yHNieEf5GH8
**Browser / Version**: 85.0.0-beta.5 (Build #2015785691)
**Operating System**: Android 10 COL L29 Emui 10
**Tested Another Browser**: Yes Other
**Problem type**: Something else
**Description**: When connected with Bluetooth headset video is choppy/laggy. If no Bluetooth connected video works correctly. No audio issue.
**Steps to Reproduce**:
Tested on Firefox 84.1.3 (Build #2015785691)
Works perfectly no problem. So definitely is due to the beta Firefox version.
happens with any video player on any website.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2021/1/2d1418de-0f78-4210-b882-5f55f66b2ddb.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: 20210105185604</li><li>channel: beta</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/2021/1/f882e0f2-96de-4190-a356-9a855bba544f)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
priority
|
m youtube com see bug description url browser version beta build operating system android col emui tested another browser yes other problem type something else description when connected with bluetooth headset video is choppy laggy if no bluetooth connected video works correctly no audio issue steps to reproduce tested on firefox build works perfectly no problem so definitely is due to the beta firefox version happens with any video player on any website 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 beta hastouchscreen true mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
| 1
|
663,478
| 22,194,727,809
|
IssuesEvent
|
2022-06-07 05:22:54
|
tourcoder/fsfg
|
https://api.github.com/repos/tourcoder/fsfg
|
opened
|
[iOS/macOS] There should be stronger confirmation when removing a member from family
|
feature high priority
|
Detailed description according to the following.
**The service or application that you want to submit an issue to**
iOS/macOS
**What feature and where in the system**
Family Sharing
**Current Status**
The confirmation is so weak.
**The way you want it to be**
Should be stronger, such as, need to enter the password of the Organizer's Apple account.
**Reason**
Too easy to mishandle.
**Additional context**
None
|
1.0
|
[iOS/macOS] There should be stronger confirmation when removing a member from family - Detailed description according to the following.
**The service or application that you want to submit an issue to**
iOS/macOS
**What feature and where in the system**
Family Sharing
**Current Status**
The confirmation is so weak.
**The way you want it to be**
Should be stronger, such as, need to enter the password of the Organizer's Apple account.
**Reason**
Too easy to mishandle.
**Additional context**
None
|
priority
|
there should be stronger confirmation when removing a member from family detailed description according to the following the service or application that you want to submit an issue to ios macos what feature and where in the system family sharing current status the confirmation is so weak the way you want it to be should be stronger such as need to enter the password of the organizer s apple account reason too easy to mishandle additional context none
| 1
|
711,785
| 24,475,245,710
|
IssuesEvent
|
2022-10-08 04:35:17
|
AY2223S1-CS2103T-T15-4/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-T15-4/tp
|
closed
|
Edit attributes in Exercise class
|
priority.High type.Task
|
Update exercise class attributes and able to pass all tests.
|
1.0
|
Edit attributes in Exercise class - Update exercise class attributes and able to pass all tests.
|
priority
|
edit attributes in exercise class update exercise class attributes and able to pass all tests
| 1
|
767,661
| 26,935,504,736
|
IssuesEvent
|
2023-02-07 20:17:03
|
pdx-blurp/blurp-frontend
|
https://api.github.com/repos/pdx-blurp/blurp-frontend
|
closed
|
Map Page: Node Is Created on X, Y coordinates of Mouse Click
|
bug high priority
|
The Node should render underneath the exactly mouse click XY-coordinates.
|
1.0
|
Map Page: Node Is Created on X, Y coordinates of Mouse Click - The Node should render underneath the exactly mouse click XY-coordinates.
|
priority
|
map page node is created on x y coordinates of mouse click the node should render underneath the exactly mouse click xy coordinates
| 1
|
214,604
| 7,274,749,818
|
IssuesEvent
|
2018-02-21 11:04:36
|
STEP-tw/battleship-phoenix
|
https://api.github.com/repos/STEP-tw/battleship-phoenix
|
closed
|
Target grid is fireable on your turn.
|
High Priority small
|
As an _attacker_
I want to _have a fireable target grid_
So that I can _attack my opponent_
**Additional Details**
Assumption :-
1. Players has placed all their ships.
2. It's my turn.
3. Game has started.
**Acceptance Criteria**
- [x] Criteria 1
- Given _it's my turn to attack_
- When _i click on a position of target grid_
- Then _that specific position should be highlighted_
|
1.0
|
Target grid is fireable on your turn. - As an _attacker_
I want to _have a fireable target grid_
So that I can _attack my opponent_
**Additional Details**
Assumption :-
1. Players has placed all their ships.
2. It's my turn.
3. Game has started.
**Acceptance Criteria**
- [x] Criteria 1
- Given _it's my turn to attack_
- When _i click on a position of target grid_
- Then _that specific position should be highlighted_
|
priority
|
target grid is fireable on your turn as an attacker i want to have a fireable target grid so that i can attack my opponent additional details assumption players has placed all their ships it s my turn game has started acceptance criteria criteria given it s my turn to attack when i click on a position of target grid then that specific position should be highlighted
| 1
|
450,511
| 13,012,665,412
|
IssuesEvent
|
2020-07-25 07:04:27
|
alanqchen/Bear-Post
|
https://api.github.com/repos/alanqchen/Bear-Post
|
closed
|
Change Go UUID module
|
High Priority backend bug enhancement
|
Right now the backend uses https://github.com/satori/go.uuid, which has some security flaws. Instead, https://github.com/gofrs/uuid should be used which is better maintained.
|
1.0
|
Change Go UUID module - Right now the backend uses https://github.com/satori/go.uuid, which has some security flaws. Instead, https://github.com/gofrs/uuid should be used which is better maintained.
|
priority
|
change go uuid module right now the backend uses which has some security flaws instead should be used which is better maintained
| 1
|
365,241
| 10,779,906,199
|
IssuesEvent
|
2019-11-04 11:42:55
|
emsec/hal
|
https://api.github.com/repos/emsec/hal
|
closed
|
Crash on gate removal via Python
|
Priority: High Status: In Progress Type: Bug
|
**Describe the bug**
Removing a gate via Python causes a segmentation fault. The `event_log::handle_submodule_event` callback is triggered by the `netlist_internal_manager` and attempts to access the gate by its ID. However, the gate's ID has already been deleted before the event is triggered:
https://github.com/emsec/hal/blob/25094f4e0d4befd52139851c8a164bd73d68bc9c/src/netlist/netlist_internal_manager.cpp#L100
The gate access fails and returns a `nullptr`, on which the event log method then attempts to call several functions. This ultimately crashes HAL with a null pointer dereference.
**To Reproduce**
Steps to reproduce the behavior:
1. Open a netlist
2. Run this code in the Python editor:
```python
g = netlist.create_gate("FDRE", "foobar")
netlist.delete_gate(g)
```
3. HAL crashes
**Expected behavior**
A log entry should be generated, but HAL must not crash.
|
1.0
|
Crash on gate removal via Python - **Describe the bug**
Removing a gate via Python causes a segmentation fault. The `event_log::handle_submodule_event` callback is triggered by the `netlist_internal_manager` and attempts to access the gate by its ID. However, the gate's ID has already been deleted before the event is triggered:
https://github.com/emsec/hal/blob/25094f4e0d4befd52139851c8a164bd73d68bc9c/src/netlist/netlist_internal_manager.cpp#L100
The gate access fails and returns a `nullptr`, on which the event log method then attempts to call several functions. This ultimately crashes HAL with a null pointer dereference.
**To Reproduce**
Steps to reproduce the behavior:
1. Open a netlist
2. Run this code in the Python editor:
```python
g = netlist.create_gate("FDRE", "foobar")
netlist.delete_gate(g)
```
3. HAL crashes
**Expected behavior**
A log entry should be generated, but HAL must not crash.
|
priority
|
crash on gate removal via python describe the bug removing a gate via python causes a segmentation fault the event log handle submodule event callback is triggered by the netlist internal manager and attempts to access the gate by its id however the gate s id has already been deleted before the event is triggered the gate access fails and returns a nullptr on which the event log method then attempts to call several functions this ultimately crashes hal with a null pointer dereference to reproduce steps to reproduce the behavior open a netlist run this code in the python editor python g netlist create gate fdre foobar netlist delete gate g hal crashes expected behavior a log entry should be generated but hal must not crash
| 1
|
697,556
| 23,943,533,470
|
IssuesEvent
|
2022-09-12 04:01:53
|
Maia-Cochran/habitual
|
https://api.github.com/repos/Maia-Cochran/habitual
|
opened
|
Create ModalTemplate component
|
enhancement styling high-priority UI/UX Modal
|
- Create modal template to create the same style for all the modals
- Linear gradient install below will give us exact match to wireframe
- https://www.npmjs.com/package/react-native-linear-gradient
|
1.0
|
Create ModalTemplate component - - Create modal template to create the same style for all the modals
- Linear gradient install below will give us exact match to wireframe
- https://www.npmjs.com/package/react-native-linear-gradient
|
priority
|
create modaltemplate component create modal template to create the same style for all the modals linear gradient install below will give us exact match to wireframe
| 1
|
806,355
| 29,812,955,116
|
IssuesEvent
|
2023-06-16 16:30:29
|
Auerbach-Lab/Behavior-autoanalysis
|
https://api.github.com/repos/Auerbach-Lab/Behavior-autoanalysis
|
opened
|
Uneven odds name change
|
enhancement high priority
|
We are going to have multiple uneven odds files. To specify them, we are going to have the most frequent position included in the name. The total probabilities are already there in summary as odds.odds and odds.position.
Thus, main Oddball_Filename will need to be modified. Old files will be left as is and this change will only affect things moving forward.
|
1.0
|
Uneven odds name change - We are going to have multiple uneven odds files. To specify them, we are going to have the most frequent position included in the name. The total probabilities are already there in summary as odds.odds and odds.position.
Thus, main Oddball_Filename will need to be modified. Old files will be left as is and this change will only affect things moving forward.
|
priority
|
uneven odds name change we are going to have multiple uneven odds files to specify them we are going to have the most frequent position included in the name the total probabilities are already there in summary as odds odds and odds position thus main oddball filename will need to be modified old files will be left as is and this change will only affect things moving forward
| 1
|
318,554
| 9,694,162,942
|
IssuesEvent
|
2019-05-24 18:08:44
|
DrylandEcology/STEPWAT2
|
https://api.github.com/repos/DrylandEcology/STEPWAT2
|
closed
|
Several missing functions within the gridded code flow in ST_grid.c
|
highpriority invalid
|
Conceptually, the core code (and its flow) of the gridded version of STEPWAT2 should be identical to the non-gridded verision. This is not the case in master branch. Several important functions have been added to the non-gridded code in ST_main.c, but were not added to the gridded code within ST_grid.c. These include:
`save_annual_species_relsize()`
`mort_EndOfYear()` *although this may be partially implemented by `do_grid_grazing_EndOfYear() `and `_do_grid_disturbances`, although I do not think all of the functionality within mort_EndofYear is being implemented there.
These functions need to be added to ST_grid.c and carefully tested. Furthemore, the code flow of the non-gridded and gridded versions need to be carefully compared to ensure that no additional functionality is missing from the gridded version.
|
1.0
|
Several missing functions within the gridded code flow in ST_grid.c - Conceptually, the core code (and its flow) of the gridded version of STEPWAT2 should be identical to the non-gridded verision. This is not the case in master branch. Several important functions have been added to the non-gridded code in ST_main.c, but were not added to the gridded code within ST_grid.c. These include:
`save_annual_species_relsize()`
`mort_EndOfYear()` *although this may be partially implemented by `do_grid_grazing_EndOfYear() `and `_do_grid_disturbances`, although I do not think all of the functionality within mort_EndofYear is being implemented there.
These functions need to be added to ST_grid.c and carefully tested. Furthemore, the code flow of the non-gridded and gridded versions need to be carefully compared to ensure that no additional functionality is missing from the gridded version.
|
priority
|
several missing functions within the gridded code flow in st grid c conceptually the core code and its flow of the gridded version of should be identical to the non gridded verision this is not the case in master branch several important functions have been added to the non gridded code in st main c but were not added to the gridded code within st grid c these include save annual species relsize mort endofyear although this may be partially implemented by do grid grazing endofyear and do grid disturbances although i do not think all of the functionality within mort endofyear is being implemented there these functions need to be added to st grid c and carefully tested furthemore the code flow of the non gridded and gridded versions need to be carefully compared to ensure that no additional functionality is missing from the gridded version
| 1
|
477,959
| 13,770,784,740
|
IssuesEvent
|
2020-10-07 20:48:50
|
aces/cbrain
|
https://api.github.com/repos/aces/cbrain
|
closed
|
The persistent file selection feature is broken in incognito mode, and in Chrome
|
Bug Priority: High User Interface
|
It seems the persistent selection mechanism is broken and doesn't work at all
1) in incognito/private mode
2) in Chrome in general
Probably JS API changes?
|
1.0
|
The persistent file selection feature is broken in incognito mode, and in Chrome - It seems the persistent selection mechanism is broken and doesn't work at all
1) in incognito/private mode
2) in Chrome in general
Probably JS API changes?
|
priority
|
the persistent file selection feature is broken in incognito mode and in chrome it seems the persistent selection mechanism is broken and doesn t work at all in incognito private mode in chrome in general probably js api changes
| 1
|
481,730
| 13,890,726,189
|
IssuesEvent
|
2020-10-19 09:39:58
|
AY2021S1-CS2103T-W16-4/tp
|
https://api.github.com/repos/AY2021S1-CS2103T-W16-4/tp
|
closed
|
Add key binding to switch tabs
|
priority.High type.Story
|
As a tutor I would want to have keyboard shortcuts to switch between tabs to update the class details more efficiently.
|
1.0
|
Add key binding to switch tabs - As a tutor I would want to have keyboard shortcuts to switch between tabs to update the class details more efficiently.
|
priority
|
add key binding to switch tabs as a tutor i would want to have keyboard shortcuts to switch between tabs to update the class details more efficiently
| 1
|
220,414
| 7,359,811,979
|
IssuesEvent
|
2018-03-10 11:40:14
|
Cloud-CV/EvalAI
|
https://api.github.com/repos/Cloud-CV/EvalAI
|
opened
|
UI Improvements in Leaderboard Entry
|
GSOC enhancement frontend medium-difficulty new-feature priority-high
|
- [ ] Show the meta data fields (**Team Members** and **Method Description**) in each leaderboard entry.
Hint: Please refer the screenshot.

- [ ] The user should be able to edit the **Method Description** field if the entry is created by the same user.
|
1.0
|
UI Improvements in Leaderboard Entry - - [ ] Show the meta data fields (**Team Members** and **Method Description**) in each leaderboard entry.
Hint: Please refer the screenshot.

- [ ] The user should be able to edit the **Method Description** field if the entry is created by the same user.
|
priority
|
ui improvements in leaderboard entry show the meta data fields team members and method description in each leaderboard entry hint please refer the screenshot the user should be able to edit the method description field if the entry is created by the same user
| 1
|
773,468
| 27,158,860,877
|
IssuesEvent
|
2023-02-17 10:10:29
|
leancodepl/corelibrary
|
https://api.github.com/repos/leancodepl/corelibrary
|
closed
|
Make `DateOnly` and `TimeOnly` JSON convertes lax by default
|
priority: high
|
After robustness principle. Plus, we are now not compatible with our contractsgenerator.
|
1.0
|
Make `DateOnly` and `TimeOnly` JSON convertes lax by default - After robustness principle. Plus, we are now not compatible with our contractsgenerator.
|
priority
|
make dateonly and timeonly json convertes lax by default after robustness principle plus we are now not compatible with our contractsgenerator
| 1
|
766,202
| 26,874,279,599
|
IssuesEvent
|
2023-02-04 21:12:54
|
amosproj/amos2022ws03-software-oscilloscope
|
https://api.github.com/repos/amosproj/amos2022ws03-software-oscilloscope
|
closed
|
Common Slider - Time sweep speed
|
user story real size 2 Priority High est. size 2
|
## User story
1. As a user
2. I want an option for time sweep
3. So that I can change the speed at which the plotting occurs for all channels together at the same time.
## Acceptance criteria
- [x] Control UI (slider) visible clearly.
- [x] Proper change in time sweep speed (time per division) when user changes.
- [x] Moving left slows down the sweep speed and moving right speeds up the sweep.
- [x] The change should be applicable to all the channels.
- [x] The time scale (horizontal) should change according to the settings and should be shown to user.
## Definition of done (DoD)
- [ ] Feature/Bug/Change has been implemented
- [ ] Application compiles successfully
- [ ] 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 archticture diagram has been updated
- [ ] All acceptance criteria are fullfilled
- [ ] 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
|
Common Slider - Time sweep speed - ## User story
1. As a user
2. I want an option for time sweep
3. So that I can change the speed at which the plotting occurs for all channels together at the same time.
## Acceptance criteria
- [x] Control UI (slider) visible clearly.
- [x] Proper change in time sweep speed (time per division) when user changes.
- [x] Moving left slows down the sweep speed and moving right speeds up the sweep.
- [x] The change should be applicable to all the channels.
- [x] The time scale (horizontal) should change according to the settings and should be shown to user.
## Definition of done (DoD)
- [ ] Feature/Bug/Change has been implemented
- [ ] Application compiles successfully
- [ ] 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 archticture diagram has been updated
- [ ] All acceptance criteria are fullfilled
- [ ] 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
|
priority
|
common slider time sweep speed user story as a user i want an option for time sweep so that i can change the speed at which the plotting occurs for all channels together at the same time acceptance criteria control ui slider visible clearly proper change in time sweep speed time per division when user changes moving left slows down the sweep speed and moving right speeds up the sweep the change should be applicable to all the channels the time scale horizontal should change according to the settings and should be shown to user definition of done dod feature bug change has been implemented 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 archticture diagram has been updated all acceptance criteria are fullfilled 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
|
714,521
| 24,564,829,504
|
IssuesEvent
|
2022-10-13 01:16:46
|
AY2223S1-CS2103T-T13-2/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-T13-2/tp
|
closed
|
Tag clients
|
type.Story priority.High
|
### User story
As a financial advisor, I want to classify my clients with different tags so that I know who to prioritise.
### Acceptance criteria
- [x] Implement creating tags
- [x] Implement assigning tags to clients
- [x] Implement removing tags from clients
- [x] Show tags in client information
|
1.0
|
Tag clients - ### User story
As a financial advisor, I want to classify my clients with different tags so that I know who to prioritise.
### Acceptance criteria
- [x] Implement creating tags
- [x] Implement assigning tags to clients
- [x] Implement removing tags from clients
- [x] Show tags in client information
|
priority
|
tag clients user story as a financial advisor i want to classify my clients with different tags so that i know who to prioritise acceptance criteria implement creating tags implement assigning tags to clients implement removing tags from clients show tags in client information
| 1
|
830,953
| 32,032,517,851
|
IssuesEvent
|
2023-09-22 13:16:41
|
bivashy/MC-Auth-with-Link
|
https://api.github.com/repos/bivashy/MC-Auth-with-Link
|
closed
|
[Bug] Delay for commands
|
type: bug priority: high
|
Currently players can spam commands such like as: `/changepassword`, `/restore`, which will lead into issues with performance.
First and simplest solution that comes into the mind is just adding delay into the commands with any database query.
|
1.0
|
[Bug] Delay for commands - Currently players can spam commands such like as: `/changepassword`, `/restore`, which will lead into issues with performance.
First and simplest solution that comes into the mind is just adding delay into the commands with any database query.
|
priority
|
delay for commands currently players can spam commands such like as changepassword restore which will lead into issues with performance first and simplest solution that comes into the mind is just adding delay into the commands with any database query
| 1
|
267,145
| 8,379,525,009
|
IssuesEvent
|
2018-10-07 03:08:41
|
Baystation12/Baystation12
|
https://api.github.com/repos/Baystation12/Baystation12
|
closed
|
[Suspected subsystem bug] Pipe devices will mysteriously just stop working.
|
Atmos BINGO! priority: high ⚠
|
<!--
If a specific field doesn't apply, remove it!
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Joke or spammed issues can and will result in punishment.
PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS
(The lines with four #'s)
Don't edit them or delete them it's part of the formatting
-->
#### Description of issue
Pumps, regulators, and just about anything dictating flow (I notice that non-cutoff valves don't seem to mind) will stop working randomly on the new subsystems. Gas heaters and coolers also stop working after some time.
#### Difference between expected and actual behavior
They shouldn't do this.
They do.
#### Steps to reproduce
Not sure yet. They seem to just break after a bit.
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
#### Length of time in which bug has been known to occur
<!--
Be specific if you approximately know the time it's been occurring
for—this can speed up finding the source. If you're not sure
about it, tell us too!
-->
Since subsystems.
#### Client version, Server revision & Game ID
<!-- Found with the "Show server revision" verb in the OOC tab in game. -->
Server Revision: 0270cf95dbafa4b3a283409b9b570d7371746da7 - dev -
the round **BEFORE** Game ID: bOq-dndx
Current map: SEV Torch
#### Issue bingo
Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner.
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [x] Issue could be reproduced at least once
- [x] Issue could be reproduced by different players
- [x] Issue could be reproduced in multiple rounds
- [x] Issue happened in a recent (less than 7 days ago) round
- [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
|
1.0
|
[Suspected subsystem bug] Pipe devices will mysteriously just stop working. - <!--
If a specific field doesn't apply, remove it!
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Joke or spammed issues can and will result in punishment.
PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS
(The lines with four #'s)
Don't edit them or delete them it's part of the formatting
-->
#### Description of issue
Pumps, regulators, and just about anything dictating flow (I notice that non-cutoff valves don't seem to mind) will stop working randomly on the new subsystems. Gas heaters and coolers also stop working after some time.
#### Difference between expected and actual behavior
They shouldn't do this.
They do.
#### Steps to reproduce
Not sure yet. They seem to just break after a bit.
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
#### Length of time in which bug has been known to occur
<!--
Be specific if you approximately know the time it's been occurring
for—this can speed up finding the source. If you're not sure
about it, tell us too!
-->
Since subsystems.
#### Client version, Server revision & Game ID
<!-- Found with the "Show server revision" verb in the OOC tab in game. -->
Server Revision: 0270cf95dbafa4b3a283409b9b570d7371746da7 - dev -
the round **BEFORE** Game ID: bOq-dndx
Current map: SEV Torch
#### Issue bingo
Please check whatever applies. More checkboxes checked increase your chances of the issue being looked at sooner.
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [x] Issue could be reproduced at least once
- [x] Issue could be reproduced by different players
- [x] Issue could be reproduced in multiple rounds
- [x] Issue happened in a recent (less than 7 days ago) round
- [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
|
priority
|
pipe devices will mysteriously just stop working if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in punishment put your answers on the blank lines below the headers the lines with four s don t edit them or delete them it s part of the formatting description of issue pumps regulators and just about anything dictating flow i notice that non cutoff valves don t seem to mind will stop working randomly on the new subsystems gas heaters and coolers also stop working after some time difference between expected and actual behavior they shouldn t do this they do steps to reproduce not sure yet they seem to just break after a bit specific information for locating length of time in which bug has been known to occur be specific if you approximately know the time it s been occurring for—this can speed up finding the source if you re not sure about it tell us too since subsystems client version server revision game id server revision dev the round before game id boq dndx current map sev torch issue bingo please check whatever applies more checkboxes checked increase your chances of the issue being looked at sooner issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
| 1
|
631,335
| 20,150,776,050
|
IssuesEvent
|
2022-02-09 12:10:12
|
avneesh0612/React-Next.js-snippets
|
https://api.github.com/repos/avneesh0612/React-Next.js-snippets
|
closed
|
[FEATURE] page component with NextPage type
|
enhancement good first issue 🏁 status: ready for dev ⭐ goal: addition 🟧 priority: high
|
### Description
Add a new snippet for the page component with `NextPage` type
### Screenshots
_No response_
### Additional information
_No response_
|
1.0
|
[FEATURE] page component with NextPage type - ### Description
Add a new snippet for the page component with `NextPage` type
### Screenshots
_No response_
### Additional information
_No response_
|
priority
|
page component with nextpage type description add a new snippet for the page component with nextpage type screenshots no response additional information no response
| 1
|
671,397
| 22,760,080,896
|
IssuesEvent
|
2022-07-07 20:14:09
|
HowSuen/GoalMe
|
https://api.github.com/repos/HowSuen/GoalMe
|
closed
|
Issue where "Completed Goals" graph in Progress Checker causes error and perpetual alert prompts.
|
bug priority.High
|
Completing a goal and navigating to the graph would cause alert message with the following error: "undefined is not an object (evaluating 'd.filter(function (o) ..."
|
1.0
|
Issue where "Completed Goals" graph in Progress Checker causes error and perpetual alert prompts. - Completing a goal and navigating to the graph would cause alert message with the following error: "undefined is not an object (evaluating 'd.filter(function (o) ..."
|
priority
|
issue where completed goals graph in progress checker causes error and perpetual alert prompts completing a goal and navigating to the graph would cause alert message with the following error undefined is not an object evaluating d filter function o
| 1
|
734,760
| 25,362,349,919
|
IssuesEvent
|
2022-11-21 01:10:18
|
wso2/api-manager
|
https://api.github.com/repos/wso2/api-manager
|
closed
|
Starting Gateway profile in JDK 17 shows an error log
|
Type/Bug Priority/Highest Component/APIM 4.2.0-alpha
|
### Description
The following error log is being printed when starting the Gateway profile in JDK 17. This works fine in JDK 11.
```
[2022-11-12 10:08:12,878] ERROR - [bridgeservlet] Servlet.service() for servlet [bridgeservlet] in context with path [/] threw exception
java.lang.NullPointerException: Cannot invoke "org.osgi.util.tracker.ServiceTracker.getServices()" because "org.wso2.carbon.ui.tracker.AuthenticatorRegistry.authTracker" is null
at org.wso2.carbon.ui.tracker.AuthenticatorRegistry.getCarbonAuthenticator(AuthenticatorRegistry.java:67) ~[org.wso2.carbon.ui_4.8.0.m1.jar:?]
at org.wso2.carbon.ui.CarbonUILoginUtil.getAuthenticator(CarbonUILoginUtil.java:74) ~[org.wso2.carbon.ui_4.8.0.m1.jar:?]
at org.wso2.carbon.ui.CarbonSecuredHttpContext.handleSecurity(CarbonSecuredHttpContext.java:76) ~[org.wso2.carbon.ui_4.8.0.m1.jar:?]
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:60) ~[?:?]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) ~[?:?]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:76) ~[?:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) ~[tomcat-servlet-api_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:72) ~[csrfguard_3.1.0.wso2v4.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:65) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:119) ~[org.wso2.carbon.identity.context.rewrite.valve_1.7.1.jar:?]
at org.wso2.carbon.identity.context.rewrite.valve.OrganizationContextRewriteValve.invoke(OrganizationContextRewriteValve.java:116) ~[org.wso2.carbon.identity.context.rewrite.valve_1.7.1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.SameSiteCookieValve.invoke(SameSiteCookieValve.java:38) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:165) ~[org.wso2.carbon.identity.authz.valve_1.7.1.jar:?]
at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:111) ~[org.wso2.carbon.identity.auth.valve_1.7.1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:106) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:67) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:152) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:63) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:137) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat_9.0.58.wso2v1.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
```
### Steps to Reproduce
Profile optimize and start the Gateway-worker profile.
### Affected Component
APIM
### Version
APIM 4.2.0 M1 testing pack
### Environment Details (with versions)
_No response_
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
_No response_
|
1.0
|
Starting Gateway profile in JDK 17 shows an error log - ### Description
The following error log is being printed when starting the Gateway profile in JDK 17. This works fine in JDK 11.
```
[2022-11-12 10:08:12,878] ERROR - [bridgeservlet] Servlet.service() for servlet [bridgeservlet] in context with path [/] threw exception
java.lang.NullPointerException: Cannot invoke "org.osgi.util.tracker.ServiceTracker.getServices()" because "org.wso2.carbon.ui.tracker.AuthenticatorRegistry.authTracker" is null
at org.wso2.carbon.ui.tracker.AuthenticatorRegistry.getCarbonAuthenticator(AuthenticatorRegistry.java:67) ~[org.wso2.carbon.ui_4.8.0.m1.jar:?]
at org.wso2.carbon.ui.CarbonUILoginUtil.getAuthenticator(CarbonUILoginUtil.java:74) ~[org.wso2.carbon.ui_4.8.0.m1.jar:?]
at org.wso2.carbon.ui.CarbonSecuredHttpContext.handleSecurity(CarbonSecuredHttpContext.java:76) ~[org.wso2.carbon.ui_4.8.0.m1.jar:?]
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:60) ~[?:?]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) ~[?:?]
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:76) ~[?:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) ~[tomcat-servlet-api_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:72) ~[csrfguard_3.1.0.wso2v4.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:65) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:119) ~[org.wso2.carbon.identity.context.rewrite.valve_1.7.1.jar:?]
at org.wso2.carbon.identity.context.rewrite.valve.OrganizationContextRewriteValve.invoke(OrganizationContextRewriteValve.java:116) ~[org.wso2.carbon.identity.context.rewrite.valve_1.7.1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.SameSiteCookieValve.invoke(SameSiteCookieValve.java:38) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:165) ~[org.wso2.carbon.identity.authz.valve_1.7.1.jar:?]
at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:111) ~[org.wso2.carbon.identity.auth.valve_1.7.1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:106) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:67) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:152) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:63) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:137) ~[org.wso2.carbon.tomcat.ext_4.8.0.m1.jar:?]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat_9.0.58.wso2v1.jar:?]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat_9.0.58.wso2v1.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
```
### Steps to Reproduce
Profile optimize and start the Gateway-worker profile.
### Affected Component
APIM
### Version
APIM 4.2.0 M1 testing pack
### Environment Details (with versions)
_No response_
### Relevant Log Output
_No response_
### Related Issues
_No response_
### Suggested Labels
_No response_
|
priority
|
starting gateway profile in jdk shows an error log description the following error log is being printed when starting the gateway profile in jdk this works fine in jdk error servlet service for servlet in context with path threw exception java lang nullpointerexception cannot invoke org osgi util tracker servicetracker getservices because org carbon ui tracker authenticatorregistry authtracker is null at org carbon ui tracker authenticatorregistry getcarbonauthenticator authenticatorregistry java at org carbon ui carbonuiloginutil getauthenticator carbonuiloginutil java at org carbon ui carbonsecuredhttpcontext handlesecurity carbonsecuredhttpcontext java at org eclipse equinox http servlet internal servletregistration service servletregistration java at org eclipse equinox http servlet internal proxyservlet processalias proxyservlet java at org eclipse equinox http servlet internal proxyservlet service proxyservlet java at javax servlet http httpservlet service httpservlet java at org carbon tomcat ext servlet delegationservlet service delegationservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org owasp csrfguard csrfguardfilter dofilter csrfguardfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon tomcat ext filter charactersetfilter dofilter charactersetfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina filters httpheadersecurityfilter dofilter httpheadersecurityfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java at org carbon identity context rewrite valve organizationcontextrewritevalve invoke organizationcontextrewritevalve java at org carbon tomcat ext valves samesitecookievalve invoke samesitecookievalve java at org carbon identity authz valve authorizationvalve invoke authorizationvalve java at org carbon identity auth valve authenticationvalve invoke authenticationvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at org apache tomcat util threads threadpoolexecutor runworker threadpoolexecutor java at org apache tomcat util threads threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java steps to reproduce profile optimize and start the gateway worker profile affected component apim version apim testing pack environment details with versions no response relevant log output no response related issues no response suggested labels no response
| 1
|
762,243
| 26,712,391,312
|
IssuesEvent
|
2023-01-28 03:23:41
|
Reyder95/Project-Capybara
|
https://api.github.com/repos/Reyder95/Project-Capybara
|
opened
|
Implement level switcher
|
ready for development technological easy high priority
|
There needs to be switching between scenes (levels). This needs to be implemented.
|
1.0
|
Implement level switcher - There needs to be switching between scenes (levels). This needs to be implemented.
|
priority
|
implement level switcher there needs to be switching between scenes levels this needs to be implemented
| 1
|
634,823
| 20,373,958,143
|
IssuesEvent
|
2022-02-21 13:56:58
|
hotosm/insights
|
https://api.github.com/repos/hotosm/insights
|
closed
|
Identifying all unique OSM hashtags
|
priority:high status:work in progess
|
In order to validate the existence of hashtags in the data source, it will be easier to have all the unique OSM hashtags in a separate table. From what has @omranlm shared so far I believe we can extract this information from the changeset metadata and at present we have all OSM changesets from the beginning of time captured within Insights.
Population all existings hashtags will be a one time efforts and later to keep this up to date, processing script has to be updated to capture new hashtags within the table.
Leave it to @itskshitiz321 and @omranlm to decide on the best approach here.
We can prioritise this for the upcoming sprint
|
1.0
|
Identifying all unique OSM hashtags - In order to validate the existence of hashtags in the data source, it will be easier to have all the unique OSM hashtags in a separate table. From what has @omranlm shared so far I believe we can extract this information from the changeset metadata and at present we have all OSM changesets from the beginning of time captured within Insights.
Population all existings hashtags will be a one time efforts and later to keep this up to date, processing script has to be updated to capture new hashtags within the table.
Leave it to @itskshitiz321 and @omranlm to decide on the best approach here.
We can prioritise this for the upcoming sprint
|
priority
|
identifying all unique osm hashtags in order to validate the existence of hashtags in the data source it will be easier to have all the unique osm hashtags in a separate table from what has omranlm shared so far i believe we can extract this information from the changeset metadata and at present we have all osm changesets from the beginning of time captured within insights population all existings hashtags will be a one time efforts and later to keep this up to date processing script has to be updated to capture new hashtags within the table leave it to and omranlm to decide on the best approach here we can prioritise this for the upcoming sprint
| 1
|
169,037
| 6,393,747,694
|
IssuesEvent
|
2017-08-04 08:25:49
|
arquillian/smart-testing
|
https://api.github.com/repos/arquillian/smart-testing
|
closed
|
NullPointerException is thrown when having custom surefire configuration
|
Component: Maven Priority: High Status: In Progress Type: Bug
|
##### Issue Overview
NullPointerException is thrown when having custom surefire configuration. For example:
```xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
```
##### Expected Behaviour
Work normally
##### Current Behaviour
Null pointer exception is thrown.
##### Steps To Reproduce
1. Clone https://github.com/perwendel/spark
2. Install ST extension
3. `mvn -Dsmart.testing=changed -Dsmart.testing.mode=selecting clean test`
##### Additional Information
Using Maven 3.5.0 and Surefire version 2.19.1
|
1.0
|
NullPointerException is thrown when having custom surefire configuration - ##### Issue Overview
NullPointerException is thrown when having custom surefire configuration. For example:
```xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
```
##### Expected Behaviour
Work normally
##### Current Behaviour
Null pointer exception is thrown.
##### Steps To Reproduce
1. Clone https://github.com/perwendel/spark
2. Install ST extension
3. `mvn -Dsmart.testing=changed -Dsmart.testing.mode=selecting clean test`
##### Additional Information
Using Maven 3.5.0 and Surefire version 2.19.1
|
priority
|
nullpointerexception is thrown when having custom surefire configuration issue overview nullpointerexception is thrown when having custom surefire configuration for example xml org apache maven plugins maven surefire plugin false expected behaviour work normally current behaviour null pointer exception is thrown steps to reproduce clone install st extension mvn dsmart testing changed dsmart testing mode selecting clean test additional information using maven and surefire version
| 1
|
724,305
| 24,926,259,193
|
IssuesEvent
|
2022-10-31 07:41:30
|
AY2223S1-CS2113-T18-1b/tp
|
https://api.github.com/repos/AY2223S1-CS2113-T18-1b/tp
|
closed
|
[PE-D][Tester B] Program crashes on higher than max_int and min_int value given for index during delete.
|
type.Bug priority.High
|
When using delete command, if the entry given is higher than MAX_INT or lower than MIN_INT, program crashes.
Payload 1: delete movie 2147483648
Payload 2: delete movie -2147483649

<!--session: 1666946579190-89d44391-99f3-4d88-82ec-674d7d112db9-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.High` `type.FunctionalityBug`
original: wcwy/ped#6
|
1.0
|
[PE-D][Tester B] Program crashes on higher than max_int and min_int value given for index during delete. - When using delete command, if the entry given is higher than MAX_INT or lower than MIN_INT, program crashes.
Payload 1: delete movie 2147483648
Payload 2: delete movie -2147483649

<!--session: 1666946579190-89d44391-99f3-4d88-82ec-674d7d112db9-->
<!--Version: Web v3.4.4-->
-------------
Labels: `severity.High` `type.FunctionalityBug`
original: wcwy/ped#6
|
priority
|
program crashes on higher than max int and min int value given for index during delete when using delete command if the entry given is higher than max int or lower than min int program crashes payload delete movie payload delete movie labels severity high type functionalitybug original wcwy ped
| 1
|
374,655
| 11,093,745,068
|
IssuesEvent
|
2019-12-16 03:13:58
|
dhenry-KCI/FredCo-Post-Go-Live-
|
https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live-
|
opened
|
Building - Elec. Perm
|
High Priority
|
Non-Res Service coming up as 39.00. Non Res-Service fee sohudl be $40.00
See permit 258144
Logged by Ashlye B.
|
1.0
|
Building - Elec. Perm - Non-Res Service coming up as 39.00. Non Res-Service fee sohudl be $40.00
See permit 258144
Logged by Ashlye B.
|
priority
|
building elec perm non res service coming up as non res service fee sohudl be see permit logged by ashlye b
| 1
|
755,826
| 26,441,681,355
|
IssuesEvent
|
2023-01-16 01:20:26
|
devsapp/fc
|
https://api.github.com/repos/devsapp/fc
|
closed
|
需要支持Custom health check
|
high priority
|
如题,API文档已经支持这个功能。
create/update/get/list function 返回函数信息需要增加custom health check 属性。
https://help.aliyun.com/document_detail/415747.html
https://help.aliyun.com/document_detail/415749.html
https://help.aliyun.com/document_detail/415750.html
https://help.aliyun.com/document_detail/415752.html
custom health check 结构体定义。
https://help.aliyun.com/document_detail/451288.html
|
1.0
|
需要支持Custom health check - 如题,API文档已经支持这个功能。
create/update/get/list function 返回函数信息需要增加custom health check 属性。
https://help.aliyun.com/document_detail/415747.html
https://help.aliyun.com/document_detail/415749.html
https://help.aliyun.com/document_detail/415750.html
https://help.aliyun.com/document_detail/415752.html
custom health check 结构体定义。
https://help.aliyun.com/document_detail/451288.html
|
priority
|
需要支持custom health check 如题,api文档已经支持这个功能。 create update get list function 返回函数信息需要增加custom health check 属性。 custom health check 结构体定义。
| 1
|
199,991
| 6,996,904,207
|
IssuesEvent
|
2017-12-16 07:24:01
|
shavitush/bhoptimer
|
https://api.github.com/repos/shavitush/bhoptimer
|
opened
|
Slide zones
|
enhancement high priority new feature
|
Something like this: https://www.youtube.com/watch?v=qeNFaTqja_Q
Because bhop_arcane wasn't designed properly :/
Implementation ideas will be great. I'll start working on this today, hopefully I can figure it out.
|
1.0
|
Slide zones - Something like this: https://www.youtube.com/watch?v=qeNFaTqja_Q
Because bhop_arcane wasn't designed properly :/
Implementation ideas will be great. I'll start working on this today, hopefully I can figure it out.
|
priority
|
slide zones something like this because bhop arcane wasn t designed properly implementation ideas will be great i ll start working on this today hopefully i can figure it out
| 1
|
179,442
| 6,625,228,939
|
IssuesEvent
|
2017-09-22 14:42:32
|
AGGA-IRIT/Radium-Engine
|
https://api.github.com/repos/AGGA-IRIT/Radium-Engine
|
closed
|
Loader issue: faces are missing
|
bug High priority IO
|
Some files are only partially loaded : [io_crash_models.zip](https://github.com/AGGA-IRIT/Radium-Engine/files/1288271/io_crash_models.zip)
The bug has been introduced by accepting PR #227 .
|
1.0
|
Loader issue: faces are missing - Some files are only partially loaded : [io_crash_models.zip](https://github.com/AGGA-IRIT/Radium-Engine/files/1288271/io_crash_models.zip)
The bug has been introduced by accepting PR #227 .
|
priority
|
loader issue faces are missing some files are only partially loaded the bug has been introduced by accepting pr
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.