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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
690,054
| 23,644,410,986
|
IssuesEvent
|
2022-08-25 20:24:31
|
WarwickAI/wai-platform-v2
|
https://api.github.com/repos/WarwickAI/wai-platform-v2
|
closed
|
Add date field to events
|
enhancement high-priority
|
For Tutorials and Talks, this will be the date of the event.
For Courses and Project, this will be the starting date of the event.
Can be shown in the `extraInfo` section on the cards, and beneath the heading on the page.
|
1.0
|
Add date field to events - For Tutorials and Talks, this will be the date of the event.
For Courses and Project, this will be the starting date of the event.
Can be shown in the `extraInfo` section on the cards, and beneath the heading on the page.
|
priority
|
add date field to events for tutorials and talks this will be the date of the event for courses and project this will be the starting date of the event can be shown in the extrainfo section on the cards and beneath the heading on the page
| 1
|
385,125
| 11,413,015,669
|
IssuesEvent
|
2020-02-01 16:55:51
|
elninotech/uppload
|
https://api.github.com/repos/elninotech/uppload
|
closed
|
Uppload hangs while uploading PDFs
|
bug good first issue high-priority
|
When I upload images, everything works. But, when I upload pdfs of any size, it hangs on the "uploading" screen.

The `before-upload` event does fire. No error event fires. No error message is ever displayed. No XHR request is ever made to the backend. The `settingsFunction` never fires.
I have the following configuration
```ts
const uppload = new Uppload({
lang: en,
defaultService: "local",
uploader: xhrUploader({
responseKey: "file",
endpoint: `${process.env.API_URL}/attachments`,
settingsFunction(xmlHttp) {
console.log("do i get to settingsFunc");
xmlHttp.setRequestHeader("authorization", Auth.getToken());
},
})
});
uppload.use([
new Local({
mimeTypes: ["image/png", "image/jpeg", "image/gif", "application/pdf"]
})
]);
uppload.on("*", console.log);
```
I attached an event emitter to all events and got the following console output

|
1.0
|
Uppload hangs while uploading PDFs - When I upload images, everything works. But, when I upload pdfs of any size, it hangs on the "uploading" screen.

The `before-upload` event does fire. No error event fires. No error message is ever displayed. No XHR request is ever made to the backend. The `settingsFunction` never fires.
I have the following configuration
```ts
const uppload = new Uppload({
lang: en,
defaultService: "local",
uploader: xhrUploader({
responseKey: "file",
endpoint: `${process.env.API_URL}/attachments`,
settingsFunction(xmlHttp) {
console.log("do i get to settingsFunc");
xmlHttp.setRequestHeader("authorization", Auth.getToken());
},
})
});
uppload.use([
new Local({
mimeTypes: ["image/png", "image/jpeg", "image/gif", "application/pdf"]
})
]);
uppload.on("*", console.log);
```
I attached an event emitter to all events and got the following console output

|
priority
|
uppload hangs while uploading pdfs when i upload images everything works but when i upload pdfs of any size it hangs on the uploading screen the before upload event does fire no error event fires no error message is ever displayed no xhr request is ever made to the backend the settingsfunction never fires i have the following configuration ts const uppload new uppload lang en defaultservice local uploader xhruploader responsekey file endpoint process env api url attachments settingsfunction xmlhttp console log do i get to settingsfunc xmlhttp setrequestheader authorization auth gettoken uppload use new local mimetypes uppload on console log i attached an event emitter to all events and got the following console output
| 1
|
114,421
| 4,630,881,727
|
IssuesEvent
|
2016-09-28 14:06:10
|
mantidproject/mantid
|
https://api.github.com/repos/mantidproject/mantid
|
closed
|
Fix ISIS Indirect Inelastic system tests for GSL2
|
Component: Fitting Component: Indirect Inelastic Priority: High
|
Tests failing with GSL2: http://builds.mantidproject.org/job/master_systemtests-ubuntu-16.04/21/testReport/
Fix the Indirect Inelastic related ones (or split into more issues/tickets):
- SystemTests.ISISIndirectInelastic.IRISIqtAndIqtFit
- SystemTests.ISISIndirectInelastic.OSIRISIqtAndIqtFit
- SystemTests.ISISIndirectInelastic.IRISConvFit
- SystemTests.ISISIndirectInelastic.IRISIqtAndIqtFitMulti
- SystemTests.ISISIndirectInelastic.OSIRISConvFit
- SystemTests.ISISIndirectInelastic.OSIRISIqtAndIqtFitMulti
|
1.0
|
Fix ISIS Indirect Inelastic system tests for GSL2 - Tests failing with GSL2: http://builds.mantidproject.org/job/master_systemtests-ubuntu-16.04/21/testReport/
Fix the Indirect Inelastic related ones (or split into more issues/tickets):
- SystemTests.ISISIndirectInelastic.IRISIqtAndIqtFit
- SystemTests.ISISIndirectInelastic.OSIRISIqtAndIqtFit
- SystemTests.ISISIndirectInelastic.IRISConvFit
- SystemTests.ISISIndirectInelastic.IRISIqtAndIqtFitMulti
- SystemTests.ISISIndirectInelastic.OSIRISConvFit
- SystemTests.ISISIndirectInelastic.OSIRISIqtAndIqtFitMulti
|
priority
|
fix isis indirect inelastic system tests for tests failing with fix the indirect inelastic related ones or split into more issues tickets systemtests isisindirectinelastic irisiqtandiqtfit systemtests isisindirectinelastic osirisiqtandiqtfit systemtests isisindirectinelastic irisconvfit systemtests isisindirectinelastic irisiqtandiqtfitmulti systemtests isisindirectinelastic osirisconvfit systemtests isisindirectinelastic osirisiqtandiqtfitmulti
| 1
|
499,574
| 14,450,422,441
|
IssuesEvent
|
2020-12-08 09:34:01
|
myConsciousness/entity-validator
|
https://api.github.com/repos/myConsciousness/entity-validator
|
opened
|
コンテンツフレームワークを使用しない期待値の指定方式に関する仕様策定
|
Priority: high Type: new feature
|
# Add New Feature
## 1. Feature details
コンテンツフレームワークを使用しないアノテーションへ期待値を指定する方式に関する仕様を策定する。
## 2. Why it is necessary
機能拡張に伴う新規機能の実装。
## 3. How to implement
期待値をアノテーションへ直接指定できる機能を実装する。
## 4. References
|
1.0
|
コンテンツフレームワークを使用しない期待値の指定方式に関する仕様策定 - # Add New Feature
## 1. Feature details
コンテンツフレームワークを使用しないアノテーションへ期待値を指定する方式に関する仕様を策定する。
## 2. Why it is necessary
機能拡張に伴う新規機能の実装。
## 3. How to implement
期待値をアノテーションへ直接指定できる機能を実装する。
## 4. References
|
priority
|
コンテンツフレームワークを使用しない期待値の指定方式に関する仕様策定 add new feature feature details コンテンツフレームワークを使用しないアノテーションへ期待値を指定する方式に関する仕様を策定する。 why it is necessary 機能拡張に伴う新規機能の実装。 how to implement 期待値をアノテーションへ直接指定できる機能を実装する。 references
| 1
|
342,117
| 10,312,205,361
|
IssuesEvent
|
2019-08-29 19:16:15
|
CCAFS/MARLO
|
https://api.github.com/repos/CCAFS/MARLO
|
closed
|
Adjust Innovations section in the CGIAR Results Dashboard
|
Priority - High Type -Task
|
Adjust Innovations interface and graph filters to include 2018 data.
Tasks:
- [x] Interface.
- [x] Add new graphs.
- [x] Modify and add new chart filters.
**Deliverable:** Section in testing environment.
**Move to Review when:** Not applicable.
**Move to Closed when:** Section is released in testing environment.
|
1.0
|
Adjust Innovations section in the CGIAR Results Dashboard - Adjust Innovations interface and graph filters to include 2018 data.
Tasks:
- [x] Interface.
- [x] Add new graphs.
- [x] Modify and add new chart filters.
**Deliverable:** Section in testing environment.
**Move to Review when:** Not applicable.
**Move to Closed when:** Section is released in testing environment.
|
priority
|
adjust innovations section in the cgiar results dashboard adjust innovations interface and graph filters to include data tasks interface add new graphs modify and add new chart filters deliverable section in testing environment move to review when not applicable move to closed when section is released in testing environment
| 1
|
759,545
| 26,600,631,652
|
IssuesEvent
|
2023-01-23 15:31:53
|
kir-dev/konzisite-api
|
https://api.github.com/repos/kir-dev/konzisite-api
|
closed
|
Only return consultations where the user is member of the targetGroups
|
high priority
|
In `GET /consultations/`
- If the user isn't signed in, only return the consultations where there's no target groups
- Otherwise also return the consultations where the user is member of at least one of the target groups
In `GET /consultations/:id`
- return with 403 if the user is not in any of the target groups
|
1.0
|
Only return consultations where the user is member of the targetGroups - In `GET /consultations/`
- If the user isn't signed in, only return the consultations where there's no target groups
- Otherwise also return the consultations where the user is member of at least one of the target groups
In `GET /consultations/:id`
- return with 403 if the user is not in any of the target groups
|
priority
|
only return consultations where the user is member of the targetgroups in get consultations if the user isn t signed in only return the consultations where there s no target groups otherwise also return the consultations where the user is member of at least one of the target groups in get consultations id return with if the user is not in any of the target groups
| 1
|
822,342
| 30,866,484,082
|
IssuesEvent
|
2023-08-03 08:25:03
|
telerik/kendo-react
|
https://api.github.com/repos/telerik/kendo-react
|
opened
|
[Editor] BackColor and ForeColor are not applied on table cells content if multiple cells are selected
|
bug pkg:editor Priority 1 SEV: High
|
If multiple cells/rows are selected in a table, applying changes to the BackColor and ForeColor fails in some scenarios.
To observe the issue, open the following example:
- https://stackblitz.com/edit/react-icvjor?file=app%2Fmain.jsx
Cases that fail:
- select with the mouse from row1cell1 to row2cell2 and changing the ForeColor or the BackColor
- select with the mouse from row1cell2 to row3cell3 and changing the ForeColor or the BackColor
- selecting all cells and changing the ForeColor or the BackColor
|
1.0
|
[Editor] BackColor and ForeColor are not applied on table cells content if multiple cells are selected - If multiple cells/rows are selected in a table, applying changes to the BackColor and ForeColor fails in some scenarios.
To observe the issue, open the following example:
- https://stackblitz.com/edit/react-icvjor?file=app%2Fmain.jsx
Cases that fail:
- select with the mouse from row1cell1 to row2cell2 and changing the ForeColor or the BackColor
- select with the mouse from row1cell2 to row3cell3 and changing the ForeColor or the BackColor
- selecting all cells and changing the ForeColor or the BackColor
|
priority
|
backcolor and forecolor are not applied on table cells content if multiple cells are selected if multiple cells rows are selected in a table applying changes to the backcolor and forecolor fails in some scenarios to observe the issue open the following example cases that fail select with the mouse from to and changing the forecolor or the backcolor select with the mouse from to and changing the forecolor or the backcolor selecting all cells and changing the forecolor or the backcolor
| 1
|
383,460
| 11,356,338,345
|
IssuesEvent
|
2020-01-24 22:25:49
|
DlfinBroom/UnleashedRage
|
https://api.github.com/repos/DlfinBroom/UnleashedRage
|
closed
|
GetLatestIssue() method in ComicPageDB does not work
|
Bug Database High Priority
|
GetLatestIssue() will always return a null value
The database part of the code will always throw an exception and catch the exception, returning a null value
|
1.0
|
GetLatestIssue() method in ComicPageDB does not work - GetLatestIssue() will always return a null value
The database part of the code will always throw an exception and catch the exception, returning a null value
|
priority
|
getlatestissue method in comicpagedb does not work getlatestissue will always return a null value the database part of the code will always throw an exception and catch the exception returning a null value
| 1
|
823,247
| 30,961,804,284
|
IssuesEvent
|
2023-08-08 05:03:13
|
rpm-software-management/dnf5
|
https://api.github.com/repos/rpm-software-management/dnf5
|
closed
|
Handle duplicate REPOIDs somehow
|
Priority: HIGH
|
DNF4 warns like this:
> Repository REPOID is listed more than once in the configuration
And uses just one of them? Or merges the config?
With DNF5 it seems the `REPOID` is loaded twice as `libdnf::Repo`, per:
```
$ dnf5 repo list
REPOID Some repo name
REPOID Some repo name - the duplicate
```
|
1.0
|
Handle duplicate REPOIDs somehow - DNF4 warns like this:
> Repository REPOID is listed more than once in the configuration
And uses just one of them? Or merges the config?
With DNF5 it seems the `REPOID` is loaded twice as `libdnf::Repo`, per:
```
$ dnf5 repo list
REPOID Some repo name
REPOID Some repo name - the duplicate
```
|
priority
|
handle duplicate repoids somehow warns like this repository repoid is listed more than once in the configuration and uses just one of them or merges the config with it seems the repoid is loaded twice as libdnf repo per repo list repoid some repo name repoid some repo name the duplicate
| 1
|
288,131
| 8,826,361,208
|
IssuesEvent
|
2019-01-03 01:33:12
|
Lustrel/money-management
|
https://api.github.com/repos/Lustrel/money-management
|
closed
|
Move Select2 files to "assets" folder
|
high-priority
|
It seems that Heroku doesn't recognize the `bundles` folder. This way, we need to move all Select2 related files to the `assets` folder, since it seems that Heroku can load files from there.
|
1.0
|
Move Select2 files to "assets" folder - It seems that Heroku doesn't recognize the `bundles` folder. This way, we need to move all Select2 related files to the `assets` folder, since it seems that Heroku can load files from there.
|
priority
|
move files to assets folder it seems that heroku doesn t recognize the bundles folder this way we need to move all related files to the assets folder since it seems that heroku can load files from there
| 1
|
600,902
| 18,361,495,299
|
IssuesEvent
|
2021-10-09 09:31:49
|
AY2122S1-CS2103T-T17-3/tp
|
https://api.github.com/repos/AY2122S1-CS2103T-T17-3/tp
|
closed
|
Add command doesn't work
|
bug priority.HIGH severity.High
|
Todo:
- update UG (UG still says `create` to create a person)
- fix the add command
When I typed in `add n/John Doe` I got the following error.
```
Invalid command format!
add: Adds a person to the address book. Parameters: n/NAME p/PHONE e/EMAIL a/ADDRESS [t/TAG]...
Example: add n/John Doe p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 t/friends t/owesMoney
```
|
1.0
|
Add command doesn't work - Todo:
- update UG (UG still says `create` to create a person)
- fix the add command
When I typed in `add n/John Doe` I got the following error.
```
Invalid command format!
add: Adds a person to the address book. Parameters: n/NAME p/PHONE e/EMAIL a/ADDRESS [t/TAG]...
Example: add n/John Doe p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 t/friends t/owesMoney
```
|
priority
|
add command doesn t work todo update ug ug still says create to create a person fix the add command when i typed in add n john doe i got the following error invalid command format add adds a person to the address book parameters n name p phone e email a address example add n john doe p e johnd example com a clementi ave t friends t owesmoney
| 1
|
603,623
| 18,669,936,099
|
IssuesEvent
|
2021-10-30 14:12:11
|
AY2122S1-CS2103T-T09-4/tp
|
https://api.github.com/repos/AY2122S1-CS2103T-T09-4/tp
|
closed
|
[PE-D] UG updating to match your app (2)
|
priority.High severity.High
|

