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
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
22,863
7,239,357,930
IssuesEvent
2018-02-13 17:14:02
vaadin/framework8-issues
https://api.github.com/repos/vaadin/framework8-issues
closed
Add TestBench smoke tests for archetypes
Integration and IDE support Project packaging build release stale
Run a small smoke test on each archetype after building it. This can either be in the archetype project or a separate subproject of the top-level archetypes project.
1.0
Add TestBench smoke tests for archetypes - Run a small smoke test on each archetype after building it. This can either be in the archetype project or a separate subproject of the top-level archetypes project.
non_priority
add testbench smoke tests for archetypes run a small smoke test on each archetype after building it this can either be in the archetype project or a separate subproject of the top level archetypes project
0
32,446
15,377,572,674
IssuesEvent
2021-03-02 17:14:37
dotnet/msbuild
https://api.github.com/repos/dotnet/msbuild
closed
BinaryFormater serialization of on-disk RAR cache is slow
performance
### Issue Description BinaryFormater serialization of on-disk RAR cache is slow. Optimizing deserialization time will likely be synergic with RAR pre-caching goals. ### Steps to Reproduce Incremental rebuild or Roslyn repo. ### Data For Roslyn incremental build reading and parsing the RAR cache took almost 40...
True
BinaryFormater serialization of on-disk RAR cache is slow - ### Issue Description BinaryFormater serialization of on-disk RAR cache is slow. Optimizing deserialization time will likely be synergic with RAR pre-caching goals. ### Steps to Reproduce Incremental rebuild or Roslyn repo. ### Data For Roslyn increm...
non_priority
binaryformater serialization of on disk rar cache is slow issue description binaryformater serialization of on disk rar cache is slow optimizing deserialization time will likely be synergic with rar pre caching goals steps to reproduce incremental rebuild or roslyn repo data for roslyn increm...
0
43,584
2,889,866,311
IssuesEvent
2015-06-13 20:49:19
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
Add bug report feature
auto-migrated Priority-Medium Type-Enhancement
_From @GoogleCodeExporter on May 31, 2015 11:25_ ``` The bug report feature should add an issue here with logcat output attached. ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 4 Mar 2010 at 9:18 _Copied from original issue: damonkohler/android-scripting#210_
1.0
Add bug report feature - _From @GoogleCodeExporter on May 31, 2015 11:25_ ``` The bug report feature should add an issue here with logcat output attached. ``` Original issue reported on code.google.com by `damonkoh...@gmail.com` on 4 Mar 2010 at 9:18 _Copied from original issue: damonkohler/android-scripting#210_
priority
add bug report feature from googlecodeexporter on may the bug report feature should add an issue here with logcat output attached original issue reported on code google com by damonkoh gmail com on mar at copied from original issue damonkohler android scripting
1
544,059
15,889,164,670
IssuesEvent
2021-04-10 10:24:17
passwall/passwall-extension
https://api.github.com/repos/passwall/passwall-extension
opened
Password Generator
Priority: High
We need a password generator screen. It should contain: Password input (always visible) Refresh button Copy button Length input number box (in the future it can be scroll) Numbers checkbox Symbols checkbox Also we should save the settings here at storage.
1.0
Password Generator - We need a password generator screen. It should contain: Password input (always visible) Refresh button Copy button Length input number box (in the future it can be scroll) Numbers checkbox Symbols checkbox Also we should save the settings here at storage.
priority
password generator we need a password generator screen it should contain password input always visible refresh button copy button length input number box in the future it can be scroll numbers checkbox symbols checkbox also we should save the settings here at storage
1
113,577
24,449,621,575
IssuesEvent
2022-10-06 21:19:09
dafny-lang/dafny
https://api.github.com/repos/dafny-lang/dafny
closed
Lambdas forget not to close over ghost values at compile time
kind: bug part: code-generation lang: c#
Running the following code shows that Dafny's c# compiler forgot to remove ghost variables from the closed variables. ```dafny // Returns a function that computes the sum of n consecutive integers starting at pos function method Sum( ghost remaining: nat, n: nat ): (p: nat -> nat) decreases remaining re...
1.0
Lambdas forget not to close over ghost values at compile time - Running the following code shows that Dafny's c# compiler forgot to remove ghost variables from the closed variables. ```dafny // Returns a function that computes the sum of n consecutive integers starting at pos function method Sum( ghost remaining:...
non_priority
lambdas forget not to close over ghost values at compile time running the following code shows that dafny s c compiler forgot to remove ghost variables from the closed variables dafny returns a function that computes the sum of n consecutive integers starting at pos function method sum ghost remaining ...
0
165,714
26,215,193,960
IssuesEvent
2023-01-04 10:22:00
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Wrecked Sonar transducer using the wrong sprite
Bug Design
### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? Wrecked Sonar transducer using status monitor sprite ![image](https://user-images.githubusercontent.com/73229309/208311248-2e7494fd-b051-4d76-89f5-eaa...
1.0
Wrecked Sonar transducer using the wrong sprite - ### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? Wrecked Sonar transducer using status monitor sprite ![image](https://user-images.githubusercontent....
non_priority
wrecked sonar transducer using the wrong sprite disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened wrecked sonar transducer using status monitor sprite reproduction steps no response ...
0
121,534
25,983,827,075
IssuesEvent
2022-12-19 21:31:51
pyiron/pyiron_atomistics
https://api.github.com/repos/pyiron/pyiron_atomistics
opened
TableJob should update its functionality in a more explicit way
code_smell
`TableJob` has all sorts of built-in functions, and these depend one what pyiron modules have been loaded. However, right now it's super implicit and difficult to see when and where these get added. Right now: - New methods are defined [here](https://github.com/pyiron/pyiron_atomistics/blob/main/pyiron_atomistics/tabl...
1.0
TableJob should update its functionality in a more explicit way - `TableJob` has all sorts of built-in functions, and these depend one what pyiron modules have been loaded. However, right now it's super implicit and difficult to see when and where these get added. Right now: - New methods are defined [here](https://gi...
non_priority
tablejob should update its functionality in a more explicit way tablejob has all sorts of built in functions and these depend one what pyiron modules have been loaded however right now it s super implicit and difficult to see when and where these get added right now new methods are defined these are ...
0
290,434
8,895,161,835
IssuesEvent
2019-01-16 07:42:15
AxonFramework/AxonFramework
https://api.github.com/repos/AxonFramework/AxonFramework
closed
AnnotationCommandTargetResolver should be meta-annotation aware
Priority 4: Would Status: In Progress Type: Enhancement
AnnotationCommandTargetResolver uses "java.lang.reflect.Method.isAnnotationPresent" instead of "AnnotationUtils.isAnnotationPresent" in the private Method "findIdentifier" to get the TargetAggregateIdentifier for a command. It would be nice, to use a meta-annotation for "TargetAggregateIdentifier". My current worka...
1.0
AnnotationCommandTargetResolver should be meta-annotation aware - AnnotationCommandTargetResolver uses "java.lang.reflect.Method.isAnnotationPresent" instead of "AnnotationUtils.isAnnotationPresent" in the private Method "findIdentifier" to get the TargetAggregateIdentifier for a command. It would be nice, to use a ...
priority
annotationcommandtargetresolver should be meta annotation aware annotationcommandtargetresolver uses java lang reflect method isannotationpresent instead of annotationutils isannotationpresent in the private method findidentifier to get the targetaggregateidentifier for a command it would be nice to use a ...
1
435,181
12,532,381,701
IssuesEvent
2020-06-04 15:52:10
pravega/pravega
https://api.github.com/repos/pravega/pravega
closed
Use new BookKeeper API and Upgrade to BookKeeper 4.9.2
area/bookkeeper area/segmentstore kind/enhancement priority/P2 status/in-progress version/0.8.0
**Problem description** Since version 4.8 BookKeeper introduced a new client API (org.apache.bookkeeper.client.api). Pravega is still using old API, LedgerHandler, that is going to be deprecated officially in next upcoming release (4.11). Other nodes: The new API is totally based on CompletableFuture facility o...
1.0
Use new BookKeeper API and Upgrade to BookKeeper 4.9.2 - **Problem description** Since version 4.8 BookKeeper introduced a new client API (org.apache.bookkeeper.client.api). Pravega is still using old API, LedgerHandler, that is going to be deprecated officially in next upcoming release (4.11). Other nodes: The...
priority
use new bookkeeper api and upgrade to bookkeeper problem description since version bookkeeper introduced a new client api org apache bookkeeper client api pravega is still using old api ledgerhandler that is going to be deprecated officially in next upcoming release other nodes the ...
1
70,437
13,465,575,130
IssuesEvent
2020-09-09 21:06:53
Kicer86/photobroom
https://api.github.com/repos/Kicer86/photobroom
closed
model, view, delegate cleanup
code refactor
There is a mess with delegates (PhotosItemDelegate at most): they require particular type of model to be used with view to which delegate is assosiated. This may lead to runtime problems when other model is used.
1.0
model, view, delegate cleanup - There is a mess with delegates (PhotosItemDelegate at most): they require particular type of model to be used with view to which delegate is assosiated. This may lead to runtime problems when other model is used.
non_priority
model view delegate cleanup there is a mess with delegates photositemdelegate at most they require particular type of model to be used with view to which delegate is assosiated this may lead to runtime problems when other model is used
0
438,789
30,661,741,324
IssuesEvent
2023-07-25 15:24:35
PySimpleSQL/pysimplesql
https://api.github.com/repos/PySimpleSQL/pysimplesql
opened
Where to find documentation for upcoming 3.0
documentation
### Documentation for the upcoming 3.0 release can be found at: [https://pysimplesql.github.io/pysimplesql/pysimplesql/](https://pysimplesql.github.io/pysimplesql/pysimplesql/) ### Most current branch can be found at: [https://github.com/PySimpleSQL/pysimplesql/tree/wip](https://github.com/PySimpleSQL/pysimple...
1.0
Where to find documentation for upcoming 3.0 - ### Documentation for the upcoming 3.0 release can be found at: [https://pysimplesql.github.io/pysimplesql/pysimplesql/](https://pysimplesql.github.io/pysimplesql/pysimplesql/) ### Most current branch can be found at: [https://github.com/PySimpleSQL/pysimplesql/tr...
non_priority
where to find documentation for upcoming documentation for the upcoming release can be found at most current branch can be found at
0
72,332
8,722,760,484
IssuesEvent
2018-12-09 15:38:44
aminecmi/ReaderforSelfoss
https://api.github.com/repos/aminecmi/ReaderforSelfoss
closed
reader style
Priority = Normal Type = UX/Design
The bultin reader uses "justify" on paragraphs (it has an even right margin). I would be grateful if this could be tweaked, turned off. I find that it does't really increase readability. Thoughts?
1.0
reader style - The bultin reader uses "justify" on paragraphs (it has an even right margin). I would be grateful if this could be tweaked, turned off. I find that it does't really increase readability. Thoughts?
non_priority
reader style the bultin reader uses justify on paragraphs it has an even right margin i would be grateful if this could be tweaked turned off i find that it does t really increase readability thoughts
0
74,162
20,035,315,856
IssuesEvent
2022-02-02 11:14:07
cython/cython
https://api.github.com/repos/cython/cython
opened
[ENH] Make it easier to regenerating .c files with a newer Cython version
feature Build System
**Problem description** Package maintainers and Python distributors often fact the problem that, in order to adapt to a newer CPython release, they need to update the .c sources and regenerate them with a newer Cython version. There are various different ways how users configure their package build and their integrati...
1.0
[ENH] Make it easier to regenerating .c files with a newer Cython version - **Problem description** Package maintainers and Python distributors often fact the problem that, in order to adapt to a newer CPython release, they need to update the .c sources and regenerate them with a newer Cython version. There are variou...
non_priority
make it easier to regenerating c files with a newer cython version problem description package maintainers and python distributors often fact the problem that in order to adapt to a newer cpython release they need to update the c sources and regenerate them with a newer cython version there are various di...
0
162,014
6,145,556,428
IssuesEvent
2017-06-27 11:51:08
ressec/thot
https://api.github.com/repos/ressec/thot
opened
Create the lobby message protocol
Domain: Message Domain: Protocol Priority: Medium Type: New Feature
## Purpose The lobby message protocol contains all messages that are related to a **lobby** such as: - LobbyList - LobbyCreate - LobbyDelete - LobbyDisconnect and the confirmation messages: - LobbyCreated - LobbyDeleted - LobbyDisconnected
1.0
Create the lobby message protocol - ## Purpose The lobby message protocol contains all messages that are related to a **lobby** such as: - LobbyList - LobbyCreate - LobbyDelete - LobbyDisconnect and the confirmation messages: - LobbyCreated - LobbyDeleted - LobbyDisconnected
priority
create the lobby message protocol purpose the lobby message protocol contains all messages that are related to a lobby such as lobbylist lobbycreate lobbydelete lobbydisconnect and the confirmation messages lobbycreated lobbydeleted lobbydisconnected
1
657,810
21,866,993,368
IssuesEvent
2022-05-19 00:30:55
AtlasOfLivingAustralia/alerts
https://api.github.com/repos/AtlasOfLivingAustralia/alerts
closed
time in query url is not formatted with UTC timezone
bug priority-high
This issue is found when testing alerts with pipeline biocache-service Steps to reproduce: 1. create an user assertion at Australian local time 10:44 AM. 2. check https://biocache-test.ala.org.au/ws/occurrences/49d81401-21a6-42df-8fdf-7b5db9c90e38/assertions shows "created": "`2021-06-03T00:44:11Z`", which is c...
1.0
time in query url is not formatted with UTC timezone - This issue is found when testing alerts with pipeline biocache-service Steps to reproduce: 1. create an user assertion at Australian local time 10:44 AM. 2. check https://biocache-test.ala.org.au/ws/occurrences/49d81401-21a6-42df-8fdf-7b5db9c90e38/assertion...
priority
time in query url is not formatted with utc timezone this issue is found when testing alerts with pipeline biocache service steps to reproduce create an user assertion at australian local time am check shows created which is correct utc time so far so good do an hourly ch...
1
443,378
12,793,505,239
IssuesEvent
2020-07-02 04:12:29
canonical-web-and-design/maas-ui
https://api.github.com/repos/canonical-web-and-design/maas-ui
closed
PXE field should not be interactive (Machine details - Network tab)
Bug 🐛 Priority: Medium
In MAAS 2.7+ on a machine's network interfaces list in the UI the PXE column is a radio button, it also changes the mouse pointer when mousing over another interface in the PXE column to a finger. On machines with multiple interfaces this leads the user to believe they can select a different interface to use for PXE bo...
1.0
PXE field should not be interactive (Machine details - Network tab) - In MAAS 2.7+ on a machine's network interfaces list in the UI the PXE column is a radio button, it also changes the mouse pointer when mousing over another interface in the PXE column to a finger. On machines with multiple interfaces this leads the u...
priority
pxe field should not be interactive machine details network tab in maas on a machine s network interfaces list in the ui the pxe column is a radio button it also changes the mouse pointer when mousing over another interface in the pxe column to a finger on machines with multiple interfaces this leads the u...
1
152,956
13,489,440,450
IssuesEvent
2020-09-11 13:52:46
persalys/persalys
https://api.github.com/repos/persalys/persalys
closed
Détailler la documentation du modèle de couplage
documentation
In GitLab by @jschueller on Feb 10, 2020, 15:33 La documentation actuelle du modèle de couplage de PERSALYS dans la section « 2-3 Coupling model » est insuffisante. Il est nécessaire de compléter la documentation avec * des captures d'écran en particulier les paramètres d'entrée, de sortie, * du texte qui présente ...
1.0
Détailler la documentation du modèle de couplage - In GitLab by @jschueller on Feb 10, 2020, 15:33 La documentation actuelle du modèle de couplage de PERSALYS dans la section « 2-3 Coupling model » est insuffisante. Il est nécessaire de compléter la documentation avec * des captures d'écran en particulier les param...
non_priority
détailler la documentation du modèle de couplage in gitlab by jschueller on feb la documentation actuelle du modèle de couplage de persalys dans la section « coupling model » est insuffisante il est nécessaire de compléter la documentation avec des captures d écran en particulier les paramètres ...
0
627,950
19,957,736,836
IssuesEvent
2022-01-28 02:38:23
seccomp/libseccomp-golang
https://api.github.com/repos/seccomp/libseccomp-golang
closed
BUG: missing security policy
bug priority/medium
We should add a documented security policy, similar to the main libseccomp security policy. * https://github.com/seccomp/libseccomp/security/policy * https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository
1.0
BUG: missing security policy - We should add a documented security policy, similar to the main libseccomp security policy. * https://github.com/seccomp/libseccomp/security/policy * https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository
priority
bug missing security policy we should add a documented security policy similar to the main libseccomp security policy
1
67,294
3,268,219,637
IssuesEvent
2015-10-23 10:07:35
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
[Question] Multiple eMail Accounts
Label::Core Priority::#2 Normal Type::Question
I'm trying to setup multiple email accounts for some of our users. I've gone into RoundCube Identities and set them up there, but they don't show in YF. Any help please. cheers.
1.0
[Question] Multiple eMail Accounts - I'm trying to setup multiple email accounts for some of our users. I've gone into RoundCube Identities and set them up there, but they don't show in YF. Any help please. cheers.
priority
multiple email accounts i m trying to setup multiple email accounts for some of our users i ve gone into roundcube identities and set them up there but they don t show in yf any help please cheers
1
121,679
26,013,182,013
IssuesEvent
2022-12-21 05:12:42
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
[Bug]: Pasting code in the JS Editor opens up Autocomplete suggestions
Bug Needs Triaging FE Coders Pod A-Force
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When a user pastes a piece of code in the JS Editor, the Autocomplete suggestions start showing up. And if the user just wants to press the enter key after pasting the code to write something in the next line, they are...
1.0
[Bug]: Pasting code in the JS Editor opens up Autocomplete suggestions - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Description When a user pastes a piece of code in the JS Editor, the Autocomplete suggestions start showing up. And if the user just wants to press the enter...
non_priority
pasting code in the js editor opens up autocomplete suggestions is there an existing issue for this i have searched the existing issues description when a user pastes a piece of code in the js editor the autocomplete suggestions start showing up and if the user just wants to press the enter key a...
0
404,552
11,859,141,688
IssuesEvent
2020-03-25 12:51:04
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
SQL: Base executor and row interfaces
Estimation: S Module: SQL Priority: High Source: Internal Team: Core Type: Enhancement
We need to introduce the base interfaces which will be used in our execution engine: 1. `Row` - a single row with the ability to extract value by index 1. `RowBatch` - a collection of rows. We use it to pass data between operators and members 1. `Exec` - generic Volcano-style operator interface. It produces rows upo...
1.0
SQL: Base executor and row interfaces - We need to introduce the base interfaces which will be used in our execution engine: 1. `Row` - a single row with the ability to extract value by index 1. `RowBatch` - a collection of rows. We use it to pass data between operators and members 1. `Exec` - generic Volcano-style ...
priority
sql base executor and row interfaces we need to introduce the base interfaces which will be used in our execution engine row a single row with the ability to extract value by index rowbatch a collection of rows we use it to pass data between operators and members exec generic volcano style ...
1
702,185
24,120,705,316
IssuesEvent
2022-09-20 18:26:18
googleapis/nodejs-automl
https://api.github.com/repos/googleapis/nodejs-automl
closed
Tables PredictionAPI: should perform batch prediction using GCS as source and GCS as destination failed
type: bug priority: p1 api: automl flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 1949bf9a26b63b4eefd13f5c6164691db46a0df2 b...
1.0
Tables PredictionAPI: should perform batch prediction using GCS as source and GCS as destination failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add th...
priority
tables predictionapi should perform batch prediction using gcs as source and gcs as destination failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed te...
1
5,926
4,074,767,801
IssuesEvent
2016-05-28 17:50:23
elastic/rally
https://api.github.com/repos/elastic/rally
closed
Separate track specification from track execution
:Usability enhancement
We should not put tracks (i.e. the actual benchmark specification) directly into core but should provide some kind of benchmark repository (think Maven central but for benchmarks). However we still must be able to develop benchmarks locally. We should also introduce a logical URL schema for track data URLs (e.g. $RO...
True
Separate track specification from track execution - We should not put tracks (i.e. the actual benchmark specification) directly into core but should provide some kind of benchmark repository (think Maven central but for benchmarks). However we still must be able to develop benchmarks locally. We should also introduc...
non_priority
separate track specification from track execution we should not put tracks i e the actual benchmark specification directly into core but should provide some kind of benchmark repository think maven central but for benchmarks however we still must be able to develop benchmarks locally we should also introduc...
0
408
7,481,193,841
IssuesEvent
2018-04-04 19:51:06
RowdyRuffBoysINC/RRB-client
https://api.github.com/repos/RowdyRuffBoysINC/RRB-client
closed
No components should be directly setting state or keeping their own internal state. Redux store is only source of truth.
May require 2 people Refactor Self Assign
This one may be a 2 person endeavor as its probably the most involved refactor.
1.0
No components should be directly setting state or keeping their own internal state. Redux store is only source of truth. - This one may be a 2 person endeavor as its probably the most involved refactor.
non_priority
no components should be directly setting state or keeping their own internal state redux store is only source of truth this one may be a person endeavor as its probably the most involved refactor
0
15,549
8,956,345,185
IssuesEvent
2019-01-26 16:45:30
polsys/cle
https://api.github.com/repos/polsys/cle
opened
Merge SSA conversion into semantic compilation
area-Performance area-SemanticAnalysis type-Enhancement
The algorithm is designed for on-the-fly SSA conversion, but I did not want to do so in the initial implementation for debuggability. Once the compilation process has stabilized more, `SsaConverter` should be removed and the algorithm implemented in `SemanticCompiler`. This removes unnecessary allocations from building...
True
Merge SSA conversion into semantic compilation - The algorithm is designed for on-the-fly SSA conversion, but I did not want to do so in the initial implementation for debuggability. Once the compilation process has stabilized more, `SsaConverter` should be removed and the algorithm implemented in `SemanticCompiler`. T...
non_priority
merge ssa conversion into semantic compilation the algorithm is designed for on the fly ssa conversion but i did not want to do so in the initial implementation for debuggability once the compilation process has stabilized more ssaconverter should be removed and the algorithm implemented in semanticcompiler t...
0
123,666
16,522,925,759
IssuesEvent
2021-05-26 16:22:02
MicrosoftDocs/windows-uwp
https://api.github.com/repos/MicrosoftDocs/windows-uwp
closed
Image is misleading?
Pri2 design/tech doc-bug uwp/prod
The top image of this dock shows annotations on a document. But nothing in this or related articles show how to wire that up and persist the ink for editing later on the text. Can you guide a Dev to another related article! Peace, Keith --- #### Document Details ⚠ *Do not edit this section. It is required f...
1.0
Image is misleading? - The top image of this dock shows annotations on a document. But nothing in this or related articles show how to wire that up and persist the ink for editing later on the text. Can you guide a Dev to another related article! Peace, Keith --- #### Document Details ⚠ *Do not edit this se...
non_priority
image is misleading the top image of this dock shows annotations on a document but nothing in this or related articles show how to wire that up and persist the ink for editing later on the text can you guide a dev to another related article peace keith document details ⚠ do not edit this se...
0
822,926
30,921,299,184
IssuesEvent
2023-08-06 00:03:02
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
opened
trying to wrench pipes on non-subfloor tiles mispredicts hard
Issue: Bug Priority: 2-Before Release Difficulty: 2-Medium
## Description <!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. --> it also doesn't have any feedback for why it's failing.
1.0
trying to wrench pipes on non-subfloor tiles mispredicts hard - ## Description <!-- Explain your issue in detail. Issues without proper explanation are liable to be closed by maintainers. --> it also doesn't have any feedback for why it's failing.
priority
trying to wrench pipes on non subfloor tiles mispredicts hard description it also doesn t have any feedback for why it s failing
1
275,295
30,226,350,681
IssuesEvent
2023-07-06 01:04:18
billmcchesney1/goalert
https://api.github.com/repos/billmcchesney1/goalert
opened
CVE-2022-25883 (Medium) detected in multiple libraries
Mend: dependency security vulnerability
## CVE-2022-25883 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>semver-5.7.1.tgz</b>, <b>semver-7.0.0.tgz</b>, <b>semver-6.3.0.tgz</b>, <b>semver-7.3.4.tgz</b></p></summary> <p> ...
True
CVE-2022-25883 (Medium) detected in multiple libraries - ## CVE-2022-25883 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>semver-5.7.1.tgz</b>, <b>semver-7.0.0.tgz</b>, <b>semver-6...
non_priority
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries semver tgz semver tgz semver tgz semver tgz semver tgz the semantic version parser used by npm library home page a href path to dependenc...
0
166,639
6,307,984,705
IssuesEvent
2017-07-22 07:21:41
HouraiTeahouse/FantasyCrescendo
https://api.github.com/repos/HouraiTeahouse/FantasyCrescendo
closed
Add custom Unity Analytics events
Priority:2 Severity:2 Status:Assigned Type:Enhancement
- [ ] stage_played - track when certain stages are loaded * Field: stage_name: SceneData name for stage - [ ] character_played - track when certain characters are used * Field: character_name: CharacterData name for character - [ ] character_completed - track when certain characters win matches * Field: char...
1.0
Add custom Unity Analytics events - - [ ] stage_played - track when certain stages are loaded * Field: stage_name: SceneData name for stage - [ ] character_played - track when certain characters are used * Field: character_name: CharacterData name for character - [ ] character_completed - track when certain cha...
priority
add custom unity analytics events stage played track when certain stages are loaded field stage name scenedata name for stage character played track when certain characters are used field character name characterdata name for character character completed track when certain character...
1
36,466
12,406,187,667
IssuesEvent
2020-05-21 18:40:05
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
opened
HTTP OPTIONS request to OAuth/OIDC endpoints returns unsupported methods
bug team:Security SSO
**Describe the bug** Sending an HTTP OPTIONS request to OAuth and OIDC endpoints returns more HTTP methods than are actually supported. For instance, per https://tools.ietf.org/html/rfc6749#section-3.1 the OAuth authorization endpoint must support GET but can also support POST. Those should be the only HTTP methods...
True
HTTP OPTIONS request to OAuth/OIDC endpoints returns unsupported methods - **Describe the bug** Sending an HTTP OPTIONS request to OAuth and OIDC endpoints returns more HTTP methods than are actually supported. For instance, per https://tools.ietf.org/html/rfc6749#section-3.1 the OAuth authorization endpoint must s...
non_priority
http options request to oauth oidc endpoints returns unsupported methods describe the bug sending an http options request to oauth and oidc endpoints returns more http methods than are actually supported for instance per the oauth authorization endpoint must support get but can also support post those sh...
0
555,689
16,463,419,166
IssuesEvent
2021-05-22 00:24:29
CanberraOceanRacingClub/namadgi3
https://api.github.com/repos/CanberraOceanRacingClub/namadgi3
closed
Fit sliding locking sleeves to swim ladder
priority 2: Medium
The swim ladder currently folds under the swim platform when a swimmer attempts to climb the ladder. This is * very uncomfortable and awkward for the swimmer * places large stresses on mounting ferrules in the swim deck One idea is to weld sliding sleeves onto the ladder rails. These would slip over the elbow jo...
1.0
Fit sliding locking sleeves to swim ladder - The swim ladder currently folds under the swim platform when a swimmer attempts to climb the ladder. This is * very uncomfortable and awkward for the swimmer * places large stresses on mounting ferrules in the swim deck One idea is to weld sliding sleeves onto the lad...
priority
fit sliding locking sleeves to swim ladder the swim ladder currently folds under the swim platform when a swimmer attempts to climb the ladder this is very uncomfortable and awkward for the swimmer places large stresses on mounting ferrules in the swim deck one idea is to weld sliding sleeves onto the lad...
1
631,447
20,151,787,678
IssuesEvent
2022-02-09 13:07:25
AY2122S2-CS2103T-W09-4/tp
https://api.github.com/repos/AY2122S2-CS2103T-W09-4/tp
opened
Archive existing data
priority.Medium
As a TA, I can archive existing data, so that I can save a copy on the local machine before undergoing a complete deletion of data.
1.0
Archive existing data - As a TA, I can archive existing data, so that I can save a copy on the local machine before undergoing a complete deletion of data.
priority
archive existing data as a ta i can archive existing data so that i can save a copy on the local machine before undergoing a complete deletion of data
1
278,000
24,117,492,901
IssuesEvent
2022-09-20 15:46:06
wazuh/wazuh-qa
https://api.github.com/repos/wazuh/wazuh-qa
closed
E2E Tests: Mark unstable tests as skipped
team/qa type/refactor role/qa-hurricane test/e2e subteam/qa-main
| Related issue |-- | #3194 ## Description We have decided to mark as "skipped" some tests in the E2E. This is because they pass successfully in several runs but fail in others. ❗❗ **Therefore, it is stated that _the tests are not stable enough_ to be added to the automated run.** | Tests marked | Further...
1.0
E2E Tests: Mark unstable tests as skipped - | Related issue |-- | #3194 ## Description We have decided to mark as "skipped" some tests in the E2E. This is because they pass successfully in several runs but fail in others. ❗❗ **Therefore, it is stated that _the tests are not stable enough_ to be added to the ...
non_priority
tests mark unstable tests as skipped related issue description we have decided to mark as skipped some tests in the this is because they pass successfully in several runs but fail in others ❗❗ therefore it is stated that the tests are not stable enough to be added to the automat...
0
304,462
9,332,530,941
IssuesEvent
2019-03-28 12:27:40
NickBurneConsulting-GivePanel/givepanel
https://api.github.com/repos/NickBurneConsulting-GivePanel/givepanel
opened
Remove personalisation from Data Capture Form Success message
Priority - Level 1
The success message should only be the value for the field. Please remove all personalisation.
1.0
Remove personalisation from Data Capture Form Success message - The success message should only be the value for the field. Please remove all personalisation.
priority
remove personalisation from data capture form success message the success message should only be the value for the field please remove all personalisation
1
282,600
24,486,869,327
IssuesEvent
2022-10-09 14:59:01
project-chip/connectedhomeip
https://api.github.com/repos/project-chip/connectedhomeip
closed
Linux platform doesn't handle many BleLayer::Handle error conditions
testing platform linux ble p2 V1.X stale
#### Problem While looking at: https://github.com/project-chip/connectedhomeip/issues/3926 I'm cleaning out the ones that are unused by anyone, but a number of them are used in other platforms except linux - to report errors. Specifically in: ``` void BLEManagerImpl::HandlePlatformSpecificBLEEvent(const Ch...
1.0
Linux platform doesn't handle many BleLayer::Handle error conditions - #### Problem While looking at: https://github.com/project-chip/connectedhomeip/issues/3926 I'm cleaning out the ones that are unused by anyone, but a number of them are used in other platforms except linux - to report errors. Specifically ...
non_priority
linux platform doesn t handle many blelayer handle error conditions problem while looking at i m cleaning out the ones that are unused by anyone but a number of them are used in other platforms except linux to report errors specifically in void blemanagerimpl handleplatformspecificblee...
0
809,738
30,208,117,583
IssuesEvent
2023-07-05 10:51:14
open-telemetry/opentelemetry-collector-contrib
https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib
reopened
lint raises `Timeout exceeded: try increasing it by passing --timeout option`
Stale priority:p1 ci-cd closed as inactive
I created this issue to track the following error: `Timeout exceeded: try increasing it by passing --timeout option` Please see the [example output](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/4183285119/jobs/7247544608): ``` make[2]: Entering directory '/home/runner/work/op...
1.0
lint raises `Timeout exceeded: try increasing it by passing --timeout option` - I created this issue to track the following error: `Timeout exceeded: try increasing it by passing --timeout option` Please see the [example output](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/418328...
priority
lint raises timeout exceeded try increasing it by passing timeout option i created this issue to track the following error timeout exceeded try increasing it by passing timeout option please see the make entering directory home runner work opentelemetry collector contrib opentelemetry...
1
46,621
11,861,679,820
IssuesEvent
2020-03-25 16:42:52
quicklisp/quicklisp-projects
https://api.github.com/repos/quicklisp/quicklisp-projects
closed
Please add Keystone to Quicklisp
canbuild
The KEYSTONE package provides CFFI bindings to the Keystone assembler, and layers on a simple CLOS-based API which exposes a more idiomatic Common Lisp API. Keystone is a vey popular assembler which is useful for assembler instructions to machine-code bytes. It has support for many instruction set architectures. Key...
1.0
Please add Keystone to Quicklisp - The KEYSTONE package provides CFFI bindings to the Keystone assembler, and layers on a simple CLOS-based API which exposes a more idiomatic Common Lisp API. Keystone is a vey popular assembler which is useful for assembler instructions to machine-code bytes. It has support for many in...
non_priority
please add keystone to quicklisp the keystone package provides cffi bindings to the keystone assembler and layers on a simple clos based api which exposes a more idiomatic common lisp api keystone is a vey popular assembler which is useful for assembler instructions to machine code bytes it has support for many in...
0
333,713
29,803,318,574
IssuesEvent
2023-06-16 09:44:16
Khalon-Bridge/gitunioin-test-specs
https://api.github.com/repos/Khalon-Bridge/gitunioin-test-specs
opened
Email received notification
currency: USD feature repo:gitunioin-test tasks:5 gitunion gitunion-app owner:Khalon-Bridge private org tech: react/nodejs bounty: 250
### Description Upon receiving an email in the user's registered email ID, the app will trigger a notification to inform the user about the email. ### Acceptance criteria - [ ] The notification should include the sender's name and email ID - [ ] The notification should include the email subject line - [ ] The notifica...
1.0
Email received notification - ### Description Upon receiving an email in the user's registered email ID, the app will trigger a notification to inform the user about the email. ### Acceptance criteria - [ ] The notification should include the sender's name and email ID - [ ] The notification should include the email s...
non_priority
email received notification description upon receiving an email in the user s registered email id the app will trigger a notification to inform the user about the email acceptance criteria the notification should include the sender s name and email id the notification should include the email subje...
0
6,636
4,414,920,987
IssuesEvent
2016-08-13 18:58:08
yi-editor/yi
https://api.github.com/repos/yi-editor/yi
closed
Discuss versioning of split packages
usability
It sucks that we don't have a great way to create a discussion outside of an issue. One thing thats concerning to me is that we will only be testing everything against the current release of everything else now. Should we make our releases all locked against each other in exact versions to guarantee stability? I ...
True
Discuss versioning of split packages - It sucks that we don't have a great way to create a discussion outside of an issue. One thing thats concerning to me is that we will only be testing everything against the current release of everything else now. Should we make our releases all locked against each other in ex...
non_priority
discuss versioning of split packages it sucks that we don t have a great way to create a discussion outside of an issue one thing thats concerning to me is that we will only be testing everything against the current release of everything else now should we make our releases all locked against each other in ex...
0
77,180
15,499,647,921
IssuesEvent
2021-03-11 08:15:42
averageflow/goscope
https://api.github.com/repos/averageflow/goscope
closed
WS-2020-0208 (Medium) detected in highlight.js-9.18.3.tgz
security vulnerability
## WS-2020-0208 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>highlight.js-9.18.3.tgz</b></p></summary> <p>Syntax highlighting with language autodetection.</p> <p>Library home page...
True
WS-2020-0208 (Medium) detected in highlight.js-9.18.3.tgz - ## WS-2020-0208 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>highlight.js-9.18.3.tgz</b></p></summary> <p>Syntax highli...
non_priority
ws medium detected in highlight js tgz ws medium severity vulnerability vulnerable library highlight js tgz syntax highlighting with language autodetection library home page a href path to dependency file goscope frontend package json path to vulnerable library gosc...
0
10,690
4,075,986,479
IssuesEvent
2016-05-29 15:55:58
EngineerCoding/Django-blog
https://api.github.com/repos/EngineerCoding/Django-blog
opened
View abstraction
Code improvement
Make use of better abstractiuion in the views. Currently the code works, but is not that maintainable. Examples of classes that can be written: - Pages handler - Category handler - Queryset handler - Context handler
1.0
View abstraction - Make use of better abstractiuion in the views. Currently the code works, but is not that maintainable. Examples of classes that can be written: - Pages handler - Category handler - Queryset handler - Context handler
non_priority
view abstraction make use of better abstractiuion in the views currently the code works but is not that maintainable examples of classes that can be written pages handler category handler queryset handler context handler
0
136,865
5,289,549,583
IssuesEvent
2017-02-08 17:38:02
meumobi/AMS.Connect
https://api.github.com/repos/meumobi/AMS.Connect
opened
Update impr. envoyées of rubicon when size_id = 2 or 10
high-priority
for rubicon if size_id = 2 and 10 presenter should use10=>15, 57=>2, impr. envoyées (of 2 and 15) = reçues - prises (of resp. 57, 10) with matching zone_id. The biggest format redirect to smallest
1.0
Update impr. envoyées of rubicon when size_id = 2 or 10 - for rubicon if size_id = 2 and 10 presenter should use10=>15, 57=>2, impr. envoyées (of 2 and 15) = reçues - prises (of resp. 57, 10) with matching zone_id. The biggest format redirect to smallest
priority
update impr envoyées of rubicon when size id or for rubicon if size id and presenter should impr envoyées of and reçues prises of resp with matching zone id the biggest format redirect to smallest
1
66,847
3,263,161,540
IssuesEvent
2015-10-22 01:59:32
tokenly/swapbot
https://api.github.com/repos/tokenly/swapbot
closed
When potential swap deposit already exists, make the user pick rather than assuming it is them.
high priority UX
Right now if Bob buys 1 TOKENLY for 1000LTBCOIN and then ten minutes later Mary tries to buy 1 TOKENLY for 1000LTBCOIN, the swapbot interface will assume that Mary is the person who sent Bob's payment and as such has already paid. Mary is never shown the "Please pay" page, and can only get back to it if she clicks th...
1.0
When potential swap deposit already exists, make the user pick rather than assuming it is them. - Right now if Bob buys 1 TOKENLY for 1000LTBCOIN and then ten minutes later Mary tries to buy 1 TOKENLY for 1000LTBCOIN, the swapbot interface will assume that Mary is the person who sent Bob's payment and as such has alrea...
priority
when potential swap deposit already exists make the user pick rather than assuming it is them right now if bob buys tokenly for and then ten minutes later mary tries to buy tokenly for the swapbot interface will assume that mary is the person who sent bob s payment and as such has already paid mary is n...
1
623,775
19,678,762,106
IssuesEvent
2022-01-11 14:54:54
Azure/azure-sdk-tools
https://api.github.com/repos/Azure/azure-sdk-tools
closed
Updating the model for a C# review fails
bug APIView Central-EngSys APIView Priority 1
https://apiview.dev/Assemblies/Review/10163a0ae8344053bca43fdd3a1b9a60?doc=True#Azure.Core.GeoJson.GeoLine ``` System.NullReferenceException: at APIView.Analysis.Analyzer.VisitAssembly (APIView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7a84984c17ca6b7dAPIView, Version=1.0.0.0, Culture=neutral, PublicKeyTo...
1.0
Updating the model for a C# review fails - https://apiview.dev/Assemblies/Review/10163a0ae8344053bca43fdd3a1b9a60?doc=True#Azure.Core.GeoJson.GeoLine ``` System.NullReferenceException: at APIView.Analysis.Analyzer.VisitAssembly (APIView, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7a84984c17ca6b7dAPIView, Ve...
priority
updating the model for a c review fails system nullreferenceexception at apiview analysis analyzer visitassembly apiview version culture neutral publickeytoken version culture neutral publickeytoken d a s src dotnet apiview apiview analysis analyzer csapiview version ...
1
14,691
25,474,860,647
IssuesEvent
2022-11-25 13:31:52
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Improve branch cache cloning effectiveness
priority-2-high type:refactor status:requirements
### Describe the proposed change(s). When Renovate runs multiple times on its own repo in a row, it still clones as soon as it hits the first open PR: ``` {"level":20,"branch":"renovate/jest-monorepo","msg":"syncBranchState()","time":"2022-10-06T11:19:38.174Z"} {"level":20,"branch":"renovate/jest-monorepo","msg":...
1.0
Improve branch cache cloning effectiveness - ### Describe the proposed change(s). When Renovate runs multiple times on its own repo in a row, it still clones as soon as it hits the first open PR: ``` {"level":20,"branch":"renovate/jest-monorepo","msg":"syncBranchState()","time":"2022-10-06T11:19:38.174Z"} {"level...
non_priority
improve branch cache cloning effectiveness describe the proposed change s when renovate runs multiple times on its own repo in a row it still clones as soon as it hits the first open pr level branch renovate jest monorepo msg syncbranchstate time level branch ...
0
347,075
10,424,408,686
IssuesEvent
2019-09-16 13:35:07
feelpp/feelpp
https://api.github.com/repos/feelpp/feelpp
closed
Support Holo3 Binary Files
module:library priority:Normal type:feature
support holo3 binary files in sequential and parallel Fichiers format HBF 1: 1 chaine de caracteres qui commence par class `CH3Array2D<` et finie par `> *` (+fin de chaine = `\0`) exemples (exhaustif): ``` 'class CH3Array2D<__int8> *', DataFormat='int8', N=1 'class CH3Array2D<__int16> *', DataFormat='int1...
1.0
Support Holo3 Binary Files - support holo3 binary files in sequential and parallel Fichiers format HBF 1: 1 chaine de caracteres qui commence par class `CH3Array2D<` et finie par `> *` (+fin de chaine = `\0`) exemples (exhaustif): ``` 'class CH3Array2D<__int8> *', DataFormat='int8', N=1 'class CH3Array2D<_...
priority
support binary files support binary files in sequential and parallel fichiers format hbf chaine de caracteres qui commence par class fin de chaine exemples exhaustif class dataformat n class dataformat n class dataformat n ...
1
454,526
13,102,849,891
IssuesEvent
2020-08-04 07:31:20
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 develop-19] A lot of animal exceptions in log
Priority: Critical Priority: High
It reduces my FPS: ``` NullReferenceException: Object reference not set to an instance of an object. at NetObjComponent.get_Position () [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.Pathing.AITarget.get_TargetPosition () [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.Path...
2.0
[0.9.0 develop-19] A lot of animal exceptions in log - It reduces my FPS: ``` NullReferenceException: Object reference not set to an instance of an object. at NetObjComponent.get_Position () [0x00000] in <00000000000000000000000000000000>:0 at Eco.Shared.Pathing.AITarget.get_TargetPosition () [0x00000] in <000...
priority
a lot of animal exceptions in log it reduces my fps nullreferenceexception object reference not set to an instance of an object at netobjcomponent get position in at eco shared pathing aitarget get targetposition in at eco shared pathing aitarget desireddirection system single...
1
601,045
18,364,788,042
IssuesEvent
2021-10-09 21:38:35
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
opened
Warn if editor forks immediately
priority: 2 - low
If `editor.command` quits immediately (say, <1s or so) and the text is unchanged, we should display a warning to the user asking them to make sure the editor/terminal is configured to not fork immediately. We could even inspect `editor.command[0]` and give some advice based on that, in known cases: - `xfce4-termi...
1.0
Warn if editor forks immediately - If `editor.command` quits immediately (say, <1s or so) and the text is unchanged, we should display a warning to the user asking them to make sure the editor/terminal is configured to not fork immediately. We could even inspect `editor.command[0]` and give some advice based on that...
priority
warn if editor forks immediately if editor command quits immediately say or so and the text is unchanged we should display a warning to the user asking them to make sure the editor terminal is configured to not fork immediately we could even inspect editor command and give some advice based on that i...
1
172,818
6,516,519,932
IssuesEvent
2017-08-27 10:24:03
fommil/stalactite
https://api.github.com/repos/fommil/stalactite
closed
support the Aux pattern
blocked priority
if a typeclass has `.Aux` in its name, then use this procedure ``` val lg: LabelledGeneric[Foo] = LabelledGeneric.materializeProduct implicit val lga: LabelledGeneric.Aux[Foo, lg.Repr] = lg ```
1.0
support the Aux pattern - if a typeclass has `.Aux` in its name, then use this procedure ``` val lg: LabelledGeneric[Foo] = LabelledGeneric.materializeProduct implicit val lga: LabelledGeneric.Aux[Foo, lg.Repr] = lg ```
priority
support the aux pattern if a typeclass has aux in its name then use this procedure val lg labelledgeneric labelledgeneric materializeproduct implicit val lga labelledgeneric aux lg
1
270,157
8,452,975,204
IssuesEvent
2018-10-20 10:43:39
mrmlnc/fast-glob
https://api.github.com/repos/mrmlnc/fast-glob
closed
Can not find anything if the glob pattern contains brace(s)
Priority: Low Type: Question
### Environment * OS Version: Windows 7 x64 SP1 * Node.js Version: 8.11.2 * fastGlob Version: 2.2.2 ### Actual behavior Unable to find anything when the glob pattern contains braces. ### Expected behavior Must properly escape the glob pattern so that symbols which have special meaning do not interfer...
1.0
Can not find anything if the glob pattern contains brace(s) - ### Environment * OS Version: Windows 7 x64 SP1 * Node.js Version: 8.11.2 * fastGlob Version: 2.2.2 ### Actual behavior Unable to find anything when the glob pattern contains braces. ### Expected behavior Must properly escape the glob patt...
priority
can not find anything if the glob pattern contains brace s environment os version windows node js version fastglob version actual behavior unable to find anything when the glob pattern contains braces expected behavior must properly escape the glob pattern s...
1
493,710
14,236,988,152
IssuesEvent
2020-11-18 16:39:20
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[Studio] Section Defaults changes name after being edited.
bug priority: medium
After saving a change in any level descriptor the name of the item changes in the site dropdown to display crafter-level-descriptor.level.xml instead of the label "Section Defaults". If the page is reloaded the label is shown again. ![screen shot 2016-12-16 at 1 17 55 pm](https://cloud.githubusercontent.com/assets/1...
1.0
[Studio] Section Defaults changes name after being edited. - After saving a change in any level descriptor the name of the item changes in the site dropdown to display crafter-level-descriptor.level.xml instead of the label "Section Defaults". If the page is reloaded the label is shown again. ![screen shot 2016-12-1...
priority
section defaults changes name after being edited after saving a change in any level descriptor the name of the item changes in the site dropdown to display crafter level descriptor level xml instead of the label section defaults if the page is reloaded the label is shown again
1
56,379
6,518,060,341
IssuesEvent
2017-08-28 05:53:12
ThaDafinser/ZfcDatagrid
https://api.github.com/repos/ThaDafinser/ZfcDatagrid
closed
String as number with PHPExcel
Verify/test needed
Hi I have a problem with the use `ZfcDatagrid\Column\Type`. I have a function : ``` PHP /** * create a column type with number formatted depends on Locale * @param integer $locale * @return Type */ public function getNumberFromLocale($locale) { $colType = new Type\Number( ...
1.0
String as number with PHPExcel - Hi I have a problem with the use `ZfcDatagrid\Column\Type`. I have a function : ``` PHP /** * create a column type with number formatted depends on Locale * @param integer $locale * @return Type */ public function getNumberFromLocale($locale) { ...
non_priority
string as number with phpexcel hi i have a problem with the use zfcdatagrid column type i have a function php create a column type with number formatted depends on locale param integer locale return type public function getnumberfromlocale locale ...
0
20,826
3,636,855,710
IssuesEvent
2016-02-12 07:21:21
narendra-addweb/MyImmoPix
https://api.github.com/repos/narendra-addweb/MyImmoPix
opened
Product detail: Announcement wordings not display
Design Pending
After logo, announcement word not display where example page it display. Example page: http://www.myimmopix.com/example/ Product Detail: http://www.myimmopix.com/project-detail ![product_detail_announcement](https://cloud.githubusercontent.com/assets/15060303/13000996/44e14572-d187-11e5-9ab1-5e9842735b3f.png)
1.0
Product detail: Announcement wordings not display - After logo, announcement word not display where example page it display. Example page: http://www.myimmopix.com/example/ Product Detail: http://www.myimmopix.com/project-detail ![product_detail_announcement](https://cloud.githubusercontent.com/assets/15060303/130...
non_priority
product detail announcement wordings not display after logo announcement word not display where example page it display example page product detail
0
87,029
3,736,278,789
IssuesEvent
2016-03-08 15:28:12
dartino/sdk
https://api.github.com/repos/dartino/sdk
closed
Move dartino website to separate repo
Dartino-rename Priority-Medium
Move website from gh-pages branch in dartino/sdk to seperate dartino/www.dartino.org repo
1.0
Move dartino website to separate repo - Move website from gh-pages branch in dartino/sdk to seperate dartino/www.dartino.org repo
priority
move dartino website to separate repo move website from gh pages branch in dartino sdk to seperate dartino repo
1
294,258
9,014,859,278
IssuesEvent
2019-02-05 23:57:20
dwyl/image-uploads
https://api.github.com/repos/dwyl/image-uploads
opened
Example/Showcase of Image Upload UX/UI?
enhancement epic help wanted priority-2 question starter technical
Image uploading is a common feature in _many_ web/mobile applications. > We are going to be using the Image Upload feature _extensively_ in [**`Time`**](https://github.com/dwyl/time) to allow people to upload a photo showing evidence of their **_completed_ activity**. (_if you cannot visualise the use-case of th...
1.0
Example/Showcase of Image Upload UX/UI? - Image uploading is a common feature in _many_ web/mobile applications. > We are going to be using the Image Upload feature _extensively_ in [**`Time`**](https://github.com/dwyl/time) to allow people to upload a photo showing evidence of their **_completed_ activity**. (_...
priority
example showcase of image upload ux ui image uploading is a common feature in many web mobile applications we are going to be using the image upload feature extensively in to allow people to upload a photo showing evidence of their completed activity if you cannot visualise the use case of...
1
102,161
21,921,355,838
IssuesEvent
2022-05-22 16:13:09
yearn/veYFI
https://api.github.com/repos/yearn/veYFI
closed
NextVe: Implements IMigrator Interface
code review
The `VotingEscrow.vy` contract uses a `Migrator` interface internally, but the current `test` implementation doesn't use an interface. My suggestion is to create a `IMigrator.sol` interface and use it in the `NextVe.sol` `test` contract. Note: It isn't a high priority. It is just to tracking and don't loss the tr...
1.0
NextVe: Implements IMigrator Interface - The `VotingEscrow.vy` contract uses a `Migrator` interface internally, but the current `test` implementation doesn't use an interface. My suggestion is to create a `IMigrator.sol` interface and use it in the `NextVe.sol` `test` contract. Note: It isn't a high priority. It ...
non_priority
nextve implements imigrator interface the votingescrow vy contract uses a migrator interface internally but the current test implementation doesn t use an interface my suggestion is to create a imigrator sol interface and use it in the nextve sol test contract note it isn t a high priority it ...
0
468,179
13,462,613,798
IssuesEvent
2020-09-09 16:19:06
AY2021S1-CS2103-W14/tp
https://api.github.com/repos/AY2021S1-CS2103-W14/tp
opened
As a standard user, I want to sort suppliers/supplies by tags
priority.Medium type.Story
... so that I can view suppliers/supplies listed in decreasing level of importance/level of stock (frequently interacted/recently interacted).
1.0
As a standard user, I want to sort suppliers/supplies by tags - ... so that I can view suppliers/supplies listed in decreasing level of importance/level of stock (frequently interacted/recently interacted).
priority
as a standard user i want to sort suppliers supplies by tags so that i can view suppliers supplies listed in decreasing level of importance level of stock frequently interacted recently interacted
1
332,775
29,493,045,735
IssuesEvent
2023-06-02 14:46:57
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Informações Insitucionais - Estrutura Organizacional - Gurinhatã
generalization test development template - GRP (27) tag - Informações Institucionais subtag - Estrutura Organizacional
DoD: Realizar o teste de Generalização do validador da tag Informações Insitucionais - Estrutura Organizacional para o Município de Gurinhatã.
1.0
Teste de generalizacao para a tag Informações Insitucionais - Estrutura Organizacional - Gurinhatã - DoD: Realizar o teste de Generalização do validador da tag Informações Insitucionais - Estrutura Organizacional para o Município de Gurinhatã.
non_priority
teste de generalizacao para a tag informações insitucionais estrutura organizacional gurinhatã dod realizar o teste de generalização do validador da tag informações insitucionais estrutura organizacional para o município de gurinhatã
0
133,609
10,853,226,024
IssuesEvent
2019-11-13 14:20:57
smapiot/piral
https://api.github.com/repos/smapiot/piral
closed
exports via getDependencies don't work in pilet debug
bug cli core enhancement in-testing pilets
# Bug Report ## Prerequisites - [x] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [x] Are you running the latest version? - [x] Did you perform a search in the issues? ## Environment Details and Version piral-core/cli: 0.7.0-pre.637 ## Description I...
1.0
exports via getDependencies don't work in pilet debug - # Bug Report ## Prerequisites - [x] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)? - [x] Are you running the latest version? - [x] Did you perform a search in the issues? ## Environment Details and Versi...
non_priority
exports via getdependencies don t work in pilet debug bug report prerequisites can you reproduce the problem in a are you running the latest version did you perform a search in the issues environment details and version piral core cli pre description i have the ...
0
121,650
4,819,417,208
IssuesEvent
2016-11-04 19:11:29
nprapps/elections16graphics
https://api.github.com/repos/nprapps/elections16graphics
closed
graphics sometimes get clipped navigating around
Priority: High
<img width="826" alt="screenshot 2016-11-04 08 06 13" src="https://cloud.githubusercontent.com/assets/634572/20004964/be91e34a-a265-11e6-91c9-86673dc9845f.png">
1.0
graphics sometimes get clipped navigating around - <img width="826" alt="screenshot 2016-11-04 08 06 13" src="https://cloud.githubusercontent.com/assets/634572/20004964/be91e34a-a265-11e6-91c9-86673dc9845f.png">
priority
graphics sometimes get clipped navigating around img width alt screenshot src
1
255,358
8,122,087,359
IssuesEvent
2018-08-16 10:19:15
gluster/glusterd2
https://api.github.com/repos/gluster/glusterd2
closed
Peer add is failing with incorrect error message
priority: low
-> Terminate the external etcd which is in running state -> Then try to perform the peer add -> Peer add is failing with error peer is part of another cluster which is not expected # glustercli peer add 10.70.42.78 Peer add failed Error: Request failed with HTTP Status code 500 peer is part of another cluster ...
1.0
Peer add is failing with incorrect error message - -> Terminate the external etcd which is in running state -> Then try to perform the peer add -> Peer add is failing with error peer is part of another cluster which is not expected # glustercli peer add 10.70.42.78 Peer add failed Error: Request failed with HTT...
priority
peer add is failing with incorrect error message terminate the external etcd which is in running state then try to perform the peer add peer add is failing with error peer is part of another cluster which is not expected glustercli peer add peer add failed error request failed with http st...
1
426,825
29,661,316,801
IssuesEvent
2023-06-10 07:23:39
hasanmiadev/magical-ride
https://api.github.com/repos/hasanmiadev/magical-ride
closed
Software Requirement Specification
documentation
The purpose of this document is to define the requirements for the development of a REST API for a ride sharing system. The API will enable users to create profiles, request rides, and allow drivers to view ride requests and respond if available. The system aims to facilitate efficient and convenient transportation ser...
1.0
Software Requirement Specification - The purpose of this document is to define the requirements for the development of a REST API for a ride sharing system. The API will enable users to create profiles, request rides, and allow drivers to view ride requests and respond if available. The system aims to facilitate effici...
non_priority
software requirement specification the purpose of this document is to define the requirements for the development of a rest api for a ride sharing system the api will enable users to create profiles request rides and allow drivers to view ride requests and respond if available the system aims to facilitate effici...
0
81,348
30,816,509,859
IssuesEvent
2023-08-01 13:47:45
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
Cannot use OptionalMaterialProperty for one block but not for other blocks
T: defect P: normal
## Bug Description <!--A clear and concise description of the problem (Note: A missing feature is not a bug).--> The OptionalMaterialProperty is quite useful. For one material class, you can define or not define the optional property depended on if it is needed or not so that the class can be used for multiple cases....
1.0
Cannot use OptionalMaterialProperty for one block but not for other blocks - ## Bug Description <!--A clear and concise description of the problem (Note: A missing feature is not a bug).--> The OptionalMaterialProperty is quite useful. For one material class, you can define or not define the optional property depende...
non_priority
cannot use optionalmaterialproperty for one block but not for other blocks bug description the optionalmaterialproperty is quite useful for one material class you can define or not define the optional property depended on if it is needed or not so that the class can be used for multiple cases however i ...
0
466,548
13,427,064,212
IssuesEvent
2020-09-06 16:35:10
iluwatar/java-design-patterns
https://api.github.com/repos/iluwatar/java-design-patterns
closed
Factory pattern
epic:pattern priority:normal resolution:fixed status:under construction type:feature
At the moment we have Factory Method, Abstract Factory and Factory Kit but we are lacking basic Factory. Let's implement that in this ticket.
1.0
Factory pattern - At the moment we have Factory Method, Abstract Factory and Factory Kit but we are lacking basic Factory. Let's implement that in this ticket.
priority
factory pattern at the moment we have factory method abstract factory and factory kit but we are lacking basic factory let s implement that in this ticket
1
272,425
8,513,496,038
IssuesEvent
2018-10-31 16:11:02
brainvisa/anatomist-free
https://api.github.com/repos/brainvisa/anatomist-free
opened
finish or disable the shader-based volume rendering module
Priority: Normal Status: New Tracker: Task
--- Author Name: **Riviere, Denis** (@denisri) Original Redmine Issue: 12069, https://bioproj.extra.cea.fr/redmine/issues/12069 Original Date: 2015-03-09 Original Assignee: Riviere, Denis --- it is still unfinished and not completely working, so needs not be released in this state.
1.0
finish or disable the shader-based volume rendering module - --- Author Name: **Riviere, Denis** (@denisri) Original Redmine Issue: 12069, https://bioproj.extra.cea.fr/redmine/issues/12069 Original Date: 2015-03-09 Original Assignee: Riviere, Denis --- it is still unfinished and not completely working, so needs not...
priority
finish or disable the shader based volume rendering module author name riviere denis denisri original redmine issue original date original assignee riviere denis it is still unfinished and not completely working so needs not be released in this state
1
103,383
4,172,100,287
IssuesEvent
2016-06-21 03:52:16
NetSys/quilt
https://api.github.com/repos/NetSys/quilt
closed
AWS Provider can choose unsupported instance types.
bug high priority
When I ran a spec with `(ram 3) (cpu 1)` the AWS provider choose an instance type that it was unable to boot. We should figure out why it wasn't able to boot that instance type, and remove all instances from the option list that will fail for the same reason.
1.0
AWS Provider can choose unsupported instance types. - When I ran a spec with `(ram 3) (cpu 1)` the AWS provider choose an instance type that it was unable to boot. We should figure out why it wasn't able to boot that instance type, and remove all instances from the option list that will fail for the same reason.
priority
aws provider can choose unsupported instance types when i ran a spec with ram cpu the aws provider choose an instance type that it was unable to boot we should figure out why it wasn t able to boot that instance type and remove all instances from the option list that will fail for the same reason
1
77,486
15,555,782,043
IssuesEvent
2021-03-16 06:45:32
jozseftiborcz/sast-eval-springboot1
https://api.github.com/repos/jozseftiborcz/sast-eval-springboot1
opened
CVE-2016-1000027 (High) detected in spring-web-5.2.2.RELEASE.jar
security vulnerability
## CVE-2016-1000027 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.2.2.RELEASE.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/s...
True
CVE-2016-1000027 (High) detected in spring-web-5.2.2.RELEASE.jar - ## CVE-2016-1000027 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-5.2.2.RELEASE.jar</b></p></summary> <p...
non_priority
cve high detected in spring web release jar cve high severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file sast eval pom xml path to vulnerable library home wss scanner repository org spring...
0
452,927
13,061,685,718
IssuesEvent
2020-07-30 14:12:52
LavenderTheGreat/dosHUD
https://api.github.com/repos/LavenderTheGreat/dosHUD
opened
Add loadout screen advanced camera.
LOW PRIORITY enhancement
As seen in various huds with lighting position tweaks, panning and more. Needs research.
1.0
Add loadout screen advanced camera. - As seen in various huds with lighting position tweaks, panning and more. Needs research.
priority
add loadout screen advanced camera as seen in various huds with lighting position tweaks panning and more needs research
1
16,470
2,615,116,776
IssuesEvent
2015-03-01 05:41:55
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
Change default HTTP transport for Apache HTTP Client and Google App Engine
auto-migrated Component-HTTP Milestone-Version1.2.0 Priority-High Type-Enhancement
``` What is the feature requested? Currently we always use NetHttpTransport by default. The new default behavior should be to use the new UrlFetchTransport when running on Google App Engine. Alternatively, the default should be to use ApacheHttpTransport if it is available on the classpath, e.g. on Android. Othe...
1.0
Change default HTTP transport for Apache HTTP Client and Google App Engine - ``` What is the feature requested? Currently we always use NetHttpTransport by default. The new default behavior should be to use the new UrlFetchTransport when running on Google App Engine. Alternatively, the default should be to use Apa...
priority
change default http transport for apache http client and google app engine what is the feature requested currently we always use nethttptransport by default the new default behavior should be to use the new urlfetchtransport when running on google app engine alternatively the default should be to use apa...
1
112,362
4,531,066,769
IssuesEvent
2016-09-08 00:16:14
theCrag/website
https://api.github.com/repos/theCrag/website
closed
Messed up maps/location position
0: Priority Hotfix 2: Bug fix
Hey, since today the map/location at a crag wrong positioned. It is behind the area/route list. As an example: ![unbenannt-1](https://cloud.githubusercontent.com/assets/3040689/18299825/4f81a0ae-74c4-11e6-8f68-cf13f47cd4b2.jpg)
1.0
Messed up maps/location position - Hey, since today the map/location at a crag wrong positioned. It is behind the area/route list. As an example: ![unbenannt-1](https://cloud.githubusercontent.com/assets/3040689/18299825/4f81a0ae-74c4-11e6-8f68-cf13f47cd4b2.jpg)
priority
messed up maps location position hey since today the map location at a crag wrong positioned it is behind the area route list as an example
1
143,784
19,252,684,669
IssuesEvent
2021-12-09 07:53:18
fli-iam/shanoir-ng
https://api.github.com/repos/fli-iam/shanoir-ng
closed
Edit/Create new study as expert: avoid display of all subjects for experts
frontend backend security production
Hi Jean-Come, could you maybe work on this? I have added Julien too, as he is our rights-access master to be sure, I am proposing the right thing. I think for the expert role, when I open Manage subjects, I can only see the subjects from the studies I am member of, what is correct. On the other hand, when I create or ...
True
Edit/Create new study as expert: avoid display of all subjects for experts - Hi Jean-Come, could you maybe work on this? I have added Julien too, as he is our rights-access master to be sure, I am proposing the right thing. I think for the expert role, when I open Manage subjects, I can only see the subjects from the ...
non_priority
edit create new study as expert avoid display of all subjects for experts hi jean come could you maybe work on this i have added julien too as he is our rights access master to be sure i am proposing the right thing i think for the expert role when i open manage subjects i can only see the subjects from the ...
0
121,635
10,186,701,292
IssuesEvent
2019-08-10 15:44:10
EFForg/https-everywhere
https://api.github.com/repos/EFForg/https-everywhere
closed
Ruleset test shouldn't fail for cacert if the website is marked with the cacert platform
ruleset-testing
I was editing the CCC-Cacert ruleset in #6316 , which is marked with a platform tag of "CaCert". So far so good, not everyone has imported their root cert. The results of the checkin test script is confusing though. https://travis-ci.org/EFForg/https-everywhere/builds/168084327 marks all domains as "error: self-signed...
1.0
Ruleset test shouldn't fail for cacert if the website is marked with the cacert platform - I was editing the CCC-Cacert ruleset in #6316 , which is marked with a platform tag of "CaCert". So far so good, not everyone has imported their root cert. The results of the checkin test script is confusing though. https://trav...
non_priority
ruleset test shouldn t fail for cacert if the website is marked with the cacert platform i was editing the ccc cacert ruleset in which is marked with a platform tag of cacert so far so good not everyone has imported their root cert the results of the checkin test script is confusing though marks all dom...
0
151,252
13,395,797,545
IssuesEvent
2020-09-03 08:58:22
assemblee-virtuelle/Documentation
https://api.github.com/repos/assemblee-virtuelle/Documentation
closed
Carnet de voyage
documentation
Livraison d'un carnet de bord des comices du faire, avec les entretiens, les présentations, les échanges, etc.
1.0
Carnet de voyage - Livraison d'un carnet de bord des comices du faire, avec les entretiens, les présentations, les échanges, etc.
non_priority
carnet de voyage livraison d un carnet de bord des comices du faire avec les entretiens les présentations les échanges etc
0
619,307
19,521,587,397
IssuesEvent
2021-12-29 19:37:56
GoogleCloudPlatform/nodejs-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/nodejs-docs-samples
closed
cloud-sql/sqlserver/mssql: should display the default page failed
type: bug priority: p2 api: cloudsql samples flakybot: issue flakybot: flaky
Note: #2337 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: e0ae58139eca50a578785624cc46dbc2e91e95c6 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ef52028d-0c4e-428a-9b4d-8d08de0e00c1), [Sponge](http://sponge2/ef52028d-0c4e-428a-...
1.0
cloud-sql/sqlserver/mssql: should display the default page failed - Note: #2337 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: e0ae58139eca50a578785624cc46dbc2e91e95c6 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/ef52028d-0c4e-...
priority
cloud sql sqlserver mssql should display the default page failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output expected ok got internal server error error expected ok got interna...
1
62,011
12,197,222,736
IssuesEvent
2020-04-29 20:23:32
kwk/test-llvm-bz-import-5
https://api.github.com/repos/kwk/test-llvm-bz-import-5
closed
SelectionDAG assertion: Invalid type for scalarized vector
BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: FIXED dummy import from bugzilla libraries/Common Code Generator Code
This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=12000.
2.0
SelectionDAG assertion: Invalid type for scalarized vector - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=12000.
non_priority
selectiondag assertion invalid type for scalarized vector this issue was imported from bugzilla
0
681,245
23,302,838,946
IssuesEvent
2022-08-07 15:29:44
fredo-ai/Fredo-Public
https://api.github.com/repos/fredo-ai/Fredo-Public
closed
/transcribe doesnt have 'cancel' option
bug priority-1
<img width="768" alt="Screen Shot 2022-08-04 at 9 29 53" src="https://user-images.githubusercontent.com/25544824/182778716-43e50019-0fba-40d7-8713-440caaabae78.png">
1.0
/transcribe doesnt have 'cancel' option - <img width="768" alt="Screen Shot 2022-08-04 at 9 29 53" src="https://user-images.githubusercontent.com/25544824/182778716-43e50019-0fba-40d7-8713-440caaabae78.png">
priority
transcribe doesnt have cancel option img width alt screen shot at src
1
600,593
18,346,033,210
IssuesEvent
2021-10-08 06:26:28
ballerina-platform/ballerina-openapi
https://api.github.com/repos/ballerina-platform/ballerina-openapi
closed
Formatting issue on logged errors
Type/Bug Priority/High OpenAPIToBallerina Team/Connector
**Description:** When logging errors, the tool concatenates errors with no separation between them. Refer to the example below. It has 2 errors concatenated with no space in-between. ``` OpenAPI file has errors: attribute paths.'/repositories/{repositoryName}/folders/{folderId}/documents'(post).parameters.There...
1.0
Formatting issue on logged errors - **Description:** When logging errors, the tool concatenates errors with no separation between them. Refer to the example below. It has 2 errors concatenated with no space in-between. ``` OpenAPI file has errors: attribute paths.'/repositories/{repositoryName}/folders/{folderI...
priority
formatting issue on logged errors description when logging errors the tool concatenates errors with no separation between them refer to the example below it has errors concatenated with no space in between openapi file has errors attribute paths repositories repositoryname folders folderi...
1
38,311
5,173,455,756
IssuesEvent
2017-01-18 16:08:03
c2corg/v6_ui
https://api.github.com/repos/c2corg/v6_ui
closed
Distances for mountainbiking are displayed in meters instead of kilometers
fixed and ready for testing
In the detail view: ![capture du 2017-01-04 18-48-55](https://cloud.githubusercontent.com/assets/1192331/21652804/990c1ab8-d2ae-11e6-8c92-59d847baaa61.png) In the editing form: ![sans titre](https://cloud.githubusercontent.com/assets/1192331/21652815/a0c39416-d2ae-11e6-8a88-efc8d2a9c0a9.png)
1.0
Distances for mountainbiking are displayed in meters instead of kilometers - In the detail view: ![capture du 2017-01-04 18-48-55](https://cloud.githubusercontent.com/assets/1192331/21652804/990c1ab8-d2ae-11e6-8c92-59d847baaa61.png) In the editing form: ![sans titre](https://cloud.githubusercontent.com/assets/...
non_priority
distances for mountainbiking are displayed in meters instead of kilometers in the detail view in the editing form
0
404,921
11,864,528,085
IssuesEvent
2020-03-25 21:52:36
microsoft/terminal
https://api.github.com/repos/microsoft/terminal
closed
Make Cascadia Code the default font
Area-Fonts In-PR Issue-Bug Priority-2 Product-Terminal v1-Scrubbed
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl...
1.0
Make Cascadia Code the default font - <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team m...
priority
make cascadia code the default font 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 i acknowledge the following before proceeding if i delete this entire template and go my own path the core team may close my issue without further explanation or engagement if i list multiple bugs concerns in this one issue the core team m...
1
19,725
3,249,295,492
IssuesEvent
2015-10-18 01:54:40
adsbypasser/adsbypasser
https://api.github.com/repos/adsbypasser/adsbypasser
closed
eafyfsuh.net broken again
defect need_infomation type:link
link example: `http://www.eafyfsuh.net/DFItk` It does not redirect. I tried to disable extensions (excludes GM) and load the page. However it didn't redirect. How can I do to work on eafysuh? adsbypasser: 5.37.1 fx 41 with extensions GM 3.4.1, uBlock₀, NoScript, Ghostery, etc. console log: ``` AdsBypasser: work...
1.0
eafyfsuh.net broken again - link example: `http://www.eafyfsuh.net/DFItk` It does not redirect. I tried to disable extensions (excludes GM) and load the page. However it didn't redirect. How can I do to work on eafysuh? adsbypasser: 5.37.1 fx 41 with extensions GM 3.4.1, uBlock₀, NoScript, Ghostery, etc. console ...
non_priority
eafyfsuh net broken again link example it does not redirect i tried to disable extensions excludes gm and load the page however it didn t redirect how can i do to work on eafysuh adsbypasser fx with extensions gm ublock₀ noscript ghostery etc console log adsbypasser working...
0
166,123
6,291,203,642
IssuesEvent
2017-07-19 23:49:53
influxdata/docs.influxdata.com
https://api.github.com/repos/influxdata/docs.influxdata.com
closed
[InfluxDB] Update the configuration file
Fix underway Priority: high Time commitment: quick task Type: update
* [x] Add the same note in https://github.com/influxdata/docs.influxdata.com/issues/1107 to the `[admin]` section about it being removed. * [x] Update the top `bind-address` setting to `bind-address = "127.0.0.1:8088"`; also check the backup and restore guide - this change probably requires the user to configure the `...
1.0
[InfluxDB] Update the configuration file - * [x] Add the same note in https://github.com/influxdata/docs.influxdata.com/issues/1107 to the `[admin]` section about it being removed. * [x] Update the top `bind-address` setting to `bind-address = "127.0.0.1:8088"`; also check the backup and restore guide - this change pr...
priority
update the configuration file add the same note in to the section about it being removed update the top bind address setting to bind address also check the backup and restore guide this change probably requires the user to configure the bind address setting before performing a...
1
624,333
19,694,605,238
IssuesEvent
2022-01-12 10:46:45
bbc/simorgh
https://api.github.com/repos/bbc/simorgh
closed
Replace fonts for Tamil, Bengali and Sinhala on Live Topic pages
high-priority cross-team
**Is your feature request related to a problem? Please describe.** To mirror the font replacement that's being carried for Simorgh, we need need to the same for the WS Live and Topic Pages. These pages are served by Morph within a combination of different Morph modules. **Describe the solution you'd like** Follow...
1.0
Replace fonts for Tamil, Bengali and Sinhala on Live Topic pages - **Is your feature request related to a problem? Please describe.** To mirror the font replacement that's being carried for Simorgh, we need need to the same for the WS Live and Topic Pages. These pages are served by Morph within a combination of differ...
priority
replace fonts for tamil bengali and sinhala on live topic pages is your feature request related to a problem please describe to mirror the font replacement that s being carried for simorgh we need need to the same for the ws live and topic pages these pages are served by morph within a combination of differ...
1
578,181
17,146,150,709
IssuesEvent
2021-07-13 14:47:42
thoth-station/investigator
https://api.github.com/repos/thoth-station/investigator
closed
Describe endpoint to resume message paused in the README
area/investigator kind/feature priority/important-soon sig/docs
**Is your feature request related to a problem? Please describe.** I want to know how to resume paused messages **Describe the solution you'd like** Describe endpoint to resume message paused in the README **Describe alternatives you've considered** **Additional context** See: https://github.com/thoth-stati...
1.0
Describe endpoint to resume message paused in the README - **Is your feature request related to a problem? Please describe.** I want to know how to resume paused messages **Describe the solution you'd like** Describe endpoint to resume message paused in the README **Describe alternatives you've considered** ...
priority
describe endpoint to resume message paused in the readme is your feature request related to a problem please describe i want to know how to resume paused messages describe the solution you d like describe endpoint to resume message paused in the readme describe alternatives you ve considered ...
1
347,108
10,424,847,956
IssuesEvent
2019-09-16 14:22:19
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
People whose first names have fewer than 5 characters are getting split
Added After Sprint Planning Priority: Low Product: Website UX: Validated
## Feature or problem ^ ## UX Validation Validated ### Suggested priority Low ### Stakeholders *Submitted:* michael ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to be made or subtasks. One checkbox per. - [ ] Brew the coffee ## Developer ...
1.0
People whose first names have fewer than 5 characters are getting split - ## Feature or problem ^ ## UX Validation Validated ### Suggested priority Low ### Stakeholders *Submitted:* michael ### Definition of done How will we know when this feature is complete? ### Subtasks A detailed list of changes that need to b...
priority
people whose first names have fewer than characters are getting split feature or problem ux validation validated suggested priority low stakeholders submitted michael definition of done how will we know when this feature is complete subtasks a detailed list of changes that need to b...
1
357,058
25,176,317,210
IssuesEvent
2022-11-11 09:34:35
rjkoh/pe
https://api.github.com/repos/rjkoh/pe
opened
Unneccessary details of Model and Storage in Logic class diagram
severity.VeryLow type.DocumentationBug
In the Logic component section of DG, there is Model and Storage in the class diagram. However, since this section is for Logic component, there is no need for this details, which should fall under how the components interact with each other, or implementation. ![Screenshot 2022-11-11 at 5.32.42 PM.png](https://raw.g...
1.0
Unneccessary details of Model and Storage in Logic class diagram - In the Logic component section of DG, there is Model and Storage in the class diagram. However, since this section is for Logic component, there is no need for this details, which should fall under how the components interact with each other, or impleme...
non_priority
unneccessary details of model and storage in logic class diagram in the logic component section of dg there is model and storage in the class diagram however since this section is for logic component there is no need for this details which should fall under how the components interact with each other or impleme...
0
587,681
17,629,054,816
IssuesEvent
2021-08-19 04:37:28
rainlab/user-plugin
https://api.github.com/repos/rainlab/user-plugin
closed
Unsuspend user after successfully reset password
Priority: Low Status: Accepted Type: Conceptual Enhancement good first issue help wanted
After a user successfully resets the password, the account is still suspended. Please update such that after a successful password reset for that throttle, it is unsuspended.
1.0
Unsuspend user after successfully reset password - After a user successfully resets the password, the account is still suspended. Please update such that after a successful password reset for that throttle, it is unsuspended.
priority
unsuspend user after successfully reset password after a user successfully resets the password the account is still suspended please update such that after a successful password reset for that throttle it is unsuspended
1
697,083
23,927,017,223
IssuesEvent
2022-09-10 01:24:33
Seamse/ci-project-five
https://api.github.com/repos/Seamse/ci-project-five
closed
User story: add to basket
High priority
As a site user I want to be able to add items to my shopping bag, so that I can continue shopping while keeping track of what I wish to buy.
1.0
User story: add to basket - As a site user I want to be able to add items to my shopping bag, so that I can continue shopping while keeping track of what I wish to buy.
priority
user story add to basket as a site user i want to be able to add items to my shopping bag so that i can continue shopping while keeping track of what i wish to buy
1
61,537
14,629,139,898
IssuesEvent
2020-12-23 15:21:00
noahbjohnson/noahbjohnson.net
https://api.github.com/repos/noahbjohnson/noahbjohnson.net
opened
CVE-2019-11358 (Medium) detected in jquery-3.2.1.min.js
security vulnerability
## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.2.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="ht...
True
CVE-2019-11358 (Medium) detected in jquery-3.2.1.min.js - ## CVE-2019-11358 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.2.1.min.js</b></p></summary> <p>JavaScript librar...
non_priority
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file noahbjohnson net node modules superagent index html path to vulnerable librar...
0
341,573
30,593,435,225
IssuesEvent
2023-07-21 19:17:00
linrunner/TLP
https://api.github.com/repos/linrunner/TLP
opened
[TLP 1.6 Beta] Call for testers
needs testing
Hi @all, as with every upcoming release I need your help to complete the test coverage. **Test Objectives** - General regression testing (check if everything still works for you) - Processor - CPU_DRIVER_OPMODE_ON_AC/BAT: check if scaling driver operation mode (_active, guided, passive_) works - _amd-pstate_...
1.0
[TLP 1.6 Beta] Call for testers - Hi @all, as with every upcoming release I need your help to complete the test coverage. **Test Objectives** - General regression testing (check if everything still works for you) - Processor - CPU_DRIVER_OPMODE_ON_AC/BAT: check if scaling driver operation mode (_active, guid...
non_priority
call for testers hi all as with every upcoming release i need your help to complete the test coverage test objectives general regression testing check if everything still works for you processor cpu driver opmode on ac bat check if scaling driver operation mode active guided passive ...
0
76,854
9,967,021,040
IssuesEvent
2019-07-08 12:42:22
r-lib/usethis
https://api.github.com/repos/r-lib/usethis
closed
use_build_ignore generates invalid regular expression
documentation 💡 feature tidy-dev-day :nerd_face:
When using a wildcard in the files argument the use_build_ignore function generates invalid regex. For example `use_build_ignore("*.xlsx")` will print `Adding '^*\\.xlsx$' to '.Rbuildignore'` in the console but in fact adds `^*\.xlsx$` (note the difference) which will break devtools::check(). Either way, I believe b...
1.0
use_build_ignore generates invalid regular expression - When using a wildcard in the files argument the use_build_ignore function generates invalid regex. For example `use_build_ignore("*.xlsx")` will print `Adding '^*\\.xlsx$' to '.Rbuildignore'` in the console but in fact adds `^*\.xlsx$` (note the difference) whi...
non_priority
use build ignore generates invalid regular expression when using a wildcard in the files argument the use build ignore function generates invalid regex for example use build ignore xlsx will print adding xlsx to rbuildignore in the console but in fact adds xlsx note the difference whi...
0
70,621
3,332,732,929
IssuesEvent
2015-11-11 21:29:50
ianopolous/Peergos
https://api.github.com/repos/ianopolous/Peergos
opened
Update social state to show folders from friends after accepting a follow request
priority:High
Currently you need to log out and in again.
1.0
Update social state to show folders from friends after accepting a follow request - Currently you need to log out and in again.
priority
update social state to show folders from friends after accepting a follow request currently you need to log out and in again
1
238,414
19,718,092,630
IssuesEvent
2022-01-13 13:03:52
prisma/prisma
https://api.github.com/repos/prisma/prisma
closed
Snapshot serializer in CLI tests doesn't replace time durations >= 1s with a placeholder
topic: internal topic: tests tech/typescript kind/tech team/client
Snapshot serializer in CLI tests doesn't replace time durations greater than or equal to 1s with a placeholder. Failed pipeline: https://github.com/prisma/prisma/runs/4657927865?check_suite_focus=true#step:15:662 ``` ● --schema from parent directory › --schema absolute path: should work expect(received)...
1.0
Snapshot serializer in CLI tests doesn't replace time durations >= 1s with a placeholder - Snapshot serializer in CLI tests doesn't replace time durations greater than or equal to 1s with a placeholder. Failed pipeline: https://github.com/prisma/prisma/runs/4657927865?check_suite_focus=true#step:15:662 ``` ● -...
non_priority
snapshot serializer in cli tests doesn t replace time durations with a placeholder snapshot serializer in cli tests doesn t replace time durations greater than or equal to with a placeholder failed pipeline ● schema from parent directory › schema absolute path should work expect re...
0
9,528
8,027,457,936
IssuesEvent
2018-07-27 09:10:14
clarity-h2020/csis
https://api.github.com/repos/clarity-h2020/csis
opened
Create basic Docker Infrastructure
BB: Infrastructure
Setup docker infrastructure and nginx reverse proxy with TLS on csis.clarity-h2020.eu.
1.0
Create basic Docker Infrastructure - Setup docker infrastructure and nginx reverse proxy with TLS on csis.clarity-h2020.eu.
non_priority
create basic docker infrastructure setup docker infrastructure and nginx reverse proxy with tls on csis clarity eu
0
444,671
31,141,595,372
IssuesEvent
2023-08-16 00:47:21
DAGWorks-Inc/hamilton
https://api.github.com/repos/DAGWorks-Inc/hamilton
closed
Documentation for adapters
documentation good first issue
**Is your feature request related to a problem? Please describe.** Its tricky to know what adapters are available. Some background first... Adapters have a (somewhat nuanced) system for deciding which to apply. Take the following, for example: ```python @load_from.csv(path=source("data_path")) def process...
1.0
Documentation for adapters - **Is your feature request related to a problem? Please describe.** Its tricky to know what adapters are available. Some background first... Adapters have a (somewhat nuanced) system for deciding which to apply. Take the following, for example: ```python @load_from.csv(path=sour...
non_priority
documentation for adapters is your feature request related to a problem please describe its tricky to know what adapters are available some background first adapters have a somewhat nuanced system for deciding which to apply take the following for example python load from csv path sour...
0
431,267
12,476,516,765
IssuesEvent
2020-05-29 13:36:45
Javacord/Javacord
https://api.github.com/repos/Javacord/Javacord
closed
Add support for Vanity URL invites
feature request medium priority
Nitro boosted/partnered/verified guilds get access to a vanity URL, the invite of which currently is unobtainable. It is neither included in [server.getInvites()](https://docs.javacord.org/api/v/3.0.4/org/javacord/api/entity/server/Server.html#getInvites--) nor is there a dedicated Server.getVanityURL() or Server.getVa...
1.0
Add support for Vanity URL invites - Nitro boosted/partnered/verified guilds get access to a vanity URL, the invite of which currently is unobtainable. It is neither included in [server.getInvites()](https://docs.javacord.org/api/v/3.0.4/org/javacord/api/entity/server/Server.html#getInvites--) nor is there a dedicated ...
priority
add support for vanity url invites nitro boosted partnered verified guilds get access to a vanity url the invite of which currently is unobtainable it is neither included in nor is there a dedicated server getvanityurl or server getvanityinvite method
1
128,060
5,047,976,671
IssuesEvent
2016-12-20 11:12:53
ow2-proactive/connector-matlab-scilab
https://api.github.com/repos/ow2-proactive/connector-matlab-scilab
closed
Support for Scilab 5.5 and more
priority:medium scilab severity:major type:task
<a href="https://jira.activeeon.com/browse/MSC-275" title="MSC-275">Original issue</a> created by <a href="mailto:laurent.pellegrino_AT_activeeon.com">Laurent Pellegrino</a> on 30, Mar 2015 at 16:47 PM - MSC-275 <hr /> The current version of the connector is not compatible with Scilab 5.5.x. The issue seems due to th...
1.0
Support for Scilab 5.5 and more - <a href="https://jira.activeeon.com/browse/MSC-275" title="MSC-275">Original issue</a> created by <a href="mailto:laurent.pellegrino_AT_activeeon.com">Laurent Pellegrino</a> on 30, Mar 2015 at 16:47 PM - MSC-275 <hr /> The current version of the connector is not compatible with Scila...
priority
support for scilab and more original issue created by laurent pellegrino on mar at pm msc the current version of the connector is not compatible with scilab x the issue seems due to the api that has changed for the new version of jims that is now included by default with scilab
1
308,473
23,249,806,911
IssuesEvent
2022-08-04 01:41:23
pariyatti/mobile-app
https://api.github.com/repos/pariyatti/mobile-app
closed
Create www.pariyatti.app website
documentation
* [x] link to App Store and Play Store * [x] turn varun's designs into HTML * [x] add "contributors" page * [x] redirect `pariyatti.app` DNS to GitHub Pages
1.0
Create www.pariyatti.app website - * [x] link to App Store and Play Store * [x] turn varun's designs into HTML * [x] add "contributors" page * [x] redirect `pariyatti.app` DNS to GitHub Pages
non_priority
create website link to app store and play store turn varun s designs into html add contributors page redirect pariyatti app dns to github pages
0
153,235
5,887,621,378
IssuesEvent
2017-05-17 08:01:11
TCA-Team/iOS
https://api.github.com/repos/TCA-Team/iOS
opened
Enable caching for travis ci
Low Priority
To speed up the build, lets try to cache some of the downloaded data: https://github.com/TCA-Team/iOS/commit/cf1e694509b84919b83b5849e3eb2b40af92e446#commitcomment-22170171
1.0
Enable caching for travis ci - To speed up the build, lets try to cache some of the downloaded data: https://github.com/TCA-Team/iOS/commit/cf1e694509b84919b83b5849e3eb2b40af92e446#commitcomment-22170171
priority
enable caching for travis ci to speed up the build lets try to cache some of the downloaded data
1
219,968
7,348,580,287
IssuesEvent
2018-03-08 07:15:47
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
closed
Adding binding to empty string results in AssertionError
bug: exception component: config priority: 2 - low
When adding `"co": ""` to `bindings.commands` on `qute://settings`, this happens: ``` 18:43:06 DEBUG config config:set_str:400 Setting bindings.commands (type Dict) to {'normal': {'co': ''}} (converted from '{"normal": {"co": ""}}') 18:43:06 ERROR misc crashsignal:exception_hook:216 Uncaught except...
1.0
Adding binding to empty string results in AssertionError - When adding `"co": ""` to `bindings.commands` on `qute://settings`, this happens: ``` 18:43:06 DEBUG config config:set_str:400 Setting bindings.commands (type Dict) to {'normal': {'co': ''}} (converted from '{"normal": {"co": ""}}') 18:43:06 ERROR ...
priority
adding binding to empty string results in assertionerror when adding co to bindings commands on qute settings this happens debug config config set str setting bindings commands type dict to normal co converted from normal co error misc ...
1
503,507
14,593,224,571
IssuesEvent
2020-12-19 21:36:11
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
opened
Disable Telegram Link Previews
Priority: Low Status: Available Type: Enhancement
**Is your feature request related to a problem? Please describe.** Lots of providers are moving to ghcr.io for their images and this results in every watchtower Telegram notification getting what is effectively a Github advert at the bottom as it previews "http://ghcr.io". There doesn't appear to be any way to turn th...
1.0
Disable Telegram Link Previews - **Is your feature request related to a problem? Please describe.** Lots of providers are moving to ghcr.io for their images and this results in every watchtower Telegram notification getting what is effectively a Github advert at the bottom as it previews "http://ghcr.io". There doesn'...
priority
disable telegram link previews is your feature request related to a problem please describe lots of providers are moving to ghcr io for their images and this results in every watchtower telegram notification getting what is effectively a github advert at the bottom as it previews there doesn t appear to be ...
1