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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
121,529
15,962,335,574
IssuesEvent
2021-04-16 01:04:58
Mafia-Hands/Mafia
https://api.github.com/repos/Mafia-Hands/Mafia
closed
Redesign of user avatars
design frontend ready to implement
### What are you proposing? - Replace circles representing players with new avatar icons - Add faces to the avatars depending on if they are alive or dead - Move the nickname of the player to the bottom of the avatar (note if the positioning shown in the hi-fi design does not work, putting the name below the avata...
1.0
Redesign of user avatars - ### What are you proposing? - Replace circles representing players with new avatar icons - Add faces to the avatars depending on if they are alive or dead - Move the nickname of the player to the bottom of the avatar (note if the positioning shown in the hi-fi design does not work, putti...
non_priority
redesign of user avatars what are you proposing replace circles representing players with new avatar icons add faces to the avatars depending on if they are alive or dead move the nickname of the player to the bottom of the avatar note if the positioning shown in the hi fi design does not work putti...
0
160,734
13,795,970,292
IssuesEvent
2020-10-09 18:59:07
intel/dffml
https://api.github.com/repos/intel/dffml
opened
style: Sort imports with isort
cleanup documentation
`pip install isort` Let's do this after the accuracy patch is merged
1.0
style: Sort imports with isort - `pip install isort` Let's do this after the accuracy patch is merged
non_priority
style sort imports with isort pip install isort let s do this after the accuracy patch is merged
0
38,394
10,192,322,494
IssuesEvent
2019-08-12 10:47:33
Haivision/srt
https://api.github.com/repos/Haivision/srt
closed
build failure stransmit with MinGW
Status: On Hold [build]
This might not be a problem of SRT, but MinGW seems not to provide `std::this_thread`. However, it should be fixed or changed to use alternative to support MinGW (W32 cross compilation on Linux) ``` [ 85%] Building CXX object CMakeFiles/stransmit.dir/apps/stransmit.cpp.obj /home/jaykim/ssd/git/vlc/contrib/win32/s...
1.0
build failure stransmit with MinGW - This might not be a problem of SRT, but MinGW seems not to provide `std::this_thread`. However, it should be fixed or changed to use alternative to support MinGW (W32 cross compilation on Linux) ``` [ 85%] Building CXX object CMakeFiles/stransmit.dir/apps/stransmit.cpp.obj /ho...
non_priority
build failure stransmit with mingw this might not be a problem of srt but mingw seems not to provide std this thread however it should be fixed or changed to use alternative to support mingw cross compilation on linux building cxx object cmakefiles stransmit dir apps stransmit cpp obj home jayk...
0
94,670
27,260,956,667
IssuesEvent
2023-02-22 14:52:07
xhochy/fletcher
https://api.github.com/repos/xhochy/fletcher
closed
Add str.endswith
good first issue usecase-202003-qc no-unicode no-regex no-stringbuilder
- ✔️ [pandas function](https://pandas.pydata.org/docs/reference/api/pandas.Series.str.endswith.html#pandas.Series.str.endswith) - ✔️ [Python function](https://docs.python.org/3/library/stdtypes.html#str.endswith) - ✔️ simple C++ STL function: https://stackoverflow.com/a/62280289/1689261 - ✔️ no need for a regular ex...
1.0
Add str.endswith - - ✔️ [pandas function](https://pandas.pydata.org/docs/reference/api/pandas.Series.str.endswith.html#pandas.Series.str.endswith) - ✔️ [Python function](https://docs.python.org/3/library/stdtypes.html#str.endswith) - ✔️ simple C++ STL function: https://stackoverflow.com/a/62280289/1689261 - ✔️ no ne...
non_priority
add str endswith ✔️ ✔️ ✔️ simple c stl function ✔️ no need for a regular expression library ✔️ no need for a unicode database ✔️ can pre compute size output is a boolean array pseudo code inputs pat output booleanarray len rows for i row in enumerate rows if...
0
93,649
8,440,636,087
IssuesEvent
2018-10-18 07:56:16
ubtue/tuefind
https://api.github.com/repos/ubtue/tuefind
closed
Anzeige von internen Bearbeitungshinweisen
System: IxTheo System: RelBib ready for testing
In den Exemplardaten können im Kommentarfeld 4801 = Marc 86630 $x interne Bearbeitungsvermerke abgelegt werden. Benutzerrelevante, exemplarbezogene Kommentare stehen ggf. in 4802 = Marc 0852 $z. Bei 86630 $x handelt es sich um interne Vermerke/Codes zur Sacherschließung und Formalerschließung im SWB. Zur Aufbewahrung/...
1.0
Anzeige von internen Bearbeitungshinweisen - In den Exemplardaten können im Kommentarfeld 4801 = Marc 86630 $x interne Bearbeitungsvermerke abgelegt werden. Benutzerrelevante, exemplarbezogene Kommentare stehen ggf. in 4802 = Marc 0852 $z. Bei 86630 $x handelt es sich um interne Vermerke/Codes zur Sacherschließung und...
non_priority
anzeige von internen bearbeitungshinweisen in den exemplardaten können im kommentarfeld marc x interne bearbeitungsvermerke abgelegt werden benutzerrelevante exemplarbezogene kommentare stehen ggf in marc z bei x handelt es sich um interne vermerke codes zur sacherschließung und formalerschließu...
0
53,114
7,807,459,612
IssuesEvent
2018-06-11 16:55:40
confluentinc/ksql
https://api.github.com/repos/confluentinc/ksql
closed
Document schemaRegistryURL arg for ksql-datagen in usage output
documentation
https://github.com/confluentinc/ksql/blob/2c67b3800851d4d72fc0f6dbea79de60f18d52ba/ksql-examples/src/main/java/io/confluent/ksql/datagen/DataGen.java#L328 To define Schema Registry URL for ksql-datagen, user can specify argument `schemaRegistryUrl`. This is not documented in the ksql-datagen usage ``` usage: Da...
1.0
Document schemaRegistryURL arg for ksql-datagen in usage output - https://github.com/confluentinc/ksql/blob/2c67b3800851d4d72fc0f6dbea79de60f18d52ba/ksql-examples/src/main/java/io/confluent/ksql/datagen/DataGen.java#L328 To define Schema Registry URL for ksql-datagen, user can specify argument `schemaRegistryUrl`. ...
non_priority
document schemaregistryurl arg for ksql datagen in usage output to define schema registry url for ksql datagen user can specify argument schemaregistryurl this is not documented in the ksql datagen usage usage datagen schema format case insensitive one of avro json or delimited ...
0
157,401
12,372,255,802
IssuesEvent
2020-05-18 20:03:48
edwino-stein/elrond-common
https://api.github.com/repos/edwino-stein/elrond-common
opened
Rename classes with preffix `DebugOut` to `Log`
libelrond libelrond-test
The best preffix must be `Log`. The classes that must be renamed are: - [ ] `elrond::interface::DebugOut` -> `elrond::interface::Log`; - [ ] `elrond::test::DebugOutTest` -> `elrond::test::LogTest`;
1.0
Rename classes with preffix `DebugOut` to `Log` - The best preffix must be `Log`. The classes that must be renamed are: - [ ] `elrond::interface::DebugOut` -> `elrond::interface::Log`; - [ ] `elrond::test::DebugOutTest` -> `elrond::test::LogTest`;
non_priority
rename classes with preffix debugout to log the best preffix must be log the classes that must be renamed are elrond interface debugout elrond interface log elrond test debugouttest elrond test logtest
0
52,058
12,855,829,181
IssuesEvent
2020-07-09 06:20:06
tensorflow/tfjs
https://api.github.com/repos/tensorflow/tfjs
closed
Unable to install @tensorflow/tfjs-node
comp:node.js stat:awaiting response type:build/install
Hi I am using ``` tensorflow - 2.2.0 npm-6.14.5 node-12.18.2 ubuntu-18.04 ``` When i am trying to install @tensorflow/tfjs-node, it threw me this error below ``` CPU-linux-2.0.1.tar.gz * Downloading libtensorflow [==============================] 6691470/bps 100% 0.0s * Building TensorFlow Node.js bindings ...
1.0
Unable to install @tensorflow/tfjs-node - Hi I am using ``` tensorflow - 2.2.0 npm-6.14.5 node-12.18.2 ubuntu-18.04 ``` When i am trying to install @tensorflow/tfjs-node, it threw me this error below ``` CPU-linux-2.0.1.tar.gz * Downloading libtensorflow [==============================] 6691470/bps 100% 0.0s...
non_priority
unable to install tensorflow tfjs node hi i am using tensorflow npm node ubuntu when i am trying to install tensorflow tfjs node it threw me this error below cpu linux tar gz downloading libtensorflow bps building tensorflow node js bindings nod...
0
11,006
13,042,943,118
IssuesEvent
2020-07-28 23:59:17
PowerNukkit/PowerNukkit
https://api.github.com/repos/PowerNukkit/PowerNukkit
opened
TNTRun plugin error
Type: compatibility
# 🔌 Plugin compatibility issue I get this error when I put a minecart ### 📋 Debug information https://hastebin.com/ubobazenuc ### 💢 Crash Dump, Stack Trace and Other Files 08:37:20 [FATAL] "TNTRun v2.3.3"に"cn.nukkit.event.entity.EntityDamageByEntityEvent"Eventを渡すことができませんでした: suomicraftpe.tntrun.a.aでのnull 0...
True
TNTRun plugin error - # 🔌 Plugin compatibility issue I get this error when I put a minecart ### 📋 Debug information https://hastebin.com/ubobazenuc ### 💢 Crash Dump, Stack Trace and Other Files 08:37:20 [FATAL] "TNTRun v2.3.3"に"cn.nukkit.event.entity.EntityDamageByEntityEvent"Eventを渡すことができませんでした: suomicraft...
non_priority
tntrun plugin error 🔌 plugin compatibility issue i get this error when i put a minecart 📋 debug information 💢 crash dump stack trace and other files tntrun に cn nukkit event entity entitydamagebyentityevent eventを渡すことができませんでした suomicraftpe tntrun a aでのnull throwing c...
0
73,449
19,688,033,211
IssuesEvent
2022-01-12 01:34:32
facebook/zstd
https://api.github.com/repos/facebook/zstd
closed
Build failure using Visual Studio 2022
build issue release-blocking
**Describe the bug** When I build zstd using Visual Studio 2022, I got some build error: ``` [1/3] C:\PROGRA~1\MICROS~2\2022\COMMUN~1\VC\Tools\MSVC\1430~1.307\bin\Hostx64\x64\cl.exe -DXXH_NAMESPACE=ZSTD_ -DZSTD_DLL_EXPORT=1 -DZSTD_HEAPMODE=0 -DZSTD_LEGACY_SUPPORT=5 -DZSTD_MULTITHREAD -D_CONSOLE -D_CRT_SECURE_NO_WARN...
1.0
Build failure using Visual Studio 2022 - **Describe the bug** When I build zstd using Visual Studio 2022, I got some build error: ``` [1/3] C:\PROGRA~1\MICROS~2\2022\COMMUN~1\VC\Tools\MSVC\1430~1.307\bin\Hostx64\x64\cl.exe -DXXH_NAMESPACE=ZSTD_ -DZSTD_DLL_EXPORT=1 -DZSTD_HEAPMODE=0 -DZSTD_LEGACY_SUPPORT=5 -DZSTD_MUL...
non_priority
build failure using visual studio describe the bug when i build zstd using visual studio i got some build error c progra micros commun vc tools msvc bin cl exe dxxh namespace zstd dzstd dll export dzstd heapmode dzstd legacy support dzstd multithread d console d crt...
0
125,947
26,753,901,292
IssuesEvent
2023-01-30 22:03:15
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
generateRandom does not support some data types (Map, IPv4)
easy task unfinished code
**Describe the issue** Working on generating test data, I received at least the following errors: ``` The 'GenerateRandom' is not implemented for type IPv4: While executing GenerateRandom. (NOT_IMPLEMENTED) (version 22.13.1.1) The 'GenerateRandom' is not implemented for type Map: While executing GenerateRandom....
1.0
generateRandom does not support some data types (Map, IPv4) - **Describe the issue** Working on generating test data, I received at least the following errors: ``` The 'GenerateRandom' is not implemented for type IPv4: While executing GenerateRandom. (NOT_IMPLEMENTED) (version 22.13.1.1) The 'GenerateRandom' is...
non_priority
generaterandom does not support some data types map describe the issue working on generating test data i received at least the following errors the generaterandom is not implemented for type while executing generaterandom not implemented version the generaterandom is not imp...
0
281,171
30,885,855,107
IssuesEvent
2023-08-03 21:44:31
postgres-ai/database-lab-engine
https://api.github.com/repos/postgres-ai/database-lab-engine
closed
CVE-2023-28154 (Critical) detected in webpack-5.74.0.tgz, webpack-5.68.0.tgz - autoclosed
Mend: dependency security vulnerability
## CVE-2023-28154 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>webpack-5.74.0.tgz</b>, <b>webpack-5.68.0.tgz</b></p></summary> <p> <details><summary><b>webpack-5.74.0.tgz</b><...
True
CVE-2023-28154 (Critical) detected in webpack-5.74.0.tgz, webpack-5.68.0.tgz - autoclosed - ## CVE-2023-28154 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>webpack-5.74.0.tgz</b...
non_priority
cve critical detected in webpack tgz webpack tgz autoclosed cve critical severity vulnerability vulnerable libraries webpack tgz webpack tgz webpack tgz packs commonjs amd modules for the browser allows to split your codebase into multiple bundl...
0
118,281
11,965,492,552
IssuesEvent
2020-04-05 23:37:19
christopherpoole/CADMesh
https://api.github.com/repos/christopherpoole/CADMesh
closed
Documentation website.
documentation enhancement
This is under development with three main elements. 1. General usage and development documents written in markdown in `docs/`. 2. The rendered documents from 1, as a website. 3. An automatically generated doxygen class reference.
1.0
Documentation website. - This is under development with three main elements. 1. General usage and development documents written in markdown in `docs/`. 2. The rendered documents from 1, as a website. 3. An automatically generated doxygen class reference.
non_priority
documentation website this is under development with three main elements general usage and development documents written in markdown in docs the rendered documents from as a website an automatically generated doxygen class reference
0
180,894
30,589,593,905
IssuesEvent
2023-07-21 15:52:51
department-of-veterans-affairs/vets-design-system-documentation
https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation
closed
Maintenance banner - Design - Update banner with feedback give from staging review
component-update vsp-design-system-team
## Description There was a staging review completed for the maintenance banner and some changes were requested. The web component will be updated and the Sketch symbol will need to be updated to match the web components updates. ## Details These updates are related to this ticket. [Design System Staging Revie...
1.0
Maintenance banner - Design - Update banner with feedback give from staging review - ## Description There was a staging review completed for the maintenance banner and some changes were requested. The web component will be updated and the Sketch symbol will need to be updated to match the web components updates. #...
non_priority
maintenance banner design update banner with feedback give from staging review description there was a staging review completed for the maintenance banner and some changes were requested the web component will be updated and the sketch symbol will need to be updated to match the web components updates ...
0
464
7,693,059,516
IssuesEvent
2018-05-18 01:13:23
Microsoft/vscode-cpptools
https://api.github.com/repos/Microsoft/vscode-cpptools
closed
Extension crashes on Windows when the root drive is in the includePath.
bug fixed (release pending) reliability
If the includePath contains a path like "C:/" the extension will crash. Not sure if this is what other people are hitting...seems like that would be an unusual includePath.
True
Extension crashes on Windows when the root drive is in the includePath. - If the includePath contains a path like "C:/" the extension will crash. Not sure if this is what other people are hitting...seems like that would be an unusual includePath.
non_priority
extension crashes on windows when the root drive is in the includepath if the includepath contains a path like c the extension will crash not sure if this is what other people are hitting seems like that would be an unusual includepath
0
15,225
5,914,842,314
IssuesEvent
2017-05-22 05:21:26
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
Linux portability tests are broken.
build
For an example, see: https://grpc-testing.appspot.com/job/gRPC_portability_pull_requests_linux/5611/ Possibly caused by up-versioning protobuf? The error is: ``` In file included from /usr/include/sys/types.h:72:0, from google/protobuf/compiler/command_line_interface.cc:39: ./google/protobuf/c...
1.0
Linux portability tests are broken. - For an example, see: https://grpc-testing.appspot.com/job/gRPC_portability_pull_requests_linux/5611/ Possibly caused by up-versioning protobuf? The error is: ``` In file included from /usr/include/sys/types.h:72:0, from google/protobuf/compiler/command_line...
non_priority
linux portability tests are broken for an example see possibly caused by up versioning protobuf the error is in file included from usr include sys types h from google protobuf compiler command line interface cc google protobuf compiler plugin pb h error expected u...
0
31,965
12,043,514,848
IssuesEvent
2020-04-14 12:34:21
dodekanisou/home-automation
https://api.github.com/repos/dodekanisou/home-automation
closed
CVE-2015-8861 (Medium) detected in handlebars-1.0.12.tgz, handlebars-1.3.0.tgz
security vulnerability wontfix
## CVE-2015-8861 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-1.0.12.tgz</b>, <b>handlebars-1.3.0.tgz</b></p></summary> <p> <details><summary><b>handlebars-1.0.12.tgz...
True
CVE-2015-8861 (Medium) detected in handlebars-1.0.12.tgz, handlebars-1.3.0.tgz - ## CVE-2015-8861 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>handlebars-1.0.12.tgz</b>, <b>handl...
non_priority
cve medium detected in handlebars tgz handlebars tgz cve medium severity vulnerability vulnerable libraries handlebars tgz handlebars tgz handlebars tgz extension of the mustache logicless template language library home page a href path to ...
0
160,383
25,156,313,004
IssuesEvent
2022-11-10 13:49:11
boostcampwm-2022/iOS08_Acha
https://api.github.com/repos/boostcampwm-2022/iOS08_Acha
opened
[게임 - 혼자하기] 구역 선택 UI
design
## 📌 할 일 - [ ] (1) MapKit 사용한 지도 - [ ] (2) "땅을 선택해 주세요" Label ( 지도보다 위에 ) - [ ] (3) "게임시작" Button (지도보다 위에 ) ## 😫 관련 문제 및 해결 ## 📖 참고 자료
1.0
[게임 - 혼자하기] 구역 선택 UI - ## 📌 할 일 - [ ] (1) MapKit 사용한 지도 - [ ] (2) "땅을 선택해 주세요" Label ( 지도보다 위에 ) - [ ] (3) "게임시작" Button (지도보다 위에 ) ## 😫 관련 문제 및 해결 ## 📖 참고 자료
non_priority
구역 선택 ui 📌 할 일 mapkit 사용한 지도 땅을 선택해 주세요 label 지도보다 위에 게임시작 button 지도보다 위에 😫 관련 문제 및 해결 📖 참고 자료
0
97,361
12,229,852,612
IssuesEvent
2020-05-04 02:13:56
chriskrycho/v5.chriskrycho.com
https://api.github.com/repos/chriskrycho/v5.chriskrycho.com
closed
Feed items do not parse qualifiers as Markdown
design implementation
The posts render correctly but the feed does not.
1.0
Feed items do not parse qualifiers as Markdown - The posts render correctly but the feed does not.
non_priority
feed items do not parse qualifiers as markdown the posts render correctly but the feed does not
0
169,740
26,854,130,085
IssuesEvent
2023-02-03 13:23:17
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
[AutoFill] 1Password cannot recognize TextField inputType on Android
a: text input platform-android framework f: material design
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you hav...
1.0
[AutoFill] 1Password cannot recognize TextField inputType on Android - <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stac...
non_priority
cannot recognize textfield inputtype on android thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a bug or if our documentation doesn t have ...
0
232,785
25,706,328,857
IssuesEvent
2022-12-07 01:04:38
nidhi7598/linux-4.1.15_CVE-2019-10220
https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220
opened
CVE-2017-17805 (High) detected in linux-stable-rtv4.1.33, linuxlinux-4.6
security vulnerability
## CVE-2017-17805 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.6</b></p></summary> <p> </p> </details> <p></p> <details><summary><img ...
True
CVE-2017-17805 (High) detected in linux-stable-rtv4.1.33, linuxlinux-4.6 - ## CVE-2017-17805 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-...
non_priority
cve high detected in linux stable linuxlinux cve high severity vulnerability vulnerable libraries linux stable linuxlinux vulnerability details the encryption algorithm in the linux kernel before does not correctly handle zero length inpu...
0
7,341
17,570,641,351
IssuesEvent
2021-08-14 16:10:47
translate-tools/linguist
https://api.github.com/repos/translate-tools/linguist
closed
Migrate from `localStorage` to async `browser.storage.local`
enhancement architecture
- [x] Migrate all data for all tabs - [x] Page translate - [x] Use async storage for `PopupPage.tabSet` - [x] Text translate - [ ] Migrate config
1.0
Migrate from `localStorage` to async `browser.storage.local` - - [x] Migrate all data for all tabs - [x] Page translate - [x] Use async storage for `PopupPage.tabSet` - [x] Text translate - [ ] Migrate config
non_priority
migrate from localstorage to async browser storage local migrate all data for all tabs page translate use async storage for popuppage tabset text translate migrate config
0
80,348
15,586,279,255
IssuesEvent
2021-03-18 01:34:46
Bangtrongtuyet/spring-cloud-netflix
https://api.github.com/repos/Bangtrongtuyet/spring-cloud-netflix
opened
CVE-2019-16942 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2019-16942 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-16942 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2019-16942 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General...
non_priority
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file spring cloud netflix spring cl...
0
80,791
7,757,211,263
IssuesEvent
2018-05-31 15:41:14
dart-lang/site-www
https://api.github.com/repos/dart-lang/site-www
closed
Can't run browser tests under Dart 2-dev.37
Tests blocked
Attempting to run browser tests under Dart 2-dev.37 results in the errors shown below mainly because we can't pass `--preview-dart-2` to `pub run test`. So, in essence we're blocked by https://github.com/dart-lang/pub/issues/1807. cc @kevmoo @anders-sandholm @kwalrath ```console ~/git/www/examples/misc > pub...
1.0
Can't run browser tests under Dart 2-dev.37 - Attempting to run browser tests under Dart 2-dev.37 results in the errors shown below mainly because we can't pass `--preview-dart-2` to `pub run test`. So, in essence we're blocked by https://github.com/dart-lang/pub/issues/1807. cc @kevmoo @anders-sandholm @kwalrath...
non_priority
can t run browser tests under dart dev attempting to run browser tests under dart dev results in the errors shown below mainly because we can t pass preview dart to pub run test so in essence we re blocked by cc kevmoo anders sandholm kwalrath console git www examples misc pub...
0
36,672
8,056,358,516
IssuesEvent
2018-08-02 12:28:13
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
InputGroup buttons look compressed with Firefox
defect
An icon only button inside an inputgroup look compressed with Firefox
1.0
InputGroup buttons look compressed with Firefox - An icon only button inside an inputgroup look compressed with Firefox
non_priority
inputgroup buttons look compressed with firefox an icon only button inside an inputgroup look compressed with firefox
0
283,010
24,513,027,814
IssuesEvent
2022-10-11 00:31:03
ZcashFoundation/zebra
https://api.github.com/repos/ZcashFoundation/zebra
closed
Make long-running test names match workflow names
A-rust A-devops I-usability P-Optional :sparkles: A-diagnostics C-testing
## Motivation It's hard to diagnose test failures in Zebra, because our Rust tests, environmental variables, and workflow jobs all have different names for the same test. ### Tasks 1. Rename tests that call `deploy-gcp-tests.yml` based on the GitHub actions workflow `test_id`: - environmental variables in htt...
1.0
Make long-running test names match workflow names - ## Motivation It's hard to diagnose test failures in Zebra, because our Rust tests, environmental variables, and workflow jobs all have different names for the same test. ### Tasks 1. Rename tests that call `deploy-gcp-tests.yml` based on the GitHub actions w...
non_priority
make long running test names match workflow names motivation it s hard to diagnose test failures in zebra because our rust tests environmental variables and workflow jobs all have different names for the same test tasks rename tests that call deploy gcp tests yml based on the github actions w...
0
315,759
23,596,505,546
IssuesEvent
2022-08-23 19:48:00
xihtyM/pcmd
https://api.github.com/repos/xihtyM/pcmd
opened
"dir" command is slow
documentation enhancement
As of right now I am working on a buffer for the directory command and looking into multithreading for calculating the size of directories.
1.0
"dir" command is slow - As of right now I am working on a buffer for the directory command and looking into multithreading for calculating the size of directories.
non_priority
dir command is slow as of right now i am working on a buffer for the directory command and looking into multithreading for calculating the size of directories
0
105,030
13,157,763,956
IssuesEvent
2020-08-10 13:18:06
matrix-org/dendrite
https://api.github.com/repos/matrix-org/dendrite
closed
Load Dendrite configuration from multiple hierarchical sources
design:components maintenance
Yan Minari: [...] the config file should be optional, setting the server address using env vars should be a thing, etc 1. load sane defaults (hardcoded on binary) 2. override with config file (if any) 3. override with --flags 4. override with env vars 5. override with secret file 6. etc. not exactly every...
1.0
Load Dendrite configuration from multiple hierarchical sources - Yan Minari: [...] the config file should be optional, setting the server address using env vars should be a thing, etc 1. load sane defaults (hardcoded on binary) 2. override with config file (if any) 3. override with --flags 4. override with env...
non_priority
load dendrite configuration from multiple hierarchical sources yan minari the config file should be optional setting the server address using env vars should be a thing etc load sane defaults hardcoded on binary override with config file if any override with flags override with env var...
0
156,161
12,299,242,648
IssuesEvent
2020-05-11 12:02:01
angus-g/lagrangian-filtering
https://api.github.com/repos/angus-g/lagrangian-filtering
closed
Allow using a sub-window for particles that end up beached
enhancement testing
When a particle ends up beached (by hitting land or running out of the domain), it gets a NaN value in its advection timeseries. This causes the filtered output for that particle to also be NaN. However, that particle may still have a significant track from which we can salvage some useful information. Propose a `mi...
1.0
Allow using a sub-window for particles that end up beached - When a particle ends up beached (by hitting land or running out of the domain), it gets a NaN value in its advection timeseries. This causes the filtered output for that particle to also be NaN. However, that particle may still have a significant track from w...
non_priority
allow using a sub window for particles that end up beached when a particle ends up beached by hitting land or running out of the domain it gets a nan value in its advection timeseries this causes the filtered output for that particle to also be nan however that particle may still have a significant track from w...
0
81,360
7,779,670,181
IssuesEvent
2018-06-05 17:33:28
NMGRL/pychron
https://api.github.com/repos/NMGRL/pychron
closed
Improve table footnotes - job for Bill and both Matts
Request Tested
Bill and both Matts should work on a consensus version of notes for human and summary tables
1.0
Improve table footnotes - job for Bill and both Matts - Bill and both Matts should work on a consensus version of notes for human and summary tables
non_priority
improve table footnotes job for bill and both matts bill and both matts should work on a consensus version of notes for human and summary tables
0
1,067
13,651,717,194
IssuesEvent
2020-09-27 03:00:33
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Allowed file name extensions doesn't include .har
Pri2 assigned-to-author azure-supportability/svc doc-enhancement triaged
When creating a support request in the portal, the user is encouraged to capture and upload a screenshot of the problem, and capture and upload a network trace which is referred to as a HAR file. However, this cannot be done, because .har files are not supported for upload. If there are additional step to uploading ...
True
Allowed file name extensions doesn't include .har - When creating a support request in the portal, the user is encouraged to capture and upload a screenshot of the problem, and capture and upload a network trace which is referred to as a HAR file. However, this cannot be done, because .har files are not supported fo...
non_priority
allowed file name extensions doesn t include har when creating a support request in the portal the user is encouraged to capture and upload a screenshot of the problem and capture and upload a network trace which is referred to as a har file however this cannot be done because har files are not supported fo...
0
255,881
19,344,660,130
IssuesEvent
2021-12-15 09:33:50
jupyterhub/zero-to-jupyterhub-k8s
https://api.github.com/repos/jupyterhub/zero-to-jupyterhub-k8s
closed
AWS EKS instructions outdated: creation of role with certain policies can't be done
bug documentation
<!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description In https://zero-to-jupyterhub.readthedocs.io/en/latest/kubernetes/amazon/step-zero-aws-eks.html#procedure it says create a role with the following p...
1.0
AWS EKS instructions outdated: creation of role with certain policies can't be done - <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description In https://zero-to-jupyterhub.readthedocs.io/en/latest/kuberne...
non_priority
aws eks instructions outdated creation of role with certain policies can t be done bug description in it says create a role with the following policies amazoneksclusterpolicy amazoneksservicepolicy expected behaviour choose these policies in the console actual behaviou...
0
43,342
23,201,809,288
IssuesEvent
2022-08-01 22:28:35
keras-team/keras
https://api.github.com/repos/keras-team/keras
closed
Different result of cross entropy loss between result from model as function and using predict function
type:bug/performance
**Describe the problem**. Describe the problem clearly here. Be sure to convey here why it's a bug in Keras or why the requested feature is needed. Firstly, you get a prediction using model as a function, call this predition A; and then you use predict function of the model and get the same seemingly same pre...
True
Different result of cross entropy loss between result from model as function and using predict function - **Describe the problem**. Describe the problem clearly here. Be sure to convey here why it's a bug in Keras or why the requested feature is needed. Firstly, you get a prediction using model as a function,...
non_priority
different result of cross entropy loss between result from model as function and using predict function describe the problem describe the problem clearly here be sure to convey here why it s a bug in keras or why the requested feature is needed firstly you get a prediction using model as a function ...
0
135,987
11,032,057,526
IssuesEvent
2019-12-06 19:15:14
microsoft/ApplicationInsights-dotnet
https://api.github.com/repos/microsoft/ApplicationInsights-dotnet
closed
fix deepclone tests
test
I had to disable these tests to get other work done: #1239 Cijo, I'm assigning this to you so we don't lose track of this.
1.0
fix deepclone tests - I had to disable these tests to get other work done: #1239 Cijo, I'm assigning this to you so we don't lose track of this.
non_priority
fix deepclone tests i had to disable these tests to get other work done cijo i m assigning this to you so we don t lose track of this
0
70,330
9,398,502,873
IssuesEvent
2019-04-08 12:27:49
Icinga/icinga2
https://api.github.com/repos/Icinga/icinga2
closed
Improve documentation about enabling core dumps
Documentation needs-feedback
Hi, While I enabled core dumps on some hosts of mine I realized that https://icinga.com/docs/icinga2/latest/doc/21-development/#core-dump might not be completely up to best practices for systemd. I'll provide a PR with some things I found. Is there any old documentation about core dumps on SysV hosts I'm missi...
1.0
Improve documentation about enabling core dumps - Hi, While I enabled core dumps on some hosts of mine I realized that https://icinga.com/docs/icinga2/latest/doc/21-development/#core-dump might not be completely up to best practices for systemd. I'll provide a PR with some things I found. Is there any old docu...
non_priority
improve documentation about enabling core dumps hi while i enabled core dumps on some hosts of mine i realized that might not be completely up to best practices for systemd i ll provide a pr with some things i found is there any old documentation about core dumps on sysv hosts i m missing i suspect the...
0
3,051
2,659,387,838
IssuesEvent
2015-03-18 20:44:01
mozilla/teach.webmaker.org
https://api.github.com/repos/mozilla/teach.webmaker.org
closed
Change instances of "Clubs" to "Mozilla Web Clubs" and "Web Clubs"
design platform v1
Here are the instances I can find where the word "Clubs" appear, and my recommendations for what to change to: * Navigation: change "Clubs" to "Mozilla Web Clubs" * Clubs page header (text over the photo): "Mozilla Web Clubs"; keep button as is ("Add Your Club") * Clubs page "How do Clubs work?" section: "How do ...
1.0
Change instances of "Clubs" to "Mozilla Web Clubs" and "Web Clubs" - Here are the instances I can find where the word "Clubs" appear, and my recommendations for what to change to: * Navigation: change "Clubs" to "Mozilla Web Clubs" * Clubs page header (text over the photo): "Mozilla Web Clubs"; keep button as is ("...
non_priority
change instances of clubs to mozilla web clubs and web clubs here are the instances i can find where the word clubs appear and my recommendations for what to change to navigation change clubs to mozilla web clubs clubs page header text over the photo mozilla web clubs keep button as is ...
0
258,726
27,579,394,254
IssuesEvent
2023-03-08 15:13:42
Dima2021/railsgoat
https://api.github.com/repos/Dima2021/railsgoat
opened
moment-2.19.0.min.js: 3 vulnerabilities (highest severity is: 7.5)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.19.0.min.js</b></p></summary> <p>Parse, validate, manipulate, and display dates</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/mom...
True
moment-2.19.0.min.js: 3 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.19.0.min.js</b></p></summary> <p>Parse, validate, manipulate, and display dates</p> <p>L...
non_priority
moment min js vulnerabilities highest severity is vulnerable library moment min js parse validate manipulate and display dates library home page a href path to vulnerable library app assets javascripts moment min js vulnerabilities cve severity cvss ...
0
80,024
10,149,639,665
IssuesEvent
2019-08-05 15:38:55
ManyyWu/Notes
https://api.github.com/repos/ManyyWu/Notes
closed
Shadowsocks 原理及源码分析
documentation
# Shadowsocks 原理及源码分析 Shadowsocks(简称SS)是一种基于Socks5代理方式的加密传输协议,也可以指实现这个协议的各种开发包。当前包使用Python、C、C++、C#、Go语言等编程语言开发,大部分主要实现(iOS平台的除外)采用Apache许可证、GPL、MIT许可证等多种自由软件许可协议开放源代码。Shadowsocks分为服务器端和客户端,在使用之前,需要先将服务器端程序部署到服务器上面,然后通过客户端连接并创建本地代理。 在中国大陆,本工具广泛用于突破防火长城(GFW),以浏览被封锁、遮蔽或干扰的内容。2015年8月22日,Shadowsocks原作者Clowwindy称受到了中国政府的压...
1.0
Shadowsocks 原理及源码分析 - # Shadowsocks 原理及源码分析 Shadowsocks(简称SS)是一种基于Socks5代理方式的加密传输协议,也可以指实现这个协议的各种开发包。当前包使用Python、C、C++、C#、Go语言等编程语言开发,大部分主要实现(iOS平台的除外)采用Apache许可证、GPL、MIT许可证等多种自由软件许可协议开放源代码。Shadowsocks分为服务器端和客户端,在使用之前,需要先将服务器端程序部署到服务器上面,然后通过客户端连接并创建本地代理。 在中国大陆,本工具广泛用于突破防火长城(GFW),以浏览被封锁、遮蔽或干扰的内容。2015年8月22日,Shadowsocks...
non_priority
shadowsocks 原理及源码分析 shadowsocks 原理及源码分析 shadowsocks(简称ss) ,也可以指实现这个协议的各种开发包。当前包使用python、c、c 、c 、go语言等编程语言开发,大部分主要实现(ios平台的除外)采用apache许可证、gpl、mit许可证等多种自由软件许可协议开放源代码。shadowsocks分为服务器端和客户端,在使用之前,需要先将服务器端程序部署到服务器上面,然后通过客户端连接并创建本地代理。 在中国大陆,本工具广泛用于突破防火长城(gfw),以浏览被封锁、遮蔽或干扰的内容。 ,shadowsocks原作者clowwindy称受到了中国政府的压力,宣布停止维护...
0
8,494
2,873,452,028
IssuesEvent
2015-06-08 17:06:32
swift-nav/gnss-analysis
https://api.github.com/repos/swift-nav/gnss-analysis
closed
test
5 - Done design
hi @fnoble Look at me, in your issues, causing you issues. <!--- @huboard:{"order":36.0,"milestone_order":36,"custom_state":""} -->
1.0
test - hi @fnoble Look at me, in your issues, causing you issues. <!--- @huboard:{"order":36.0,"milestone_order":36,"custom_state":""} -->
non_priority
test hi fnoble look at me in your issues causing you issues huboard order milestone order custom state
0
8,647
5,896,371,659
IssuesEvent
2017-05-18 09:34:36
broesamle/clip_8
https://api.github.com/repos/broesamle/clip_8
opened
Improve instruction highlighting for initial and control flow elements
Tutorial + Getting Started usability
the first getting started tutorial with only an initial and a terminal symbol should have a nice flashing!
True
Improve instruction highlighting for initial and control flow elements - the first getting started tutorial with only an initial and a terminal symbol should have a nice flashing!
non_priority
improve instruction highlighting for initial and control flow elements the first getting started tutorial with only an initial and a terminal symbol should have a nice flashing
0
171,790
20,993,916,076
IssuesEvent
2022-03-29 11:54:37
fdm-monster/fdm-monster
https://api.github.com/repos/fdm-monster/fdm-monster
reopened
CVE-2021-3807 (High) detected in ansi-regex-3.0.0.tgz
security vulnerability
## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression for matching ANSI escape codes</p> <p>Library home page: <...
True
CVE-2021-3807 (High) detected in ansi-regex-3.0.0.tgz - ## CVE-2021-3807 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-regex-3.0.0.tgz</b></p></summary> <p>Regular expression fo...
non_priority
cve high detected in ansi regex tgz cve high severity vulnerability vulnerable library ansi regex tgz regular expression for matching ansi escape codes library home page a href path to dependency file client vue package json path to vulnerable library client vue no...
0
110,560
16,981,687,450
IssuesEvent
2021-06-30 09:39:00
CatalystOne/library-quick-filter
https://api.github.com/repos/CatalystOne/library-quick-filter
opened
CVE-2020-15256 (High) detected in object-path-0.11.4.tgz
security vulnerability
## CVE-2020-15256 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.11.4.tgz</b></p></summary> <p>Access deep object properties using a path</p> <p>Library home page: <a hr...
True
CVE-2020-15256 (High) detected in object-path-0.11.4.tgz - ## CVE-2020-15256 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.11.4.tgz</b></p></summary> <p>Access deep obj...
non_priority
cve high detected in object path tgz cve high severity vulnerability vulnerable library object path tgz access deep object properties using a path library home page a href path to dependency file library quick filter package json path to vulnerable library library qu...
0
19,438
25,706,687,521
IssuesEvent
2022-12-07 01:29:10
wixtoolset/issues
https://api.github.com/repos/wixtoolset/issues
closed
<?foreach?> includes quotes from quoted list
preprocessor
**Encountered at:** wixtoolset/wix4@HEAD **Detail:** Given <?foreach WIXUIARCH in "X86;X64;A64" ?> the first iteration value is `"X86`. Other preprocessor instructions strip the quotes to handle values that contain spaces (e.g.). <?foreach?> should probably work the same way, no?
1.0
<?foreach?> includes quotes from quoted list - **Encountered at:** wixtoolset/wix4@HEAD **Detail:** Given <?foreach WIXUIARCH in "X86;X64;A64" ?> the first iteration value is `"X86`. Other preprocessor instructions strip the quotes to handle values that contain spaces (e.g.). <?foreach?> should probably...
non_priority
includes quotes from quoted list encountered at wixtoolset head detail given the first iteration value is other preprocessor instructions strip the quotes to handle values that contain spaces e g should probably work the same way no
0
247,889
18,858,002,179
IssuesEvent
2021-11-12 09:16:27
yunpeng1234/pe
https://api.github.com/repos/yunpeng1234/pe
opened
Model lacks more detail
severity.Medium type.DocumentationBug
![image.png](https://raw.githubusercontent.com/yunpeng1234/pe/main/files/dc8d0ddd-9a00-4745-9b33-e79aa93fcaa6.png) This does not show any assessments/ notes that is also part of the app and the new developers might not be able to understand where those classes fit in in the diagram. <!--session: 1636703258182-96bc5...
1.0
Model lacks more detail - ![image.png](https://raw.githubusercontent.com/yunpeng1234/pe/main/files/dc8d0ddd-9a00-4745-9b33-e79aa93fcaa6.png) This does not show any assessments/ notes that is also part of the app and the new developers might not be able to understand where those classes fit in in the diagram. <!--se...
non_priority
model lacks more detail this does not show any assessments notes that is also part of the app and the new developers might not be able to understand where those classes fit in in the diagram
0
126,699
17,095,275,547
IssuesEvent
2021-07-09 00:53:08
unimelb/pattern-lib
https://api.github.com/repos/unimelb/pattern-lib
opened
[Chore] Update G2 Open Day 'To do list' component styling to match new design direction
chore design
## Currently The To do list component created during Open Days 2020 is being re-used in 2021 pages: Example page: https://study.unimelb.edu.au/openday/open-day-about Pattern Library: https://pattern-lib-unimelb.netlify.app/?selectedKind=Todo%20List&selectedStory=Default&full=0&addons=1&stories=1&panelRight=0&addonPan...
1.0
[Chore] Update G2 Open Day 'To do list' component styling to match new design direction - ## Currently The To do list component created during Open Days 2020 is being re-used in 2021 pages: Example page: https://study.unimelb.edu.au/openday/open-day-about Pattern Library: https://pattern-lib-unimelb.netlify.app/?sele...
non_priority
update open day to do list component styling to match new design direction currently the to do list component created during open days is being re used in pages example page pattern library however this component is now nestled amongst newer components from today created for study in so the...
0
70,452
18,151,219,623
IssuesEvent
2021-09-26 09:48:47
ChiselsAndBits/Chisels-and-Bits
https://api.github.com/repos/ChiselsAndBits/Chisels-and-Bits
closed
chiseled block has invisible side
OnHold: Rebuild
when I chisel a block and place a slab or stair, etc, next to it, that side goes invisible, allowing for x-raying within that block. luckily, with how minecraft renders, the blocks past it are not x-rayable. image: ![2021-04-15_15 34 26](https://user-images.githubusercontent.com/63455321/114946479-171e9180-9e00-11e...
1.0
chiseled block has invisible side - when I chisel a block and place a slab or stair, etc, next to it, that side goes invisible, allowing for x-raying within that block. luckily, with how minecraft renders, the blocks past it are not x-rayable. image: ![2021-04-15_15 34 26](https://user-images.githubusercontent.com/...
non_priority
chiseled block has invisible side when i chisel a block and place a slab or stair etc next to it that side goes invisible allowing for x raying within that block luckily with how minecraft renders the blocks past it are not x rayable image mc version c b version do you have ...
0
247,932
26,761,986,255
IssuesEvent
2023-01-31 07:48:21
billmcchesney1/Hangar
https://api.github.com/repos/billmcchesney1/Hangar
closed
CVE-2022-23529 (High) detected in jsonwebtoken-8.5.1.tgz - autoclosed
security vulnerability
## CVE-2022-23529 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonwebtoken-8.5.1.tgz</b></p></summary> <p>JSON Web Token implementation (symmetric and asymmetric)</p> <p>Library ho...
True
CVE-2022-23529 (High) detected in jsonwebtoken-8.5.1.tgz - autoclosed - ## CVE-2022-23529 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jsonwebtoken-8.5.1.tgz</b></p></summary> <p>JS...
non_priority
cve high detected in jsonwebtoken tgz autoclosed cve high severity vulnerability vulnerable library jsonwebtoken tgz json web token implementation symmetric and asymmetric library home page a href path to dependency file package json path to vulnerable library ...
0
101,758
12,704,492,744
IssuesEvent
2020-06-23 01:36:06
ropensci/drake
https://api.github.com/repos/ropensci/drake
closed
Formalize local drake specs
status: may revisit topic: design
## Prework - [x] Read and abide by `drake`'s [code of conduct](https://github.com/ropensci/drake/blob/master/CODE_OF_CONDUCT.md). - [x] Search for duplicates among the [existing issues](https://github.com/ropensci/drake/issues), both open and closed. ## Description Similar to #1183
1.0
Formalize local drake specs - ## Prework - [x] Read and abide by `drake`'s [code of conduct](https://github.com/ropensci/drake/blob/master/CODE_OF_CONDUCT.md). - [x] Search for duplicates among the [existing issues](https://github.com/ropensci/drake/issues), both open and closed. ## Description Similar to #11...
non_priority
formalize local drake specs prework read and abide by drake s search for duplicates among the both open and closed description similar to
0
353,718
25,132,906,668
IssuesEvent
2022-11-09 16:21:18
vcuspinera/UDG_MCD_Project_Dev_II
https://api.github.com/repos/vcuspinera/UDG_MCD_Project_Dev_II
closed
Asignación de equipos para presentación de papers y caps. 6 a 7
documentation
En la clase del 2022-09-21 del curso de Desarrollo de Proyectos del ciclo escolar 2022-B, se realizó la **asignación de equipos** para la presentación de [**_papers_**](https://github.com/vcuspinera/UDG_MCD_Project_Dev_II/tree/main/actividades/material/Papers) y [**capítulos 6 a 7** del libro de PMI-RMP](https://github...
1.0
Asignación de equipos para presentación de papers y caps. 6 a 7 - En la clase del 2022-09-21 del curso de Desarrollo de Proyectos del ciclo escolar 2022-B, se realizó la **asignación de equipos** para la presentación de [**_papers_**](https://github.com/vcuspinera/UDG_MCD_Project_Dev_II/tree/main/actividades/material/...
non_priority
asignación de equipos para presentación de papers y caps a en la clase del del curso de desarrollo de proyectos del ciclo escolar b se realizó la asignación de equipos para la presentación de y a presentar equipo conformado por papers esther moreno • carol castañeda ...
0
139,507
18,853,589,383
IssuesEvent
2021-11-12 01:18:54
LalithK90/successeStudentManagement
https://api.github.com/repos/LalithK90/successeStudentManagement
opened
CVE-2021-22118 (High) detected in spring-web-5.2.3.RELEASE.jar
security vulnerability
## CVE-2021-22118 - 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.3.RELEASE.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/spr...
True
CVE-2021-22118 (High) detected in spring-web-5.2.3.RELEASE.jar - ## CVE-2021-22118 - 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.3.RELEASE.jar</b></p></summary> <p>Spr...
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 successestudentmanagement build gradle path to vulnerable library home wss scanner grad...
0
276,836
21,002,552,016
IssuesEvent
2022-03-29 18:57:00
gravitational/teleport
https://api.github.com/repos/gravitational/teleport
closed
Local-only Getting Started Guide for Kubernetes
documentation docs-new
## Details [The Docker Compose Getting Started Guide](https://goteleport.com/docs/getting-started/docker-compose/) is great for security-minded engineers who want to try out Teleport without making changes to their organization's resources (e.g., creating DNS records). It would be nice to have something similar for Ku...
1.0
Local-only Getting Started Guide for Kubernetes - ## Details [The Docker Compose Getting Started Guide](https://goteleport.com/docs/getting-started/docker-compose/) is great for security-minded engineers who want to try out Teleport without making changes to their organization's resources (e.g., creating DNS records)....
non_priority
local only getting started guide for kubernetes details is great for security minded engineers who want to try out teleport without making changes to their organization s resources e g creating dns records it would be nice to have something similar for kubernetes using or another local kubernetes...
0
270,338
28,960,505,825
IssuesEvent
2023-05-10 01:47:46
praneethpanasala/linux
https://api.github.com/repos/praneethpanasala/linux
reopened
WS-2021-0554 (High) detected in linuxlinux-4.19.6
Mend: dependency security vulnerability
## WS-2021-0554 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mi...
True
WS-2021-0554 (High) detected in linuxlinux-4.19.6 - ## WS-2021-0554 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.6</b></p></summary> <p> <p>Apache Software Foundatio...
non_priority
ws high detected in linuxlinux ws high severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
57,499
14,165,125,852
IssuesEvent
2020-11-12 06:37:24
LalithK90/phonesAndAccessories
https://api.github.com/repos/LalithK90/phonesAndAccessories
opened
CVE-2020-11996 (High) detected in tomcat-embed-core-9.0.30.jar
security vulnerability
## CVE-2020-11996 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.30.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="https:...
True
CVE-2020-11996 (High) detected in tomcat-embed-core-9.0.30.jar - ## CVE-2020-11996 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.30.jar</b></p></summary> <p>Cor...
non_priority
cve high detected in tomcat embed core jar cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file phonesandaccessories build gradle path to vulnerable library home wss scan...
0
120,580
17,644,234,079
IssuesEvent
2021-08-20 02:01:14
fbennets/HCLC-GDPR-Bot
https://api.github.com/repos/fbennets/HCLC-GDPR-Bot
opened
CVE-2021-37675 (Medium) detected in tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl
security vulnerability
## CVE-2021-37675 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine lear...
True
CVE-2021-37675 (Medium) detected in tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl - ## CVE-2021-37675 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.1.0-cp27-cp2...
non_priority
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file hclc gdpr bot requirement...
0
155,534
24,476,444,432
IssuesEvent
2022-10-08 08:14:35
scribe-org/Scribe-iOS
https://api.github.com/repos/scribe-org/Scribe-iOS
closed
Add iPhone 6.7" designs to App Store files
design -next release-
### Terms - [X] I have searched [open and closed design issues](https://github.com/scribe-org/Scribe-iOS/issues?q=is%3Aissue+label%3Adesign) - [X] I agree to follow Scribe-iOS' [Code of Conduct](https://github.com/scribe-org/Scribe-iOS/blob/main/.github/CODE_OF_CONDUCT.md) ### Description Screens are needed f...
1.0
Add iPhone 6.7" designs to App Store files - ### Terms - [X] I have searched [open and closed design issues](https://github.com/scribe-org/Scribe-iOS/issues?q=is%3Aissue+label%3Adesign) - [X] I agree to follow Scribe-iOS' [Code of Conduct](https://github.com/scribe-org/Scribe-iOS/blob/main/.github/CODE_OF_CONDUCT.m...
non_priority
add iphone designs to app store files terms i have searched i agree to follow scribe ios description screens are needed for the iphone at this point as without them the screens will just be stretched the overall designs of these formats is generally different what ...
0
451,588
32,034,961,187
IssuesEvent
2023-09-22 14:44:05
deining/vitalcontrol.de
https://api.github.com/repos/deining/vitalcontrol.de
closed
Menüpunkt 'Menübaum' erweitern
documentation
Der zuoberst aufgeführte Punkt `Menübaum` ist zu folgender Struktur zu erweitern: ``` Menüführung ├ Menüstruktur (menuestruktur.svg) └ Hauptmenü ├ Neu (manualLink zu bereits existierendem Menüpunkt `Neu`) ├ Zugänge (manualLink zu bereits existierendem Menüpunkt `Zugänge`) ├ ... ├ ... ├ ... ``` ...
1.0
Menüpunkt 'Menübaum' erweitern - Der zuoberst aufgeführte Punkt `Menübaum` ist zu folgender Struktur zu erweitern: ``` Menüführung ├ Menüstruktur (menuestruktur.svg) └ Hauptmenü ├ Neu (manualLink zu bereits existierendem Menüpunkt `Neu`) ├ Zugänge (manualLink zu bereits existierendem Menüpunkt `Zugänge`) ...
non_priority
menüpunkt menübaum erweitern der zuoberst aufgeführte punkt menübaum ist zu folgender struktur zu erweitern menüführung ├ menüstruktur menuestruktur svg └ hauptmenü ├ neu manuallink zu bereits existierendem menüpunkt neu ├ zugänge manuallink zu bereits existierendem menüpunkt zugänge ...
0
130,503
18,159,509,785
IssuesEvent
2021-09-27 08:00:43
olympus-fergus/dvpwa
https://api.github.com/repos/olympus-fergus/dvpwa
opened
CVE-2020-28493 (Medium) detected in Jinja2-2.10-py2.py3-none-any.whl
security vulnerability
## CVE-2020-28493 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Jinja2-2.10-py2.py3-none-any.whl</b></p></summary> <p>A very fast and expressive template engine.</p> <p>Library hom...
True
CVE-2020-28493 (Medium) detected in Jinja2-2.10-py2.py3-none-any.whl - ## CVE-2020-28493 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Jinja2-2.10-py2.py3-none-any.whl</b></p></summ...
non_priority
cve medium detected in none any whl cve medium severity vulnerability vulnerable library none any whl a very fast and expressive template engine library home page a href path to dependency file dvpwa requirements txt path to vulnerable library requirements ...
0
249,593
21,178,988,721
IssuesEvent
2022-04-08 05:29:31
stores-cedcommerce/Internal--Shaka-Store-Built-Redesign---12-April22
https://api.github.com/repos/stores-cedcommerce/Internal--Shaka-Store-Built-Redesign---12-April22
closed
Count on the wishlist icon the header is not increasing.
Ready to test fixed Header section Desktop
**Actual result:** When we click on the header wishlist icon then the count is not coming for the added product on the header. ![image](https://user-images.githubusercontent.com/102131636/162167391-f66d3c7a-b12c-424e-8858-03ba155af9c7.png) **Expected result:** The count have to be visible on the wishlist icon on...
1.0
Count on the wishlist icon the header is not increasing. - **Actual result:** When we click on the header wishlist icon then the count is not coming for the added product on the header. ![image](https://user-images.githubusercontent.com/102131636/162167391-f66d3c7a-b12c-424e-8858-03ba155af9c7.png) **Expected resu...
non_priority
count on the wishlist icon the header is not increasing actual result when we click on the header wishlist icon then the count is not coming for the added product on the header expected result the count have to be visible on the wishlist icon on the header
0
16,425
9,403,839,034
IssuesEvent
2019-04-09 03:14:08
apache/incubator-echarts
https://api.github.com/repos/apache/incubator-echarts
closed
移动端echarts渲染崩溃
enhancement inactive mobile performance waiting-for-author wontfix
### Version 4.2.0-rc.2 ### Steps to reproduce 移动端X轴数据(type为category)长度超过71,echarts就渲染崩溃,减少X轴数据后,series折线图数据绘制36个后就不再连线,停止渲染了 ### What is expected? 可以不崩溃将数据渲染完整 ### What is actually happening? X轴数据长度超过71echarts崩溃; 减少X数据后,echarts不崩溃但是折线图数据连线到36个时停止连线渲染 <!-- This issue is generated by echarts-issue-helper...
True
移动端echarts渲染崩溃 - ### Version 4.2.0-rc.2 ### Steps to reproduce 移动端X轴数据(type为category)长度超过71,echarts就渲染崩溃,减少X轴数据后,series折线图数据绘制36个后就不再连线,停止渲染了 ### What is expected? 可以不崩溃将数据渲染完整 ### What is actually happening? X轴数据长度超过71echarts崩溃; 减少X数据后,echarts不崩溃但是折线图数据连线到36个时停止连线渲染 <!-- This issue is generated by ech...
non_priority
移动端echarts渲染崩溃 version rc steps to reproduce 移动端x轴数据 type为category ,echarts就渲染崩溃,减少x轴数据后, ,停止渲染了 what is expected 可以不崩溃将数据渲染完整 what is actually happening ; 减少x数据后,
0
219,217
24,464,567,796
IssuesEvent
2022-10-07 14:00:52
vital-ws/JS-WebGoat
https://api.github.com/repos/vital-ws/JS-WebGoat
opened
hsqldb-2.5.2.jar: 1 vulnerabilities (highest severity is: 8.0)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hsqldb-2.5.2.jar</b></p></summary> <p>HSQLDB - Lightweight 100% Java SQL Database Engine</p> <p>Library home page: <a href="http://hsqldb.org">http://hsqldb.org</a></...
True
hsqldb-2.5.2.jar: 1 vulnerabilities (highest severity is: 8.0) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hsqldb-2.5.2.jar</b></p></summary> <p>HSQLDB - Lightweight 100% Java SQL Database Engine</p> <p>Libra...
non_priority
hsqldb jar vulnerabilities highest severity is vulnerable library hsqldb jar hsqldb lightweight java sql database engine library home page a href path to dependency file pom xml path to vulnerable library repository org hsqldb hsqldb hsqldb jar ...
0
192,471
14,617,899,233
IssuesEvent
2020-12-22 15:26:36
github-vet/rangeloop-pointer-findings
https://api.github.com/repos/github-vet/rangeloop-pointer-findings
closed
mendersoftware/deviceauth: store/mongo/migration_1_2_0_test.go; 11 LoC
fresh small test
Found a possible issue in [mendersoftware/deviceauth](https://www.github.com/mendersoftware/deviceauth) at [store/mongo/migration_1_2_0_test.go](https://github.com/mendersoftware/deviceauth/blob/b9c51c4dfd450826e69975c99385acdee0e81397/store/mongo/migration_1_2_0_test.go#L116-L126) Below is the message reported by th...
1.0
mendersoftware/deviceauth: store/mongo/migration_1_2_0_test.go; 11 LoC - Found a possible issue in [mendersoftware/deviceauth](https://www.github.com/mendersoftware/deviceauth) at [store/mongo/migration_1_2_0_test.go](https://github.com/mendersoftware/deviceauth/blob/b9c51c4dfd450826e69975c99385acdee0e81397/store/mong...
non_priority
mendersoftware deviceauth store mongo migration test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below me...
0
405,346
27,514,363,259
IssuesEvent
2023-03-06 10:58:20
department-for-transport-BODS/bods-data-extractor
https://api.github.com/repos/department-for-transport-BODS/bods-data-extractor
closed
Proof-read documentation text
documentation feature request
**Is your feature request related to a problem? Please describe.** Users don't want to see errors within the documentation. **Describe the solution you'd like** Proof-read the documentation text and check for the following: - Fix missing closing brackets (see first screenshot), typos, grammatical errors etc...
1.0
Proof-read documentation text - **Is your feature request related to a problem? Please describe.** Users don't want to see errors within the documentation. **Describe the solution you'd like** Proof-read the documentation text and check for the following: - Fix missing closing brackets (see first screenshot...
non_priority
proof read documentation text is your feature request related to a problem please describe users don t want to see errors within the documentation describe the solution you d like proof read the documentation text and check for the following fix missing closing brackets see first screenshot...
0
395,856
27,090,661,032
IssuesEvent
2023-02-14 20:45:37
neurogenomics/EpiCompare
https://api.github.com/repos/neurogenomics/EpiCompare
closed
Pull Bioc `RELEASE_3_16`
documentation
@serachoi1230 now that Bioc 3.16 has been released, can you pull the new upstream `RELEASE_3_16` branch and then push it to GitHub as a new branch?
1.0
Pull Bioc `RELEASE_3_16` - @serachoi1230 now that Bioc 3.16 has been released, can you pull the new upstream `RELEASE_3_16` branch and then push it to GitHub as a new branch?
non_priority
pull bioc release now that bioc has been released can you pull the new upstream release branch and then push it to github as a new branch
0
314,299
23,514,597,173
IssuesEvent
2022-08-18 19:57:50
Unvanquished/Unvanquished
https://api.github.com/repos/Unvanquished/Unvanquished
opened
lack of documentation
T-Feature-Request A-Documentation
Currently, the game lack a proper off-line documentation for various things. There's the wiki, but finding information in wiki is far from trivial. I think we need a versioned `doc/` folder containing information for various kinds of users: * players (something like [this](https://dl.unvanquished.net/docs/20060317-...
1.0
lack of documentation - Currently, the game lack a proper off-line documentation for various things. There's the wiki, but finding information in wiki is far from trivial. I think we need a versioned `doc/` folder containing information for various kinds of users: * players (something like [this](https://dl.unvanqu...
non_priority
lack of documentation currently the game lack a proper off line documentation for various things there s the wiki but finding information in wiki is far from trivial i think we need a versioned doc folder containing information for various kinds of users players something like would be nice ser...
0
238,304
19,709,982,692
IssuesEvent
2022-01-13 03:35:31
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Switching to test explorer when users clicks 'run tests'
*duplicate under-discussion testing
<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> Some Java customers give feedback that they ar...
1.0
Switching to test explorer when users clicks 'run tests' - <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd ...
non_priority
switching to test explorer when users clicks run tests some java customers give feedback that they are not aware of the existence of test explorer i m not sure if making vs code automatically switching to test explorer when users clicks run tests could solve this issue do you think this is...
0
19,857
3,785,892,840
IssuesEvent
2016-03-20 20:06:36
ledgersmb/LedgerSMB
https://api.github.com/repos/ledgersmb/LedgerSMB
closed
BDD testing scenarios written for contacts
testing
Scenarios need to be written. my thinking is to write them out but commented out, and then go from there to implement them by 1.5.0, but the scenarios need to be written first.
1.0
BDD testing scenarios written for contacts - Scenarios need to be written. my thinking is to write them out but commented out, and then go from there to implement them by 1.5.0, but the scenarios need to be written first.
non_priority
bdd testing scenarios written for contacts scenarios need to be written my thinking is to write them out but commented out and then go from there to implement them by but the scenarios need to be written first
0
315,380
27,069,331,517
IssuesEvent
2023-02-14 04:53:29
wpfoodmanager/wp-food-manager
https://api.github.com/repos/wpfoodmanager/wp-food-manager
closed
Placeholder image should be related to Food Manager
In Testing Issue Resolved
![image](https://user-images.githubusercontent.com/121149500/215992418-6e9e5aed-00d1-4853-b0c5-178477af144b.png) If image is not available for the food items then the place holder image should be related to Food manager, Right now it is related to WPEM
1.0
Placeholder image should be related to Food Manager - ![image](https://user-images.githubusercontent.com/121149500/215992418-6e9e5aed-00d1-4853-b0c5-178477af144b.png) If image is not available for the food items then the place holder image should be related to Food manager, Right now it is related to WPEM
non_priority
placeholder image should be related to food manager if image is not available for the food items then the place holder image should be related to food manager right now it is related to wpem
0
212,980
16,491,884,197
IssuesEvent
2021-05-25 05:36:41
NUWCDIVNPT/stig-manager
https://api.github.com/repos/NUWCDIVNPT/stig-manager
opened
Implement metadata support at the Review level.
API OAS User Story enhancement tests
A flexible metadata structure at the Review level will be useful in providing integration with other tools and potential clients.
1.0
Implement metadata support at the Review level. - A flexible metadata structure at the Review level will be useful in providing integration with other tools and potential clients.
non_priority
implement metadata support at the review level a flexible metadata structure at the review level will be useful in providing integration with other tools and potential clients
0
31,651
7,431,184,580
IssuesEvent
2018-03-25 12:15:16
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] Modals broken when trying to associate menu items
J4 Issue No Code Attached Yet
Create a multilang site with menu items tagged to different languages. Associations should be enabled in the languagefilter. Edit a menu item in one language (can be done with the Home). Go to Associations tag Whether one chooses Select/Create (depending on situation), the modal does not respect the task. Selec...
1.0
[4.0] Modals broken when trying to associate menu items - Create a multilang site with menu items tagged to different languages. Associations should be enabled in the languagefilter. Edit a menu item in one language (can be done with the Home). Go to Associations tag Whether one chooses Select/Create (depending ...
non_priority
modals broken when trying to associate menu items create a multilang site with menu items tagged to different languages associations should be enabled in the languagefilter edit a menu item in one language can be done with the home go to associations tag whether one chooses select create depending on s...
0
68,766
21,883,564,325
IssuesEvent
2022-05-19 16:18:18
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
closed
On firefox, m.call.members seem to be sent in duplicate
T-Defect
e.g. $ADOOo8wVbGQf5K2wx70mWsasflJstFeBBQJHxFBF428 and $IyYkcdViHI5_AAP530RstTiBcNMwZC0-fxYq_GywuuA are identical state events in #jan-12th:robertlong.dev
1.0
On firefox, m.call.members seem to be sent in duplicate - e.g. $ADOOo8wVbGQf5K2wx70mWsasflJstFeBBQJHxFBF428 and $IyYkcdViHI5_AAP530RstTiBcNMwZC0-fxYq_GywuuA are identical state events in #jan-12th:robertlong.dev
non_priority
on firefox m call members seem to be sent in duplicate e g and fxyq gywuua are identical state events in jan robertlong dev
0
241,913
18,500,011,938
IssuesEvent
2021-10-19 12:54:47
Robotics-Club-BMU/Processing_maniac
https://api.github.com/repos/Robotics-Club-BMU/Processing_maniac
closed
Create README.md file
documentation good first issue RWOC
Hi , Please create a readme file for the repo. include the description and directory structure and how to setup the project in the file. Thanks
1.0
Create README.md file - Hi , Please create a readme file for the repo. include the description and directory structure and how to setup the project in the file. Thanks
non_priority
create readme md file hi please create a readme file for the repo include the description and directory structure and how to setup the project in the file thanks
0
4,927
6,910,579,016
IssuesEvent
2017-11-28 03:08:28
Microsoft/vscode-cpptools
https://api.github.com/repos/Microsoft/vscode-cpptools
closed
C/C++ extensions fail to install
bug fixed (release pending) Language Service
_From @csteres-cpi on May 5, 2017 1:14_ <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: Version 1.12.1 Commit f6868fce3eeb16663840eb82123369dec6077a9b Date 2017-05-04T21:21:43.120Z Shell 1.6.6 Renderer 56.0.2924.87 Node 7.4.0 - OS Versi...
1.0
C/C++ extensions fail to install - _From @csteres-cpi on May 5, 2017 1:14_ <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: Version 1.12.1 Commit f6868fce3eeb16663840eb82123369dec6077a9b Date 2017-05-04T21:21:43.120Z Shell 1.6.6 Renderer 56....
non_priority
c c extensions fail to install from csteres cpi on may vscode version version commit date shell renderer node os version ubuntu note this is running in a virtualbox guest vm under windows uname a linux generic ubuntu ...
0
19,743
26,098,525,334
IssuesEvent
2022-12-27 02:00:06
lizhihao6/get-daily-arxiv-noti
https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti
opened
New submissions for Tue, 27 Dec 22
event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB
## Keyword: events There is no result ## Keyword: event camera There is no result ## Keyword: events camera There is no result ## Keyword: white balance There is no result ## Keyword: color contrast There is no result ## Keyword: AWB ### HandsOff: Labeled Dataset Generation With No Additional Human Annotations -...
2.0
New submissions for Tue, 27 Dec 22 - ## Keyword: events There is no result ## Keyword: event camera There is no result ## Keyword: events camera There is no result ## Keyword: white balance There is no result ## Keyword: color contrast There is no result ## Keyword: AWB ### HandsOff: Labeled Dataset Generation Wit...
non_priority
new submissions for tue dec keyword events there is no result keyword event camera there is no result keyword events camera there is no result keyword white balance there is no result keyword color contrast there is no result keyword awb handsoff labeled dataset generation with ...
0
424,590
29,144,904,778
IssuesEvent
2023-05-18 01:22:24
Eu4ng/TIL
https://api.github.com/repos/Eu4ng/TIL
opened
[Unity] 물체 움직이기
documentation
# position 이용 ## Transform.position / Rigidbody.transform.position position 값을 직접 변경하거나 Translate 함수를 이용하면 순간 이동이 되기 때문에 Update에서 호출할 시 이동할 위치에 콜라이더가 있다면 떨림 현상이 발생한다. 이는 물체가 순간 이동 후 물리 연산으로 인해 뒤로 밀려나기 때문이다. 이를 해결하기 위해서는 사용자 입력은 Update에서 받지만 Translate는 FixedUpdate에서 실행해주면 된다. 사용자 입력을 Update에서 받는 이유는 FixedUpdate...
1.0
[Unity] 물체 움직이기 - # position 이용 ## Transform.position / Rigidbody.transform.position position 값을 직접 변경하거나 Translate 함수를 이용하면 순간 이동이 되기 때문에 Update에서 호출할 시 이동할 위치에 콜라이더가 있다면 떨림 현상이 발생한다. 이는 물체가 순간 이동 후 물리 연산으로 인해 뒤로 밀려나기 때문이다. 이를 해결하기 위해서는 사용자 입력은 Update에서 받지만 Translate는 FixedUpdate에서 실행해주면 된다. 사용자 입력을 Update에서 ...
non_priority
물체 움직이기 position 이용 transform position rigidbody transform position position 값을 직접 변경하거나 translate 함수를 이용하면 순간 이동이 되기 때문에 update에서 호출할 시 이동할 위치에 콜라이더가 있다면 떨림 현상이 발생한다 이는 물체가 순간 이동 후 물리 연산으로 인해 뒤로 밀려나기 때문이다 이를 해결하기 위해서는 사용자 입력은 update에서 받지만 translate는 fixedupdate에서 실행해주면 된다 사용자 입력을 update에서 받는 이유는...
0
329,960
24,240,682,205
IssuesEvent
2022-09-27 06:19:23
prajdabre/yanmtt
https://api.github.com/repos/prajdabre/yanmtt
opened
Binary executables for all python scripts
documentation enhancement
Currently, if you want to run a command it has to be "python [script] [arguments]". Someone told me that it would be [cooler](https://user-images.githubusercontent.com/8413449/192447747-ce3de819-173c-4cc7-b793-a7749421cf35.jpeg) if people could do the same via a binary, like fairseq does (think fairseq-train or fairs...
1.0
Binary executables for all python scripts - Currently, if you want to run a command it has to be "python [script] [arguments]". Someone told me that it would be [cooler](https://user-images.githubusercontent.com/8413449/192447747-ce3de819-173c-4cc7-b793-a7749421cf35.jpeg) if people could do the same via a binary, lik...
non_priority
binary executables for all python scripts currently if you want to run a command it has to be python someone told me that it would be if people could do the same via a binary like fairseq does think fairseq train or fairseq preprocess so if any of you brave souls wants to contribute to this then fe...
0
13,818
10,476,606,369
IssuesEvent
2019-09-23 18:58:56
martincostello/alexa-london-travel-site
https://api.github.com/repos/martincostello/alexa-london-travel-site
opened
Investigate EF Core Cosmos DB provider
enhancement infrastructure
It _may_ be simple to use EntityFramework's Cosmos DB support in 3.0 to implement things, rather than hand-rolled code for everything. [Documentation](https://docs.microsoft.com/en-gb/ef/core/providers/cosmos/index
1.0
Investigate EF Core Cosmos DB provider - It _may_ be simple to use EntityFramework's Cosmos DB support in 3.0 to implement things, rather than hand-rolled code for everything. [Documentation](https://docs.microsoft.com/en-gb/ef/core/providers/cosmos/index
non_priority
investigate ef core cosmos db provider it may be simple to use entityframework s cosmos db support in to implement things rather than hand rolled code for everything
0
73,210
15,252,867,680
IssuesEvent
2021-02-20 05:00:47
gate5/struts-2.3.20
https://api.github.com/repos/gate5/struts-2.3.20
closed
CVE-2014-1904 (Medium) detected in spring-webmvc-3.0.5.RELEASE.jar - autoclosed
security vulnerability
## CVE-2014-1904 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-webmvc-3.0.5.RELEASE.jar</b></p></summary> <p>Spring Framework Parent</p> <p>Path to dependency file: struts-2...
True
CVE-2014-1904 (Medium) detected in spring-webmvc-3.0.5.RELEASE.jar - autoclosed - ## CVE-2014-1904 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-webmvc-3.0.5.RELEASE.jar</b><...
non_priority
cve medium detected in spring webmvc release jar autoclosed cve medium severity vulnerability vulnerable library spring webmvc release jar spring framework parent path to dependency file struts plugins portlet pom xml path to vulnerable library home wss scanner ...
0
130,847
10,667,467,641
IssuesEvent
2019-10-19 12:40:43
rbuchmann/samak
https://api.github.com/repos/rbuchmann/samak
closed
Integration Tests: Verification pipes
tests
Missing: - load defined results into verify - chain verify together via chan - wait for results on chan or timeout
1.0
Integration Tests: Verification pipes - Missing: - load defined results into verify - chain verify together via chan - wait for results on chan or timeout
non_priority
integration tests verification pipes missing load defined results into verify chain verify together via chan wait for results on chan or timeout
0
104,254
22,615,078,578
IssuesEvent
2022-06-29 21:03:29
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
opened
Code Insights: Add compute-powered insight model as a possible model for the backend insight card
webapp team/code-insights compute-insight
## Background After the implementation compute-powered creation UI we should be able to see this insight on the dashboard page. To do this we should extend `BackendInsight.tsx` card component with a new computer-powered insight FE model. Definition of done for this issue: - You can view compute-powered (bar ch...
1.0
Code Insights: Add compute-powered insight model as a possible model for the backend insight card - ## Background After the implementation compute-powered creation UI we should be able to see this insight on the dashboard page. To do this we should extend `BackendInsight.tsx` card component with a new computer-powe...
non_priority
code insights add compute powered insight model as a possible model for the backend insight card background after the implementation compute powered creation ui we should be able to see this insight on the dashboard page to do this we should extend backendinsight tsx card component with a new computer powe...
0
231,953
17,761,871,302
IssuesEvent
2021-08-29 21:08:02
PI-InfoWeb-CNAT/agendamento_oficina
https://api.github.com/repos/PI-InfoWeb-CNAT/agendamento_oficina
closed
Atualização das informações básicas do projeto (readme.md)
documentation
Modificar o conteúdo do arquivo readme.md para contemplar os dados básicos do projeto de oficina
1.0
Atualização das informações básicas do projeto (readme.md) - Modificar o conteúdo do arquivo readme.md para contemplar os dados básicos do projeto de oficina
non_priority
atualização das informações básicas do projeto readme md modificar o conteúdo do arquivo readme md para contemplar os dados básicos do projeto de oficina
0
305,044
26,359,135,843
IssuesEvent
2023-01-11 12:04:13
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix tensor.test_torch_instance_arctanh_
PyTorch Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3832720947/jobs/6523363410" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/3870793116/jobs/6598024225" rel="noopener ...
1.0
Fix tensor.test_torch_instance_arctanh_ - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3832720947/jobs/6523363410" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/...
non_priority
fix tensor test torch instance arctanh tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test torch test tensor py test torch instance arctanh e runtimeerror atanh cpu not implemented for ...
0
6,125
5,288,675,530
IssuesEvent
2017-02-08 15:41:15
clearcontainers/runtime
https://api.github.com/repos/clearcontainers/runtime
opened
Instrument QEMU for reducing the number of VM exits
domain:performance
In order to improve boot time, we want to instrument QEMU and understand where we can reduce the number of VM exits by e.g. tuning VT-x to skip some of them. cc @jtkukunas
True
Instrument QEMU for reducing the number of VM exits - In order to improve boot time, we want to instrument QEMU and understand where we can reduce the number of VM exits by e.g. tuning VT-x to skip some of them. cc @jtkukunas
non_priority
instrument qemu for reducing the number of vm exits in order to improve boot time we want to instrument qemu and understand where we can reduce the number of vm exits by e g tuning vt x to skip some of them cc jtkukunas
0
2,786
4,004,001,384
IssuesEvent
2016-05-12 04:19:52
jamil2342/iskool
https://api.github.com/repos/jamil2342/iskool
closed
activation link problem
Security issue
The activation link come through mail is very simple http://iskoolbd.com/user_login/update_activation_status/75. Hacker can very easily hack by creating a for loop like 73, 74,75, 76 this way
True
activation link problem - The activation link come through mail is very simple http://iskoolbd.com/user_login/update_activation_status/75. Hacker can very easily hack by creating a for loop like 73, 74,75, 76 this way
non_priority
activation link problem the activation link come through mail is very simple hacker can very easily hack by creating a for loop like this way
0
305,400
26,387,442,230
IssuesEvent
2023-01-12 13:22:32
team-peekabook/Peekabook-server
https://api.github.com/repos/team-peekabook/Peekabook-server
closed
[Test] bookshelf - 친구 책장 조회 API 테스트 코드
예슬🐼 test
📌 Api detail --- bookshelf - 친구 책장 조회 API 테스트 코드 ✔️ To do ---
1.0
[Test] bookshelf - 친구 책장 조회 API 테스트 코드 - 📌 Api detail --- bookshelf - 친구 책장 조회 API 테스트 코드 ✔️ To do ---
non_priority
bookshelf 친구 책장 조회 api 테스트 코드 📌 api detail bookshelf 친구 책장 조회 api 테스트 코드 ✔️ to do
0
87,205
15,757,781,760
IssuesEvent
2021-03-31 05:50:43
iceColdChris/ZodiacWebsite
https://api.github.com/repos/iceColdChris/ZodiacWebsite
opened
CVE-2021-27290 (High) detected in ssri-6.0.1.tgz
security vulnerability
## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ssri-6.0.1.tgz</b></p></summary> <p>Standard Subresource Integrity library -- parses, serializes, generates, and veri...
True
CVE-2021-27290 (High) detected in ssri-6.0.1.tgz - ## CVE-2021-27290 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ssri-6.0.1.tgz</b></p></summary> <p>Standard Subresource Integrity ...
non_priority
cve high detected in ssri tgz cve high severity vulnerability vulnerable library ssri tgz standard subresource integrity library parses serializes generates and verifies integrity metadata according to the sri spec library home page a href path to dependency file...
0
20,866
27,645,774,705
IssuesEvent
2023-03-10 22:50:24
cse442-at-ub/project_s23-iweatherify
https://api.github.com/repos/cse442-at-ub/project_s23-iweatherify
closed
Create tables for database
Processing Task Sprint 2
**Task Tests** *Test 1* 1) Go to https://www-student.cse.buffalo.edu/tools/db/phpmyadmin 2) For the username, type in vwong27 3) For the password, type in 50342607 3) Ensure that the server name host is oceanus 4) Click "Go" 5) On the left hand panel click on "cse442_2023_spring_team_a_db" 6) Verify that there exists ...
1.0
Create tables for database - **Task Tests** *Test 1* 1) Go to https://www-student.cse.buffalo.edu/tools/db/phpmyadmin 2) For the username, type in vwong27 3) For the password, type in 50342607 3) Ensure that the server name host is oceanus 4) Click "Go" 5) On the left hand panel click on "cse442_2023_spring_team_a_db"...
non_priority
create tables for database task tests test go to for the username type in for the password type in ensure that the server name host is oceanus click go on the left hand panel click on spring team a db verify that there exists at least one table in the database
0
24,216
4,068,888,703
IssuesEvent
2016-05-27 00:04:56
lavalamp/issue-testing
https://api.github.com/repos/lavalamp/issue-testing
closed
Broken test run: kubernetes-e2e-gke - 7785
kind/flake team/test-infra
https://console.cloud.google.com/storage/kubernetes-jenkins/logs/kubernetes-e2e-gke/7785/ Multiple broken tests: [k8s.io] Proxy version v1 should proxy through a service and a pod [Conformance] {Kubernetes e2e suite} /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/proxy.go:255 0: path /...
1.0
Broken test run: kubernetes-e2e-gke - 7785 - https://console.cloud.google.com/storage/kubernetes-jenkins/logs/kubernetes-e2e-gke/7785/ Multiple broken tests: [k8s.io] Proxy version v1 should proxy through a service and a pod [Conformance] {Kubernetes e2e suite} /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s....
non_priority
broken test run kubernetes gke multiple broken tests proxy version should proxy through a service and a pod kubernetes suite go src io kubernetes output dockerized go src io kubernetes test proxy go path api namespaces tests proxy pods proxy service xcelv proxy gave error ...
0
21,524
4,715,118,660
IssuesEvent
2016-10-15 09:47:13
wallabag/wallabag
https://api.github.com/repos/wallabag/wallabag
closed
Tagging rule "language" variable not exist
Documentation
When you add a tagging rule with the language variable like `language = en` you get the message > The variable « en » does not exist. you can fix the problem by adding Quotas to the language like `language = "en"` ### Environment * Version: 2.0.4 * Install: Via `git clone` * Last wallabag version that di...
1.0
Tagging rule "language" variable not exist - When you add a tagging rule with the language variable like `language = en` you get the message > The variable « en » does not exist. you can fix the problem by adding Quotas to the language like `language = "en"` ### Environment * Version: 2.0.4 * Install: Via...
non_priority
tagging rule language variable not exist when you add a tagging rule with the language variable like language en you get the message the variable « en » does not exist you can fix the problem by adding quotas to the language like language en environment version install via...
0
248,244
18,858,052,670
IssuesEvent
2021-11-12 09:19:54
rondayvoo/pe
https://api.github.com/repos/rondayvoo/pe
opened
User Guide mentions the only requirement is Java 11, when the 'zoom open' command needs a browser
severity.Medium type.DocumentationBug
![image.png](https://raw.githubusercontent.com/rondayvoo/pe/main/files/8f1a9048-aee2-47d1-980c-99e632eac67d.png) ![image.png](https://raw.githubusercontent.com/rondayvoo/pe/main/files/37527a4a-16ed-4d33-b685-8223e3cbcb2d.png) <!--session: 1636704151503-b7c296cc-02c2-4518-946a-6c7a55b0f8fa--> <!--Version: Web v3.4.1...
1.0
User Guide mentions the only requirement is Java 11, when the 'zoom open' command needs a browser - ![image.png](https://raw.githubusercontent.com/rondayvoo/pe/main/files/8f1a9048-aee2-47d1-980c-99e632eac67d.png) ![image.png](https://raw.githubusercontent.com/rondayvoo/pe/main/files/37527a4a-16ed-4d33-b685-8223e3cbcb2...
non_priority
user guide mentions the only requirement is java when the zoom open command needs a browser
0
18,997
24,993,561,547
IssuesEvent
2022-11-02 21:08:12
FreeCAD/FreeCAD
https://api.github.com/repos/FreeCAD/FreeCAD
closed
[Bug] FreeCAD Contribution policy and process is confusing.
Awaiting feedback Process
### Forums discussion https://forum.freecadweb.org/viewtopic.php?f=10&t=72769 ### Version This issue is organizational and affects all versions and the general development process ### Issue description The development process used by the FreeCAD project is not well defined. It's unclear to contributors ...
1.0
[Bug] FreeCAD Contribution policy and process is confusing. - ### Forums discussion https://forum.freecadweb.org/viewtopic.php?f=10&t=72769 ### Version This issue is organizational and affects all versions and the general development process ### Issue description The development process used by the FreeC...
non_priority
freecad contribution policy and process is confusing forums discussion version this issue is organizational and affects all versions and the general development process issue description the development process used by the freecad project is not well defined it s unclear to contribut...
0
230,185
17,605,073,876
IssuesEvent
2021-08-17 16:02:27
IHE/ITI.PDQm
https://api.github.com/repos/IHE/ITI.PDQm
opened
1:38.2.1 - fix typo creates --> create
documentation
**Section Number** https://profiles.ihe.net/ITI/PDQm/actor_options.html#13821-pediatric-demographics-option-- **Issue** typo **Proposed Change** In the table in 38.2.1, "Helps creates true positive matches"... change creates to create **Priority**: - Low: Typo or other minor classification that an editor ca...
1.0
1:38.2.1 - fix typo creates --> create - **Section Number** https://profiles.ihe.net/ITI/PDQm/actor_options.html#13821-pediatric-demographics-option-- **Issue** typo **Proposed Change** In the table in 38.2.1, "Helps creates true positive matches"... change creates to create **Priority**: - Low: Typo or oth...
non_priority
fix typo creates create section number issue typo proposed change in the table in helps creates true positive matches change creates to create priority low typo or other minor classification that an editor can manage requires no group discussion
0
48,395
12,197,303,822
IssuesEvent
2020-04-29 20:32:12
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
opened
Remove curl from the Elasticsearch Docker image
:Core/Infra/Build v8.0.0
Right now, the Elasticsearch Docker image happens to ship with the `curl` command line tool. This is a by-product of how the image is built, as opposed to being intentional, and the team would like to be free to remove this command from the image. Indeed, the work in PR #52519 has had to go to some lengths to ensure th...
1.0
Remove curl from the Elasticsearch Docker image - Right now, the Elasticsearch Docker image happens to ship with the `curl` command line tool. This is a by-product of how the image is built, as opposed to being intentional, and the team would like to be free to remove this command from the image. Indeed, the work in PR...
non_priority
remove curl from the elasticsearch docker image right now the elasticsearch docker image happens to ship with the curl command line tool this is a by product of how the image is built as opposed to being intentional and the team would like to be free to remove this command from the image indeed the work in pr...
0
48,497
5,961,056,391
IssuesEvent
2017-05-29 15:53:09
DEIB-GECO/GMQL
https://api.github.com/repos/DEIB-GECO/GMQL
closed
groupby / joinby attribute names without prefixes
test
For the groupby and joinby option of all operators make possible to express only the suffix part of a (metadata or region) attribute name. It was working (I tested it), but now it is not, at least for MERGE. Please revise and fix it.
1.0
groupby / joinby attribute names without prefixes - For the groupby and joinby option of all operators make possible to express only the suffix part of a (metadata or region) attribute name. It was working (I tested it), but now it is not, at least for MERGE. Please revise and fix it.
non_priority
groupby joinby attribute names without prefixes for the groupby and joinby option of all operators make possible to express only the suffix part of a metadata or region attribute name it was working i tested it but now it is not at least for merge please revise and fix it
0
156,149
12,298,788,705
IssuesEvent
2020-05-11 11:09:51
torusresearch/torus-website
https://api.github.com/repos/torusresearch/torus-website
closed
Increase size and margin of copy-address icon
UI test
**Describe the bug** Copy address icon is too small **To Reproduce** Steps to reproduce the behavior: 1. Go to widget **Expected behavior** increase size from 8px to 12px increase margin left and bottom to 4px **Screenshots** Amended to a size that is decent on inspect mode for your easy reference <img ...
1.0
Increase size and margin of copy-address icon - **Describe the bug** Copy address icon is too small **To Reproduce** Steps to reproduce the behavior: 1. Go to widget **Expected behavior** increase size from 8px to 12px increase margin left and bottom to 4px **Screenshots** Amended to a size that is dece...
non_priority
increase size and margin of copy address icon describe the bug copy address icon is too small to reproduce steps to reproduce the behavior go to widget expected behavior increase size from to increase margin left and bottom to screenshots amended to a size that is decent on i...
0
37,053
15,161,753,958
IssuesEvent
2021-02-12 09:33:25
LiskHQ/lisk-docs
https://api.github.com/repos/LiskHQ/lisk-docs
opened
Include latest README updates
component: service type: update
Include latest updates in the README files in the documentation for Lisk Service 0.2.0
1.0
Include latest README updates - Include latest updates in the README files in the documentation for Lisk Service 0.2.0
non_priority
include latest readme updates include latest updates in the readme files in the documentation for lisk service
0
13,452
3,728,573,484
IssuesEvent
2016-03-07 00:32:08
SanaMobile/sana.protocol_builder
https://api.github.com/repos/SanaMobile/sana.protocol_builder
opened
The architecture documentation is lacking
documentation
Ideally we have a nice diagram and high-level overview
1.0
The architecture documentation is lacking - Ideally we have a nice diagram and high-level overview
non_priority
the architecture documentation is lacking ideally we have a nice diagram and high level overview
0
95,933
19,827,928,649
IssuesEvent
2022-01-20 08:58:13
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Bug]: Apps with gsheet as datasource are broken.
Bug Actions Pod Needs Triaging Google Sheets BE Coders Pod
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Build appsmith locally using build slim container https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md https://github.com/appsmithorg/appsmith/blob/release/contributions/Client...
1.0
[Bug]: Apps with gsheet as datasource are broken. - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Build appsmith locally using build slim container https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md https://github.com/a...
non_priority
apps with gsheet as datasource are broken is there an existing issue for this i have searched the existing issues current behavior build appsmith locally using build slim container gsheet reauthorization fails apps with gsheet cannot be imported steps to reproduce unabl...
0
23,426
3,851,684,837
IssuesEvent
2016-04-06 03:55:32
deeheber/code-blog
https://api.github.com/repos/deeheber/code-blog
closed
Refactor About Page
design Stretch
As a developer, I'd like my about page to be more succinct and include my picture. It should be two columns on desktop and a single column on mobile.
1.0
Refactor About Page - As a developer, I'd like my about page to be more succinct and include my picture. It should be two columns on desktop and a single column on mobile.
non_priority
refactor about page as a developer i d like my about page to be more succinct and include my picture it should be two columns on desktop and a single column on mobile
0
223,630
17,613,314,230
IssuesEvent
2021-08-18 06:22:41
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: sqlsmith/setup=rand-tables/setting=no-ddl failed
C-test-failure O-robot O-roachtest release-blocker branch-release-21.1
roachtest.sqlsmith/setup=rand-tables/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3317416&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3317416&tab=artifacts#/sqlsmith/setup=rand-tables/setting=no-ddl) on release-21.1 @ [a69afba088b83f3375f72def0e8...
2.0
roachtest: sqlsmith/setup=rand-tables/setting=no-ddl failed - roachtest.sqlsmith/setup=rand-tables/setting=no-ddl [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=3317416&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=3317416&tab=artifacts#/sqlsmith/setup=rand-tables/...
non_priority
roachtest sqlsmith setup rand tables setting no ddl failed roachtest sqlsmith setup rand tables setting no ddl with on release the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sqlsmith setup rand ...
0
3,421
13,753,194,066
IssuesEvent
2020-10-06 15:21:18
cortezaproject/corteza-docs
https://api.github.com/repos/cortezaproject/corteza-docs
closed
Record validation system
Automation compose coredev enhancement
Go into details on how the system is designed and how it works. * validation from record edit page, * validation from automation scripts, validation from record line items (upcoming feature).
1.0
Record validation system - Go into details on how the system is designed and how it works. * validation from record edit page, * validation from automation scripts, validation from record line items (upcoming feature).
non_priority
record validation system go into details on how the system is designed and how it works validation from record edit page validation from automation scripts validation from record line items upcoming feature
0