Again, you may want to change this to `del 3`
<!--session: 1635494405543-941eecba-97e4-468b-b880-fe6464b30d81-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: Pulpy-y/ped#3
|
1.0
|
[PE-D] UG updating to match your app (2) - 
Again, you may want to change this to `del 3`
<!--session: 1635494405543-941eecba-97e4-468b-b880-fe6464b30d81-->
<!--Version: Web v3.4.1-->
-------------
Labels: `severity.VeryLow` `type.DocumentationBug`
original: Pulpy-y/ped#3
|
priority
|
ug updating to match your app again you may want to change this to del labels severity verylow type documentationbug original pulpy y ped
| 1
|
684,402
| 23,416,878,126
|
IssuesEvent
|
2022-08-13 04:34:31
|
HaDuve/TravelCostNative
|
https://api.github.com/repos/HaDuve/TravelCostNative
|
closed
|
Add Trip Input Form
|
enhancement High Priority Frontend
|
- [x] new modal for the input fields
- [x] trip name
- [x] total budget
- [ ] invite other travellers
|
1.0
|
Add Trip Input Form - - [x] new modal for the input fields
- [x] trip name
- [x] total budget
- [ ] invite other travellers
|
priority
|
add trip input form new modal for the input fields trip name total budget invite other travellers
| 1
|
765,095
| 26,833,056,972
|
IssuesEvent
|
2023-02-02 17:18:50
|
vortexntnu/pca9685-interface
|
https://api.github.com/repos/vortexntnu/pca9685-interface
|
closed
|
Limit ESC Driver code to run thrusters at 70%
|
enhancement High Priority
|
Max thrust must be set to 70%. More than that and we risk draining to much current from the batteries X-X
- Set Max backwards thrust PWM: 1220
- Set Max forward thrust PWM: 1780
Set max thrust on ESC Hardware with the specific software it uses
- Set Max backwards thrust PWM: 1220
- Set Max forward thrust PWM: 1780
|
1.0
|
Limit ESC Driver code to run thrusters at 70% - Max thrust must be set to 70%. More than that and we risk draining to much current from the batteries X-X
- Set Max backwards thrust PWM: 1220
- Set Max forward thrust PWM: 1780
Set max thrust on ESC Hardware with the specific software it uses
- Set Max backwards thrust PWM: 1220
- Set Max forward thrust PWM: 1780
|
priority
|
limit esc driver code to run thrusters at max thrust must be set to more than that and we risk draining to much current from the batteries x x set max backwards thrust pwm set max forward thrust pwm set max thrust on esc hardware with the specific software it uses set max backwards thrust pwm set max forward thrust pwm
| 1
|
144,473
| 5,540,865,262
|
IssuesEvent
|
2017-03-22 11:14:26
|
bedita/bedita
|
https://api.github.com/repos/bedita/bedita
|
closed
|
Patching an entity with `date_ranges` adds new ranges instead of replacing
|
Priority - High Topic - API Type - Bug
|
When issuing a `PATCH` request on a BEdita object that already had one or more `date_ranges`, the ranges passed in the request are added to the list of object's ranges, instead of replacing existent ones.
|
1.0
|
Patching an entity with `date_ranges` adds new ranges instead of replacing - When issuing a `PATCH` request on a BEdita object that already had one or more `date_ranges`, the ranges passed in the request are added to the list of object's ranges, instead of replacing existent ones.
|
priority
|
patching an entity with date ranges adds new ranges instead of replacing when issuing a patch request on a bedita object that already had one or more date ranges the ranges passed in the request are added to the list of object s ranges instead of replacing existent ones
| 1
|
195,012
| 6,901,654,760
|
IssuesEvent
|
2017-11-25 10:39:10
|
gabrielkrell/strain-rig
|
https://api.github.com/repos/gabrielkrell/strain-rig
|
closed
|
Use interrupts to move motor
|
Priority: High Status: Completed Type: Enhancement
|
For best results, the motor should get a tick about every 110µs. Printing everything to serial takes way longer than that, so we should use interrupts to make sure it always happens.
|
1.0
|
Use interrupts to move motor - For best results, the motor should get a tick about every 110µs. Printing everything to serial takes way longer than that, so we should use interrupts to make sure it always happens.
|
priority
|
use interrupts to move motor for best results the motor should get a tick about every printing everything to serial takes way longer than that so we should use interrupts to make sure it always happens
| 1
|
474,084
| 13,652,456,629
|
IssuesEvent
|
2020-09-27 07:37:51
|
AY2021S1-CS2103T-T10-4/tp
|
https://api.github.com/repos/AY2021S1-CS2103T-T10-4/tp
|
closed
|
Delete classes
|
priority.High type.Story
|
As a tutor, I want to delete classes so that I can remove classes that I have stopped teaching.
|
1.0
|
Delete classes - As a tutor, I want to delete classes so that I can remove classes that I have stopped teaching.
|
priority
|
delete classes as a tutor i want to delete classes so that i can remove classes that i have stopped teaching
| 1
|
747,105
| 26,073,625,321
|
IssuesEvent
|
2022-12-24 06:19:33
|
CreeperMagnet/the-creepers-code
|
https://api.github.com/repos/CreeperMagnet/the-creepers-code
|
closed
|
Teapots can be duplicated by riding a boat into them
|
priority: high
|
This can be fixed by... I don't know. There's too many of these stupid boat bugs. I'll probably have to change its kill method from a teleport now.
|
1.0
|
Teapots can be duplicated by riding a boat into them - This can be fixed by... I don't know. There's too many of these stupid boat bugs. I'll probably have to change its kill method from a teleport now.
|
priority
|
teapots can be duplicated by riding a boat into them this can be fixed by i don t know there s too many of these stupid boat bugs i ll probably have to change its kill method from a teleport now
| 1
|
130,801
| 5,133,352,413
|
IssuesEvent
|
2017-01-11 03:09:26
|
AtomicGameEngine/AtomicGameEngine
|
https://api.github.com/repos/AtomicGameEngine/AtomicGameEngine
|
closed
|
[WebGL] Fix WebGL build on master
|
priority: high
|
We have PR coverage on Windows, macOS, Linux, Android, and iOS, however WebGL currently does not, it appears I broke the build!
Here's at least the first error when compiling under Emscripten
```
/Users/jenkins/Home/workspace/Atomic_EditorWebPlayer/Source/Atomic/Metrics/Metrics.cpp:97:9: error: use of undeclared identifier 'snprintf'; did you mean 'vswprintf'?
snprintf(name, NAME_MAX_LENGTH, "%-20s", metric.classname.CString());
```
There may be more errors, or this may be the only one, who will find out? 🎱
|
1.0
|
[WebGL] Fix WebGL build on master -
We have PR coverage on Windows, macOS, Linux, Android, and iOS, however WebGL currently does not, it appears I broke the build!
Here's at least the first error when compiling under Emscripten
```
/Users/jenkins/Home/workspace/Atomic_EditorWebPlayer/Source/Atomic/Metrics/Metrics.cpp:97:9: error: use of undeclared identifier 'snprintf'; did you mean 'vswprintf'?
snprintf(name, NAME_MAX_LENGTH, "%-20s", metric.classname.CString());
```
There may be more errors, or this may be the only one, who will find out? 🎱
|
priority
|
fix webgl build on master we have pr coverage on windows macos linux android and ios however webgl currently does not it appears i broke the build here s at least the first error when compiling under emscripten users jenkins home workspace atomic editorwebplayer source atomic metrics metrics cpp error use of undeclared identifier snprintf did you mean vswprintf snprintf name name max length metric classname cstring there may be more errors or this may be the only one who will find out 🎱
| 1
|
715,081
| 24,585,900,379
|
IssuesEvent
|
2022-10-13 19:41:11
|
lunduniversity/introprog
|
https://api.github.com/repos/lunduniversity/introprog
|
closed
|
all-lectures.tex does not compile with lecturehandouts.cls on ubuntu 22.04
|
bug high priority
|
what is the diff in packages between lecturenotes.cls nd lecturehandouts.cls
this is the error:
```
(./all-lectures.vrb
Runaway argument?
\relax \beamer@origitem {\ifhmode \unskip \unskip
! Paragraph ended before \@car was complete.
<to be read again>
\par
l.7 \item
Kursens \Alert{slutna} sida bakom inloggningsvägg: \url{https...
```
Seems to be casued by `\item[]` for non-bullet items (this works with lecturenotes)
|
1.0
|
all-lectures.tex does not compile with lecturehandouts.cls on ubuntu 22.04 - what is the diff in packages between lecturenotes.cls nd lecturehandouts.cls
this is the error:
```
(./all-lectures.vrb
Runaway argument?
\relax \beamer@origitem {\ifhmode \unskip \unskip
! Paragraph ended before \@car was complete.
<to be read again>
\par
l.7 \item
Kursens \Alert{slutna} sida bakom inloggningsvägg: \url{https...
```
Seems to be casued by `\item[]` for non-bullet items (this works with lecturenotes)
|
priority
|
all lectures tex does not compile with lecturehandouts cls on ubuntu what is the diff in packages between lecturenotes cls nd lecturehandouts cls this is the error all lectures vrb runaway argument relax beamer origitem ifhmode unskip unskip paragraph ended before car was complete par l item kursens alert slutna sida bakom inloggningsvägg url https seems to be casued by item for non bullet items this works with lecturenotes
| 1
|
459,810
| 13,199,625,563
|
IssuesEvent
|
2020-08-14 06:22:36
|
TerryCavanagh/diceydungeons.com
|
https://api.github.com/repos/TerryCavanagh/diceydungeons.com
|
closed
|
Vampire's innate text is incorrect in Parallel Universe
|
High Priority reported in v0.17.1
|
You don't need the wooden stake to kill vampire in Parallel Universe.
|
1.0
|
Vampire's innate text is incorrect in Parallel Universe - You don't need the wooden stake to kill vampire in Parallel Universe.
|
priority
|
vampire s innate text is incorrect in parallel universe you don t need the wooden stake to kill vampire in parallel universe
| 1
|
748,966
| 26,145,687,605
|
IssuesEvent
|
2022-12-30 04:10:32
|
gamefreedomgit/Maelstrom
|
https://api.github.com/repos/gamefreedomgit/Maelstrom
|
closed
|
[Moved from Discord][Pet Talent: Bullheaded] Not functional
|
Class: Hunter Pet Priority: High Status: Confirmed Bug Report from Discord
|
It is impossible to use the trinket of the pet under clone, and it is impossible to dismiss the pet under hibernation or any stun
https://youtu.be/6BdTyp04DQY
https://cata-twinhead.twinstar.cz/?spell=53490
|
1.0
|
[Moved from Discord][Pet Talent: Bullheaded] Not functional - It is impossible to use the trinket of the pet under clone, and it is impossible to dismiss the pet under hibernation or any stun
https://youtu.be/6BdTyp04DQY
https://cata-twinhead.twinstar.cz/?spell=53490
|
priority
|
not functional it is impossible to use the trinket of the pet under clone and it is impossible to dismiss the pet under hibernation or any stun
| 1
|
617,389
| 19,349,298,529
|
IssuesEvent
|
2021-12-15 14:10:47
|
amosproj/amos2021ws05-fin-prod-port-quick-check
|
https://api.github.com/repos/amosproj/amos2021ws05-fin-prod-port-quick-check
|
opened
|
Add Actual Values for Progress Bars in Product Overview
|
type: feature priority: high backend
|
## User story
1. As a user
2. I want to know the current progress of the complexity and economic product rating
3. So that I know how much work is left to do
## Acceptance criteria
* Correct Values are calculated and propagated to frontend
* ...
## Definition of done
* Approved by product owner
* Tests have been written (e.g. Scratch Files, Unit test, integration test etc..)
* Code has been peer reviewed and approved
* No syntax or runtime errors emerged
* Code has to be included in the release candidate
|
1.0
|
Add Actual Values for Progress Bars in Product Overview - ## User story
1. As a user
2. I want to know the current progress of the complexity and economic product rating
3. So that I know how much work is left to do
## Acceptance criteria
* Correct Values are calculated and propagated to frontend
* ...
## Definition of done
* Approved by product owner
* Tests have been written (e.g. Scratch Files, Unit test, integration test etc..)
* Code has been peer reviewed and approved
* No syntax or runtime errors emerged
* Code has to be included in the release candidate
|
priority
|
add actual values for progress bars in product overview user story as a user i want to know the current progress of the complexity and economic product rating so that i know how much work is left to do acceptance criteria correct values are calculated and propagated to frontend definition of done approved by product owner tests have been written e g scratch files unit test integration test etc code has been peer reviewed and approved no syntax or runtime errors emerged code has to be included in the release candidate
| 1
|
186,256
| 6,734,679,929
|
IssuesEvent
|
2017-10-18 18:54:16
|
pelias/api
|
https://api.github.com/repos/pelias/api
|
opened
|
HOST environment variable must now be enabled for any network-exposed API
|
high priority
|
Thanks to https://github.com/pelias/api/pull/1031, we now have the ability to configure the listen address for the API. However, the old default was actually to [listen on all interfaces](https://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback), whereas the new default is to listen only on localhost.
This isn't a bad thing, in fact it's probably very good that by default anyone experimenting with Pelias on say, a shared wireless network, will not be exposing the API to the world.
However, it does mean that *every instance of Pelias that wishes to serve requests over the network will need to override the HOST environment variable with a value of `0.0.0.0` or specify a specific IP address to listen on. This includes **all instances for Mapzen search, the Docker images, and anyone else using Pelias except for local development**. This is a big breaking change and we should ensure everyone is made aware of it.
|
1.0
|
HOST environment variable must now be enabled for any network-exposed API - Thanks to https://github.com/pelias/api/pull/1031, we now have the ability to configure the listen address for the API. However, the old default was actually to [listen on all interfaces](https://nodejs.org/api/http.html#http_server_listen_port_hostname_backlog_callback), whereas the new default is to listen only on localhost.
This isn't a bad thing, in fact it's probably very good that by default anyone experimenting with Pelias on say, a shared wireless network, will not be exposing the API to the world.
However, it does mean that *every instance of Pelias that wishes to serve requests over the network will need to override the HOST environment variable with a value of `0.0.0.0` or specify a specific IP address to listen on. This includes **all instances for Mapzen search, the Docker images, and anyone else using Pelias except for local development**. This is a big breaking change and we should ensure everyone is made aware of it.
|
priority
|
host environment variable must now be enabled for any network exposed api thanks to we now have the ability to configure the listen address for the api however the old default was actually to whereas the new default is to listen only on localhost this isn t a bad thing in fact it s probably very good that by default anyone experimenting with pelias on say a shared wireless network will not be exposing the api to the world however it does mean that every instance of pelias that wishes to serve requests over the network will need to override the host environment variable with a value of or specify a specific ip address to listen on this includes all instances for mapzen search the docker images and anyone else using pelias except for local development this is a big breaking change and we should ensure everyone is made aware of it
| 1
|
59,533
| 3,114,044,750
|
IssuesEvent
|
2015-09-03 05:32:53
|
cs2103aug2015-t16-1j/main
|
https://api.github.com/repos/cs2103aug2015-t16-1j/main
|
opened
|
As a user, I want to add deadlines to the events
|
priority.high type.story
|
so as to keep track of which items are due at which time
|
1.0
|
As a user, I want to add deadlines to the events - so as to keep track of which items are due at which time
|
priority
|
as a user i want to add deadlines to the events so as to keep track of which items are due at which time
| 1
|
115,899
| 4,684,406,690
|
IssuesEvent
|
2016-10-10 04:48:51
|
AtomicGameEngine/AtomicGameEngine
|
https://api.github.com/repos/AtomicGameEngine/AtomicGameEngine
|
closed
|
Editor crashes when laptop wakes
|
priority: high
|
On my laptop, the editor crashes when it wakes from a sleep.
It seems to be related to trying CEF and graphics objects.
I don't have much information, but it's pretty easy to reproduce.
|
1.0
|
Editor crashes when laptop wakes - On my laptop, the editor crashes when it wakes from a sleep.
It seems to be related to trying CEF and graphics objects.
I don't have much information, but it's pretty easy to reproduce.
|
priority
|
editor crashes when laptop wakes on my laptop the editor crashes when it wakes from a sleep it seems to be related to trying cef and graphics objects i don t have much information but it s pretty easy to reproduce
| 1
|
538,478
| 15,769,760,879
|
IssuesEvent
|
2021-03-31 18:41:39
|
red-hat-storage/ocs-ci
|
https://api.github.com/repos/red-hat-storage/ocs-ci
|
closed
|
fio benchmark try to use more capacity then it have
|
High Priority bug performance
|
for some reason (under investigatio) the test_fio_benchmark is trying to use more capacity then the storage have.
|
1.0
|
fio benchmark try to use more capacity then it have - for some reason (under investigatio) the test_fio_benchmark is trying to use more capacity then the storage have.
|
priority
|
fio benchmark try to use more capacity then it have for some reason under investigatio the test fio benchmark is trying to use more capacity then the storage have
| 1
|
503,595
| 14,595,055,213
|
IssuesEvent
|
2020-12-20 09:30:12
|
enigmampc/EthereumBridgeFrontend
|
https://api.github.com/repos/enigmampc/EthereumBridgeFrontend
|
closed
|
Keplr viewing key issues - this now works FYI
|
high-priority
|
Report Keplr issues here.
There's this issue with viewing keys. I have viewing keys working for my browser extension but not for the UI. Check out this screenshot

**The real problem is when I'm trying to go back to Ethereum, b/c the UI can't verify my viewing key, it thinks I have 0 secretETH and cannot do back to Ethereum**

When I try to recreate the viewing key, I can't hit submit after the key is generated

|
1.0
|
Keplr viewing key issues - this now works FYI - Report Keplr issues here.
There's this issue with viewing keys. I have viewing keys working for my browser extension but not for the UI. Check out this screenshot

**The real problem is when I'm trying to go back to Ethereum, b/c the UI can't verify my viewing key, it thinks I have 0 secretETH and cannot do back to Ethereum**

When I try to recreate the viewing key, I can't hit submit after the key is generated

|
priority
|
keplr viewing key issues this now works fyi report keplr issues here there s this issue with viewing keys i have viewing keys working for my browser extension but not for the ui check out this screenshot the real problem is when i m trying to go back to ethereum b c the ui can t verify my viewing key it thinks i have secreteth and cannot do back to ethereum when i try to recreate the viewing key i can t hit submit after the key is generated
| 1
|
501,651
| 14,530,635,416
|
IssuesEvent
|
2020-12-14 19:33:17
|
ChainSafe/forest
|
https://api.github.com/repos/ChainSafe/forest
|
closed
|
Updates outside of actors for v2.0.0
|
Priority: 2 - High VM
|
This issue covers any changes required to upgrade to specs-actors v2.0.0 that are not in one of the actors.
Please check off the specific changes that are implemented on task #728 as you complete them.
|
1.0
|
Updates outside of actors for v2.0.0 - This issue covers any changes required to upgrade to specs-actors v2.0.0 that are not in one of the actors.
Please check off the specific changes that are implemented on task #728 as you complete them.
|
priority
|
updates outside of actors for this issue covers any changes required to upgrade to specs actors that are not in one of the actors please check off the specific changes that are implemented on task as you complete them
| 1
|
598,644
| 18,249,466,298
|
IssuesEvent
|
2021-10-02 01:10:11
|
OpenBCI/OpenBCI_GUI
|
https://api.github.com/repos/OpenBCI/OpenBCI_GUI
|
closed
|
OpenBCI GUI v5.07 won't start in windows 10
|
difficulty-easy priority-high
|
## Problem
The release v5.07 from the 29 of September closes immediatly. OpenBCI_GUI.exe will open for half a second, showing a blank window, and then close immediately.
## Expected
I xpected the GUI interface to load up for connection of my device
## Operating System and Version
Window 10 pro 64-bi version 20H2
## GUI Version
v5.07
## Running standalone app
Stand alone app
## Type of OpenBCI Board
Cyton
## Are you using a WiFi Shield?
No
## Console Log
Paste any relevant text from the console window here
|
1.0
|
OpenBCI GUI v5.07 won't start in windows 10 - ## Problem
The release v5.07 from the 29 of September closes immediatly. OpenBCI_GUI.exe will open for half a second, showing a blank window, and then close immediately.
## Expected
I xpected the GUI interface to load up for connection of my device
## Operating System and Version
Window 10 pro 64-bi version 20H2
## GUI Version
v5.07
## Running standalone app
Stand alone app
## Type of OpenBCI Board
Cyton
## Are you using a WiFi Shield?
No
## Console Log
Paste any relevant text from the console window here
|
priority
|
openbci gui won t start in windows problem the release from the of september closes immediatly openbci gui exe will open for half a second showing a blank window and then close immediately expected i xpected the gui interface to load up for connection of my device operating system and version window pro bi version gui version running standalone app stand alone app type of openbci board cyton are you using a wifi shield no console log paste any relevant text from the console window here
| 1
|
462,123
| 13,241,190,751
|
IssuesEvent
|
2020-08-19 07:47:59
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
kunden.commerzbank.de - see bug description
|
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important
|
<!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56846 -->
**URL**: https://kunden.commerzbank.de/lp/approval/start?originalUrl=BmG1UgwitC0Bd48sjbnP0zqy3ZPIK2nR
**Browser / Version**: Firefox 80.0
**Operating System**: Mac OS X 10.12
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: site won't load.
**Steps to Reproduce**:
I logged into my account and the secure page wouldn't load.
<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: 20200813191622</li><li>channel: aurora</li><li>hasTouchScreen: false</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/2020/8/8ba19823-24db-4a77-b489-5050b5c2bc30)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
kunden.commerzbank.de - see bug description - <!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56846 -->
**URL**: https://kunden.commerzbank.de/lp/approval/start?originalUrl=BmG1UgwitC0Bd48sjbnP0zqy3ZPIK2nR
**Browser / Version**: Firefox 80.0
**Operating System**: Mac OS X 10.12
**Tested Another Browser**: No
**Problem type**: Something else
**Description**: site won't load.
**Steps to Reproduce**:
I logged into my account and the secure page wouldn't load.
<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: 20200813191622</li><li>channel: aurora</li><li>hasTouchScreen: false</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/2020/8/8ba19823-24db-4a77-b489-5050b5c2bc30)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
priority
|
kunden commerzbank de see bug description url browser version firefox operating system mac os x tested another browser no problem type something else description site won t load steps to reproduce i logged into my account and the secure page wouldn t load browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel aurora hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
| 1
|
498,536
| 14,409,346,035
|
IssuesEvent
|
2020-12-04 02:01:23
|
Pocket-PC-Planet/PPCP-AppManager
|
https://api.github.com/repos/Pocket-PC-Planet/PPCP-AppManager
|
closed
|
mainform initialization loop error
|
Core High Priority bug
|
Gets stuck in the initialization loop and ends up creating a stack overflow error.... You'd never guess where I found the solution.... JK
|
1.0
|
mainform initialization loop error - Gets stuck in the initialization loop and ends up creating a stack overflow error.... You'd never guess where I found the solution.... JK
|
priority
|
mainform initialization loop error gets stuck in the initialization loop and ends up creating a stack overflow error you d never guess where i found the solution jk
| 1
|
455,211
| 13,113,354,844
|
IssuesEvent
|
2020-08-05 05:09:47
|
kubesphere/kubesphere
|
https://api.github.com/repos/kubesphere/kubesphere
|
opened
|
DevOps kubeconfig is not correct
|
area/devops area/iam kind/bug priority/high
|
**Describe the Bug**
Using self provisioner to create a kubeconfig credential (the local cluster for the current user), but when run pipeline to deploy to the cluster, it failed. If I copy and paste admin kubeconfig, everything is OK. It seems the auto generated kubeconfig for the current user is not correct.


**Versions Used**
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)
**Environment**
How many nodes and their hardware configuration:
For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g
(and other info are welcomed to help us debugging)
**How To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
|
1.0
|
DevOps kubeconfig is not correct - **Describe the Bug**
Using self provisioner to create a kubeconfig credential (the local cluster for the current user), but when run pipeline to deploy to the cluster, it failed. If I copy and paste admin kubeconfig, everything is OK. It seems the auto generated kubeconfig for the current user is not correct.


**Versions Used**
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)
**Environment**
How many nodes and their hardware configuration:
For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g
(and other info are welcomed to help us debugging)
**How To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
|
priority
|
devops kubeconfig is not correct describe the bug using self provisioner to create a kubeconfig credential the local cluster for the current user but when run pipeline to deploy to the cluster it failed if i copy and paste admin kubeconfig everything is ok it seems the auto generated kubeconfig for the current user is not correct versions used kubesphere kubernetes if kubesphere installer used you can skip this environment how many nodes and their hardware configuration for example centos masters nodes and other info are welcomed to help us debugging how to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen
| 1
|
295,226
| 9,083,338,475
|
IssuesEvent
|
2019-02-17 19:41:26
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
opened
|
Wheelbarrow - unstable in tight places.
|
Semi-High Priority
|
As far as I know - the Wheelbarrow is designed for bottlenecks, but can not be used in them.




https://youtu.be/w7Z5pF1N5BQ
|
1.0
|
Wheelbarrow - unstable in tight places. - As far as I know - the Wheelbarrow is designed for bottlenecks, but can not be used in them.




https://youtu.be/w7Z5pF1N5BQ
|
priority
|
wheelbarrow unstable in tight places as far as i know the wheelbarrow is designed for bottlenecks but can not be used in them
| 1
|
226,473
| 7,519,784,665
|
IssuesEvent
|
2018-04-12 12:45:28
|
wordpress-mobile/AztecEditor-Android
|
https://api.github.com/repos/wordpress-mobile/AztecEditor-Android
|
closed
|
Crash report wpandroid 9.6: IOOB in AztecText.onTextContextMenuItem
|
Groundskeeping bug high priority
|
WPAndroid 9.6 / Aztec 1.3
```
Fatal Exception: java.lang.IndexOutOfBoundsException: 32, -31
at android.text.PackedIntVector.deleteAt(PackedIntVector.java:222)
at android.text.DynamicLayout.reflow(DynamicLayout.java:317)
at android.text.DynamicLayout.-wrap0(Unknown Source)
at android.text.DynamicLayout$ChangeWatcher.reflow(DynamicLayout.java:752)
at android.text.DynamicLayout$ChangeWatcher.onSpanChanged(DynamicLayout.java:781)
at android.text.SpannableStringBuilder.sendSpanChanged(SpannableStringBuilder.java:1292)
at android.text.SpannableStringBuilder.sendToSpanWatchers(SpannableStringBuilder.java:647)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:577)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:504)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:502)
at android.widget.TextView.paste(TextView.java:11193)
at android.widget.TextView.onTextContextMenuItem(TextView.java:10841)
at org.wordpress.aztec.AztecText.onTextContextMenuItem(AztecText.kt:1304)
at android.widget.Editor$TextActionModeCallback.onActionItemClicked(Editor.java:3976)
at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onActionItemClicked(DecorView.java:2459)
at com.android.internal.view.FloatingActionMode$3.onMenuItemSelected(FloatingActionMode.java:96)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:761)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:167)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:908)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:898)
at com.android.internal.view.FloatingActionMode.lambda$-com_android_internal_view_FloatingActionMode_4856(FloatingActionMode.java:121)
at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.$m$0(Unknown Source:4)
at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.onMenuItemClick(Unknown Source)
at com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2.onClick(FloatingToolbar.java:425)
at android.view.View.performClick(View.java:6294)
at android.view.View$PerformClick.run(View.java:24770)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
```
|
1.0
|
Crash report wpandroid 9.6: IOOB in AztecText.onTextContextMenuItem - WPAndroid 9.6 / Aztec 1.3
```
Fatal Exception: java.lang.IndexOutOfBoundsException: 32, -31
at android.text.PackedIntVector.deleteAt(PackedIntVector.java:222)
at android.text.DynamicLayout.reflow(DynamicLayout.java:317)
at android.text.DynamicLayout.-wrap0(Unknown Source)
at android.text.DynamicLayout$ChangeWatcher.reflow(DynamicLayout.java:752)
at android.text.DynamicLayout$ChangeWatcher.onSpanChanged(DynamicLayout.java:781)
at android.text.SpannableStringBuilder.sendSpanChanged(SpannableStringBuilder.java:1292)
at android.text.SpannableStringBuilder.sendToSpanWatchers(SpannableStringBuilder.java:647)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:577)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:504)
at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:502)
at android.widget.TextView.paste(TextView.java:11193)
at android.widget.TextView.onTextContextMenuItem(TextView.java:10841)
at org.wordpress.aztec.AztecText.onTextContextMenuItem(AztecText.kt:1304)
at android.widget.Editor$TextActionModeCallback.onActionItemClicked(Editor.java:3976)
at com.android.internal.policy.DecorView$ActionModeCallback2Wrapper.onActionItemClicked(DecorView.java:2459)
at com.android.internal.view.FloatingActionMode$3.onMenuItemSelected(FloatingActionMode.java:96)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:761)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:167)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:908)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:898)
at com.android.internal.view.FloatingActionMode.lambda$-com_android_internal_view_FloatingActionMode_4856(FloatingActionMode.java:121)
at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.$m$0(Unknown Source:4)
at com.android.internal.view.-$Lambda$IoKM3AcgDw3Ok5aFi0zlym2p3IA.onMenuItemClick(Unknown Source)
at com.android.internal.widget.FloatingToolbar$FloatingToolbarPopup$2.onClick(FloatingToolbar.java:425)
at android.view.View.performClick(View.java:6294)
at android.view.View$PerformClick.run(View.java:24770)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6494)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
```
|
priority
|
crash report wpandroid ioob in aztectext ontextcontextmenuitem wpandroid aztec fatal exception java lang indexoutofboundsexception at android text packedintvector deleteat packedintvector java at android text dynamiclayout reflow dynamiclayout java at android text dynamiclayout unknown source at android text dynamiclayout changewatcher reflow dynamiclayout java at android text dynamiclayout changewatcher onspanchanged dynamiclayout java at android text spannablestringbuilder sendspanchanged spannablestringbuilder java at android text spannablestringbuilder sendtospanwatchers spannablestringbuilder java at android text spannablestringbuilder replace spannablestringbuilder java at android text spannablestringbuilder replace spannablestringbuilder java at android text spannablestringbuilder replace spannablestringbuilder java at android widget textview paste textview java at android widget textview ontextcontextmenuitem textview java at org wordpress aztec aztectext ontextcontextmenuitem aztectext kt at android widget editor textactionmodecallback onactionitemclicked editor java at com android internal policy decorview onactionitemclicked decorview java at com android internal view floatingactionmode onmenuitemselected floatingactionmode java at com android internal view menu menubuilder dispatchmenuitemselected menubuilder java at com android internal view menu menuitemimpl invoke menuitemimpl java at com android internal view menu menubuilder performitemaction menubuilder java at com android internal view menu menubuilder performitemaction menubuilder java at com android internal view floatingactionmode lambda com android internal view floatingactionmode floatingactionmode java at com android internal view lambda m unknown source at com android internal view lambda onmenuitemclick unknown source at com android internal widget floatingtoolbar floatingtoolbarpopup onclick floatingtoolbar java at android view view performclick view java at android view view performclick run view java at android os handler handlecallback handler java at android os handler dispatchmessage handler java at android os looper loop looper java at android app activitythread main activitythread java at java lang reflect method invoke method java at com android internal os runtimeinit methodandargscaller run runtimeinit java at com android internal os zygoteinit main zygoteinit java
| 1
|
387,624
| 11,463,671,084
|
IssuesEvent
|
2020-02-07 16:26:44
|
aragon/aragon-cli
|
https://api.github.com/repos/aragon/aragon-cli
|
closed
|
Warn user if their mainnet ENS registry configuration points to the old registry
|
:skull: security 🦅 flock/nest high priority
|
See [ENS migration](https://medium.com/the-ethereum-name-service/ens-registry-migration-bug-fix-new-features-64379193a5a).
Many old Aragon app repos will undoubtedly have the old ENS registry hardcoded in their `arapp.json` configuration.
We should detect this for mainnet configurations and:
1. Switch to the new registry address
2. Warn the user that they should update their configuration to use the new registry address.
|
1.0
|
Warn user if their mainnet ENS registry configuration points to the old registry - See [ENS migration](https://medium.com/the-ethereum-name-service/ens-registry-migration-bug-fix-new-features-64379193a5a).
Many old Aragon app repos will undoubtedly have the old ENS registry hardcoded in their `arapp.json` configuration.
We should detect this for mainnet configurations and:
1. Switch to the new registry address
2. Warn the user that they should update their configuration to use the new registry address.
|
priority
|
warn user if their mainnet ens registry configuration points to the old registry see many old aragon app repos will undoubtedly have the old ens registry hardcoded in their arapp json configuration we should detect this for mainnet configurations and switch to the new registry address warn the user that they should update their configuration to use the new registry address
| 1
|
252,761
| 8,041,479,354
|
IssuesEvent
|
2018-07-31 03:12:57
|
CameraKit/camerakit-android
|
https://api.github.com/repos/CameraKit/camerakit-android
|
closed
|
Create new istance without preview
|
Priority: High
|
<!--
PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION.
-->
### Is this a bug report?
Yes
<!--
If you answered "Yes":
We expect that it will take you about 30 minutes to produce a high-quality bug report.
While this may seem like a lot, putting care into issues helps us fix them faster.
For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed.
If you answered "No":
We use GitHub Issues exclusively for tracking bugs in CameraKit. If you're looking for help,
the Community page at https://github.com/wonderkiln/CameraKit-Android list various resources
that should help you get started.
Now scroll below!
-->
### Have you read the [Contributing Guidelines](.github/CONTRIBUTING.md)?
Yes
### Environment
### Steps to Reproduce
<!--
How would you describe your issue to someone who doesn’t know you or your project?
Try to write a sequence of steps that anybody can repeat to see the issue.
Be specific! If the bug cannot be reproduced, your issue may be closed.
-->
(Write your steps here:)
1. Create a new CameraView instance with cameraview = new CameraView(this)
2. start camera
3. take a photo
### Expected Behavior
<!--
How did you expect your project to behave?
It’s fine if you’re not sure your understanding is correct.
Just write down what you thought would happen.
-->
get a photo
### Actual Behavior
<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
Describe this section in detail, and attach screenshots if possible.
Don't just say "it doesn't work"!
-->
Crash error: FATAL EXCEPTION: CameraViewWorker
after onImage event the app crash
### Reproducible Demo
<!--
Please share a project that reproduces the issue.
-->
(Paste the link to an example project and exact instructions to reproduce the issue.)
<!--
What happens if you skip this step?
Someone will read your bug report, and maybe will be able to help you,
but it’s unlikely that it will get much attention from the team. Eventually,
the issue will likely get closed in favor of issues that have reproducible demos.
Please remember that:
* Issues without reproducible demos have a very low priority.
* The person fixing the bug would have to do that anyway. Please be respectful of their time.
* You might figure out the issues yourself as you work on extracting it.
Thanks for helping us help you!
-->
<!-- Love CameraKit-Android? Please consider supporting our collective:
👉 https://opencollective.com/CameraKit-Android/donate -->
|
1.0
|
Create new istance without preview - <!--
PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION.
-->
### Is this a bug report?
Yes
<!--
If you answered "Yes":
We expect that it will take you about 30 minutes to produce a high-quality bug report.
While this may seem like a lot, putting care into issues helps us fix them faster.
For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed.
If you answered "No":
We use GitHub Issues exclusively for tracking bugs in CameraKit. If you're looking for help,
the Community page at https://github.com/wonderkiln/CameraKit-Android list various resources
that should help you get started.
Now scroll below!
-->
### Have you read the [Contributing Guidelines](.github/CONTRIBUTING.md)?
Yes
### Environment
### Steps to Reproduce
<!--
How would you describe your issue to someone who doesn’t know you or your project?
Try to write a sequence of steps that anybody can repeat to see the issue.
Be specific! If the bug cannot be reproduced, your issue may be closed.
-->
(Write your steps here:)
1. Create a new CameraView instance with cameraview = new CameraView(this)
2. start camera
3. take a photo
### Expected Behavior
<!--
How did you expect your project to behave?
It’s fine if you’re not sure your understanding is correct.
Just write down what you thought would happen.
-->
get a photo
### Actual Behavior
<!--
Did something go wrong?
Is something broken, or not behaving as you expected?
Describe this section in detail, and attach screenshots if possible.
Don't just say "it doesn't work"!
-->
Crash error: FATAL EXCEPTION: CameraViewWorker
after onImage event the app crash
### Reproducible Demo
<!--
Please share a project that reproduces the issue.
-->
(Paste the link to an example project and exact instructions to reproduce the issue.)
<!--
What happens if you skip this step?
Someone will read your bug report, and maybe will be able to help you,
but it’s unlikely that it will get much attention from the team. Eventually,
the issue will likely get closed in favor of issues that have reproducible demos.
Please remember that:
* Issues without reproducible demos have a very low priority.
* The person fixing the bug would have to do that anyway. Please be respectful of their time.
* You might figure out the issues yourself as you work on extracting it.
Thanks for helping us help you!
-->
<!-- Love CameraKit-Android? Please consider supporting our collective:
👉 https://opencollective.com/CameraKit-Android/donate -->
|
priority
|
create new istance without preview please don t delete this template until you have read the first section is this a bug report yes if you answered yes we expect that it will take you about minutes to produce a high quality bug report while this may seem like a lot putting care into issues helps us fix them faster for bug reports it is required to fill the rest of this template or the issue will be closed if you answered no we use github issues exclusively for tracking bugs in camerakit if you re looking for help the community page at list various resources that should help you get started now scroll below have you read the github contributing md yes environment steps to reproduce how would you describe your issue to someone who doesn’t know you or your project try to write a sequence of steps that anybody can repeat to see the issue be specific if the bug cannot be reproduced your issue may be closed write your steps here create a new cameraview instance with cameraview new cameraview this start camera take a photo expected behavior how did you expect your project to behave it’s fine if you’re not sure your understanding is correct just write down what you thought would happen get a photo actual behavior did something go wrong is something broken or not behaving as you expected describe this section in detail and attach screenshots if possible don t just say it doesn t work crash error fatal exception cameraviewworker after onimage event the app crash reproducible demo please share a project that reproduces the issue paste the link to an example project and exact instructions to reproduce the issue what happens if you skip this step someone will read your bug report and maybe will be able to help you but it’s unlikely that it will get much attention from the team eventually the issue will likely get closed in favor of issues that have reproducible demos please remember that issues without reproducible demos have a very low priority the person fixing the bug would have to do that anyway please be respectful of their time you might figure out the issues yourself as you work on extracting it thanks for helping us help you love camerakit android please consider supporting our collective 👉
| 1
|
142,034
| 5,451,825,775
|
IssuesEvent
|
2017-03-08 00:33:10
|
chrisblakley/Nebula
|
https://api.github.com/repos/chrisblakley/Nebula
|
closed
|
Theme Data JSON File isn't updating again
|
Backend (Server) Bug High Priority
|
Haven't looked into it yet, but the JSON file containing theme data (such as version number) is no longer updating again.
|
1.0
|
Theme Data JSON File isn't updating again - Haven't looked into it yet, but the JSON file containing theme data (such as version number) is no longer updating again.
|
priority
|
theme data json file isn t updating again haven t looked into it yet but the json file containing theme data such as version number is no longer updating again
| 1
|
516,205
| 14,977,050,357
|
IssuesEvent
|
2021-01-28 08:58:41
|
bounswe/bounswe2020group5
|
https://api.github.com/repos/bounswe/bounswe2020group5
|
closed
|
backend/ Implementing the chat services
|
Priority: High Status: In Progress assignment backend
|
We need to implement the chat services and endpoints in backend
|
1.0
|
backend/ Implementing the chat services - We need to implement the chat services and endpoints in backend
|
priority
|
backend implementing the chat services we need to implement the chat services and endpoints in backend
| 1
|
676,863
| 23,140,566,367
|
IssuesEvent
|
2022-07-28 18:03:55
|
phetsims/chipper
|
https://api.github.com/repos/phetsims/chipper
|
opened
|
Update documentation about precommit hooks, precommit-hook-changed-repos and commit workflow
|
priority:2-high
|
Today, @kathy-phet asked me to update documentation about precommit-hook-changed-repos and that commit process.
* SR/MK: PSA: New caching strategy for super speed pre commit hooks. Thanks SR!
* Caching is super fast, and automatically set up in all linting and pre commit hooks.
* We also have two new scripts for your use:
* absolute-tsc uses the cache layer for type checking
* precommit-hook-changed-repos will run the pre-commit hooks on all repos with working copy changes. These results are cached so that the actual git hooks upon commit and super speedy.
* SR to update documentation for devs / new devs, and MS to review.
* To be clear, we are no longer pursuing pre-push hooks (this solves that).
|
1.0
|
Update documentation about precommit hooks, precommit-hook-changed-repos and commit workflow - Today, @kathy-phet asked me to update documentation about precommit-hook-changed-repos and that commit process.
* SR/MK: PSA: New caching strategy for super speed pre commit hooks. Thanks SR!
* Caching is super fast, and automatically set up in all linting and pre commit hooks.
* We also have two new scripts for your use:
* absolute-tsc uses the cache layer for type checking
* precommit-hook-changed-repos will run the pre-commit hooks on all repos with working copy changes. These results are cached so that the actual git hooks upon commit and super speedy.
* SR to update documentation for devs / new devs, and MS to review.
* To be clear, we are no longer pursuing pre-push hooks (this solves that).
|
priority
|
update documentation about precommit hooks precommit hook changed repos and commit workflow today kathy phet asked me to update documentation about precommit hook changed repos and that commit process sr mk psa new caching strategy for super speed pre commit hooks thanks sr caching is super fast and automatically set up in all linting and pre commit hooks we also have two new scripts for your use absolute tsc uses the cache layer for type checking precommit hook changed repos will run the pre commit hooks on all repos with working copy changes these results are cached so that the actual git hooks upon commit and super speedy sr to update documentation for devs new devs and ms to review to be clear we are no longer pursuing pre push hooks this solves that
| 1
|
816,196
| 30,593,039,419
|
IssuesEvent
|
2023-07-21 18:53:47
|
Faithful-Resource-Pack/Discord-Bot
|
https://api.github.com/repos/Faithful-Resource-Pack/Discord-Bot
|
closed
|
[Bug] Random rotation is completely broken on TS bot
|
bug help wanted high priority
|
### What happened?
Outright won't give any result, saying the image is too big even when it isn't.
### To reproduce
1. Run `/tile random:rotation` on any texture
2. See the error messasge
### Screenshot(s)
<img width="441" alt="Screen Shot 2023-07-20 at 11 24 53 PM" src="https://github.com/Faithful-Resource-Pack/Discord-Bot/assets/75297863/16adb32d-94be-4eca-8c3c-7a75ee589ebb">
### Notes
Probably related to the canvas changes made in e3b74c3 since that was related to rotating images.
|
1.0
|
[Bug] Random rotation is completely broken on TS bot - ### What happened?
Outright won't give any result, saying the image is too big even when it isn't.
### To reproduce
1. Run `/tile random:rotation` on any texture
2. See the error messasge
### Screenshot(s)
<img width="441" alt="Screen Shot 2023-07-20 at 11 24 53 PM" src="https://github.com/Faithful-Resource-Pack/Discord-Bot/assets/75297863/16adb32d-94be-4eca-8c3c-7a75ee589ebb">
### Notes
Probably related to the canvas changes made in e3b74c3 since that was related to rotating images.
|
priority
|
random rotation is completely broken on ts bot what happened outright won t give any result saying the image is too big even when it isn t to reproduce run tile random rotation on any texture see the error messasge screenshot s img width alt screen shot at pm src notes probably related to the canvas changes made in since that was related to rotating images
| 1
|
75,289
| 3,461,337,159
|
IssuesEvent
|
2015-12-20 00:10:28
|
DarkstarProject/darkstar
|
https://api.github.com/repos/DarkstarProject/darkstar
|
closed
|
Auto HP Bug
|
High Priority
|
This is still a thing, didn't see any issues relating to it, is there already one open that someone knows about?
Occasionally players will automatically be returned to their home point upon death without any prompt to release.
|
1.0
|
Auto HP Bug - This is still a thing, didn't see any issues relating to it, is there already one open that someone knows about?
Occasionally players will automatically be returned to their home point upon death without any prompt to release.
|
priority
|
auto hp bug this is still a thing didn t see any issues relating to it is there already one open that someone knows about occasionally players will automatically be returned to their home point upon death without any prompt to release
| 1
|
199,304
| 6,988,031,108
|
IssuesEvent
|
2017-12-14 11:20:02
|
the-ethan-hunt/B.E.N.J.I.
|
https://api.github.com/repos/the-ethan-hunt/B.E.N.J.I.
|
closed
|
Not displaying to tkinter widgets (linux)
|
bug Difficulty:Medium KWoC Linux Priority : High
|
All information or messages are displayed to standard output rather than to tkinter widgets. Eg. All news information.
|
1.0
|
Not displaying to tkinter widgets (linux) - All information or messages are displayed to standard output rather than to tkinter widgets. Eg. All news information.
|
priority
|
not displaying to tkinter widgets linux all information or messages are displayed to standard output rather than to tkinter widgets eg all news information
| 1
|
237,038
| 7,755,126,262
|
IssuesEvent
|
2018-05-31 09:11:27
|
flotos/idm_twitter
|
https://api.github.com/repos/flotos/idm_twitter
|
closed
|
Web architecture plannification
|
Point: 3 Priority: High
|
Definition Of Done:
* The technology stack and design pattern are well defined
|
1.0
|
Web architecture plannification - Definition Of Done:
* The technology stack and design pattern are well defined
|
priority
|
web architecture plannification definition of done the technology stack and design pattern are well defined
| 1
|
567,249
| 16,851,639,274
|
IssuesEvent
|
2021-06-20 16:25:21
|
GastonGit/Hot-Twitch-Clips
|
https://api.github.com/repos/GastonGit/Hot-Twitch-Clips
|
closed
|
TMI.JS :: DISCONNECT ::
|
bug high priority
|
Problem(https://github.com/GastonGit/Hot-Twitch-Clips/issues/126) still exists after fix with disconnects happening with no reason attached to disconnect.
|
1.0
|
TMI.JS :: DISCONNECT :: - Problem(https://github.com/GastonGit/Hot-Twitch-Clips/issues/126) still exists after fix with disconnects happening with no reason attached to disconnect.
|
priority
|
tmi js disconnect problem still exists after fix with disconnects happening with no reason attached to disconnect
| 1
|
124,354
| 4,912,468,036
|
IssuesEvent
|
2016-11-23 09:11:41
|
bespokeinteractive/mchapp
|
https://api.github.com/repos/bespokeinteractive/mchapp
|
opened
|
ANC clinic: There's an error when trying to update tetanus vaccine given to an ANC patient
|
bug High Priority
|
ANC clinic: There's an error when trying to update tetanus vaccine given to an ANC patient
Task
-----------
-Ensure user is able to update Tetanus administered to a patient

|
1.0
|
ANC clinic: There's an error when trying to update tetanus vaccine given to an ANC patient - ANC clinic: There's an error when trying to update tetanus vaccine given to an ANC patient
Task
-----------
-Ensure user is able to update Tetanus administered to a patient

|
priority
|
anc clinic there s an error when trying to update tetanus vaccine given to an anc patient anc clinic there s an error when trying to update tetanus vaccine given to an anc patient task ensure user is able to update tetanus administered to a patient
| 1
|
628,466
| 19,986,647,596
|
IssuesEvent
|
2022-01-30 19:11:46
|
CodersCamp2021-HK/CodersCamp2021.Project.React
|
https://api.github.com/repos/CodersCamp2021-HK/CodersCamp2021.Project.React
|
opened
|
Poprawić routing
|
priority: high 🟠 type: ♻️ refactor
|
Teraz jak gh otwieramy to jest, że strona nie istnieje, trzeba dodać prefix do każdego routingu
|
1.0
|
Poprawić routing - Teraz jak gh otwieramy to jest, że strona nie istnieje, trzeba dodać prefix do każdego routingu
|
priority
|
poprawić routing teraz jak gh otwieramy to jest że strona nie istnieje trzeba dodać prefix do każdego routingu
| 1
|
708,255
| 24,335,462,602
|
IssuesEvent
|
2022-10-01 02:46:44
|
AY2223S1-CS2103T-W12-3/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-W12-3/tp
|
opened
|
Refactoring packages
|
priority.High type.Chore
|
Rename the packages listed below
- [ ] Seedu.Address -> RC4HDB
- [ ] Parser class -> Parser class + CommandParser class
|
1.0
|
Refactoring packages - Rename the packages listed below
- [ ] Seedu.Address -> RC4HDB
- [ ] Parser class -> Parser class + CommandParser class
|
priority
|
refactoring packages rename the packages listed below seedu address parser class parser class commandparser class
| 1
|
778,842
| 27,331,370,835
|
IssuesEvent
|
2023-02-25 17:19:26
|
EnsembleUI/ensemble
|
https://api.github.com/repos/EnsembleUI/ensemble
|
closed
|
Markdown links color to match primary color
|
enhancement HIGHEST Priority
|
Currently links in a markdown widget are blue. They should match the theme's primary color.
```yaml
View:
Column:
children:
- Markdown:
text: Here is an [inline links](https://ensembleui.com)
```
|
1.0
|
Markdown links color to match primary color - Currently links in a markdown widget are blue. They should match the theme's primary color.
```yaml
View:
Column:
children:
- Markdown:
text: Here is an [inline links](https://ensembleui.com)
```
|
priority
|
markdown links color to match primary color currently links in a markdown widget are blue they should match the theme s primary color yaml view column children markdown text here is an
| 1
|
822,123
| 30,854,183,933
|
IssuesEvent
|
2023-08-02 19:09:46
|
calcom/cal.com
|
https://api.github.com/repos/calcom/cal.com
|
closed
|
[CAL-2120] Org owner/admin can't see the teams created by other owner/admin
|
🐛 bug linear High priority organizations
|
He should be able to see all teams so that he can add himself to any team he wants.
He shouldn't be able to see a team's event-types unless he has added him to the team.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-2120](https://linear.app/calcom/issue/CAL-2120/org-owneradmin-cant-see-the-teams-created-by-other-owneradmin)</sub>
|
1.0
|
[CAL-2120] Org owner/admin can't see the teams created by other owner/admin - He should be able to see all teams so that he can add himself to any team he wants.
He shouldn't be able to see a team's event-types unless he has added him to the team.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-2120](https://linear.app/calcom/issue/CAL-2120/org-owneradmin-cant-see-the-teams-created-by-other-owneradmin)</sub>
|
priority
|
org owner admin can t see the teams created by other owner admin he should be able to see all teams so that he can add himself to any team he wants he shouldn t be able to see a team s event types unless he has added him to the team from
| 1
|
822,212
| 30,858,147,197
|
IssuesEvent
|
2023-08-02 22:53:11
|
Memmy-App/memmy
|
https://api.github.com/repos/Memmy-App/memmy
|
closed
|
[Bug]: comment jump button will always jump to first comment on first press, even after scrolling past it
|
bug high priority in progress
|
### Check for open issues
- [X] I have verified that another issue for this is not open, or it has been closed and has not been fixed.
### Minimal reproducible example
Scroll past top comment by any length, press comment jump button
### Expected Behavior
Jump to the next comment down
### Version
0.6.0 (1)
### App Store or TestFlight?
TestFlight
### iOS Version
16.x
### Device
iPhone 13
|
1.0
|
[Bug]: comment jump button will always jump to first comment on first press, even after scrolling past it - ### Check for open issues
- [X] I have verified that another issue for this is not open, or it has been closed and has not been fixed.
### Minimal reproducible example
Scroll past top comment by any length, press comment jump button
### Expected Behavior
Jump to the next comment down
### Version
0.6.0 (1)
### App Store or TestFlight?
TestFlight
### iOS Version
16.x
### Device
iPhone 13
|
priority
|
comment jump button will always jump to first comment on first press even after scrolling past it check for open issues i have verified that another issue for this is not open or it has been closed and has not been fixed minimal reproducible example scroll past top comment by any length press comment jump button expected behavior jump to the next comment down version app store or testflight testflight ios version x device iphone
| 1
|
808,519
| 30,085,857,026
|
IssuesEvent
|
2023-06-29 08:35:09
|
red-hat-storage/ocs-ci
|
https://api.github.com/repos/red-hat-storage/ocs-ci
|
opened
|
Undo the early return in `conftest.py::nb_ensure_endpoint_count` once underlying issue is resolved
|
High Priority workaround MCG Squad/Red
|
Due to https://url.corp.redhat.com/2eba588, we had to give up on ensuring the minimum of two noobaa-endpoint pods in MCG tests via https://github.com/red-hat-storage/ocs-ci/pull/7922.
While this allows the acceptance tests to pass, we can expect this to fail more demanding tests in the CI, so we should undo the compromise as soon as the BZ is fixed.
|
1.0
|
Undo the early return in `conftest.py::nb_ensure_endpoint_count` once underlying issue is resolved - Due to https://url.corp.redhat.com/2eba588, we had to give up on ensuring the minimum of two noobaa-endpoint pods in MCG tests via https://github.com/red-hat-storage/ocs-ci/pull/7922.
While this allows the acceptance tests to pass, we can expect this to fail more demanding tests in the CI, so we should undo the compromise as soon as the BZ is fixed.
|
priority
|
undo the early return in conftest py nb ensure endpoint count once underlying issue is resolved due to we had to give up on ensuring the minimum of two noobaa endpoint pods in mcg tests via while this allows the acceptance tests to pass we can expect this to fail more demanding tests in the ci so we should undo the compromise as soon as the bz is fixed
| 1
|
106,450
| 4,272,690,282
|
IssuesEvent
|
2016-07-13 15:11:17
|
fgpv-vpgf/rcs
|
https://api.github.com/repos/fgpv-vpgf/rcs
|
opened
|
Permit recursive flag on Esri Map Services
|
improvements: enhancement needs: estimate priority: high
|
#45 was targeting only Group Layers, modify RCS to also handle Map Service listings of layers. This will involve some complexity as separate calls will be needed to pull out the nested layers beneath Group Layers.
Sample registration:
```
{
"service_url": "http://geoappext.nrcan.gc.ca/arcgis/rest/services/NorthAmerica/energy_infrastructure_of_north_america_en/MapServer",
"recursive": true,
"service_type": "esriMapServer",
"service_name": "Energy Infrastructure of North America"
},
"fr": {
"service_url": "http://geoappext.nrcan.gc.ca/arcgis/rest/services/NorthAmerica/energy_infrastructure_of_north_america_fr/MapServer",
"recursive": true,
"service_type": "esriMapServer",
"service_name": "Infrastructure énergétique d'Amérique du Nord"
},
"version": "2.0"
}
```
|
1.0
|
Permit recursive flag on Esri Map Services - #45 was targeting only Group Layers, modify RCS to also handle Map Service listings of layers. This will involve some complexity as separate calls will be needed to pull out the nested layers beneath Group Layers.
Sample registration:
```
{
"service_url": "http://geoappext.nrcan.gc.ca/arcgis/rest/services/NorthAmerica/energy_infrastructure_of_north_america_en/MapServer",
"recursive": true,
"service_type": "esriMapServer",
"service_name": "Energy Infrastructure of North America"
},
"fr": {
"service_url": "http://geoappext.nrcan.gc.ca/arcgis/rest/services/NorthAmerica/energy_infrastructure_of_north_america_fr/MapServer",
"recursive": true,
"service_type": "esriMapServer",
"service_name": "Infrastructure énergétique d'Amérique du Nord"
},
"version": "2.0"
}
```
|
priority
|
permit recursive flag on esri map services was targeting only group layers modify rcs to also handle map service listings of layers this will involve some complexity as separate calls will be needed to pull out the nested layers beneath group layers sample registration service url recursive true service type esrimapserver service name energy infrastructure of north america fr service url recursive true service type esrimapserver service name infrastructure énergétique d amérique du nord version
| 1
|
43,735
| 2,891,935,225
|
IssuesEvent
|
2015-06-15 09:37:44
|
geometalab/osmaxx
|
https://api.github.com/repos/geometalab/osmaxx
|
opened
|
Production and development suitable docker-compose.yml
|
priority:high
|
As a developer, I want to deploy the docker containers as simple or simpler than on the local machine.
Write a simple docker-compose file, that can be adapted/copied if used in production or in development, while still having both environments stick very close to each other.
|
1.0
|
Production and development suitable docker-compose.yml - As a developer, I want to deploy the docker containers as simple or simpler than on the local machine.
Write a simple docker-compose file, that can be adapted/copied if used in production or in development, while still having both environments stick very close to each other.
|
priority
|
production and development suitable docker compose yml as a developer i want to deploy the docker containers as simple or simpler than on the local machine write a simple docker compose file that can be adapted copied if used in production or in development while still having both environments stick very close to each other
| 1
|
80,118
| 3,550,920,478
|
IssuesEvent
|
2016-01-21 00:11:20
|
washingtontrails/vms
|
https://api.github.com/repos/washingtontrails/vms
|
closed
|
Request higher Salesforce API call quota
|
High Priority Salesforce VMS BUDGET
|
@WaBirder57, we had discussed requesting a temporary increase in Salesforce's limit on API calls for the first few weeks that the live copy of VMS is running, until we have a better idea of what typical usage looks like and can figure out if we need to pay for more calls permanently or optimize the system.
Can you make this request to your account rep?
Your current limit is 36,000 per 24 hours (1000 per user license). The live instance of VMS is currently using about 12,000 calls per day for indexing but user interaction will use more and we don't know how heavily the system will be used. I'd suggest requesting an increase to 100k/day through the date that signup for volunteer vacations begins.
/cc @mscholtz
|
1.0
|
Request higher Salesforce API call quota - @WaBirder57, we had discussed requesting a temporary increase in Salesforce's limit on API calls for the first few weeks that the live copy of VMS is running, until we have a better idea of what typical usage looks like and can figure out if we need to pay for more calls permanently or optimize the system.
Can you make this request to your account rep?
Your current limit is 36,000 per 24 hours (1000 per user license). The live instance of VMS is currently using about 12,000 calls per day for indexing but user interaction will use more and we don't know how heavily the system will be used. I'd suggest requesting an increase to 100k/day through the date that signup for volunteer vacations begins.
/cc @mscholtz
|
priority
|
request higher salesforce api call quota we had discussed requesting a temporary increase in salesforce s limit on api calls for the first few weeks that the live copy of vms is running until we have a better idea of what typical usage looks like and can figure out if we need to pay for more calls permanently or optimize the system can you make this request to your account rep your current limit is per hours per user license the live instance of vms is currently using about calls per day for indexing but user interaction will use more and we don t know how heavily the system will be used i d suggest requesting an increase to day through the date that signup for volunteer vacations begins cc mscholtz
| 1
|
589,511
| 17,703,531,333
|
IssuesEvent
|
2021-08-25 03:13:19
|
woowa-techcamp-2021/store-6
|
https://api.github.com/repos/woowa-techcamp-2021/store-6
|
closed
|
[FE] useDebounce 개선
|
refactor high priority
|
## :hammer: 기능 설명
### useDebounce 개선
## 📑 완료 조건
- [x] 인자에 값이 아닌 콜백을 받도록 수정한다.
## :thought_balloon: 관련 Backlog
> [대분류] - [중분류] - [Backlog 이름]
리팩토링 - useDebounce
|
1.0
|
[FE] useDebounce 개선 - ## :hammer: 기능 설명
### useDebounce 개선
## 📑 완료 조건
- [x] 인자에 값이 아닌 콜백을 받도록 수정한다.
## :thought_balloon: 관련 Backlog
> [대분류] - [중분류] - [Backlog 이름]
리팩토링 - useDebounce
|
priority
|
usedebounce 개선 hammer 기능 설명 usedebounce 개선 📑 완료 조건 인자에 값이 아닌 콜백을 받도록 수정한다 thought balloon 관련 backlog 리팩토링 usedebounce
| 1
|
186,843
| 6,743,025,513
|
IssuesEvent
|
2017-10-20 10:11:20
|
CS2103AUG2017-W09-B3/main
|
https://api.github.com/repos/CS2103AUG2017-W09-B3/main
|
closed
|
As a forgetful user, I want to find specific contacts by attributes other than name
|
priority.high status.completed type.enhancement
|
...so that I can find out the contact’s name and other details.
- Command class implementation
- Update Parser
- JUnit test
|
1.0
|
As a forgetful user, I want to find specific contacts by attributes other than name - ...so that I can find out the contact’s name and other details.
- Command class implementation
- Update Parser
- JUnit test
|
priority
|
as a forgetful user i want to find specific contacts by attributes other than name so that i can find out the contact’s name and other details command class implementation update parser junit test
| 1
|
173,272
| 6,522,819,979
|
IssuesEvent
|
2017-08-29 05:28:19
|
Templarian/MaterialDesign
|
https://api.github.com/repos/Templarian/MaterialDesign
|
closed
|
Floorplan / blueprint icon
|
Contribution High Priority Home Assistant Icon Request
|
As a home assistant home automation user I found the need for a floorplan icon, but there is nothing suitable in MDI.
Here's one I rolled. It would be nice if it can be added to MDI.
[floorplan.zip](https://github.com/Templarian/MaterialDesign/files/1213052/floorplan.zip)
|
1.0
|
Floorplan / blueprint icon - As a home assistant home automation user I found the need for a floorplan icon, but there is nothing suitable in MDI.
Here's one I rolled. It would be nice if it can be added to MDI.
[floorplan.zip](https://github.com/Templarian/MaterialDesign/files/1213052/floorplan.zip)
|
priority
|
floorplan blueprint icon as a home assistant home automation user i found the need for a floorplan icon but there is nothing suitable in mdi here s one i rolled it would be nice if it can be added to mdi
| 1
|
111,958
| 4,499,720,586
|
IssuesEvent
|
2016-09-01 00:12:19
|
socrata/opendatanetwork.com
|
https://api.github.com/repos/socrata/opendatanetwork.com
|
closed
|
page toggles not generating all constraint permutations, so no map appearing
|
high priority
|
go to: http://opendatanetwork-staging.herokuapp.com/region/310M200US42660/Seattle_Metro_Area_(WA)/cost_of_living/economy.cost_of_living.index/2013?
note: no map
note: map error: https://odn-backend.herokuapp.com/data/v1/map/new?variable=economy.cost_of_living.index&entity_id=310M200US42660&app_token=cQovpGcdUT1CSzgYk0KPYdAI0&year=2013
{"error":{"message":"must specify values for constraints: component"},"statusCode":422,"url":"/data/v1/map/new?variable=economy.cost_of_living.index&entity_id=310M200US42660&app_token=cQovpGcdUT1CSzgYk0KPYdAI0&year=2013"}
what we want is a drop down for every constraint in the /availability call. note, in this case there are 2, year and component. The drop down values should contain all of the permutations for that constraint using this call:
http://api.opendatanetwork.com/data/v1/constraint/demographics.population.count?entity_id=310M200US42660&constraint=year&app_token=cQovpGcdUT1CSzgYk0KPYdAI0
where the UI picks the order and default.
|
1.0
|
page toggles not generating all constraint permutations, so no map appearing - go to: http://opendatanetwork-staging.herokuapp.com/region/310M200US42660/Seattle_Metro_Area_(WA)/cost_of_living/economy.cost_of_living.index/2013?
note: no map
note: map error: https://odn-backend.herokuapp.com/data/v1/map/new?variable=economy.cost_of_living.index&entity_id=310M200US42660&app_token=cQovpGcdUT1CSzgYk0KPYdAI0&year=2013
{"error":{"message":"must specify values for constraints: component"},"statusCode":422,"url":"/data/v1/map/new?variable=economy.cost_of_living.index&entity_id=310M200US42660&app_token=cQovpGcdUT1CSzgYk0KPYdAI0&year=2013"}
what we want is a drop down for every constraint in the /availability call. note, in this case there are 2, year and component. The drop down values should contain all of the permutations for that constraint using this call:
http://api.opendatanetwork.com/data/v1/constraint/demographics.population.count?entity_id=310M200US42660&constraint=year&app_token=cQovpGcdUT1CSzgYk0KPYdAI0
where the UI picks the order and default.
|
priority
|
page toggles not generating all constraint permutations so no map appearing go to note no map note map error error message must specify values for constraints component statuscode url data map new variable economy cost of living index entity id app token year what we want is a drop down for every constraint in the availability call note in this case there are year and component the drop down values should contain all of the permutations for that constraint using this call where the ui picks the order and default
| 1
|
310,382
| 9,489,390,893
|
IssuesEvent
|
2019-04-22 22:23:47
|
jbadlato/Markov-Rankings
|
https://api.github.com/repos/jbadlato/Markov-Rankings
|
closed
|
Show team's schedule when you click on team name
|
Priority: High Type: Feature
|
- [x] Create API call for a team's schedule & scores
- [x] Create new page in React router for team schedule (can this be a pop-up/new window? Overlay?)
- [x] Create React elements for team, score, game, schedule
- [x] Display home team on bottom
- [x] Don't show scores for games scheduled in the future
- [x] Mark winning team of each game
|
1.0
|
Show team's schedule when you click on team name - - [x] Create API call for a team's schedule & scores
- [x] Create new page in React router for team schedule (can this be a pop-up/new window? Overlay?)
- [x] Create React elements for team, score, game, schedule
- [x] Display home team on bottom
- [x] Don't show scores for games scheduled in the future
- [x] Mark winning team of each game
|
priority
|
show team s schedule when you click on team name create api call for a team s schedule scores create new page in react router for team schedule can this be a pop up new window overlay create react elements for team score game schedule display home team on bottom don t show scores for games scheduled in the future mark winning team of each game
| 1
|
559,003
| 16,547,269,920
|
IssuesEvent
|
2021-05-28 02:36:47
|
swlegion/tts
|
https://api.github.com/repos/swlegion/tts
|
closed
|
Issues to fix for re-landing Spawnv2
|
priority 1: high 🐛 bug
|
Make sure to test with this [`cis-spam.json`](https://gist.githubusercontent.com/matanlurey/8fcf4fc55250cc1b68eabdb093a0517c/raw/fe6d79f78dd469cafd8420f8fad32618bbfaeb6b/cis-spam.json).
- Add collider data for all of the assetbundle-based minis
- Larger units (>5 minis?) spawn models stacked
- Units not spawning at all in the back row
- When they do spawn, models are being scattered across the x-axis
|
1.0
|
Issues to fix for re-landing Spawnv2 - Make sure to test with this [`cis-spam.json`](https://gist.githubusercontent.com/matanlurey/8fcf4fc55250cc1b68eabdb093a0517c/raw/fe6d79f78dd469cafd8420f8fad32618bbfaeb6b/cis-spam.json).
- Add collider data for all of the assetbundle-based minis
- Larger units (>5 minis?) spawn models stacked
- Units not spawning at all in the back row
- When they do spawn, models are being scattered across the x-axis
|
priority
|
issues to fix for re landing make sure to test with this add collider data for all of the assetbundle based minis larger units minis spawn models stacked units not spawning at all in the back row when they do spawn models are being scattered across the x axis
| 1
|
300,790
| 9,212,466,921
|
IssuesEvent
|
2019-03-10 00:58:14
|
gravityview/GravityView
|
https://api.github.com/repos/gravityview/GravityView
|
closed
|
Editing an entry strips the labels from product calculation fields, nulls totals
|
Bug Core: Edit Entry Core: Fields Difficulty: Medium Priority: High
|
The labels get stripped from the receipt table after editing in Edit Entry; probably due to bad serialization?
Also look into whether it's the deleting of the entry meta on `GravityView_Field_Product::clear_product_info_cache()` method

See [HS#10931](https://secure.helpscout.net/conversation/430351819/10931/).
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/995529792029955/995656589921776)
|
1.0
|
Editing an entry strips the labels from product calculation fields, nulls totals - The labels get stripped from the receipt table after editing in Edit Entry; probably due to bad serialization?
Also look into whether it's the deleting of the entry meta on `GravityView_Field_Product::clear_product_info_cache()` method

See [HS#10931](https://secure.helpscout.net/conversation/430351819/10931/).
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/995529792029955/995656589921776)
|
priority
|
editing an entry strips the labels from product calculation fields nulls totals the labels get stripped from the receipt table after editing in edit entry probably due to bad serialization also look into whether it s the deleting of the entry meta on gravityview field product clear product info cache method see ┆issue is synchronized with this
| 1
|
610,722
| 18,922,574,887
|
IssuesEvent
|
2021-11-17 04:47:30
|
CMPUT301F21T20/HabitTracker
|
https://api.github.com/repos/CMPUT301F21T20/HabitTracker
|
closed
|
6.1 Habit Event Location
|
priority: medium Habit Events Geolocation and Maps complexity: high
|
User Story: As a doer, I want a habit event to have an optional location to record where it happened.
When a user creates a habit event we need to give them the option to save their location. This requires asking for location permission and saving the location along with the other habit event info in Firestore.
This feature requires interacting with Android Location API and Firestore making it highly complex. Despite this, the feature is not essential to have a fully working app so it is a medium priority.
Story Points: 4
|
1.0
|
6.1 Habit Event Location - User Story: As a doer, I want a habit event to have an optional location to record where it happened.
When a user creates a habit event we need to give them the option to save their location. This requires asking for location permission and saving the location along with the other habit event info in Firestore.
This feature requires interacting with Android Location API and Firestore making it highly complex. Despite this, the feature is not essential to have a fully working app so it is a medium priority.
Story Points: 4
|
priority
|
habit event location user story as a doer i want a habit event to have an optional location to record where it happened when a user creates a habit event we need to give them the option to save their location this requires asking for location permission and saving the location along with the other habit event info in firestore this feature requires interacting with android location api and firestore making it highly complex despite this the feature is not essential to have a fully working app so it is a medium priority story points
| 1
|
133,090
| 5,196,815,538
|
IssuesEvent
|
2017-01-23 14:02:10
|
fgpv-vpgf/fgpv-vpgf
|
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
|
closed
|
"Help" non responsive in Firefox
|
browser: Foxes bug-type: broken use case priority: high problem: bug v1.5.0
|
Tested URL :http://fgpv.cloudapp.net/demo/v1.5.0-1/prod/samples/index-fgp-en.html?keys=JOSM,EcoAction,CESI_Other,NPRI_CO,Railways,mb_colour,Airports,Barley
"Help" option from the left hand side panel or from the right side panel do not work. Help window does not load in both cases. Below is the error I see in the console. Please investigate

|
1.0
|
"Help" non responsive in Firefox - Tested URL :http://fgpv.cloudapp.net/demo/v1.5.0-1/prod/samples/index-fgp-en.html?keys=JOSM,EcoAction,CESI_Other,NPRI_CO,Railways,mb_colour,Airports,Barley
"Help" option from the left hand side panel or from the right side panel do not work. Help window does not load in both cases. Below is the error I see in the console. Please investigate

|
priority
|
help non responsive in firefox tested url help option from the left hand side panel or from the right side panel do not work help window does not load in both cases below is the error i see in the console please investigate
| 1
|
207,178
| 7,125,398,021
|
IssuesEvent
|
2018-01-19 22:50:56
|
sul-dlss/preservation_catalog
|
https://api.github.com/repos/sul-dlss/preservation_catalog
|
closed
|
(C2M) SQL query for looping through catalog entries
|
high priority in progress
|
(See PR #459 if it hasn't been merged yet)
We will be selecting PreservedCopy objects by storage_dir / endpoint and by last_version_audit date. We want a SQL query to get us the correct PreservedCopy objects, but it must be done in a scalable way (i.e. chunked).
@jmartin-sul says: "re: the C2M query, i think you could use plain `find` if you just wanted a list of IDs to loop over, but passing a block to `find_each` was the more efficient approach, IIRC. because then you don't have to go back and do a `find` on each object ID (i assume that `find_each` does some paging under the hood, and that it'll make multiple DB connections, but fewer connections than `find` to get the list of IDs and `find` on each returned ID). one more random suggestion: if you only want the last N records, i'd have the query do the sort/limit (as opposed to querying broadly and filtering the list in ruby-land). presumably we'll be querying on indexed cols, which should be pretty efficient."
|
1.0
|
(C2M) SQL query for looping through catalog entries - (See PR #459 if it hasn't been merged yet)
We will be selecting PreservedCopy objects by storage_dir / endpoint and by last_version_audit date. We want a SQL query to get us the correct PreservedCopy objects, but it must be done in a scalable way (i.e. chunked).
@jmartin-sul says: "re: the C2M query, i think you could use plain `find` if you just wanted a list of IDs to loop over, but passing a block to `find_each` was the more efficient approach, IIRC. because then you don't have to go back and do a `find` on each object ID (i assume that `find_each` does some paging under the hood, and that it'll make multiple DB connections, but fewer connections than `find` to get the list of IDs and `find` on each returned ID). one more random suggestion: if you only want the last N records, i'd have the query do the sort/limit (as opposed to querying broadly and filtering the list in ruby-land). presumably we'll be querying on indexed cols, which should be pretty efficient."
|
priority
|
sql query for looping through catalog entries see pr if it hasn t been merged yet we will be selecting preservedcopy objects by storage dir endpoint and by last version audit date we want a sql query to get us the correct preservedcopy objects but it must be done in a scalable way i e chunked jmartin sul says re the query i think you could use plain find if you just wanted a list of ids to loop over but passing a block to find each was the more efficient approach iirc because then you don t have to go back and do a find on each object id i assume that find each does some paging under the hood and that it ll make multiple db connections but fewer connections than find to get the list of ids and find on each returned id one more random suggestion if you only want the last n records i d have the query do the sort limit as opposed to querying broadly and filtering the list in ruby land presumably we ll be querying on indexed cols which should be pretty efficient
| 1
|
375,669
| 11,115,104,711
|
IssuesEvent
|
2019-12-18 10:03:47
|
ooni/probe-engine
|
https://api.github.com/repos/ooni/probe-engine
|
closed
|
QA for Telegram in Go
|
cycle backlog effort/M priority/high technical task
|
This issue is about doing a final round of QA for Telegram in Go and replace the C++ implementation in MK with the implementation in Go, if we're satisfied.
|
1.0
|
QA for Telegram in Go - This issue is about doing a final round of QA for Telegram in Go and replace the C++ implementation in MK with the implementation in Go, if we're satisfied.
|
priority
|
qa for telegram in go this issue is about doing a final round of qa for telegram in go and replace the c implementation in mk with the implementation in go if we re satisfied
| 1
|
376,635
| 11,149,594,234
|
IssuesEvent
|
2019-12-23 19:16:32
|
texas-justice-initiative/website-nextjs
|
https://api.github.com/repos/texas-justice-initiative/website-nextjs
|
opened
|
make change to Eva Ruth's bio
|
high priority
|
Please make the following change to Eva Ruth's bio on "About Us" (no longer writing the book, thankfully!!)
> Executive Director and co-founder Eva Ruth Moravec is a 2018 John Jay/Harry Frank Guggenheim Criminal Justice Reporting fellow, **and a** freelance reporter `<del>`and the author of a forthcoming book that explores the legality of police shootings `</del>` **covering criminal justice** in Texas **and throughout the U.S.**.
|
1.0
|
make change to Eva Ruth's bio - Please make the following change to Eva Ruth's bio on "About Us" (no longer writing the book, thankfully!!)
> Executive Director and co-founder Eva Ruth Moravec is a 2018 John Jay/Harry Frank Guggenheim Criminal Justice Reporting fellow, **and a** freelance reporter `<del>`and the author of a forthcoming book that explores the legality of police shootings `</del>` **covering criminal justice** in Texas **and throughout the U.S.**.
|
priority
|
make change to eva ruth s bio please make the following change to eva ruth s bio on about us no longer writing the book thankfully executive director and co founder eva ruth moravec is a john jay harry frank guggenheim criminal justice reporting fellow and a freelance reporter and the author of a forthcoming book that explores the legality of police shootings covering criminal justice in texas and throughout the u s
| 1
|
832,392
| 32,078,554,066
|
IssuesEvent
|
2023-09-25 12:37:33
|
AY2324S1-CS2103T-T10-2/tp
|
https://api.github.com/repos/AY2324S1-CS2103T-T10-2/tp
|
opened
|
As an Event Planner, I can search for my contacts
|
type.Story priority.High
|
... so that I can quickly locate the details of contact I want.
Tasks:
- [ ] Implement searching of contacts `findPerson` @jiakai-17
- [ ] Add `findPerson` to User Guide @jiakai-17
|
1.0
|
As an Event Planner, I can search for my contacts - ... so that I can quickly locate the details of contact I want.
Tasks:
- [ ] Implement searching of contacts `findPerson` @jiakai-17
- [ ] Add `findPerson` to User Guide @jiakai-17
|
priority
|
as an event planner i can search for my contacts so that i can quickly locate the details of contact i want tasks implement searching of contacts findperson jiakai add findperson to user guide jiakai
| 1
|
711,294
| 24,457,171,887
|
IssuesEvent
|
2022-10-07 07:53:48
|
insightsengineering/tern.mmrm
|
https://api.github.com/repos/insightsengineering/tern.mmrm
|
closed
|
Add `weights` option to `fit_mmrm` etc.
|
SP2 high priority
|
Idea: Expose the `weights` option from `mmrm`.
To do:
- [x] `h_assert_data()`
- [x] `h_labels()`
- [x] `fit_mmrm()`
- [x] `g_mmrm_diagnostic()1
- [x] document
- [x] Add tests
|
1.0
|
Add `weights` option to `fit_mmrm` etc. - Idea: Expose the `weights` option from `mmrm`.
To do:
- [x] `h_assert_data()`
- [x] `h_labels()`
- [x] `fit_mmrm()`
- [x] `g_mmrm_diagnostic()1
- [x] document
- [x] Add tests
|
priority
|
add weights option to fit mmrm etc idea expose the weights option from mmrm to do h assert data h labels fit mmrm g mmrm diagnostic document add tests
| 1
|
469,289
| 13,505,002,390
|
IssuesEvent
|
2020-09-13 20:40:00
|
apexcharts/apexcharts.js
|
https://api.github.com/repos/apexcharts/apexcharts.js
|
reopened
|
Chart height on mobile chrome/brave not correct (depending on number of lines in legend)
|
bug high-priority legend mobile
|
## Codepen
https://codepen.io/guybrush-the-bold/full/LoXdgN
## Explanation
- What is the behavior you expect?
The chart should look the same on all devices
- What is happening instead?
On chrome (and brave) the height of the chart-plot is much less than on other devices - depending on the amount of lines in the legend.
- What error message are you getting?
None
Here is a screenshot: (on the left its chrome on desktop, on the right its chrome on android)

|
1.0
|
Chart height on mobile chrome/brave not correct (depending on number of lines in legend) - ## Codepen
https://codepen.io/guybrush-the-bold/full/LoXdgN
## Explanation
- What is the behavior you expect?
The chart should look the same on all devices
- What is happening instead?
On chrome (and brave) the height of the chart-plot is much less than on other devices - depending on the amount of lines in the legend.
- What error message are you getting?
None
Here is a screenshot: (on the left its chrome on desktop, on the right its chrome on android)

|
priority
|
chart height on mobile chrome brave not correct depending on number of lines in legend codepen explanation what is the behavior you expect the chart should look the same on all devices what is happening instead on chrome and brave the height of the chart plot is much less than on other devices depending on the amount of lines in the legend what error message are you getting none here is a screenshot on the left its chrome on desktop on the right its chrome on android
| 1
|
633,803
| 20,266,206,910
|
IssuesEvent
|
2022-02-15 12:19:20
|
tendermint/starport
|
https://api.github.com/repos/tendermint/starport
|
opened
|
network: stabilize HTTP tunneling
|
priority/high network
|
The feature first implemented by https://github.com/tendermint/starport/pull/2055.
There is a connectivity problem with more than two nodes when Gitpod and VM nodes used together.
@ivanovpetr also reported that:
> And I also found out that gitpod node id changes every time when it stopped
Let's ensure that
- [ ] We can run a network with 2 Gitpod and 2 VM instances.
- [ ] We can run a network with 4 Gitpod instances.
- [ ] We can run a network with 4 VM instances.
|
1.0
|
network: stabilize HTTP tunneling - The feature first implemented by https://github.com/tendermint/starport/pull/2055.
There is a connectivity problem with more than two nodes when Gitpod and VM nodes used together.
@ivanovpetr also reported that:
> And I also found out that gitpod node id changes every time when it stopped
Let's ensure that
- [ ] We can run a network with 2 Gitpod and 2 VM instances.
- [ ] We can run a network with 4 Gitpod instances.
- [ ] We can run a network with 4 VM instances.
|
priority
|
network stabilize http tunneling the feature first implemented by there is a connectivity problem with more than two nodes when gitpod and vm nodes used together ivanovpetr also reported that and i also found out that gitpod node id changes every time when it stopped let s ensure that we can run a network with gitpod and vm instances we can run a network with gitpod instances we can run a network with vm instances
| 1
|
93,303
| 3,898,884,202
|
IssuesEvent
|
2016-04-17 11:39:25
|
CoderDojo/community-platform
|
https://api.github.com/repos/CoderDojo/community-platform
|
closed
|
Links to Charter & privacy statement broken when logged in
|
bug high priority
|
Charter link in nav and privacy statement link in footer seems to break when a user is logged in but works fine when no one is logged in.
1. Log in your account in zen
2. Click privacy statement - will give 404
3. Click charter - will go to https://zen.coderdojo.com/undefined
if you skip step 2, charter works fine even when logged in.
|
1.0
|
Links to Charter & privacy statement broken when logged in - Charter link in nav and privacy statement link in footer seems to break when a user is logged in but works fine when no one is logged in.
1. Log in your account in zen
2. Click privacy statement - will give 404
3. Click charter - will go to https://zen.coderdojo.com/undefined
if you skip step 2, charter works fine even when logged in.
|
priority
|
links to charter privacy statement broken when logged in charter link in nav and privacy statement link in footer seems to break when a user is logged in but works fine when no one is logged in log in your account in zen click privacy statement will give click charter will go to if you skip step charter works fine even when logged in
| 1
|
613,913
| 19,101,534,315
|
IssuesEvent
|
2021-11-29 23:21:34
|
CMPUT301F21T21/detes
|
https://api.github.com/repos/CMPUT301F21T21/detes
|
closed
|
US 06.01.02 Geolocation and Maps
|
Final checkpoint High Risk Medium Priority New
|
As a doer, I want the location for a habit event to be specified using a map within the app, with the current phone position as the default location.
**Clarification:** The user would like the ability to specify a location of habit by using the app once the habit has been completed. This will all be accomplished in the app.
Story Points: 5
|
1.0
|
US 06.01.02 Geolocation and Maps - As a doer, I want the location for a habit event to be specified using a map within the app, with the current phone position as the default location.
**Clarification:** The user would like the ability to specify a location of habit by using the app once the habit has been completed. This will all be accomplished in the app.
Story Points: 5
|
priority
|
us geolocation and maps as a doer i want the location for a habit event to be specified using a map within the app with the current phone position as the default location clarification the user would like the ability to specify a location of habit by using the app once the habit has been completed this will all be accomplished in the app story points
| 1
|
758,219
| 26,546,725,261
|
IssuesEvent
|
2023-01-20 01:18:49
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
opened
|
Improve "Complete the organization profile" banner
|
help wanted area: onboarding priority: high
|
At present, the owner of a new Zulip organization is immediately shown a banner at the top of the app that says:
> Complete the organization profile to brand and explain the purpose of this Zulip organization.
As [discussed on CZO](https://chat.zulip.org/#narrow/stream/101-design/topic/organization.20profile.20banner/near/1489812), we should:
- [ ] Change the banner text to say the following, which better explains what the profile is for:
> Complete [your organization's profile](#organization/organization-profile), which is displayed on your organization's registration and login pages.
- [ ] Delay showing the banner until 15 days after the organization is created.
|
1.0
|
Improve "Complete the organization profile" banner - At present, the owner of a new Zulip organization is immediately shown a banner at the top of the app that says:
> Complete the organization profile to brand and explain the purpose of this Zulip organization.
As [discussed on CZO](https://chat.zulip.org/#narrow/stream/101-design/topic/organization.20profile.20banner/near/1489812), we should:
- [ ] Change the banner text to say the following, which better explains what the profile is for:
> Complete [your organization's profile](#organization/organization-profile), which is displayed on your organization's registration and login pages.
- [ ] Delay showing the banner until 15 days after the organization is created.
|
priority
|
improve complete the organization profile banner at present the owner of a new zulip organization is immediately shown a banner at the top of the app that says complete the organization profile to brand and explain the purpose of this zulip organization as we should change the banner text to say the following which better explains what the profile is for complete organization organization profile which is displayed on your organization s registration and login pages delay showing the banner until days after the organization is created
| 1
|
153,930
| 5,906,127,973
|
IssuesEvent
|
2017-05-19 14:29:52
|
elsevier-core-engineering/replicator
|
https://api.github.com/repos/elsevier-core-engineering/replicator
|
closed
|
Make Cluster Scaling Retry Threshold a User Configurable Option
|
enhancement high-priority
|
**Description**
When extended node validation was introduced in #62, the new configuration structure was not yet implemented. Now that both changes have been merged, we need to add a new configuration flag to allow users to specify the cluster scaling retry threshold.
|
1.0
|
Make Cluster Scaling Retry Threshold a User Configurable Option - **Description**
When extended node validation was introduced in #62, the new configuration structure was not yet implemented. Now that both changes have been merged, we need to add a new configuration flag to allow users to specify the cluster scaling retry threshold.
|
priority
|
make cluster scaling retry threshold a user configurable option description when extended node validation was introduced in the new configuration structure was not yet implemented now that both changes have been merged we need to add a new configuration flag to allow users to specify the cluster scaling retry threshold
| 1
|
832,130
| 32,073,025,283
|
IssuesEvent
|
2023-09-25 09:13:51
|
Avaiga/taipy-core
|
https://api.github.com/repos/Avaiga/taipy-core
|
closed
|
Problem of version compability even with Develop mode on
|
Core: Versioning 🟧 Priority: High 💥Malfunction
|
**Description**
Changing configuration might create issues in Taipy Core even in Develop mode. Changing the name of the function used by a task raises an error.
**How to reproduce**
- Run the code
```python
from taipy import Config, Scope, Frequency
import datetime as dt
import taipy as tp
import pandas as pd
PATH_CSV = 'dataset.csv'
PATH_PARQUET = 'dataset.parquet'
def transform(csv, parquet, pickle):
print(" Cleaning data")
return csv, 5, "hello", dt.datetime.now()
## Input Data csv
csv_cfg = Config.configure_data_node(id="csv", storage_type="csv", path=PATH_CSV)#scope=Scope.GLOBAL,
parquet_cfg = Config.configure_data_node(id="parquet", scope=Scope.CYCLE, storage_type="parquet", path=PATH_PARQUET)
pickle_cfg = Config.configure_data_node(id="pickle")
## Remaining Data Node
data_out_cfg = Config.configure_data_node(id="data_out")
int_cfg = Config.configure_data_node(id="int")
string_cfg = Config.configure_data_node(id="string")
date_cfg = Config.configure_data_node(id="date")
# Task config objects
transform_task_cfg = Config.configure_task(id="transform",
function=transform,
input=[csv_cfg,parquet_cfg,pickle_cfg],
output=[data_out_cfg, int_cfg, string_cfg, date_cfg],
skippable=True)
# Configure our scenario config.
scenario_cfg = Config.configure_scenario(id="scenario", task_configs=[transform_task_cfg], frequency=Frequency.MONTHLY)
if __name__ == "__main__":
tp.Core().run()
scenario = tp.create_scenario(config=scenario_cfg)
data_pickle = pd.DataFrame({"Hello": [1, 2, 3], "World": [4, 5, 6]})
scenario.pickle.write(data_pickle)
data_csv = pd.DataFrame({"Hi": ["red", "step", 'true'], "World": [None, 5, 6]})
data_csv.to_csv(PATH_CSV)
data_parquet = pd.DataFrame({"Date":[dt.datetime(2021, 1, 1), dt.datetime(2021, 1, 2), dt.datetime(2021, 1, 3)], "Value": [1, 2, 3]})
data_parquet.to_parquet(PATH_PARQUET)
print(scenario.pickle.read())
```
- Rename the function used:
```python
from taipy import Config, Scope, Frequency
import datetime as dt
import taipy as tp
import pandas as pd
PATH_CSV = 'dataset.csv'
PATH_PARQUET = 'dataset.parquet'
def other_function(csv, parquet, pickle):
print(" Cleaning data")
return csv, 5, "hello", dt.datetime.now()
## Input Data csv
csv_cfg = Config.configure_data_node(id="csv", storage_type="csv", path=PATH_CSV)#scope=Scope.GLOBAL,
parquet_cfg = Config.configure_data_node(id="parquet", scope=Scope.CYCLE, storage_type="parquet", path=PATH_PARQUET)
pickle_cfg = Config.configure_data_node(id="pickle")
## Remaining Data Node
data_out_cfg = Config.configure_data_node(id="data_out")
int_cfg = Config.configure_data_node(id="int")
string_cfg = Config.configure_data_node(id="string")
date_cfg = Config.configure_data_node(id="date")
# Task config objects
transform_task_cfg = Config.configure_task(id="transform",
function=other_function,
input=[csv_cfg,parquet_cfg,pickle_cfg],
output=[data_out_cfg, int_cfg, string_cfg, date_cfg],
skippable=True)
# Configure our scenario config.
scenario_cfg = Config.configure_scenario(id="scenario", task_configs=[transform_task_cfg], frequency=Frequency.MONTHLY)
if __name__ == "__main__":
tp.Core().run()
scenario = tp.create_scenario(config=scenario_cfg)
data_pickle = pd.DataFrame({"Hello": [1, 2, 3], "World": [4, 5, 6]})
scenario.pickle.write(data_pickle)
data_csv = pd.DataFrame({"Hi": ["red", "step", 'true'], "World": [None, 5, 6]})
data_csv.to_csv(PATH_CSV)
data_parquet = pd.DataFrame({"Date":[dt.datetime(2021, 1, 1), dt.datetime(2021, 1, 2), dt.datetime(2021, 1, 3)], "Value": [1, 2, 3]})
data_parquet.to_parquet(PATH_PARQUET)
print(scenario.pickle.read())
```
**Expected behavior**
This shouldn't create any issue as we are in develop mode for Taipy Core.
**Screenshots**
When available and relevant, screenshots better help show the problem.
**Runtime environment**
Taipy 3.0 develop
|
1.0
|
Problem of version compability even with Develop mode on - **Description**
Changing configuration might create issues in Taipy Core even in Develop mode. Changing the name of the function used by a task raises an error.
**How to reproduce**
- Run the code
```python
from taipy import Config, Scope, Frequency
import datetime as dt
import taipy as tp
import pandas as pd
PATH_CSV = 'dataset.csv'
PATH_PARQUET = 'dataset.parquet'
def transform(csv, parquet, pickle):
print(" Cleaning data")
return csv, 5, "hello", dt.datetime.now()
## Input Data csv
csv_cfg = Config.configure_data_node(id="csv", storage_type="csv", path=PATH_CSV)#scope=Scope.GLOBAL,
parquet_cfg = Config.configure_data_node(id="parquet", scope=Scope.CYCLE, storage_type="parquet", path=PATH_PARQUET)
pickle_cfg = Config.configure_data_node(id="pickle")
## Remaining Data Node
data_out_cfg = Config.configure_data_node(id="data_out")
int_cfg = Config.configure_data_node(id="int")
string_cfg = Config.configure_data_node(id="string")
date_cfg = Config.configure_data_node(id="date")
# Task config objects
transform_task_cfg = Config.configure_task(id="transform",
function=transform,
input=[csv_cfg,parquet_cfg,pickle_cfg],
output=[data_out_cfg, int_cfg, string_cfg, date_cfg],
skippable=True)
# Configure our scenario config.
scenario_cfg = Config.configure_scenario(id="scenario", task_configs=[transform_task_cfg], frequency=Frequency.MONTHLY)
if __name__ == "__main__":
tp.Core().run()
scenario = tp.create_scenario(config=scenario_cfg)
data_pickle = pd.DataFrame({"Hello": [1, 2, 3], "World": [4, 5, 6]})
scenario.pickle.write(data_pickle)
data_csv = pd.DataFrame({"Hi": ["red", "step", 'true'], "World": [None, 5, 6]})
data_csv.to_csv(PATH_CSV)
data_parquet = pd.DataFrame({"Date":[dt.datetime(2021, 1, 1), dt.datetime(2021, 1, 2), dt.datetime(2021, 1, 3)], "Value": [1, 2, 3]})
data_parquet.to_parquet(PATH_PARQUET)
print(scenario.pickle.read())
```
- Rename the function used:
```python
from taipy import Config, Scope, Frequency
import datetime as dt
import taipy as tp
import pandas as pd
PATH_CSV = 'dataset.csv'
PATH_PARQUET = 'dataset.parquet'
def other_function(csv, parquet, pickle):
print(" Cleaning data")
return csv, 5, "hello", dt.datetime.now()
## Input Data csv
csv_cfg = Config.configure_data_node(id="csv", storage_type="csv", path=PATH_CSV)#scope=Scope.GLOBAL,
parquet_cfg = Config.configure_data_node(id="parquet", scope=Scope.CYCLE, storage_type="parquet", path=PATH_PARQUET)
pickle_cfg = Config.configure_data_node(id="pickle")
## Remaining Data Node
data_out_cfg = Config.configure_data_node(id="data_out")
int_cfg = Config.configure_data_node(id="int")
string_cfg = Config.configure_data_node(id="string")
date_cfg = Config.configure_data_node(id="date")
# Task config objects
transform_task_cfg = Config.configure_task(id="transform",
function=other_function,
input=[csv_cfg,parquet_cfg,pickle_cfg],
output=[data_out_cfg, int_cfg, string_cfg, date_cfg],
skippable=True)
# Configure our scenario config.
scenario_cfg = Config.configure_scenario(id="scenario", task_configs=[transform_task_cfg], frequency=Frequency.MONTHLY)
if __name__ == "__main__":
tp.Core().run()
scenario = tp.create_scenario(config=scenario_cfg)
data_pickle = pd.DataFrame({"Hello": [1, 2, 3], "World": [4, 5, 6]})
scenario.pickle.write(data_pickle)
data_csv = pd.DataFrame({"Hi": ["red", "step", 'true'], "World": [None, 5, 6]})
data_csv.to_csv(PATH_CSV)
data_parquet = pd.DataFrame({"Date":[dt.datetime(2021, 1, 1), dt.datetime(2021, 1, 2), dt.datetime(2021, 1, 3)], "Value": [1, 2, 3]})
data_parquet.to_parquet(PATH_PARQUET)
print(scenario.pickle.read())
```
**Expected behavior**
This shouldn't create any issue as we are in develop mode for Taipy Core.
**Screenshots**
When available and relevant, screenshots better help show the problem.
**Runtime environment**
Taipy 3.0 develop
|
priority
|
problem of version compability even with develop mode on description changing configuration might create issues in taipy core even in develop mode changing the name of the function used by a task raises an error how to reproduce run the code python from taipy import config scope frequency import datetime as dt import taipy as tp import pandas as pd path csv dataset csv path parquet dataset parquet def transform csv parquet pickle print cleaning data return csv hello dt datetime now input data csv csv cfg config configure data node id csv storage type csv path path csv scope scope global parquet cfg config configure data node id parquet scope scope cycle storage type parquet path path parquet pickle cfg config configure data node id pickle remaining data node data out cfg config configure data node id data out int cfg config configure data node id int string cfg config configure data node id string date cfg config configure data node id date task config objects transform task cfg config configure task id transform function transform input output skippable true configure our scenario config scenario cfg config configure scenario id scenario task configs frequency frequency monthly if name main tp core run scenario tp create scenario config scenario cfg data pickle pd dataframe hello world scenario pickle write data pickle data csv pd dataframe hi world data csv to csv path csv data parquet pd dataframe date value data parquet to parquet path parquet print scenario pickle read rename the function used python from taipy import config scope frequency import datetime as dt import taipy as tp import pandas as pd path csv dataset csv path parquet dataset parquet def other function csv parquet pickle print cleaning data return csv hello dt datetime now input data csv csv cfg config configure data node id csv storage type csv path path csv scope scope global parquet cfg config configure data node id parquet scope scope cycle storage type parquet path path parquet pickle cfg config configure data node id pickle remaining data node data out cfg config configure data node id data out int cfg config configure data node id int string cfg config configure data node id string date cfg config configure data node id date task config objects transform task cfg config configure task id transform function other function input output skippable true configure our scenario config scenario cfg config configure scenario id scenario task configs frequency frequency monthly if name main tp core run scenario tp create scenario config scenario cfg data pickle pd dataframe hello world scenario pickle write data pickle data csv pd dataframe hi world data csv to csv path csv data parquet pd dataframe date value data parquet to parquet path parquet print scenario pickle read expected behavior this shouldn t create any issue as we are in develop mode for taipy core screenshots when available and relevant screenshots better help show the problem runtime environment taipy develop
| 1
|
391,617
| 11,576,283,978
|
IssuesEvent
|
2020-02-21 11:34:47
|
fac18/safe-space
|
https://api.github.com/repos/fac18/safe-space
|
closed
|
Feedback page - confirm submission of report
|
E2 high priority user story
|
- [ ] unique reference number
- [ ] As a user I want to know my information as been securely submitted
|
1.0
|
Feedback page - confirm submission of report - - [ ] unique reference number
- [ ] As a user I want to know my information as been securely submitted
|
priority
|
feedback page confirm submission of report unique reference number as a user i want to know my information as been securely submitted
| 1
|
127,952
| 5,040,984,741
|
IssuesEvent
|
2016-12-19 08:38:21
|
steedos/apps
|
https://api.github.com/repos/steedos/apps
|
closed
|
系统关闭时记录最近打开的URL,下次登录后自动进入对应的URL
|
fix:Done priority:High
|
URL 保存在 localStorage 中,
localStorage.setItem("Steedos.lastURL")
|
1.0
|
系统关闭时记录最近打开的URL,下次登录后自动进入对应的URL - URL 保存在 localStorage 中,
localStorage.setItem("Steedos.lastURL")
|
priority
|
系统关闭时记录最近打开的url,下次登录后自动进入对应的url url 保存在 localstorage 中, localstorage setitem steedos lasturl
| 1
|
615,297
| 19,252,684,998
|
IssuesEvent
|
2021-12-09 07:53:20
|
projectdiscovery/nuclei
|
https://api.github.com/repos/projectdiscovery/nuclei
|
closed
|
Templates on windows unzipping in the root folder
|
Priority: High Status: Completed Type: Bug
|
<!--
1. Please search to see if an issue already exists for the bug you encountered.
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions or
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel.
-->
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
### Nuclei version:
v2.5.4
### Current Behavior:

### Expected Behavior:
Templates are installed following the same directory structure
### Steps To Reproduce:
```
nuclei.exe -ut
```
### Anything else:
<!-- Links? References? Screenshots? Anything that will give us more context about the issue that you are encountering! -->
|
1.0
|
Templates on windows unzipping in the root folder - <!--
1. Please search to see if an issue already exists for the bug you encountered.
2. For support requests, FAQs or "How to" questions, please use the GitHub Discussions section instead - https://github.com/projectdiscovery/nuclei/discussions or
3. Join our discord server at https://discord.gg/projectdiscovery and post the question on the #nuclei channel.
-->
<!-- ISSUES MISSING IMPORTANT INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION. -->
### Nuclei version:
v2.5.4
### Current Behavior:

### Expected Behavior:
Templates are installed following the same directory structure
### Steps To Reproduce:
```
nuclei.exe -ut
```
### Anything else:
<!-- Links? References? Screenshots? Anything that will give us more context about the issue that you are encountering! -->
|
priority
|
templates on windows unzipping in the root folder please search to see if an issue already exists for the bug you encountered for support requests faqs or how to questions please use the github discussions section instead or join our discord server at and post the question on the nuclei channel nuclei version current behavior expected behavior templates are installed following the same directory structure steps to reproduce nuclei exe ut anything else
| 1
|
128,959
| 5,079,286,980
|
IssuesEvent
|
2016-12-28 19:19:40
|
NucleusPowered/Nucleus
|
https://api.github.com/repos/NucleusPowered/Nucleus
|
closed
|
Duplication Bug
|
bug high priority
|
From the forums:
If a user has a blacklisted item (possession, environment, use all denied) in their hotbar, and they shift a different item (not blacklisted) into that spot of their hotbar, the item will duplicate. Here is a video of it in action: https://www.dropbox.com/sc/xljulh43k1fzln2/AABJrSNMop26rc3HDvOt7jd7a
Upon double checking that possession is denied it was found that the items (in this case eggs) they remain in the hotbar but disappear right away in the inventory. You can still duplicate items with it.
Minecraft: 1.10.2
SpongeAPI: 5.1.0-SNAPSHOT-b23f81b
SpongeForge: 1.10.2-2171-5.1.0-BETA-2006
Minecraft Forge: 12.18.3.2185
Nucleus-0.16.3-S5-1.10.2-plugin.jar
|
1.0
|
Duplication Bug - From the forums:
If a user has a blacklisted item (possession, environment, use all denied) in their hotbar, and they shift a different item (not blacklisted) into that spot of their hotbar, the item will duplicate. Here is a video of it in action: https://www.dropbox.com/sc/xljulh43k1fzln2/AABJrSNMop26rc3HDvOt7jd7a
Upon double checking that possession is denied it was found that the items (in this case eggs) they remain in the hotbar but disappear right away in the inventory. You can still duplicate items with it.
Minecraft: 1.10.2
SpongeAPI: 5.1.0-SNAPSHOT-b23f81b
SpongeForge: 1.10.2-2171-5.1.0-BETA-2006
Minecraft Forge: 12.18.3.2185
Nucleus-0.16.3-S5-1.10.2-plugin.jar
|
priority
|
duplication bug from the forums if a user has a blacklisted item possession environment use all denied in their hotbar and they shift a different item not blacklisted into that spot of their hotbar the item will duplicate here is a video of it in action upon double checking that possession is denied it was found that the items in this case eggs they remain in the hotbar but disappear right away in the inventory you can still duplicate items with it minecraft spongeapi snapshot spongeforge beta minecraft forge nucleus plugin jar
| 1
|
146,291
| 5,614,937,639
|
IssuesEvent
|
2017-04-03 13:35:14
|
tcpd/lokdhaba
|
https://api.github.com/repos/tcpd/lokdhaba
|
closed
|
Incorrect Seat Share Maps of Bihar AE
|
bug P1- High Priority Visualization
|
STEP 1- Open Data Visualization in Election Data tab of Homepage
STEP 2- Select Bihar in the State Tab
STEP 3- Select "Party Wise Seat Share "/ "Vote Share"
The graph displays that no party has a seat share above 20% which is incorrect

|
1.0
|
Incorrect Seat Share Maps of Bihar AE - STEP 1- Open Data Visualization in Election Data tab of Homepage
STEP 2- Select Bihar in the State Tab
STEP 3- Select "Party Wise Seat Share "/ "Vote Share"
The graph displays that no party has a seat share above 20% which is incorrect

|
priority
|
incorrect seat share maps of bihar ae step open data visualization in election data tab of homepage step select bihar in the state tab step select party wise seat share vote share the graph displays that no party has a seat share above which is incorrect
| 1
|
252,174
| 8,032,843,160
|
IssuesEvent
|
2018-07-28 20:12:03
|
Extum/flarum-ext-material
|
https://api.github.com/repos/Extum/flarum-ext-material
|
closed
|
Admin Panel Issue
|
bug help wanted priority: high
|
Admin panel doesn't load CSS, probably because of one of your PRs @Nathan2023.

|
1.0
|
Admin Panel Issue - Admin panel doesn't load CSS, probably because of one of your PRs @Nathan2023.

|
priority
|
admin panel issue admin panel doesn t load css probably because of one of your prs
| 1
|
152,070
| 5,832,372,561
|
IssuesEvent
|
2017-05-08 21:39:04
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[studio] Preview Deployer Request should escape all unsafe chars like `\`
|
bug Priority: High
|
I'm unable to create a new site on windows since the request that Studio make's to preview deployer contains a invalid char in the request.
Here's an example:
```
"{ "env":"preview", "site_name":"we", "replace":true, "disable_deploy_cron":true, "template_name":"local", "repo_url":"C:\Users\cortiz\Documents\craftercms\crafter-auth-env\data\repos\sites\we\sandbox", "engine_url":"http://localhost:8666" }"
```
The invalid char is `\` , when deployer parse the `repo_url` it will try to find the escape char `\U` from `C:\U` which does not exist and throws a Json Parse exception
```
Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized character escape 'U' (code 85)
at [Source: java.io.PushbackInputStream@79f4702c; line: 1, column: 123]
```
When generating json string we should check and escape chars like:
```
\"
\\
\/
\b
\f
\n
\r
\t```
|
1.0
|
[studio] Preview Deployer Request should escape all unsafe chars like `\` - I'm unable to create a new site on windows since the request that Studio make's to preview deployer contains a invalid char in the request.
Here's an example:
```
"{ "env":"preview", "site_name":"we", "replace":true, "disable_deploy_cron":true, "template_name":"local", "repo_url":"C:\Users\cortiz\Documents\craftercms\crafter-auth-env\data\repos\sites\we\sandbox", "engine_url":"http://localhost:8666" }"
```
The invalid char is `\` , when deployer parse the `repo_url` it will try to find the escape char `\U` from `C:\U` which does not exist and throws a Json Parse exception
```
Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized character escape 'U' (code 85)
at [Source: java.io.PushbackInputStream@79f4702c; line: 1, column: 123]
```
When generating json string we should check and escape chars like:
```
\"
\\
\/
\b
\f
\n
\r
\t```
|
priority
|
preview deployer request should escape all unsafe chars like i m unable to create a new site on windows since the request that studio make s to preview deployer contains a invalid char in the request here s an example env preview site name we replace true disable deploy cron true template name local repo url c users cortiz documents craftercms crafter auth env data repos sites we sandbox engine url the invalid char is when deployer parse the repo url it will try to find the escape char u from c u which does not exist and throws a json parse exception caused by com fasterxml jackson core jsonparseexception unrecognized character escape u code at when generating json string we should check and escape chars like b f n r t
| 1
|
388,556
| 11,489,077,298
|
IssuesEvent
|
2020-02-11 14:57:09
|
fossasia/open-event-frontend
|
https://api.github.com/repos/fossasia/open-event-frontend
|
closed
|
Event Creation: Unable to set an event image
|
Priority: High bug
|
**Describe the bug**
When I created a new event, I tried to upload an event image, then clicked 'publish', the photo disappeared. I have tried several times.
The image that I uploaded: 4096x1885px, 2.5MB
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to 'Create Event' > 'Basic Details'
2. Click on 'Select Event Image'
3. Click 'Publish'
> Image disappears
**Screenshots**
After successful upload, it showed 'confirm delete' instead of 'delete' in compared with the select logo option.

**Desktop (please complete the following information):**
- OS: Ubuntu
- Browser: chrome and chromium
|
1.0
|
Event Creation: Unable to set an event image - **Describe the bug**
When I created a new event, I tried to upload an event image, then clicked 'publish', the photo disappeared. I have tried several times.
The image that I uploaded: 4096x1885px, 2.5MB
**To Reproduce**
Steps to reproduce the behaviour:
1. Go to 'Create Event' > 'Basic Details'
2. Click on 'Select Event Image'
3. Click 'Publish'
> Image disappears
**Screenshots**
After successful upload, it showed 'confirm delete' instead of 'delete' in compared with the select logo option.

**Desktop (please complete the following information):**
- OS: Ubuntu
- Browser: chrome and chromium
|
priority
|
event creation unable to set an event image describe the bug when i created a new event i tried to upload an event image then clicked publish the photo disappeared i have tried several times the image that i uploaded to reproduce steps to reproduce the behaviour go to create event basic details click on select event image click publish image disappears screenshots after successful upload it showed confirm delete instead of delete in compared with the select logo option desktop please complete the following information os ubuntu browser chrome and chromium
| 1
|
219,846
| 7,346,403,666
|
IssuesEvent
|
2018-03-07 20:36:21
|
IUNetSci/hoaxy-botometer
|
https://api.github.com/repos/IUNetSci/hoaxy-botometer
|
closed
|
Make zoom more sensitive
|
High Priority UI Tweak
|
Right now, when you zoom in/out or roll the mouse, the network changes a lot. Please change it so that one can fine-tune the size on the screen. Thanks!
|
1.0
|
Make zoom more sensitive - Right now, when you zoom in/out or roll the mouse, the network changes a lot. Please change it so that one can fine-tune the size on the screen. Thanks!
|
priority
|
make zoom more sensitive right now when you zoom in out or roll the mouse the network changes a lot please change it so that one can fine tune the size on the screen thanks
| 1
|
496,349
| 14,345,562,310
|
IssuesEvent
|
2020-11-28 19:39:02
|
meanmedianmoge/zoia_lib
|
https://api.github.com/repos/meanmedianmoge/zoia_lib
|
closed
|
Downloading a RAR-compressed patch causes the Local Storage table to break
|
OSX bug high priority
|
**Describe the bug**
Local Storage table is empty after I downloaded a patch that is saved as a .rar file. Thanks to Jason for submitting this bug through the FB group. Confirmed on my machine.
**To Reproduce**
Steps to reproduce the behavior:
1. Search for "Zoia Murf" in the PS tab, download v2.0 (1.0 is a bin file)
2. Move to LS tab, notice how the table doesn't populate
3. Investigate the /.ZoiaLibraryApp backend, see a /Temp folder
4. See terminal error:
```
Traceback (most recent call last):
File "/Users/rkm345/PycharmProjects/personal/zoia_lib/zoia_lib/UI/ZOIALibrarian_main.py", line 358, in tab_switch
self.local.get_local_patches()
File "/Users/rkm345/PycharmProjects/personal/zoia_lib/zoia_lib/UI/ZOIALibrarian_local.py", line 130, in get_local_patches
for pch in os.listdir(os.path.join(self.path, patches)):
NotADirectoryError: [Errno 20] Not a directory: '/Users/rkm345/Library/Application Support/.ZoiaLibraryApp/temp.zip'
```
**Expected behavior**
Expected to be able to download a patch and have it show in the Local Storage table. Having the rar format seems to break things.
**Screenshot**

**Desktop (please complete the following information):**
- Mac OS X 10.15.4
**Additional context**
ZoiaMurf patch is saved as a .rar file, which requires a special de-compression method. Using Unarchiver (Mac unzipper program), this causes issues in the backend.. see a folder labelled "Temp". This is unexpected. Deleting the directory from the backend fixes the issue. Also, uploading the patch as a zip would avoid the issue.
|
1.0
|
Downloading a RAR-compressed patch causes the Local Storage table to break - **Describe the bug**
Local Storage table is empty after I downloaded a patch that is saved as a .rar file. Thanks to Jason for submitting this bug through the FB group. Confirmed on my machine.
**To Reproduce**
Steps to reproduce the behavior:
1. Search for "Zoia Murf" in the PS tab, download v2.0 (1.0 is a bin file)
2. Move to LS tab, notice how the table doesn't populate
3. Investigate the /.ZoiaLibraryApp backend, see a /Temp folder
4. See terminal error:
```
Traceback (most recent call last):
File "/Users/rkm345/PycharmProjects/personal/zoia_lib/zoia_lib/UI/ZOIALibrarian_main.py", line 358, in tab_switch
self.local.get_local_patches()
File "/Users/rkm345/PycharmProjects/personal/zoia_lib/zoia_lib/UI/ZOIALibrarian_local.py", line 130, in get_local_patches
for pch in os.listdir(os.path.join(self.path, patches)):
NotADirectoryError: [Errno 20] Not a directory: '/Users/rkm345/Library/Application Support/.ZoiaLibraryApp/temp.zip'
```
**Expected behavior**
Expected to be able to download a patch and have it show in the Local Storage table. Having the rar format seems to break things.
**Screenshot**

**Desktop (please complete the following information):**
- Mac OS X 10.15.4
**Additional context**
ZoiaMurf patch is saved as a .rar file, which requires a special de-compression method. Using Unarchiver (Mac unzipper program), this causes issues in the backend.. see a folder labelled "Temp". This is unexpected. Deleting the directory from the backend fixes the issue. Also, uploading the patch as a zip would avoid the issue.
|
priority
|
downloading a rar compressed patch causes the local storage table to break describe the bug local storage table is empty after i downloaded a patch that is saved as a rar file thanks to jason for submitting this bug through the fb group confirmed on my machine to reproduce steps to reproduce the behavior search for zoia murf in the ps tab download is a bin file move to ls tab notice how the table doesn t populate investigate the zoialibraryapp backend see a temp folder see terminal error traceback most recent call last file users pycharmprojects personal zoia lib zoia lib ui zoialibrarian main py line in tab switch self local get local patches file users pycharmprojects personal zoia lib zoia lib ui zoialibrarian local py line in get local patches for pch in os listdir os path join self path patches notadirectoryerror not a directory users library application support zoialibraryapp temp zip expected behavior expected to be able to download a patch and have it show in the local storage table having the rar format seems to break things screenshot desktop please complete the following information mac os x additional context zoiamurf patch is saved as a rar file which requires a special de compression method using unarchiver mac unzipper program this causes issues in the backend see a folder labelled temp this is unexpected deleting the directory from the backend fixes the issue also uploading the patch as a zip would avoid the issue
| 1
|
66,200
| 3,251,011,511
|
IssuesEvent
|
2015-10-19 07:06:19
|
cs2103aug2015-w11-1j/main
|
https://api.github.com/repos/cs2103aug2015-w11-1j/main
|
closed
|
Parser create differentiated task
|
priority.high
|
Floating no deadline = null
event from and to and at AT 7pm = start end time = 7pm date today ------------ have both time
deadline by - no time = 2359 ------------ null start time
|
1.0
|
Parser create differentiated task - Floating no deadline = null
event from and to and at AT 7pm = start end time = 7pm date today ------------ have both time
deadline by - no time = 2359 ------------ null start time
|
priority
|
parser create differentiated task floating no deadline null event from and to and at at start end time date today have both time deadline by no time null start time
| 1
|
384,215
| 11,385,708,164
|
IssuesEvent
|
2020-01-29 11:42:07
|
AugurProject/augur
|
https://api.github.com/repos/AugurProject/augur
|
closed
|
Updates to the Initial reporting notification
|
Bug Needed for V2 launch Priority: High
|
We need to make a few updates to the reporting notification to improve UX:
1. Update title copy to "You need to report"
2. Update button copy to "Report"
3. When user clicks the "report" button, open the reporting modal from the account summary page
4. Add the countdown timer
Comparison:

|
1.0
|
Updates to the Initial reporting notification - We need to make a few updates to the reporting notification to improve UX:
1. Update title copy to "You need to report"
2. Update button copy to "Report"
3. When user clicks the "report" button, open the reporting modal from the account summary page
4. Add the countdown timer
Comparison:

|
priority
|
updates to the initial reporting notification we need to make a few updates to the reporting notification to improve ux update title copy to you need to report update button copy to report when user clicks the report button open the reporting modal from the account summary page add the countdown timer comparison
| 1
|
71,702
| 3,367,617,882
|
IssuesEvent
|
2015-11-22 10:19:03
|
music-encoding/music-encoding
|
https://api.github.com/repos/music-encoding/music-encoding
|
closed
|
Schematron validation in build process
|
Component: Tools Priority: High Status: Needs Discussion Status: Needs Work Type: Enhancement
|
Related to #262
Schematron validation should be integrated into the build process. I'm willing to do this, but would appreciate some guidance (@kepper, @pe-ro, @raffazizzi, @th-we ), especially around getting a command-line (i.e., no oXygen) system for validating.
I've extracted the attached schematron rules (***) from the latest `mei-all.rng` using saxon-he. I can't seem to get it to validate without spitting out a bunch of warnings:
```
Warning: on line 1112
The attribute axis starting at an attribute node will never select anything
Warning: on line 1112
The child axis starting at an attribute node will never select anything
Warning: on line 1183
The attribute axis starting at an attribute node will never select anything
Warning: on line 1183
The child axis starting at an attribute node will never select anything
```
etc.
I've used `probatron` and `xmllint`. `xmllint` failed rather spectacularly:
```
XPath error : Invalid expression
not(normalize-space(.) eq '')
^
schematron.sch:18: element assert: Schemas parser error : Failed to compile test expression not(normalize-space(.) eq '')
```
*** You will need to rename .txt to .xml or .sch, since GH doesn't like .xml extensions
[schematron.txt](https://github.com/music-encoding/music-encoding/files/6965/schematron.txt)
|
1.0
|
Schematron validation in build process - Related to #262
Schematron validation should be integrated into the build process. I'm willing to do this, but would appreciate some guidance (@kepper, @pe-ro, @raffazizzi, @th-we ), especially around getting a command-line (i.e., no oXygen) system for validating.
I've extracted the attached schematron rules (***) from the latest `mei-all.rng` using saxon-he. I can't seem to get it to validate without spitting out a bunch of warnings:
```
Warning: on line 1112
The attribute axis starting at an attribute node will never select anything
Warning: on line 1112
The child axis starting at an attribute node will never select anything
Warning: on line 1183
The attribute axis starting at an attribute node will never select anything
Warning: on line 1183
The child axis starting at an attribute node will never select anything
```
etc.
I've used `probatron` and `xmllint`. `xmllint` failed rather spectacularly:
```
XPath error : Invalid expression
not(normalize-space(.) eq '')
^
schematron.sch:18: element assert: Schemas parser error : Failed to compile test expression not(normalize-space(.) eq '')
```
*** You will need to rename .txt to .xml or .sch, since GH doesn't like .xml extensions
[schematron.txt](https://github.com/music-encoding/music-encoding/files/6965/schematron.txt)
|
priority
|
schematron validation in build process related to schematron validation should be integrated into the build process i m willing to do this but would appreciate some guidance kepper pe ro raffazizzi th we especially around getting a command line i e no oxygen system for validating i ve extracted the attached schematron rules from the latest mei all rng using saxon he i can t seem to get it to validate without spitting out a bunch of warnings warning on line the attribute axis starting at an attribute node will never select anything warning on line the child axis starting at an attribute node will never select anything warning on line the attribute axis starting at an attribute node will never select anything warning on line the child axis starting at an attribute node will never select anything etc i ve used probatron and xmllint xmllint failed rather spectacularly xpath error invalid expression not normalize space eq schematron sch element assert schemas parser error failed to compile test expression not normalize space eq you will need to rename txt to xml or sch since gh doesn t like xml extensions
| 1
|
424,285
| 12,308,992,676
|
IssuesEvent
|
2020-05-12 08:13:39
|
aau-giraf/weekplanner
|
https://api.github.com/repos/aau-giraf/weekplanner
|
closed
|
As a guardian removing a timer deletes the activity
|
Gruppe 16 point: 13 priority: high type: bug
|
**Describe the bug**
When a guardian removes a timer, the whole activity is deleted.
**To Reproduce**
Steps to reproduce the behavior:
1. Create an activity
2. Add a timer to the activity
3. Remove the timer
4. Press the back button
5. The activity is now deleted
**Expected behavior**
For the activity to still be there.
**Actual behavior**
The activity is deleted. Also exceptions are thrown because the activity is no longer there.
**Video**
https://streamable.com/txjwa7
**Environment (please complete the following information):**
- OS: Android
- Emulator? Yes
**Additional context**
It might be related to #444, but I'm not sure.
|
1.0
|
As a guardian removing a timer deletes the activity - **Describe the bug**
When a guardian removes a timer, the whole activity is deleted.
**To Reproduce**
Steps to reproduce the behavior:
1. Create an activity
2. Add a timer to the activity
3. Remove the timer
4. Press the back button
5. The activity is now deleted
**Expected behavior**
For the activity to still be there.
**Actual behavior**
The activity is deleted. Also exceptions are thrown because the activity is no longer there.
**Video**
https://streamable.com/txjwa7
**Environment (please complete the following information):**
- OS: Android
- Emulator? Yes
**Additional context**
It might be related to #444, but I'm not sure.
|
priority
|
as a guardian removing a timer deletes the activity describe the bug when a guardian removes a timer the whole activity is deleted to reproduce steps to reproduce the behavior create an activity add a timer to the activity remove the timer press the back button the activity is now deleted expected behavior for the activity to still be there actual behavior the activity is deleted also exceptions are thrown because the activity is no longer there video environment please complete the following information os android emulator yes additional context it might be related to but i m not sure
| 1
|
721,262
| 24,822,795,140
|
IssuesEvent
|
2022-10-25 17:53:50
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
closed
|
Fix pm_list.update_private_messages being called unnecessarily.
|
bug in progress priority: high difficult area: performance release goal
|
In https://chat.zulip.org/#narrow/stream/6-frontend/topic/parseOneAddress.20perf/near/1444654, I determined that `do_unread_count_updates`, which we call every time we bulk-fetch messages from the server, is very inefficient. The implementation is simple:
```
export function do_unread_count_updates(messages) {
unread.process_loaded_messages(messages);
unread_ui.update_unread_counts();
resize.resize_page_components();
}
```
This function does a full rerender of all unread counts in the app. We should aim to avoid that being expensive, but it also is likely in most cases unnecessary:
```
export function update_unread_counts() {
// Pure computation:
const res = unread.get_counts();
// Side effects from here down:
// This updates some DOM elements directly, so try to
// avoid excessive calls to this.
activity.update_dom_with_unread_counts(res);
top_left_corner.update_dom_with_unread_counts(res);
stream_list.update_dom_with_unread_counts(res);
pm_list.update_dom_with_unread_counts(res);
topic_list.update();
const notifiable_unread_count = unread.calculate_notifiable_count(res);
notifications.update_unread_counts(notifiable_unread_count, res.private_message_count);
// Set the unread counts that we show in the buttons that
// toggle open the sidebar menus when we have a thin window.
set_count_toggle_button($("#streamlist-toggle-unreadcount"), res.home_unread_messages);
set_count_toggle_button($("#userlist-toggle-unreadcount"), res.private_message_count);
}
```
It's possible that this whole call is unnecessary in this code path. In particular, unless something unusual is happening (such as 50K+ unreads), a `message_fetch` query should never have us discover a new unread message -- they should already be present in the `unread.js` data structures after the app initializes itself.
The comment justifying this block of code is, following #23141, the following:
```
// In case any of the newly fetched messages are new, add them to
// our unread data structures. It's important that this run even
// when fetching in a narrow, since we might return unread
// messages that aren't in the home view data set (e.g. on a muted
// stream).
//
// BUG: This code path calls pm_list.update_private_messages, even
// if there were no private messages (or even no new messages at
// all) in data.messages, which is a waste of resources.
message_util.do_unread_count_updates(messages);
```
I think the muted streams reference is irrelevant -- this comment was added in 048f15e975b79734e624410039d0980856bc83ef and predates the `unread_msgs` data structure being used in the web app (enabled in 500b161aab0aaca13133bae79674c5443ee821c0). But I think it is possible for us to discover unread messages via fetching messages if there were more than 50k unreads, i.e. `old_unreads_missing` is true in the `unread_msgs` data structure (https://zulip.com/api/register-queue).
* I think that the right fix for this issue is that `unread.process_loaded_messages` should be modified to (1) check whether the message was already marked as unread, and (2) return whether any of the messages it processed were unread (and not previously tracked as unread); and then it should only do `update_ui.update_unread_counts()` if so.
* It's possible the some rerenders of sidebar components triggered by `unread_ui.update_unread_counts`, which because of the bug described here were happening unconditionally, are in fact necessary in some situations; if so, we may need to add code in `message_fetch` to do such updates with appropriate conditionals.
* I'm also suspicious that `resize.resize_page_components` is not necessary here in the general case; I guess the issue is we need to do `resize_sidebars` if this is an early `message_fetch` operation and we're just getting all the streams in there? I'm skeptical.
|
1.0
|
Fix pm_list.update_private_messages being called unnecessarily. - In https://chat.zulip.org/#narrow/stream/6-frontend/topic/parseOneAddress.20perf/near/1444654, I determined that `do_unread_count_updates`, which we call every time we bulk-fetch messages from the server, is very inefficient. The implementation is simple:
```
export function do_unread_count_updates(messages) {
unread.process_loaded_messages(messages);
unread_ui.update_unread_counts();
resize.resize_page_components();
}
```
This function does a full rerender of all unread counts in the app. We should aim to avoid that being expensive, but it also is likely in most cases unnecessary:
```
export function update_unread_counts() {
// Pure computation:
const res = unread.get_counts();
// Side effects from here down:
// This updates some DOM elements directly, so try to
// avoid excessive calls to this.
activity.update_dom_with_unread_counts(res);
top_left_corner.update_dom_with_unread_counts(res);
stream_list.update_dom_with_unread_counts(res);
pm_list.update_dom_with_unread_counts(res);
topic_list.update();
const notifiable_unread_count = unread.calculate_notifiable_count(res);
notifications.update_unread_counts(notifiable_unread_count, res.private_message_count);
// Set the unread counts that we show in the buttons that
// toggle open the sidebar menus when we have a thin window.
set_count_toggle_button($("#streamlist-toggle-unreadcount"), res.home_unread_messages);
set_count_toggle_button($("#userlist-toggle-unreadcount"), res.private_message_count);
}
```
It's possible that this whole call is unnecessary in this code path. In particular, unless something unusual is happening (such as 50K+ unreads), a `message_fetch` query should never have us discover a new unread message -- they should already be present in the `unread.js` data structures after the app initializes itself.
The comment justifying this block of code is, following #23141, the following:
```
// In case any of the newly fetched messages are new, add them to
// our unread data structures. It's important that this run even
// when fetching in a narrow, since we might return unread
// messages that aren't in the home view data set (e.g. on a muted
// stream).
//
// BUG: This code path calls pm_list.update_private_messages, even
// if there were no private messages (or even no new messages at
// all) in data.messages, which is a waste of resources.
message_util.do_unread_count_updates(messages);
```
I think the muted streams reference is irrelevant -- this comment was added in 048f15e975b79734e624410039d0980856bc83ef and predates the `unread_msgs` data structure being used in the web app (enabled in 500b161aab0aaca13133bae79674c5443ee821c0). But I think it is possible for us to discover unread messages via fetching messages if there were more than 50k unreads, i.e. `old_unreads_missing` is true in the `unread_msgs` data structure (https://zulip.com/api/register-queue).
* I think that the right fix for this issue is that `unread.process_loaded_messages` should be modified to (1) check whether the message was already marked as unread, and (2) return whether any of the messages it processed were unread (and not previously tracked as unread); and then it should only do `update_ui.update_unread_counts()` if so.
* It's possible the some rerenders of sidebar components triggered by `unread_ui.update_unread_counts`, which because of the bug described here were happening unconditionally, are in fact necessary in some situations; if so, we may need to add code in `message_fetch` to do such updates with appropriate conditionals.
* I'm also suspicious that `resize.resize_page_components` is not necessary here in the general case; I guess the issue is we need to do `resize_sidebars` if this is an early `message_fetch` operation and we're just getting all the streams in there? I'm skeptical.
|
priority
|
fix pm list update private messages being called unnecessarily in i determined that do unread count updates which we call every time we bulk fetch messages from the server is very inefficient the implementation is simple export function do unread count updates messages unread process loaded messages messages unread ui update unread counts resize resize page components this function does a full rerender of all unread counts in the app we should aim to avoid that being expensive but it also is likely in most cases unnecessary export function update unread counts pure computation const res unread get counts side effects from here down this updates some dom elements directly so try to avoid excessive calls to this activity update dom with unread counts res top left corner update dom with unread counts res stream list update dom with unread counts res pm list update dom with unread counts res topic list update const notifiable unread count unread calculate notifiable count res notifications update unread counts notifiable unread count res private message count set the unread counts that we show in the buttons that toggle open the sidebar menus when we have a thin window set count toggle button streamlist toggle unreadcount res home unread messages set count toggle button userlist toggle unreadcount res private message count it s possible that this whole call is unnecessary in this code path in particular unless something unusual is happening such as unreads a message fetch query should never have us discover a new unread message they should already be present in the unread js data structures after the app initializes itself the comment justifying this block of code is following the following in case any of the newly fetched messages are new add them to our unread data structures it s important that this run even when fetching in a narrow since we might return unread messages that aren t in the home view data set e g on a muted stream bug this code path calls pm list update private messages even if there were no private messages or even no new messages at all in data messages which is a waste of resources message util do unread count updates messages i think the muted streams reference is irrelevant this comment was added in and predates the unread msgs data structure being used in the web app enabled in but i think it is possible for us to discover unread messages via fetching messages if there were more than unreads i e old unreads missing is true in the unread msgs data structure i think that the right fix for this issue is that unread process loaded messages should be modified to check whether the message was already marked as unread and return whether any of the messages it processed were unread and not previously tracked as unread and then it should only do update ui update unread counts if so it s possible the some rerenders of sidebar components triggered by unread ui update unread counts which because of the bug described here were happening unconditionally are in fact necessary in some situations if so we may need to add code in message fetch to do such updates with appropriate conditionals i m also suspicious that resize resize page components is not necessary here in the general case i guess the issue is we need to do resize sidebars if this is an early message fetch operation and we re just getting all the streams in there i m skeptical
| 1
|
674,881
| 23,069,126,500
|
IssuesEvent
|
2022-07-25 16:18:35
|
ballerina-platform/ballerina-dev-website
|
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
|
closed
|
Record type link returns a 404
|
Priority/Highest Type/Bug WebsiteRewrite
|
Appears in - https://dev.ballerina.io/why-ballerina/flexibly-typed/#Shapes%20in%20Ballerina
Points to - https://dev.ballerina.io/learn/by-example/records.html
<img width="1073" alt="image" src="https://user-images.githubusercontent.com/11885043/180715090-3e110b9a-e7b5-48cf-af79-698fc397a80a.png">
|
1.0
|
Record type link returns a 404 - Appears in - https://dev.ballerina.io/why-ballerina/flexibly-typed/#Shapes%20in%20Ballerina
Points to - https://dev.ballerina.io/learn/by-example/records.html
<img width="1073" alt="image" src="https://user-images.githubusercontent.com/11885043/180715090-3e110b9a-e7b5-48cf-af79-698fc397a80a.png">
|
priority
|
record type link returns a appears in points to img width alt image src
| 1
|
245,820
| 7,891,483,103
|
IssuesEvent
|
2018-06-28 12:20:24
|
wso2/siddhi
|
https://api.github.com/repos/wso2/siddhi
|
opened
|
Add chunk window
|
Priority/Highest Type/New Feature
|
**Description:**
Chunk window is different from [length window](https://wso2.github.io/siddhi/api/4.1.46/#length-window). The chunk window splits incoming events into the given maximum chunk size and if the number of events left for the last chunk it doesn't wait to fill it, rather they are returned.
Sample:
```
from TempStream#window.chunck(10)
select avg(temp) as avgTemp, roomNo, deviceID
group by roomNo, deviceID
insert into AvgTempStream;
```
If `TempStream` contains `23` events, then above chunk window will produce `10`, `10`, and `3` event chunks.
**Affected Product Version:**
Siddhi v4.x.x
|
1.0
|
Add chunk window - **Description:**
Chunk window is different from [length window](https://wso2.github.io/siddhi/api/4.1.46/#length-window). The chunk window splits incoming events into the given maximum chunk size and if the number of events left for the last chunk it doesn't wait to fill it, rather they are returned.
Sample:
```
from TempStream#window.chunck(10)
select avg(temp) as avgTemp, roomNo, deviceID
group by roomNo, deviceID
insert into AvgTempStream;
```
If `TempStream` contains `23` events, then above chunk window will produce `10`, `10`, and `3` event chunks.
**Affected Product Version:**
Siddhi v4.x.x
|
priority
|
add chunk window description chunk window is different from the chunk window splits incoming events into the given maximum chunk size and if the number of events left for the last chunk it doesn t wait to fill it rather they are returned sample from tempstream window chunck select avg temp as avgtemp roomno deviceid group by roomno deviceid insert into avgtempstream if tempstream contains events then above chunk window will produce and event chunks affected product version siddhi x x
| 1
|
443,771
| 12,799,383,069
|
IssuesEvent
|
2020-07-02 15:18:44
|
ETS-LOG680-E20/log680-02-equipe-04
|
https://api.github.com/repos/ETS-LOG680-E20/log680-02-equipe-04
|
opened
|
Développer des tests unitaires
|
High Priority
|
Développer _au moins 5 tests unitaires_ afin d’évaluer le fonctionnement des fonctionnalités de l’application.
**Suggéré** : un test unitaire pour chacune des fonctions calculant une métrique.
|
1.0
|
Développer des tests unitaires - Développer _au moins 5 tests unitaires_ afin d’évaluer le fonctionnement des fonctionnalités de l’application.
**Suggéré** : un test unitaire pour chacune des fonctions calculant une métrique.
|
priority
|
développer des tests unitaires développer au moins tests unitaires afin d’évaluer le fonctionnement des fonctionnalités de l’application suggéré un test unitaire pour chacune des fonctions calculant une métrique
| 1
|
285,143
| 8,755,145,300
|
IssuesEvent
|
2018-12-14 14:01:50
|
estevez-dev/ha_client
|
https://api.github.com/repos/estevez-dev/ha_client
|
closed
|
device_class is not working for icons
|
bug priority: high
|
Hi
I have added to my HA by 1wire sensors of temp. I add it in lovelace in glance card. In HA web page show correct icon to temperature as termometer... but in app show icon EYE but should show termometer.
|
1.0
|
device_class is not working for icons - Hi
I have added to my HA by 1wire sensors of temp. I add it in lovelace in glance card. In HA web page show correct icon to temperature as termometer... but in app show icon EYE but should show termometer.
|
priority
|
device class is not working for icons hi i have added to my ha by sensors of temp i add it in lovelace in glance card in ha web page show correct icon to temperature as termometer but in app show icon eye but should show termometer
| 1
|
97,845
| 4,007,193,237
|
IssuesEvent
|
2016-05-12 17:17:05
|
project8/katydid
|
https://api.github.com/repos/project8/katydid
|
closed
|
multi-peak tracks should be groupable
|
Feature High Priority
|
- [x] The KTProcessedTrackData should add a data field fEventSequenceID, which sequentially counts tracks in an event. The default value will be -1 and event builders can set it to something >=0.
- [x] The ROOTTreeWriter should be updated to deal with this field.
- [x] The MPTEventBuilder should assign the same value to each track within a multi-peak track, ordering the multi-peak objects in the event.
- [x] The above should be validated so to make sure sequence ids behave as expected.
- [ ] Other active event builders should also assign values. If not complete when the rest of this issue is resolved, that should be placed into a new issue of lower priority and this one closed (it isn't clear that we will actually use those event builders so upgrading them is lower priority).
|
1.0
|
multi-peak tracks should be groupable - - [x] The KTProcessedTrackData should add a data field fEventSequenceID, which sequentially counts tracks in an event. The default value will be -1 and event builders can set it to something >=0.
- [x] The ROOTTreeWriter should be updated to deal with this field.
- [x] The MPTEventBuilder should assign the same value to each track within a multi-peak track, ordering the multi-peak objects in the event.
- [x] The above should be validated so to make sure sequence ids behave as expected.
- [ ] Other active event builders should also assign values. If not complete when the rest of this issue is resolved, that should be placed into a new issue of lower priority and this one closed (it isn't clear that we will actually use those event builders so upgrading them is lower priority).
|
priority
|
multi peak tracks should be groupable the ktprocessedtrackdata should add a data field feventsequenceid which sequentially counts tracks in an event the default value will be and event builders can set it to something the roottreewriter should be updated to deal with this field the mpteventbuilder should assign the same value to each track within a multi peak track ordering the multi peak objects in the event the above should be validated so to make sure sequence ids behave as expected other active event builders should also assign values if not complete when the rest of this issue is resolved that should be placed into a new issue of lower priority and this one closed it isn t clear that we will actually use those event builders so upgrading them is lower priority
| 1
|
437,923
| 12,604,670,509
|
IssuesEvent
|
2020-06-11 15:18:37
|
projectacrn/acrn-hypervisor
|
https://api.github.com/repos/projectacrn/acrn-hypervisor
|
closed
|
Hv: support xsave in context switch
|
priority: P2-High type: feature
|
content: xsave area:
legacy region: 512 bytes
xsave header: 64 bytes
extended region: < 3k bytes
So, pre-allocate 4k area for xsave. Use certain instruction to save or
restore the area according to hardware xsave feature set.
|
1.0
|
Hv: support xsave in context switch - content: xsave area:
legacy region: 512 bytes
xsave header: 64 bytes
extended region: < 3k bytes
So, pre-allocate 4k area for xsave. Use certain instruction to save or
restore the area according to hardware xsave feature set.
|
priority
|
hv support xsave in context switch content xsave area legacy region bytes xsave header bytes extended region bytes so pre allocate area for xsave use certain instruction to save or restore the area according to hardware xsave feature set
| 1
|
737,374
| 25,513,557,348
|
IssuesEvent
|
2022-11-28 14:47:51
|
AndreLiberato/project_silk
|
https://api.github.com/repos/AndreLiberato/project_silk
|
opened
|
Implementar back end com firebase
|
back-end high priority feature
|
- [ ] Implementar autenticação
- [ ] Implementar persistência de produtos no firestore
- [ ] Implementar persistência de listas de compras no firestore
- [ ] Implementar persistência do carrinho no firestore
- [ ] Implementar persistência dos pedidos no firestore
|
1.0
|
Implementar back end com firebase - - [ ] Implementar autenticação
- [ ] Implementar persistência de produtos no firestore
- [ ] Implementar persistência de listas de compras no firestore
- [ ] Implementar persistência do carrinho no firestore
- [ ] Implementar persistência dos pedidos no firestore
|
priority
|
implementar back end com firebase implementar autenticação implementar persistência de produtos no firestore implementar persistência de listas de compras no firestore implementar persistência do carrinho no firestore implementar persistência dos pedidos no firestore
| 1
|
527,323
| 15,340,016,302
|
IssuesEvent
|
2021-02-27 04:47:24
|
qgis/QGIS
|
https://api.github.com/repos/qgis/QGIS
|
closed
|
QGIS 3.18 raises an error when loading a raster layer from a geopackage that has multiple raster layers.
|
Bug High Priority QGIS Browser Regression
|
<!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
Checklist before submitting
- [ ] Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists
- [ ] Test with a [clean new user profile](https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html?highlight=profile#working-with-user-profiles).
- [ ] Create a light and self-contained sample dataset and project file which demonstrates the issue
-->
QGIS 3.18 raises an error when loading a raster layer from a geopackage that has multiple raster layers. If it has only one raster layer, then is fine. Geopackage raster layers names also display '!!' ahead of their names.
<!-- A clear and concise description of what the bug is. -->
**How to Reproduce**
1. Get an GeoTiff
``` sh
cd ~/Downloads/
wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/raster/US_MSR_10M.zip
unzip ~/Downloads/US_MSR_10M.zip
```
2. Convert GeoTiff to gpkg
``` sh
gdal_translate -of GPKG ~/Downloads/US_MSR_10M/US_MSR.tif ~/Downloads/test.gpkg -co RASTER_TABLE=msr01 -co RASTER_DESCRIPTION='First raster layer'
```
3. Create connection to the gpkg file
4. At this point the layer loads in QGIS with no error message
5. Add the same image a second time with a different name. I also tried with a different raster, but result is the same.
``` sh
gdal_translate -co APPEND_SUBDATASET=YES -of GPKG ~/Downloads/US_MSR_10M/US_MSR.tif ~/Downloads/test.gpkg -co RASTER_TABLE=msr02 -co RASTER_DESCRIPTION='Second raster layer'
```
6. Raster layers names display '!!' ahead of their names. At this point both layers raise the same error message when trying to load layer in QGIS 3.18
7. Error message: Invalid Layer: GDAL provider Cannot open GDAL dataset GPKG:/home/user/Downloads/test.gpkg:msr01!!::!!msr01: Raster layer Provider is not valid (provider: gdal, URI: GPKG:/home/user/Downloads/test.gpkg:msr01!!::!!msr01
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome -->
**QGIS and OS versions**
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
QGIS version | 3.18.0-Zürich | QGIS code revision | bdef9fb328
Compiled against Qt | 5.12.8 | Running against Qt | 5.12.8
Compiled against GDAL/OGR | 3.0.4 | Running against GDAL/OGR | 3.0.4
Compiled against GEOS | 3.8.0-CAPI-1.13.1 | Running against GEOS | 3.8.0-CAPI-1.13.1
Compiled against SQLite | 3.31.1 | Running against SQLite | 3.31.1
Compiled against PDAL | 2.0.1 | Running against PDAL | 2.0.1 (git-version: Release)
PostgreSQL Client Version | 12.6 (Ubuntu 12.6-0ubuntu0.20.04.1) | SpatiaLite Version | 4.3.0a
QWT Version | 6.1.4 | QScintilla2 Version | 2.11.2
Compiled against PROJ | 6.3.1 | Running against PROJ | Rel. 6.3.1, February 10th, 2020
OS Version | Ubuntu 20.04.2 LTS
Active python plugins | postgis_geoprocessing; SpeciesExplorer; DigitizingTools; pointsamplingtool; contour; postgisQueryBuilder; SRTM-Downloader; eu_mapper; openlayers_plugin; qgis_versioning; geoscience; covid19_tracker; SentinelHub; postgis_sampling_tool; EuroDataCube; Nuclear-Energy-Plant-Radiations-; valuetool; quick_map_services; StreetView; DotMap; mapswipetool_plugin; db_manager; processing; MetaSearch
<!-- In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here -->
**Additional context**
In QGIS 3.16 I did not had this issue.
<!-- Add any other context about the problem here. -->
|
1.0
|
QGIS 3.18 raises an error when loading a raster layer from a geopackage that has multiple raster layers. - <!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
Checklist before submitting
- [ ] Search through existing issue reports and gis.stackexchange.com to check whether the issue already exists
- [ ] Test with a [clean new user profile](https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html?highlight=profile#working-with-user-profiles).
- [ ] Create a light and self-contained sample dataset and project file which demonstrates the issue
-->
QGIS 3.18 raises an error when loading a raster layer from a geopackage that has multiple raster layers. If it has only one raster layer, then is fine. Geopackage raster layers names also display '!!' ahead of their names.
<!-- A clear and concise description of what the bug is. -->
**How to Reproduce**
1. Get an GeoTiff
``` sh
cd ~/Downloads/
wget https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/raster/US_MSR_10M.zip
unzip ~/Downloads/US_MSR_10M.zip
```
2. Convert GeoTiff to gpkg
``` sh
gdal_translate -of GPKG ~/Downloads/US_MSR_10M/US_MSR.tif ~/Downloads/test.gpkg -co RASTER_TABLE=msr01 -co RASTER_DESCRIPTION='First raster layer'
```
3. Create connection to the gpkg file
4. At this point the layer loads in QGIS with no error message
5. Add the same image a second time with a different name. I also tried with a different raster, but result is the same.
``` sh
gdal_translate -co APPEND_SUBDATASET=YES -of GPKG ~/Downloads/US_MSR_10M/US_MSR.tif ~/Downloads/test.gpkg -co RASTER_TABLE=msr02 -co RASTER_DESCRIPTION='Second raster layer'
```
6. Raster layers names display '!!' ahead of their names. At this point both layers raise the same error message when trying to load layer in QGIS 3.18
7. Error message: Invalid Layer: GDAL provider Cannot open GDAL dataset GPKG:/home/user/Downloads/test.gpkg:msr01!!::!!msr01: Raster layer Provider is not valid (provider: gdal, URI: GPKG:/home/user/Downloads/test.gpkg:msr01!!::!!msr01
<!-- Steps, sample datasets and qgis project file to reproduce the behavior. Screencasts or screenshots welcome -->
**QGIS and OS versions**
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
QGIS version | 3.18.0-Zürich | QGIS code revision | bdef9fb328
Compiled against Qt | 5.12.8 | Running against Qt | 5.12.8
Compiled against GDAL/OGR | 3.0.4 | Running against GDAL/OGR | 3.0.4
Compiled against GEOS | 3.8.0-CAPI-1.13.1 | Running against GEOS | 3.8.0-CAPI-1.13.1
Compiled against SQLite | 3.31.1 | Running against SQLite | 3.31.1
Compiled against PDAL | 2.0.1 | Running against PDAL | 2.0.1 (git-version: Release)
PostgreSQL Client Version | 12.6 (Ubuntu 12.6-0ubuntu0.20.04.1) | SpatiaLite Version | 4.3.0a
QWT Version | 6.1.4 | QScintilla2 Version | 2.11.2
Compiled against PROJ | 6.3.1 | Running against PROJ | Rel. 6.3.1, February 10th, 2020
OS Version | Ubuntu 20.04.2 LTS
Active python plugins | postgis_geoprocessing; SpeciesExplorer; DigitizingTools; pointsamplingtool; contour; postgisQueryBuilder; SRTM-Downloader; eu_mapper; openlayers_plugin; qgis_versioning; geoscience; covid19_tracker; SentinelHub; postgis_sampling_tool; EuroDataCube; Nuclear-Energy-Plant-Radiations-; valuetool; quick_map_services; StreetView; DotMap; mapswipetool_plugin; db_manager; processing; MetaSearch
<!-- In the QGIS Help menu -> About, click in the table, Ctrl+A and then Ctrl+C. Finally paste here -->
**Additional context**
In QGIS 3.16 I did not had this issue.
<!-- Add any other context about the problem here. -->
|
priority
|
qgis raises an error when loading a raster layer from a geopackage that has multiple raster layers bug fixing and feature development is a community responsibility and not the responsibility of the qgis project alone if this bug report or feature request is high priority for you we suggest engaging a qgis developer or support organisation and financially sponsoring a fix checklist before submitting search through existing issue reports and gis stackexchange com to check whether the issue already exists test with a create a light and self contained sample dataset and project file which demonstrates the issue qgis raises an error when loading a raster layer from a geopackage that has multiple raster layers if it has only one raster layer then is fine geopackage raster layers names also display ahead of their names how to reproduce get an geotiff sh cd downloads wget unzip downloads us msr zip convert geotiff to gpkg sh gdal translate of gpkg downloads us msr us msr tif downloads test gpkg co raster table co raster description first raster layer create connection to the gpkg file at this point the layer loads in qgis with no error message add the same image a second time with a different name i also tried with a different raster but result is the same sh gdal translate co append subdataset yes of gpkg downloads us msr us msr tif downloads test gpkg co raster table co raster description second raster layer raster layers names display ahead of their names at this point both layers raise the same error message when trying to load layer in qgis error message invalid layer gdal provider cannot open gdal dataset gpkg home user downloads test gpkg raster layer provider is not valid provider gdal uri gpkg home user downloads test gpkg qgis and os versions name ubuntu version lts focal fossa qgis version zürich qgis code revision compiled against qt running against qt compiled against gdal ogr running against gdal ogr compiled against geos capi running against geos capi compiled against sqlite running against sqlite compiled against pdal running against pdal git version release postgresql client version ubuntu spatialite version qwt version version compiled against proj running against proj rel february os version ubuntu lts active python plugins postgis geoprocessing speciesexplorer digitizingtools pointsamplingtool contour postgisquerybuilder srtm downloader eu mapper openlayers plugin qgis versioning geoscience tracker sentinelhub postgis sampling tool eurodatacube nuclear energy plant radiations valuetool quick map services streetview dotmap mapswipetool plugin db manager processing metasearch about click in the table ctrl a and then ctrl c finally paste here additional context in qgis i did not had this issue
| 1
|
808,137
| 30,034,938,293
|
IssuesEvent
|
2023-06-27 12:09:56
|
asastats/channel
|
https://api.github.com/repos/asastats/channel
|
closed
|
[B2] Listed NFTs on Rand and Shufl are not tracked
|
bug high priority
|
Bug description:
NFTs listed on R& and Shufl does not show up on portfolio tracker. The total number of NFTs owned does not include listed items.
Though listing on algoxnft and Octorand works as expected
|
1.0
|
[B2] Listed NFTs on Rand and Shufl are not tracked - Bug description:
NFTs listed on R& and Shufl does not show up on portfolio tracker. The total number of NFTs owned does not include listed items.
Though listing on algoxnft and Octorand works as expected
|
priority
|
listed nfts on rand and shufl are not tracked bug description nfts listed on r and shufl does not show up on portfolio tracker the total number of nfts owned does not include listed items though listing on algoxnft and octorand works as expected
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.