Unnamed: 0
int64
3
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
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
13,407
15,816,665,442
IssuesEvent
2021-04-05 13:28:38
arcticicestudio/styleguide-markdown
https://api.github.com/repos/arcticicestudio/styleguide-markdown
closed
Update to remark `13.0.0` (micromark)
context-pkg scope-compatibility scope-pkg-plugin-support scope-quality target-pkg-remark-preset-lint type-feature
[remark 13.0.0][1] is a giant change for remark that replaced the 5+ year old internals with a new low-level parser called [micromark][2]. It comes with 100% CommonMark (and GFM as an extension) compliance and is a good base for the future of remark and Markdown. ## Migration This projects uses remark through the...
True
Update to remark `13.0.0` (micromark) - [remark 13.0.0][1] is a giant change for remark that replaced the 5+ year old internals with a new low-level parser called [micromark][2]. It comes with 100% CommonMark (and GFM as an extension) compliance and is a good base for the future of remark and Markdown. ## Migration ...
comp
update to remark micromark is a giant change for remark that replaced the year old internals with a new low level parser called it comes with commonmark and gfm as an extension compliance and is a good base for the future of remark and markdown migration this projects uses remark th...
1
13,465
15,884,539,116
IssuesEvent
2021-04-09 19:03:35
jhalterman/typetools
https://api.github.com/repos/jhalterman/typetools
closed
Tests fail with OpenJDK 12
jdk-compatibility
When trying to build the project with OpenJDK 12, tests fail with: ``` $ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/openjdk-12.jdk/Contents/Home $ java -version openjdk version "12" 2019-03-19 OpenJDK Runtime Environment (build 12+33) OpenJDK 64-Bit Server VM (build 12+33, mixed mode, sharing) $ m...
True
Tests fail with OpenJDK 12 - When trying to build the project with OpenJDK 12, tests fail with: ``` $ echo $JAVA_HOME /Library/Java/JavaVirtualMachines/openjdk-12.jdk/Contents/Home $ java -version openjdk version "12" 2019-03-19 OpenJDK Runtime Environment (build 12+33) OpenJDK 64-Bit Server VM (build 12+33...
comp
tests fail with openjdk when trying to build the project with openjdk tests fail with echo java home library java javavirtualmachines openjdk jdk contents home java version openjdk version openjdk runtime environment build openjdk bit server vm build mixed mode ...
1
184,633
32,022,838,933
IssuesEvent
2023-09-22 06:35:25
Altinn/altinn-studio
https://api.github.com/repos/Altinn/altinn-studio
closed
Add freestyle expression building in dynamics tool as an always available alternative
solution/studio/designer area/form-layout team/studio
## Description When writing expressions that Studio dynamics tool GUI cannot interpret, Studios dynamic tool has a fallback to freestyle dynamics writing in textArea, but there is a (predicted) wish to always be able to edit the dynamic in freestyle textArea. See design draft: ![image](https://github.com/Altinn/al...
1.0
Add freestyle expression building in dynamics tool as an always available alternative - ## Description When writing expressions that Studio dynamics tool GUI cannot interpret, Studios dynamic tool has a fallback to freestyle dynamics writing in textArea, but there is a (predicted) wish to always be able to edit the dy...
non_comp
add freestyle expression building in dynamics tool as an always available alternative description when writing expressions that studio dynamics tool gui cannot interpret studios dynamic tool has a fallback to freestyle dynamics writing in textarea but there is a predicted wish to always be able to edit the dy...
0
191
2,653,088,518
IssuesEvent
2015-03-16 21:03:09
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Unable to build assembly using multiple netmodules built from Roslyn
4 - In Review Area-Compilers Bug Compatibility Determinism
Roslyn generated a `PrivateImplementationDetails` class when certain constructs appear in the source - for example a switch statement on a string. Because this type has a fixed name, it is not possible to build an assembly from multiple netmodules, as the name conflicts. This is a regression from previous versions o...
True
Unable to build assembly using multiple netmodules built from Roslyn - Roslyn generated a `PrivateImplementationDetails` class when certain constructs appear in the source - for example a switch statement on a string. Because this type has a fixed name, it is not possible to build an assembly from multiple netmodules, ...
comp
unable to build assembly using multiple netmodules built from roslyn roslyn generated a privateimplementationdetails class when certain constructs appear in the source for example a switch statement on a string because this type has a fixed name it is not possible to build an assembly from multiple netmodules ...
1
16,192
21,712,748,046
IssuesEvent
2022-05-10 15:06:37
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Extract Record::changed, Record::original, Record::reset API to new type
T: Enhancement C: Functionality P: Medium R: Wontfix T: Incompatible change E: All Editions
There are numerous `org.jooq.Record` subtypes, which are not `TableRecord` types, i.e. their `Record::changed` flags and dirty checking is not really useful. This includes: - `EmbeddableRecord` - `UDTRecord` - `RecordImpl` (when projecting arbitrary expressions) - `Record[N]` A better type hierarchy could move...
True
Extract Record::changed, Record::original, Record::reset API to new type - There are numerous `org.jooq.Record` subtypes, which are not `TableRecord` types, i.e. their `Record::changed` flags and dirty checking is not really useful. This includes: - `EmbeddableRecord` - `UDTRecord` - `RecordImpl` (when projecting ...
comp
extract record changed record original record reset api to new type there are numerous org jooq record subtypes which are not tablerecord types i e their record changed flags and dirty checking is not really useful this includes embeddablerecord udtrecord recordimpl when projecting ...
1
7,393
6,935,805,210
IssuesEvent
2017-12-03 13:43:59
FinTechToken/FTTokenWebsite
https://api.github.com/repos/FinTechToken/FTTokenWebsite
opened
Run linters as Git PR check
Infrastructure
Linters should succeed prior to merge. Dependent on the following Issues being complete - https://github.com/FinTechToken/FTTokenWebsite/issues/3 - https://github.com/FinTechToken/FTTokenWebsite/issues/4 - https://github.com/FinTechToken/FTTokenWebsite/issues/5 - https://github.com/FinTechToken/FTTokenWebsite/is...
1.0
Run linters as Git PR check - Linters should succeed prior to merge. Dependent on the following Issues being complete - https://github.com/FinTechToken/FTTokenWebsite/issues/3 - https://github.com/FinTechToken/FTTokenWebsite/issues/4 - https://github.com/FinTechToken/FTTokenWebsite/issues/5 - https://github.com/...
non_comp
run linters as git pr check linters should succeed prior to merge dependent on the following issues being complete
0
26,013
19,564,627,192
IssuesEvent
2022-01-03 21:36:32
microsoft/AdaptiveCards
https://api.github.com/repos/microsoft/AdaptiveCards
closed
[Infrastructure] Flaky test iOS CI
Bug Triage-Approved for Fix Infrastructure
In [this PR check](https://microsoft.visualstudio.com/AdaptiveCards/_build/results?buildId=36674890&view=logs&j=275f1d19-1bd8-5591-b06b-07d489ea915a&t=2671968b-90fa-5b72-8f77-dfefca30fe1e&s=d654deb9-056d-50a2-1717-90c08683d50a), attempt 1 failed the test, but attempt 2 succeeded on the same commit. Should investigate c...
1.0
[Infrastructure] Flaky test iOS CI - In [this PR check](https://microsoft.visualstudio.com/AdaptiveCards/_build/results?buildId=36674890&view=logs&j=275f1d19-1bd8-5591-b06b-07d489ea915a&t=2671968b-90fa-5b72-8f77-dfefca30fe1e&s=d654deb9-056d-50a2-1717-90c08683d50a), attempt 1 failed the test, but attempt 2 succeeded on ...
non_comp
flaky test ios ci in attempt failed the test but attempt succeeded on the same commit should investigate cause of flaky test
0
131,186
12,477,241,522
IssuesEvent
2020-05-29 14:44:37
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Document that genrule has implicit dependencies to environment variables such as PATH which will cause it to rerun when those variables change.
P3 team-Rules-Server type: documentation
Please see https://groups.google.com/forum/#!msg/bazel-discuss/amRCj3ZQqUI/r4ddp_CYAQAJ for details.
1.0
Document that genrule has implicit dependencies to environment variables such as PATH which will cause it to rerun when those variables change. - Please see https://groups.google.com/forum/#!msg/bazel-discuss/amRCj3ZQqUI/r4ddp_CYAQAJ for details.
non_comp
document that genrule has implicit dependencies to environment variables such as path which will cause it to rerun when those variables change please see for details
0
3,501
6,485,996,595
IssuesEvent
2017-08-19 15:40:45
PrinceOfAmber/Cyclic
https://api.github.com/repos/PrinceOfAmber/Cyclic
closed
[1.12.1] JEIPlugin
1.12 mod compatibility
Minecraft version & Mod Version: 1.12.1 Single player or Server: Client Describe problem (what you were doing / what happened): I saw it in my log Crash log (if any): Just log https://pastebin.com/4N2dWvvA (If this is a suggestion and not a bug report, delete all this and just write your suggesti...
True
[1.12.1] JEIPlugin - Minecraft version & Mod Version: 1.12.1 Single player or Server: Client Describe problem (what you were doing / what happened): I saw it in my log Crash log (if any): Just log https://pastebin.com/4N2dWvvA (If this is a suggestion and not a bug report, delete all this and jus...
comp
jeiplugin minecraft version mod version single player or server client describe problem what you were doing what happened i saw it in my log crash log if any just log if this is a suggestion and not a bug report delete all this and just write your suggestion
1
76,119
3,481,588,471
IssuesEvent
2015-12-29 17:07:45
podverse/podverse
https://api.github.com/repos/podverse/podverse
opened
Bug - inspect all instances of fetchEntities
priority
I just noticed another crash when going from the Find > Search page to the PodcastTableVC. I didn't see the error log, but it seems like anytime fetchEntities is used while the feedparser is running in the background could cause a mutating array crash. We should probably inspect each instance of fetchEntities.
1.0
Bug - inspect all instances of fetchEntities - I just noticed another crash when going from the Find > Search page to the PodcastTableVC. I didn't see the error log, but it seems like anytime fetchEntities is used while the feedparser is running in the background could cause a mutating array crash. We should probably i...
non_comp
bug inspect all instances of fetchentities i just noticed another crash when going from the find search page to the podcasttablevc i didn t see the error log but it seems like anytime fetchentities is used while the feedparser is running in the background could cause a mutating array crash we should probably i...
0
815,045
30,534,080,075
IssuesEvent
2023-07-19 16:02:20
awslabs/aws-dataall
https://api.github.com/repos/awslabs/aws-dataall
closed
ECS containers should be limited to read-only access to root filesystems
type: enhancement status: in-review priority: high
### Describe the bug The ECS containers deployed by data.all in the Deployment account have both read- and write access to the mounted root filesystem. This generates security alerts in AWS Security Hub and AWS Trusted Advisor. This involves all 7 Task Definitions deployed by data.all in the Deployment account: - ...
1.0
ECS containers should be limited to read-only access to root filesystems - ### Describe the bug The ECS containers deployed by data.all in the Deployment account have both read- and write access to the mounted root filesystem. This generates security alerts in AWS Security Hub and AWS Trusted Advisor. This involves...
non_comp
ecs containers should be limited to read only access to root filesystems describe the bug the ecs containers deployed by data all in the deployment account have both read and write access to the mounted root filesystem this generates security alerts in aws security hub and aws trusted advisor this involves...
0
122,580
4,837,474,619
IssuesEvent
2016-11-08 22:43:12
avalonmediasystem/avalon
https://api.github.com/repos/avalonmediasystem/avalon
opened
thumbnails not appearing on listing page
bug high priority
Thumbnails are not showing on listing page on spruce. To recreate: * got to a collection <https://spruce.dlib.indiana.edu/?f%5Bcollection_ssim%5D%5B%5D=Test_Collection&q=&search_field=all_fields> * see no thumbnails. ![screen shot 2016-11-08 at 4 41 27 pm](https://cloud.githubusercontent.com/assets/4803230/20120...
1.0
thumbnails not appearing on listing page - Thumbnails are not showing on listing page on spruce. To recreate: * got to a collection <https://spruce.dlib.indiana.edu/?f%5Bcollection_ssim%5D%5B%5D=Test_Collection&q=&search_field=all_fields> * see no thumbnails. ![screen shot 2016-11-08 at 4 41 27 pm](https://cloud...
non_comp
thumbnails not appearing on listing page thumbnails are not showing on listing page on spruce to recreate got to a collection see no thumbnails
0
4,347
7,056,797,650
IssuesEvent
2018-01-04 14:14:43
jesus2099/konami-command
https://api.github.com/repos/jesus2099/konami-command
closed
Greasemonkey v4: no longer accepts greasyfork libraries
browser compatibility mb_SUPER-MIND-CONTROL-II-X-TURBO won’t fix
Strangely, I had to switch to GitHub library to make things work.
True
Greasemonkey v4: no longer accepts greasyfork libraries - Strangely, I had to switch to GitHub library to make things work.
comp
greasemonkey no longer accepts greasyfork libraries strangely i had to switch to github library to make things work
1
23,107
10,851,904,338
IssuesEvent
2019-11-13 11:42:55
gsylvie/t
https://api.github.com/repos/gsylvie/t
opened
CVE-2019-17195 (High) detected in nimbus-jose-jwt-4.39.2.jar
security vulnerability
## CVE-2019-17195 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nimbus-jose-jwt-4.39.2.jar</b></p></summary> <p>Java library for Javascript Object Signing and Encryption (JOSE) and ...
True
CVE-2019-17195 (High) detected in nimbus-jose-jwt-4.39.2.jar - ## CVE-2019-17195 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>nimbus-jose-jwt-4.39.2.jar</b></p></summary> <p>Java li...
non_comp
cve high detected in nimbus jose jwt jar cve high severity vulnerability vulnerable library nimbus jose jwt jar java library for javascript object signing and encryption jose and json web tokens jwt library home page a href dependency hierarchy x n...
0
272,955
23,716,355,790
IssuesEvent
2022-08-30 12:07:47
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Manual test run on Linux for 1.43.x - Release
tests OS/Linux QA/Yes release-notes/exclude OS/Desktop
### Installer - [x] Check the installer is close to the size of the last release - [x] Check signature: - [ ] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If macOS, using universal binary run `spctl --assess --verbose` for the inst...
1.0
Manual test run on Linux for 1.43.x - Release - ### Installer - [x] Check the installer is close to the size of the last release - [x] Check signature: - [ ] If macOS, using x64 binary run `spctl --assess --verbose` for the installed version and make sure it returns `accepted` - [ ] If macOS, using universal bi...
non_comp
manual test run on linux for x release installer check the installer is close to the size of the last release check signature if macos using binary run spctl assess verbose for the installed version and make sure it returns accepted if macos using universal binary run s...
0
62,318
8,596,649,502
IssuesEvent
2018-11-15 16:29:03
cyber-republic/elastos-ReactNative-framework
https://api.github.com/repos/cyber-republic/elastos-ReactNative-framework
closed
Update README.md with how the directory structure is laid out
documentation good first issue
At the moment, it's very hard to know which directory contains what info for what purpose, eg. CR, bin, android. We need to update README.md with the most up to date directory structure, what they contain and where they're used.
1.0
Update README.md with how the directory structure is laid out - At the moment, it's very hard to know which directory contains what info for what purpose, eg. CR, bin, android. We need to update README.md with the most up to date directory structure, what they contain and where they're used.
non_comp
update readme md with how the directory structure is laid out at the moment it s very hard to know which directory contains what info for what purpose eg cr bin android we need to update readme md with the most up to date directory structure what they contain and where they re used
0
15,139
19,027,118,531
IssuesEvent
2021-11-24 05:57:37
v923z/micropython-ulab
https://api.github.com/repos/v923z/micropython-ulab
closed
[BUG] Shape of empty array doesn't match Numpy CPython
bug numpy compatibility
Shape of empty array returns empty turple `()` (length 0) instead of `(0,)` (length 1). Build from commit c6bcc058b2e2af86fd3291cd956e2bcb2aeb46d2 . **To Reproduce** micropython ulab ```python from ulab import numpy as np a = np.zeros(0) s = a.shape print (s, len(s)) ``` prints ``` () 0 ``` **E...
True
[BUG] Shape of empty array doesn't match Numpy CPython - Shape of empty array returns empty turple `()` (length 0) instead of `(0,)` (length 1). Build from commit c6bcc058b2e2af86fd3291cd956e2bcb2aeb46d2 . **To Reproduce** micropython ulab ```python from ulab import numpy as np a = np.zeros(0) s = a.sha...
comp
shape of empty array doesn t match numpy cpython shape of empty array returns empty turple length instead of length build from commit to reproduce micropython ulab python from ulab import numpy as np a np zeros s a shape print s len s prints ...
1
182,488
6,670,665,701
IssuesEvent
2017-10-04 01:16:41
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.vogue.com - see bug description
browser-firefox priority-normal status-needstriage type-stylo
<!-- @browser: Firefox 57.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0 --> <!-- @reported_with: desktop-reporter --> **URL**: http://www.vogue.com/article/internet-privacy-fcc-laws-eliminated-protect-yourself **Browser / Version**: Firefox 57.0 **Operating System**:...
1.0
www.vogue.com - see bug description - <!-- @browser: Firefox 57.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0 --> <!-- @reported_with: desktop-reporter --> **URL**: http://www.vogue.com/article/internet-privacy-fcc-laws-eliminated-protect-yourself **Browser / Version...
non_comp
see bug description url browser version firefox operating system windows tested another browser unknown problem type something else description proxy auto enabled steps to reproduce layout css servo enabled true from with ❤️
0
5,528
7,993,890,539
IssuesEvent
2018-07-20 09:20:35
MylesIsCool/ViaVersion
https://api.github.com/repos/MylesIsCool/ViaVersion
closed
1.13 cannot connect to servers with ProtocolSupport with ViaVersion on BungeeCord
Bungee Version Fault with another plugin Incompatibility
### What is the output link of /viaversion dump? https://dump.viaversion.com/e0c96d57753100b8e592d5a1fb3f72ed130993e003beaeb2103c4fd173949a3b ### Are you using any additional software like BungeeCord? If so, what software and version? (Please list your plugins as well) BungeeCord (WaterfallMC) with ViaVersion. P...
True
1.13 cannot connect to servers with ProtocolSupport with ViaVersion on BungeeCord - ### What is the output link of /viaversion dump? https://dump.viaversion.com/e0c96d57753100b8e592d5a1fb3f72ed130993e003beaeb2103c4fd173949a3b ### Are you using any additional software like BungeeCord? If so, what software and versi...
comp
cannot connect to servers with protocolsupport with viaversion on bungeecord what is the output link of viaversion dump are you using any additional software like bungeecord if so what software and version please list your plugins as well bungeecord waterfallmc with viaversion protocols...
1
17,348
23,930,711,224
IssuesEvent
2022-09-10 13:55:29
jstedfast/MimeKit
https://api.github.com/repos/jstedfast/MimeKit
closed
Malformed message id (I don't think it is a bug in MimeKit)
question compatibility
I used the latest version. We received an e-mail with what I think is a malformed message-id, because of that mimekit is returning `null` for the e-mail id. ``` From: XXXX | XXXXXXX <xxxx@xxx.nl> Reply-To: Schade | XXXXXXXXXXXXXX<xxxx@xxx.nl> Message-ID: <#D26928#O108924#S 20094.9b3890045df8d8ac0132ba357fd8651...
True
Malformed message id (I don't think it is a bug in MimeKit) - I used the latest version. We received an e-mail with what I think is a malformed message-id, because of that mimekit is returning `null` for the e-mail id. ``` From: XXXX | XXXXXXX <xxxx@xxx.nl> Reply-To: Schade | XXXXXXXXXXXXXX<xxxx@xxx.nl> Messag...
comp
malformed message id i don t think it is a bug in mimekit i used the latest version we received an e mail with what i think is a malformed message id because of that mimekit is returning null for the e mail id from xxxx xxxxxxx reply to schade xxxxxxxxxxxxxx message id x elements ...
1
4,014
6,845,500,028
IssuesEvent
2017-11-13 08:31:51
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
JDBCUtils.dialect(Connection) should recognise database version
C: Functionality P: Medium T: Enhancement T: Incompatible change
Currently, `JDBCUtils.dialect(Connection)` simply returns the family, not the dialect, which includes the database version. In the `Connection` overload, it should be possible to derive the version from the JDBC driver information. ---- This could be considered a somewhat breaking change, as clients might have reli...
True
JDBCUtils.dialect(Connection) should recognise database version - Currently, `JDBCUtils.dialect(Connection)` simply returns the family, not the dialect, which includes the database version. In the `Connection` overload, it should be possible to derive the version from the JDBC driver information. ---- This could be...
comp
jdbcutils dialect connection should recognise database version currently jdbcutils dialect connection simply returns the family not the dialect which includes the database version in the connection overload it should be possible to derive the version from the jdbc driver information this could be...
1
12,114
14,278,920,046
IssuesEvent
2020-11-23 00:52:30
hime-ime/hime
https://api.github.com/repos/hime-ime/hime
closed
在Gnome-Shell的Tray顯示HIME的ICON
compatibility gtk
其實我自己已經解決了,但是希望可以把方法提供給其他用Gnome-Shell的User。如不合規定請刪除 安裝TopIcon 這個Gnome-Shell Extention就OK了。 問題是TopIcon只Support 3.10以上的Gnome-Shell 只好請自行升級Gnome-Shell到3.10以上的版本...
True
在Gnome-Shell的Tray顯示HIME的ICON - 其實我自己已經解決了,但是希望可以把方法提供給其他用Gnome-Shell的User。如不合規定請刪除 安裝TopIcon 這個Gnome-Shell Extention就OK了。 問題是TopIcon只Support 3.10以上的Gnome-Shell 只好請自行升級Gnome-Shell到3.10以上的版本...
comp
在gnome shell的tray顯示hime的icon 其實我自己已經解決了,但是希望可以把方法提供給其他用gnome shell的user。如不合規定請刪除 安裝topicon 這個gnome shell extention就ok了。 問題是topicon只support shell 只好請自行升級gnome
1
14,786
18,170,343,419
IssuesEvent
2021-09-27 19:12:48
golang-migrate/migrate
https://api.github.com/repos/golang-migrate/migrate
closed
Undocumented breaking change in migrate/migrate Docker image
backwards incompatible
**Describe the Bug** Starting with v4.15.0, the `migrate` binary is no longer present at `/usr/local/bin/migrate`, but has moved to `/usr/bin/migrate`. **Steps to Reproduce** Steps to reproduce the behavior: 1. List the original location in the v4.14.1 image: ```console $ docker run -it --rm --entrypo...
True
Undocumented breaking change in migrate/migrate Docker image - **Describe the Bug** Starting with v4.15.0, the `migrate` binary is no longer present at `/usr/local/bin/migrate`, but has moved to `/usr/bin/migrate`. **Steps to Reproduce** Steps to reproduce the behavior: 1. List the original location in the v4.1...
comp
undocumented breaking change in migrate migrate docker image describe the bug starting with the migrate binary is no longer present at usr local bin migrate but has moved to usr bin migrate steps to reproduce steps to reproduce the behavior list the original location in the ...
1
143,074
19,142,765,974
IssuesEvent
2021-12-02 02:02:46
semarmendemx/vulnado
https://api.github.com/repos/semarmendemx/vulnado
opened
CVE-2021-33037 (Medium) detected in tomcat-embed-core-9.0.14.jar
security vulnerability
## CVE-2021-33037 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.14.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Path to dependency file: vulnado...
True
CVE-2021-33037 (Medium) detected in tomcat-embed-core-9.0.14.jar - ## CVE-2021-33037 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.14.jar</b></p></summary> <p...
non_comp
cve medium detected in tomcat embed core jar cve medium severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation path to dependency file vulnado pom xml path to vulnerable library home wss scanner repository org apache tomcat embed tom...
0
7,240
24,502,022,881
IssuesEvent
2022-10-10 13:31:29
dessant/buster
https://api.github.com/repos/dessant/buster
closed
Auto submit captcha
wontfix-automation
Hello sir update new features auto submit Captcha it hard manually submit again and again It will be useful Thanks
1.0
Auto submit captcha - Hello sir update new features auto submit Captcha it hard manually submit again and again It will be useful Thanks
non_comp
auto submit captcha hello sir update new features auto submit captcha it hard manually submit again and again it will be useful thanks
0
18,211
25,196,040,627
IssuesEvent
2022-11-12 14:25:57
Annosz/UIInfoSuite2
https://api.github.com/repos/Annosz/UIInfoSuite2
closed
[REQUEST] Custom community centre bundle support?
mod compatibility
Hi, thank you for keeping this mod up to date. I've started a save with the Community Kitchen mod by bblueberry on Nexus and I wondered if it would be possible to use the Custom Community Centre mod to hook in some compatibility with this? If not all good!
True
[REQUEST] Custom community centre bundle support? - Hi, thank you for keeping this mod up to date. I've started a save with the Community Kitchen mod by bblueberry on Nexus and I wondered if it would be possible to use the Custom Community Centre mod to hook in some compatibility with this? If not all good!
comp
custom community centre bundle support hi thank you for keeping this mod up to date i ve started a save with the community kitchen mod by bblueberry on nexus and i wondered if it would be possible to use the custom community centre mod to hook in some compatibility with this if not all good
1
100,371
4,086,791,598
IssuesEvent
2016-06-01 07:29:08
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Improvements and fixes in Engg GUI
Component: Diffraction Component: GUI Priority: High
A list of improvements and fixes that came up in the last Engg GUI demo and are worth fixing during beta testing: - [x] Remove the spurious new/empty lines in the output .prm files. - [x] Change the text label of the "force recalculate" tick box to "Force recalculate all existing Vanadium files" - [x] Show importa...
1.0
Improvements and fixes in Engg GUI - A list of improvements and fixes that came up in the last Engg GUI demo and are worth fixing during beta testing: - [x] Remove the spurious new/empty lines in the output .prm files. - [x] Change the text label of the "force recalculate" tick box to "Force recalculate all existin...
non_comp
improvements and fixes in engg gui a list of improvements and fixes that came up in the last engg gui demo and are worth fixing during beta testing remove the spurious new empty lines in the output prm files change the text label of the force recalculate tick box to force recalculate all existing va...
0
267,580
20,235,759,275
IssuesEvent
2022-02-14 01:40:04
ARMcK-hub/containers
https://api.github.com/repos/ARMcK-hub/containers
opened
Add Pyspark Base Image
documentation enhancement
# Create Pyspark Base Image on top of `python-base` Do: - [ ] Add image docs - [ ] Add docker-push input Include: - pyspark
1.0
Add Pyspark Base Image - # Create Pyspark Base Image on top of `python-base` Do: - [ ] Add image docs - [ ] Add docker-push input Include: - pyspark
non_comp
add pyspark base image create pyspark base image on top of python base do add image docs add docker push input include pyspark
0
279,902
8,675,418,578
IssuesEvent
2018-11-30 10:49:20
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
Investigate JS bundle splitting
component: performance priority: p3 size: L state: pull request ready triaged
There's some possible avenues to speed up the JS by splitting our code into smaller bundles. There's two distinct places to look at bundle splitting. * Split out the vendor code into a separate bundle. We only get a gain from this if we don't change the vendor libs often - given the pace things move at we should...
1.0
Investigate JS bundle splitting - There's some possible avenues to speed up the JS by splitting our code into smaller bundles. There's two distinct places to look at bundle splitting. * Split out the vendor code into a separate bundle. We only get a gain from this if we don't change the vendor libs often - given...
non_comp
investigate js bundle splitting there s some possible avenues to speed up the js by splitting our code into smaller bundles there s two distinct places to look at bundle splitting split out the vendor code into a separate bundle we only get a gain from this if we don t change the vendor libs often given...
0
256,650
8,128,203,185
IssuesEvent
2018-08-17 10:50:15
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
install visit source in /usr/gapps when installing visit
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
when I need to debug a problem on scf, I often need a debug version of VisIt. I can see a bunch of recent VisIt releases in Eric's home dir but I can't read any of 'em due to permissions. So, I have to tar up and fis into SCF and build, often an hour or more delay. Can we, minimally, install visit release sour...
1.0
install visit source in /usr/gapps when installing visit - when I need to debug a problem on scf, I often need a debug version of VisIt. I can see a bunch of recent VisIt releases in Eric's home dir but I can't read any of 'em due to permissions. So, I have to tar up and fis into SCF and build, often an hour or m...
non_comp
install visit source in usr gapps when installing visit when i need to debug a problem on scf i often need a debug version of visit i can see a bunch of recent visit releases in eric s home dir but i can t read any of em due to permissions so i have to tar up and fis into scf and build often an hour or m...
0
6,273
8,651,468,000
IssuesEvent
2018-11-27 03:17:48
darlinghq/darling
https://api.github.com/repos/darlinghq/darling
opened
Get createinstallmedia to work
Application Compatibility
`createinstallmedia` is a utility program bundled with macOS install applications from the App Store which creates bootable macOS installers. This would be a good project for us because it is a command-line only tool, which is perfect for what we have working now. It relies on the frameworks DiskArbitration and t...
True
Get createinstallmedia to work - `createinstallmedia` is a utility program bundled with macOS install applications from the App Store which creates bootable macOS installers. This would be a good project for us because it is a command-line only tool, which is perfect for what we have working now. It relies on the...
comp
get createinstallmedia to work createinstallmedia is a utility program bundled with macos install applications from the app store which creates bootable macos installers this would be a good project for us because it is a command line only tool which is perfect for what we have working now it relies on the...
1
469,175
13,502,882,261
IssuesEvent
2020-09-13 10:48:01
stylelint/stylelint
https://api.github.com/repos/stylelint/stylelint
closed
Allow to use full file path without converting it to glob
priority: high status: ready to implement type: bug
<!-- Please answer the following. Issues that do not will be closed. --> > What is the problem you're trying to solve? I have been trying to add stylelint to a project. However, when our build bot runs our tests, it runs them in a directory path that happens to contain parentheses. This causes problems with globb...
1.0
Allow to use full file path without converting it to glob - <!-- Please answer the following. Issues that do not will be closed. --> > What is the problem you're trying to solve? I have been trying to add stylelint to a project. However, when our build bot runs our tests, it runs them in a directory path that hap...
non_comp
allow to use full file path without converting it to glob what is the problem you re trying to solve i have been trying to add stylelint to a project however when our build bot runs our tests it runs them in a directory path that happens to contain parentheses this causes problems with globby and lead...
0
81,815
7,804,564,157
IssuesEvent
2018-06-11 07:56:06
gomods/athens
https://api.github.com/repos/gomods/athens
closed
Tests for inmem storage
athens storage testing
While working on #132 i found that inmem storage was not able to resolve saved package (no error on save). No problem was found with mongo implementation, first request was a miss second one was served. Implement tests for in memory storage and verify if Save->Get works.
1.0
Tests for inmem storage - While working on #132 i found that inmem storage was not able to resolve saved package (no error on save). No problem was found with mongo implementation, first request was a miss second one was served. Implement tests for in memory storage and verify if Save->Get works.
non_comp
tests for inmem storage while working on i found that inmem storage was not able to resolve saved package no error on save no problem was found with mongo implementation first request was a miss second one was served implement tests for in memory storage and verify if save get works
0
14,223
17,103,721,143
IssuesEvent
2021-07-09 14:41:54
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Move algorithms to tag_fallback_dispatch
category: algorithms project: GSoC type: compatibility issue type: enhancement
Our experience with disentangling the segemented algorithms by the help of utilizing tag_dispatch style overloads has shown that it is helpful to move all existing `tag_dispatch` implementations of the parallel algorithms to use `tag_fallback_dispatch` instead. This allows to use SFINAE on the overloads provided by ext...
True
Move algorithms to tag_fallback_dispatch - Our experience with disentangling the segemented algorithms by the help of utilizing tag_dispatch style overloads has shown that it is helpful to move all existing `tag_dispatch` implementations of the parallel algorithms to use `tag_fallback_dispatch` instead. This allows to ...
comp
move algorithms to tag fallback dispatch our experience with disentangling the segemented algorithms by the help of utilizing tag dispatch style overloads has shown that it is helpful to move all existing tag dispatch implementations of the parallel algorithms to use tag fallback dispatch instead this allows to ...
1
16,304
9,780,096,357
IssuesEvent
2019-06-07 15:58:53
feathersjs/feathers
https://api.github.com/repos/feathersjs/feathers
closed
Authentication next
Authentication Breaking Change Security
I wrote about this a little already in the [Feathers Crow roadmap update](https://blog.feathersjs.com/in-the-crows-nest-feathersjs-roadmap-update-41a1eafc6f5). This issue is meant to collect all related issues that the next version of Feathers authentication will cover. ## Framework independent With the current (...
True
Authentication next - I wrote about this a little already in the [Feathers Crow roadmap update](https://blog.feathersjs.com/in-the-crows-nest-feathersjs-roadmap-update-41a1eafc6f5). This issue is meant to collect all related issues that the next version of Feathers authentication will cover. ## Framework independent...
non_comp
authentication next i wrote about this a little already in the this issue is meant to collect all related issues that the next version of feathers authentication will cover framework independent with the current buzzard release feathers core became fully framework independent however the authentica...
0
72,641
8,757,788,501
IssuesEvent
2018-12-14 22:40:26
mozilla-lockbox/lockbox-addon
https://api.github.com/repos/mozilla-lockbox/lockbox-addon
opened
Consistant product branding between mobile apps & extension
needs-content needs-design
This is a placeholder issue as we need to go through and define all the changes to be made across the entire product suite. Once we explore what all those changes need to be, and open associated issues in the various repos, then we can close out this issue. This may or may not be related to the rebranding efforts ha...
1.0
Consistant product branding between mobile apps & extension - This is a placeholder issue as we need to go through and define all the changes to be made across the entire product suite. Once we explore what all those changes need to be, and open associated issues in the various repos, then we can close out this issue. ...
non_comp
consistant product branding between mobile apps extension this is a placeholder issue as we need to go through and define all the changes to be made across the entire product suite once we explore what all those changes need to be and open associated issues in the various repos then we can close out this issue ...
0
408,210
27,657,637,916
IssuesEvent
2023-03-12 05:57:40
alist-org/alist
https://api.github.com/repos/alist-org/alist
reopened
在提交新的issue之前你需要知道的 / What you need to know before submit new issue
documentation good first issue
## 通用的 - 看文档是一种好习惯 - 先去搜索是否有重复的issue/discussion,不要再提交相同的issue这只会被标记为`duplicate`并立即关闭 - issue只适用于问题报告和功能请求,提问请到discussion,否则会被标记为`invalid`并立即关闭 - 请正确提供版本信息,否则会被标记为`invalid`并立即关闭 - 不要给我发私人邮件 - issue原子化,在一个issue中请只包含一个问题报告或功能请求,若有多个请拆成多个issue ## 问题报告 - 你需要确定这是程序本身的问题而不是其他(比如网络相关的报错) - 确定这是一个可以被修复的bug 而不是由于某些限...
1.0
在提交新的issue之前你需要知道的 / What you need to know before submit new issue - ## 通用的 - 看文档是一种好习惯 - 先去搜索是否有重复的issue/discussion,不要再提交相同的issue这只会被标记为`duplicate`并立即关闭 - issue只适用于问题报告和功能请求,提问请到discussion,否则会被标记为`invalid`并立即关闭 - 请正确提供版本信息,否则会被标记为`invalid`并立即关闭 - 不要给我发私人邮件 - issue原子化,在一个issue中请只包含一个问题报告或功能请求,若有多个请拆成多个issue ...
non_comp
在提交新的issue之前你需要知道的 what you need to know before submit new issue 通用的 看文档是一种好习惯 先去搜索是否有重复的issue discussion,不要再提交相同的issue这只会被标记为 duplicate 并立即关闭 issue只适用于问题报告和功能请求,提问请到discussion,否则会被标记为 invalid 并立即关闭 请正确提供版本信息,否则会被标记为 invalid 并立即关闭 不要给我发私人邮件 issue原子化,在一个issue中请只包含一个问题报告或功能请求,若有多个请拆成多个issue ...
0
4,223
6,996,773,510
IssuesEvent
2017-12-16 05:10:31
angelleye/offers-for-woocommerce
https://api.github.com/repos/angelleye/offers-for-woocommerce
closed
WooCommerce 3.3 Compatibility Check
Compatibility Check
* https://woocommerce.wordpress.com/2017/12/12/woocommerce-3-3-beta-is-here/ Need to download the beta and make sure our plugin is ready to go for its release.
True
WooCommerce 3.3 Compatibility Check - * https://woocommerce.wordpress.com/2017/12/12/woocommerce-3-3-beta-is-here/ Need to download the beta and make sure our plugin is ready to go for its release.
comp
woocommerce compatibility check need to download the beta and make sure our plugin is ready to go for its release
1
372,539
11,016,664,883
IssuesEvent
2019-12-05 06:12:49
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.icloud.com - site is not usable
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-important
<!-- @browser: Firefox 73.0a1 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 --> <!-- @reported_with: --> **URL**: https://www.icloud.com/ **Browser / Version**: Firefox 73.0a1 **Operating System**: Windows 10 **Tested Another Browser**: Yes **Problem type**: Si...
1.0
www.icloud.com - site is not usable - <!-- @browser: Firefox 73.0a1 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 --> <!-- @reported_with: --> **URL**: https://www.icloud.com/ **Browser / Version**: Firefox 73.0a1 **Operating System**: Windows 10 **Tested Another...
non_comp
site is not usable url browser version firefox operating system windows tested another browser yes problem type site is not usable description i’m unable to enter my apple id in the nightly version of firefox steps to reproduce i just navigated to the site ...
0
672,285
22,820,157,540
IssuesEvent
2022-07-12 00:50:46
feast-dev/feast
https://api.github.com/repos/feast-dev/feast
closed
Kubeflow manifest update with latest FEAST
wontfix kind/bug priority/p2 Community Contribution Needed
## Expected Behavior Kubeflow manifest (https://github.com/kubeflow/manifests/tree/master/contrib/feast) should have the latest updated FEAST components with new architecture. ## Current Behavior The latest Kubeflow release 1.4.1 still contains the old FEAST due to which we are seeing lot of vulnerabilities. ## S...
1.0
Kubeflow manifest update with latest FEAST - ## Expected Behavior Kubeflow manifest (https://github.com/kubeflow/manifests/tree/master/contrib/feast) should have the latest updated FEAST components with new architecture. ## Current Behavior The latest Kubeflow release 1.4.1 still contains the old FEAST due to whic...
non_comp
kubeflow manifest update with latest feast expected behavior kubeflow manifest should have the latest updated feast components with new architecture current behavior the latest kubeflow release still contains the old feast due to which we are seeing lot of vulnerabilities steps to reproduce ...
0
19,985
27,811,244,792
IssuesEvent
2023-03-18 06:00:46
Wastelander121/TFCToolsIssueTracker
https://api.github.com/repos/Wastelander121/TFCToolsIssueTracker
opened
Karateka
Incompatible
Compressed: Unsupported Compression type -1741786507 Uncompressed: Unsupported Compression type 1819045699
True
Karateka - Compressed: Unsupported Compression type -1741786507 Uncompressed: Unsupported Compression type 1819045699
comp
karateka compressed unsupported compression type uncompressed unsupported compression type
1
186,696
15,081,200,310
IssuesEvent
2021-02-05 12:51:29
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
incorrect text on web page
04 - Documentation
On the web page https://numpy.org/doc/stable/user/basics.types.html, chapter 'Overflow Errors' Text 'For example, numpy.power evaluates 100 * 10 ** 8 correctly for 64-bit integers' should be 'For example, numpy.power evaluates 100 ** 8 correctly for 64-bit integers' Regards
1.0
incorrect text on web page - On the web page https://numpy.org/doc/stable/user/basics.types.html, chapter 'Overflow Errors' Text 'For example, numpy.power evaluates 100 * 10 ** 8 correctly for 64-bit integers' should be 'For example, numpy.power evaluates 100 ** 8 correctly for 64-bit integers' Regards
non_comp
incorrect text on web page on the web page chapter overflow errors text for example numpy power evaluates correctly for bit integers should be for example numpy power evaluates correctly for bit integers regards
0
121,036
25,917,037,912
IssuesEvent
2022-12-15 18:15:07
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Joomla Update Error Message - Get Help Link gives a 404 Error
No Code Attached Yet
### Steps to reproduce the issue Update from Joomla 4.2.5 to 4.2.6 halted with an error message. Three options in error message - Resume Update, Restart Update or Get help with this error ### Expected result On clicking the Get help button expected a dialogue box or help page. ### Actual result Returned...
1.0
Joomla Update Error Message - Get Help Link gives a 404 Error - ### Steps to reproduce the issue Update from Joomla 4.2.5 to 4.2.6 halted with an error message. Three options in error message - Resume Update, Restart Update or Get help with this error ### Expected result On clicking the Get help button expect...
non_comp
joomla update error message get help link gives a error steps to reproduce the issue update from joomla to halted with an error message three options in error message resume update restart update or get help with this error expected result on clicking the get help button expected...
0
53,400
13,261,520,768
IssuesEvent
2020-08-20 20:02:54
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
g4-tankresponse - sparse docs (Trac #1309)
Migrated from Trac combo simulation defect
`index.rst` feels incomplete. inline doxygen is sparse <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1309">https://code.icecube.wisc.edu/projects/icecube/ticket/1309</a>, reported by negaand owned by jgonzalez</em></summary> <p> ```json { "status": "closed",...
1.0
g4-tankresponse - sparse docs (Trac #1309) - `index.rst` feels incomplete. inline doxygen is sparse <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1309">https://code.icecube.wisc.edu/projects/icecube/ticket/1309</a>, reported by negaand owned by jgonzalez</em></su...
non_comp
tankresponse sparse docs trac index rst feels incomplete inline doxygen is sparse migrated from json status closed changetime ts description index rst feels incomplete n ninline doxygen is sparse reporter nega cc ...
0
15,887
20,914,730,802
IssuesEvent
2022-03-24 12:27:48
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
[Bug] Deck ordering differs from Anki Desktop
Help Wanted Good First Issue! Anki Ecosystem Compatibility Keep Open
###### Reproduction Steps 1. Add Decks: `AA`, `ab`, `BB` ###### Expected Result 1. `AA` 2. `ab` 3. `BB` ###### Actual Result 1. `AA` 2. `BB` 3. `ab` ###### Debug info ``` AnkiDroid Version = 2.15alpha34 Android Version = 11 Manufacturer = Google Model = Pixel 3a Hardware = sargo ...
True
[Bug] Deck ordering differs from Anki Desktop - ###### Reproduction Steps 1. Add Decks: `AA`, `ab`, `BB` ###### Expected Result 1. `AA` 2. `ab` 3. `BB` ###### Actual Result 1. `AA` 2. `BB` 3. `ab` ###### Debug info ``` AnkiDroid Version = 2.15alpha34 Android Version = 11 Manufacturer = G...
comp
deck ordering differs from anki desktop reproduction steps add decks aa ab bb expected result aa ab bb actual result aa bb ab debug info ankidroid version android version manufacturer google mode...
1
3,402
6,368,254,226
IssuesEvent
2017-08-01 08:47:40
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Builtin function "CAST" compatibilities
compatibility rc3.1
select cast(cast(1-2 as unsigned) as signed integer); MySQL: mysql> select cast(cast(1-2 as unsigned) as signed integer); +-----------------------------------------------+ | cast(cast(1-2 as unsigned) as signed integer) | +-----------------------------------------------+ | ...
True
Builtin function "CAST" compatibilities - select cast(cast(1-2 as unsigned) as signed integer); MySQL: mysql> select cast(cast(1-2 as unsigned) as signed integer); +-----------------------------------------------+ | cast(cast(1-2 as unsigned) as signed integer) | +-----------------------------------------------...
comp
builtin function cast compatibilities select cast cast as unsigned as signed integer mysql mysql select cast cast as unsigned as signed integer cast cast as unsigned as signed integer ...
1
95,345
8,555,945,725
IssuesEvent
2018-11-08 11:34:33
ubtue/DatenProbleme
https://api.github.com/repos/ubtue/DatenProbleme
closed
Sage ISSN 1837-9273 Australian & New Zealand Journal of Criminology Tag 856
Zotero_AUTO ready for testing
856 erscheint 2x Vgl. #83 und #80
1.0
Sage ISSN 1837-9273 Australian & New Zealand Journal of Criminology Tag 856 - 856 erscheint 2x Vgl. #83 und #80
non_comp
sage issn australian new zealand journal of criminology tag erscheint vgl und
0
282,021
24,445,551,903
IssuesEvent
2022-10-06 17:38:23
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
opened
Investigate permanent UI test failure in SmokeTest#customTrackingProtectionSettingsTest and SmokeTest#testStrictVisitSheetDetails
eng:ui-test
**customTrackingProtectionSettingsTest** ```Kotlin androidx.test.espresso.PerformException: Error performing 'single click' on view '(view.getId() is <2131297086/org.mozilla.fenix.debug:id/menuButton>)'. at androidx.test.espresso.PerformException$Builder.build(PerformException.java:1) at androidx.test.espresso.ba...
1.0
Investigate permanent UI test failure in SmokeTest#customTrackingProtectionSettingsTest and SmokeTest#testStrictVisitSheetDetails - **customTrackingProtectionSettingsTest** ```Kotlin androidx.test.espresso.PerformException: Error performing 'single click' on view '(view.getId() is <2131297086/org.mozilla.fenix.debu...
non_comp
investigate permanent ui test failure in smoketest customtrackingprotectionsettingstest and smoketest teststrictvisitsheetdetails customtrackingprotectionsettingstest kotlin androidx test espresso performexception error performing single click on view view getid is at androidx test espresso pe...
0
52,473
6,625,989,516
IssuesEvent
2017-09-22 17:39:03
unicef/etools-issues
https://api.github.com/repos/unicef/etools-issues
closed
No ability to suspend a Contingency PD ALM 237
bug invalid PD/SSFA TOR PMP PMP-Redesign
Browser: Chrome Workspace: Jordan Could not Suspend a PD with Contingency set to ON. Encountered message: "Required fields not completed in suspended: end, start". PD: JOR/PCA2017238/PD2017185 User should be able to suspend a Contingency PD.
1.0
No ability to suspend a Contingency PD ALM 237 - Browser: Chrome Workspace: Jordan Could not Suspend a PD with Contingency set to ON. Encountered message: "Required fields not completed in suspended: end, start". PD: JOR/PCA2017238/PD2017185 User should be able to suspend a Contingency PD.
non_comp
no ability to suspend a contingency pd alm browser chrome workspace jordan could not suspend a pd with contingency set to on encountered message required fields not completed in suspended end start pd jor user should be able to suspend a contingency pd
0
179,465
14,704,649,105
IssuesEvent
2021-01-04 16:49:00
SketchUp/api-issue-tracker
https://api.github.com/repos/SketchUp/api-issue-tracker
closed
Documentation Note to add - Model::abort_operation
Ruby API SketchUp documentation
This is a request to add information to the documentation on the abort_operation method: https://ruby.sketchup.com/Sketchup/Model.html#abort_operation-instance_method I found out on this document: https://assets.sketchup.com/files/ewh/Observers2016.pdf , right at the bottom, that model.abort_operation should never ...
1.0
Documentation Note to add - Model::abort_operation - This is a request to add information to the documentation on the abort_operation method: https://ruby.sketchup.com/Sketchup/Model.html#abort_operation-instance_method I found out on this document: https://assets.sketchup.com/files/ewh/Observers2016.pdf , right at...
non_comp
documentation note to add model abort operation this is a request to add information to the documentation on the abort operation method i found out on this document right at the bottom that model abort operation should never be called to abort a model start operation that is transparent i e with th...
0
275,444
30,244,023,361
IssuesEvent
2023-07-06 15:13:29
answerdigital/terraform-modules
https://api.github.com/repos/answerdigital/terraform-modules
opened
Implement Tagging Policy in Modules
good first issue security best practice
To implement the Tagging Policy The policy is still in progress, full details will be copied in here.
True
Implement Tagging Policy in Modules - To implement the Tagging Policy The policy is still in progress, full details will be copied in here.
non_comp
implement tagging policy in modules to implement the tagging policy the policy is still in progress full details will be copied in here
0
430,340
30,177,163,196
IssuesEvent
2023-07-04 06:06:53
reymondjulio/learn-javascript
https://api.github.com/repos/reymondjulio/learn-javascript
closed
Opposites Attract
documentation good first issue
- Train: https://www.codewars.com/kata/555086d53eac039a2a000083/train/javascript - Details/Solution: https://www.codewars.com/kata/555086d53eac039a2a000083/javascript ```js // Timmy & Sarah think they are in love, // but around where they live, they will only know once they pick a flower each. // If one of the f...
1.0
Opposites Attract - - Train: https://www.codewars.com/kata/555086d53eac039a2a000083/train/javascript - Details/Solution: https://www.codewars.com/kata/555086d53eac039a2a000083/javascript ```js // Timmy & Sarah think they are in love, // but around where they live, they will only know once they pick a flower each....
non_comp
opposites attract train details solution js timmy sarah think they are in love but around where they live they will only know once they pick a flower each if one of the flowers has an even number of petals and the other has an odd number of petals it means they are in love ...
0
757,546
26,517,469,682
IssuesEvent
2023-01-18 22:08:56
fivetran/dbt_google_ads
https://api.github.com/repos/fivetran/dbt_google_ads
closed
[Bug] <Keyword report and campaign report with search product different spends results>
type:bug priority:p2 status:in_review update_type:models
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Hi hi, I believe the below queries should produce the same results: ``` SELECT sum(spend) FROM `google_ads__campaign_report` where advertising_channel_type = 'SEARCH' and date_day between '2022-12-0...
1.0
[Bug] <Keyword report and campaign report with search product different spends results> - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue Hi hi, I believe the below queries should produce the same results: ``` SELECT sum(spend) FROM `google_ads__ca...
non_comp
is there an existing issue for this i have searched the existing issues describe the issue hi hi i believe the below queries should produce the same results select sum spend from google ads campaign report where advertising channel type search and date day between ...
0
160,450
20,102,881,353
IssuesEvent
2022-02-07 07:22:00
pazhanivel07/linux-4.19.72
https://api.github.com/repos/pazhanivel07/linux-4.19.72
opened
CVE-2020-16119 (High) detected in linux-yoctov5.4.51
security vulnerability
## CVE-2020-16119 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedded kernel</p> <p>Library home page: <a href=https://git....
True
CVE-2020-16119 (High) detected in linux-yoctov5.4.51 - ## CVE-2020-16119 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary> <p> <p>Yocto Linux Embedde...
non_comp
cve high detected in linux cve high severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files net dccp miniso...
0
15,333
19,557,260,175
IssuesEvent
2022-01-03 11:23:23
rdicosmo/parmap
https://api.github.com/repos/rdicosmo/parmap
closed
Investigate naked pointers and wrap them before OCaml 5.0
compatibility
The marshalling/unmarshalling code exposes naked pointers, that may be deprecated in OCaml 5.0. We need to look at how to properly wrap them, see https://discuss.ocaml.org/t/ann-a-dynamic-checker-for-detecting-naked-pointers/5805 and https://ocaml.org/manual/intfc.html#ss:c-outside-head Thanks @kit-ty-kate for spot...
True
Investigate naked pointers and wrap them before OCaml 5.0 - The marshalling/unmarshalling code exposes naked pointers, that may be deprecated in OCaml 5.0. We need to look at how to properly wrap them, see https://discuss.ocaml.org/t/ann-a-dynamic-checker-for-detecting-naked-pointers/5805 and https://ocaml.org/manual/...
comp
investigate naked pointers and wrap them before ocaml the marshalling unmarshalling code exposes naked pointers that may be deprecated in ocaml we need to look at how to properly wrap them see and thanks kit ty kate for spotting this
1
307,578
26,542,787,061
IssuesEvent
2023-01-19 20:47:25
golang/go
https://api.github.com/repos/golang/go
closed
cmd/go: TestScript shutdown stall due to blocked `hgHandler`
Testing NeedsInvestigation GoCommand
``` #!watchflakes post <- pkg == "cmd/go" && test == "TestScript" && `httptest\.Server blocked in Close` && `^cmd/go/internal/vcweb\.\(\*hgHandler\)\.Handler` ``` Issue created automatically to collect these failures. Example ([log](https://build.golang.org/log/8ca30e16735fa39bc480a102c6a565cdb9934014)): ...
1.0
cmd/go: TestScript shutdown stall due to blocked `hgHandler` - ``` #!watchflakes post <- pkg == "cmd/go" && test == "TestScript" && `httptest\.Server blocked in Close` && `^cmd/go/internal/vcweb\.\(\*hgHandler\)\.Handler` ``` Issue created automatically to collect these failures. Example ([log](https://build.g...
non_comp
cmd go testscript shutdown stall due to blocked hghandler watchflakes post pkg cmd go test testscript httptest server blocked in close cmd go internal vcweb hghandler handler issue created automatically to collect these failures example vcs test g...
0
40,710
10,568,010,568
IssuesEvent
2019-10-06 09:45:28
nodejs/node
https://api.github.com/repos/nodejs/node
closed
Faster builds?
build
Is there any way that we could achieve faster builds? Currently (at least on my computer) it takes a lot of battery and long time to rebuild and run tests, especially when switching back and forth between branches? Or am I maybe doing something wrong? EDIT: I'm on MacOS. Would it e.g. be possible to - cache V...
1.0
Faster builds? - Is there any way that we could achieve faster builds? Currently (at least on my computer) it takes a lot of battery and long time to rebuild and run tests, especially when switching back and forth between branches? Or am I maybe doing something wrong? EDIT: I'm on MacOS. Would it e.g. be possible...
non_comp
faster builds is there any way that we could achieve faster builds currently at least on my computer it takes a lot of battery and long time to rebuild and run tests especially when switching back and forth between branches or am i maybe doing something wrong edit i m on macos would it e g be possible...
0
118,670
15,352,815,060
IssuesEvent
2021-03-01 07:39:17
CSCfi/metadata-submitter-frontend
https://api.github.com/repos/CSCfi/metadata-submitter-frontend
opened
Tackle Design issues
design
#### Description <!-- A clear and concise description of what you want to happen. --> Something that should be done with or before: https://github.com/CSCfi/metadata-submitter-frontend/issues/105 It is also advisable to fix this properly to have uniform style guide. There are several issues with current desig...
1.0
Tackle Design issues - #### Description <!-- A clear and concise description of what you want to happen. --> Something that should be done with or before: https://github.com/CSCfi/metadata-submitter-frontend/issues/105 It is also advisable to fix this properly to have uniform style guide. There are several is...
non_comp
tackle design issues description something that should be done with or before it is also advisable to fix this properly to have uniform style guide there are several issues with current design that we need to consider to make the application look and feel better create submission vs create...
0
15,860
20,797,922,373
IssuesEvent
2022-03-17 11:06:27
PluginBugs/Issues-ItemsAdder
https://api.github.com/repos/PluginBugs/Issues-ItemsAdder
closed
onPacketSending error was broadcast frequently to all players.
Bug Compatibility with other plugin Inactivity Can't reproduce
### Terms - [X] I'm using the very latest version of ItemsAdder and its dependencies. - [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was already reported. - [X] I already searched on the [plugin wiki](https://itemsadder.devs.beer/) to k...
True
onPacketSending error was broadcast frequently to all players. - ### Terms - [X] I'm using the very latest version of ItemsAdder and its dependencies. - [X] I already searched on this [Github page](https://github.com/PluginBugs/Issues-ItemsAdder/issues) to check if the same issue was already reported. - [X] I already ...
comp
onpacketsending error was broadcast frequently to all players terms i m using the very latest version of itemsadder and its dependencies i already searched on this to check if the same issue was already reported i already searched on the to know if a solution is already known i alread...
1
14,752
18,144,839,451
IssuesEvent
2021-09-25 08:27:24
jorgecarleitao/arrow2
https://api.github.com/repos/jorgecarleitao/arrow2
opened
Buffer pointers are no longer aligned to `ALIGNMENT`
backwards-incompatible
This issue tracks a backward incompatible change whereby buffers are no longer aligned to `ALIGNMENT` (arch-dependent). This change allows people using `Vec` directly with this crate, but removes some of potential for optimizations when e.g. adding two arrays together with `load_aligned`. The reason for this chan...
True
Buffer pointers are no longer aligned to `ALIGNMENT` - This issue tracks a backward incompatible change whereby buffers are no longer aligned to `ALIGNMENT` (arch-dependent). This change allows people using `Vec` directly with this crate, but removes some of potential for optimizations when e.g. adding two arrays to...
comp
buffer pointers are no longer aligned to alignment this issue tracks a backward incompatible change whereby buffers are no longer aligned to alignment arch dependent this change allows people using vec directly with this crate but removes some of potential for optimizations when e g adding two arrays to...
1
12,317
14,568,014,667
IssuesEvent
2020-12-17 11:02:10
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
QueryPart.toString() should declare tables, fields, etc
C: Functionality E: All Editions P: Medium T: Enhancement T: Incompatible change
The current implementation of `QueryPart.toString()` just calls `DSLContext.renderInlined(this)`, irrespective of whether the `QueryPart` declares tables, fields, etc. This means that ```java assertEquals("X", T.as(unquotedName("X")).toString()); ``` When it would be more desireable to get the following, for...
True
QueryPart.toString() should declare tables, fields, etc - The current implementation of `QueryPart.toString()` just calls `DSLContext.renderInlined(this)`, irrespective of whether the `QueryPart` declares tables, fields, etc. This means that ```java assertEquals("X", T.as(unquotedName("X")).toString()); ``` ...
comp
querypart tostring should declare tables fields etc the current implementation of querypart tostring just calls dslcontext renderinlined this irrespective of whether the querypart declares tables fields etc this means that java assertequals x t as unquotedname x tostring ...
1
361,061
10,703,586,662
IssuesEvent
2019-10-24 09:51:12
stats4sd/stats4sd-site
https://api.github.com/repos/stats4sd/stats4sd-site
opened
Troves updated with new tags do not automatically update in search.
Priority: Medium Type:Bug🐛
Example: Added CCRP tag to a trove, but that trove doesn't show up when filtering by CCRP tag, nor does CCRP appear in the list of tags in the search results, but it does when going to the individual listing for that resource. This is fixed when trove data is reimported into algolia, but does not happen without manua...
1.0
Troves updated with new tags do not automatically update in search. - Example: Added CCRP tag to a trove, but that trove doesn't show up when filtering by CCRP tag, nor does CCRP appear in the list of tags in the search results, but it does when going to the individual listing for that resource. This is fixed when tr...
non_comp
troves updated with new tags do not automatically update in search example added ccrp tag to a trove but that trove doesn t show up when filtering by ccrp tag nor does ccrp appear in the list of tags in the search results but it does when going to the individual listing for that resource this is fixed when tr...
0
185,788
21,843,767,117
IssuesEvent
2022-05-18 01:08:11
AlexRogalskiy/gradle-java-sample
https://api.github.com/repos/AlexRogalskiy/gradle-java-sample
closed
CVE-2019-10173 (High) detected in xstream-1.4.10.jar - autoclosed
security vulnerability
## CVE-2019-10173 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.10.jar</b></p></summary> <p>XStream is a serialization library from Java objects to XML and back.</p> <p>L...
True
CVE-2019-10173 (High) detected in xstream-1.4.10.jar - autoclosed - ## CVE-2019-10173 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.10.jar</b></p></summary> <p>XStream is...
non_comp
cve high detected in xstream jar autoclosed cve high severity vulnerability vulnerable library xstream jar xstream is a serialization library from java objects to xml and back library home page a href path to dependency file gradle java sample buildsrc build gradle ...
0
7,055
9,333,759,404
IssuesEvent
2019-03-28 15:01:02
storybooks/storybook
https://api.github.com/repos/storybooks/storybook
closed
Colorblindness Emulation broken in Firefox
addon: a11y compatibility with other tools
**Describe the bug** When clicking the "Color Blindness Emulation" button, only the "Mono" emulator works. Selecting anything other than "Mono" or attempting to deselect "Mono" results in a blank canvas. **To Reproduce** Steps to reproduce the behavior: Spin up a new Storybook 5 project, or hit one of the live e...
True
Colorblindness Emulation broken in Firefox - **Describe the bug** When clicking the "Color Blindness Emulation" button, only the "Mono" emulator works. Selecting anything other than "Mono" or attempting to deselect "Mono" results in a blank canvas. **To Reproduce** Steps to reproduce the behavior: Spin up a new ...
comp
colorblindness emulation broken in firefox describe the bug when clicking the color blindness emulation button only the mono emulator works selecting anything other than mono or attempting to deselect mono results in a blank canvas to reproduce steps to reproduce the behavior spin up a new ...
1
24,826
24,343,593,779
IssuesEvent
2022-10-02 02:12:48
bevyengine/bevy
https://api.github.com/repos/bevyengine/bevy
closed
Implement `Mul<Aabb>` for `Transform`, or put a method on `Aabb` that allows application of a `Transform`
C-Usability A-Transform
## What problem does this solve or what need does it fill? One probably wants to store a "default" [AABB](https://docs.rs/bevy/latest/bevy/render/primitives/struct.Aabb.html) for all instances of a given object. However, these AABBs will then want to be updated based on any transforms applied to the object. There is...
True
Implement `Mul<Aabb>` for `Transform`, or put a method on `Aabb` that allows application of a `Transform` - ## What problem does this solve or what need does it fill? One probably wants to store a "default" [AABB](https://docs.rs/bevy/latest/bevy/render/primitives/struct.Aabb.html) for all instances of a given objec...
non_comp
implement mul for transform or put a method on aabb that allows application of a transform what problem does this solve or what need does it fill one probably wants to store a default for all instances of a given object however these aabbs will then want to be updated based on any transforms ...
0
6,847
9,161,109,234
IssuesEvent
2019-03-01 09:35:43
AI4E/AI4E.Utils
https://api.github.com/repos/AI4E/AI4E.Utils
opened
MemoryCompatibility Roadmap
area:memory-compatibility
Add support for (at least) the Span&lt;T&gt; and Memory&lt;T&gt; based APIs that are available in .Net Core but not .Net Standard. The initial set of supported API is as described in https://github.com/dotnet/corefx/issues/21281. - [ ] System.BitConverter - [ ] System.Convert - [x] System.Random - [ ] System.I...
True
MemoryCompatibility Roadmap - Add support for (at least) the Span&lt;T&gt; and Memory&lt;T&gt; based APIs that are available in .Net Core but not .Net Standard. The initial set of supported API is as described in https://github.com/dotnet/corefx/issues/21281. - [ ] System.BitConverter - [ ] System.Convert - [x]...
comp
memorycompatibility roadmap add support for at least the span lt t gt and memory lt t gt based apis that are available in net core but not net standard the initial set of supported api is as described in system bitconverter system convert system random system system datetime ...
1
249,567
18,858,210,640
IssuesEvent
2021-11-12 09:30:31
calvintanwj/pe
https://api.github.com/repos/calvintanwj/pe
opened
Use case for finding a client
severity.Low type.DocumentationBug
![image.png](https://raw.githubusercontent.com/calvintanwj/pe/main/files/edef8275-e9ae-4683-802a-3928bbe68bba.png) Could mention that the application also shows all appointments and meetings attached to the clients found. <!--session: 1636702913262-b10beb7b-eea4-46fd-b63e-87ce52300da6--> <!--Version: Web v3.4.1-->
1.0
Use case for finding a client - ![image.png](https://raw.githubusercontent.com/calvintanwj/pe/main/files/edef8275-e9ae-4683-802a-3928bbe68bba.png) Could mention that the application also shows all appointments and meetings attached to the clients found. <!--session: 1636702913262-b10beb7b-eea4-46fd-b63e-87ce52300da6...
non_comp
use case for finding a client could mention that the application also shows all appointments and meetings attached to the clients found
0
13,944
16,704,140,488
IssuesEvent
2021-06-09 07:58:08
ahmedkaludi/schema-and-structured-data-for-wp
https://api.github.com/repos/ahmedkaludi/schema-and-structured-data-for-wp
closed
Need to add reviews from the productreview.com.au
3rd party compatibility Reviews For Schema [P: MEDIUM] enhancement
Need to add reviews from the productreview.com.au Ref:https://www.productreview.com.au/ Ref:https://secure.helpscout.net/conversation/1266580163/150959?folderId=3575684
True
Need to add reviews from the productreview.com.au - Need to add reviews from the productreview.com.au Ref:https://www.productreview.com.au/ Ref:https://secure.helpscout.net/conversation/1266580163/150959?folderId=3575684
comp
need to add reviews from the productreview com au need to add reviews from the productreview com au ref ref
1
657,271
21,789,587,501
IssuesEvent
2022-05-14 17:23:39
googleapis/java-spanner-jdbc
https://api.github.com/repos/googleapis/java-spanner-jdbc
closed
spanner.jdbc.it.ITJdbcReadWriteAutocommitTest: test01_SqlScript[Dialect = GOOGLE_STANDARD_SQL] failed
priority: p2 type: bug api: spanner flakybot: issue flakybot: flaky
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 1cbcf3cdb9ad6d9d9da73d331cadee16f503076e b...
1.0
spanner.jdbc.it.ITJdbcReadWriteAutocommitTest: test01_SqlScript[Dialect = GOOGLE_STANDARD_SQL] failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `fla...
non_comp
spanner jdbc it itjdbcreadwriteautocommittest sqlscript failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output com google cloud spanner span...
0
70,067
18,011,928,137
IssuesEvent
2021-09-16 09:35:41
process-analytics/bpmn-layout-generators
https://api.github.com/repos/process-analytics/bpmn-layout-generators
opened
[INFRA] Split CI builds: Java implementation and R package
infra:build
The build is currently run on Travis CI, we will easily manage this new requirement with GH Actions. In addition, Travis CI limited the number of build minutes available even for Open Source projects. So I suggest we move to GitHub Actions - [ ] Introduce GitHub workflow for java build - [ ] Introduce GitHub work...
1.0
[INFRA] Split CI builds: Java implementation and R package - The build is currently run on Travis CI, we will easily manage this new requirement with GH Actions. In addition, Travis CI limited the number of build minutes available even for Open Source projects. So I suggest we move to GitHub Actions - [ ] Introduc...
non_comp
split ci builds java implementation and r package the build is currently run on travis ci we will easily manage this new requirement with gh actions in addition travis ci limited the number of build minutes available even for open source projects so i suggest we move to github actions introduce github...
0
16,806
23,165,243,011
IssuesEvent
2022-07-29 23:22:56
sussy-syrup/smithees-foundry
https://api.github.com/repos/sussy-syrup/smithees-foundry
closed
REI Integration
compatibility suggestion
it would be great if you could add REI Integration for eg.g Alloying, Melting and Tool Part Crafting. Thanks for your awesome mod!
True
REI Integration - it would be great if you could add REI Integration for eg.g Alloying, Melting and Tool Part Crafting. Thanks for your awesome mod!
comp
rei integration it would be great if you could add rei integration for eg g alloying melting and tool part crafting thanks for your awesome mod
1
104,093
13,034,224,218
IssuesEvent
2020-07-28 08:21:54
woowa-techcamp-2020/hkb-6
https://api.github.com/repos/woowa-techcamp-2020/hkb-6
closed
내역페이지 마크업 [3h]
Frontend design
## Description > 가계부 내역페이지를 마크업합니다. - [ ] 하나의 html 파일에 마크업하기 - [ ] css 공통 스타일잡기 - [ ] html 마크업 컴포넌트로 분리하기
1.0
내역페이지 마크업 [3h] - ## Description > 가계부 내역페이지를 마크업합니다. - [ ] 하나의 html 파일에 마크업하기 - [ ] css 공통 스타일잡기 - [ ] html 마크업 컴포넌트로 분리하기
non_comp
내역페이지 마크업 description 가계부 내역페이지를 마크업합니다 하나의 html 파일에 마크업하기 css 공통 스타일잡기 html 마크업 컴포넌트로 분리하기
0
63,350
3,194,680,954
IssuesEvent
2015-09-30 13:29:05
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
Change IP of computer in XML not change it in GLPI
Category: Computer inventory Component: For junior contributor Component: Found in version Priority: Normal Status: Closed Tracker: Bug
--- Author Name: **David Durieux** (@ddurieux) Original Redmine Issue: 1983, http://forge.fusioninventory.org/issues/1983 Original Date: 2013-02-26 Original Assignee: David Durieux --- None
1.0
Change IP of computer in XML not change it in GLPI - --- Author Name: **David Durieux** (@ddurieux) Original Redmine Issue: 1983, http://forge.fusioninventory.org/issues/1983 Original Date: 2013-02-26 Original Assignee: David Durieux --- None
non_comp
change ip of computer in xml not change it in glpi author name david durieux ddurieux original redmine issue original date original assignee david durieux none
0
85,105
7,961,588,619
IssuesEvent
2018-07-13 11:21:15
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Unscripted Testing ISIS Indirect interfaces
Quality: Manual Tests
You have been assigned unscripted testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!! The general guide to unscripted testing: * The tests must be performed on the installer versions of t...
1.0
Unscripted Testing ISIS Indirect interfaces - You have been assigned unscripted testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!! The general guide to unscripted testing: * The tests mu...
non_comp
unscripted testing isis indirect interfaces you have been assigned unscripted testing the hope is to catch as many problems with the code before release so it would be great if you can take some time to give a serious test to your assigned area thank you the general guide to unscripted testing the tests mu...
0
158,859
6,036,207,857
IssuesEvent
2017-06-09 15:34:04
ProgrammingLife2017/Desoxyribonucleinezuur
https://api.github.com/repos/ProgrammingLife2017/Desoxyribonucleinezuur
opened
Search / filter annotation data
enhancement priority: B time:8
For example, find all annotations on a certain genome, annotation with name X, search on a certain key name on the last field, search for certain value on certain key in last field.
1.0
Search / filter annotation data - For example, find all annotations on a certain genome, annotation with name X, search on a certain key name on the last field, search for certain value on certain key in last field.
non_comp
search filter annotation data for example find all annotations on a certain genome annotation with name x search on a certain key name on the last field search for certain value on certain key in last field
0
1,731
4,307,577,996
IssuesEvent
2016-07-21 09:32:00
AdguardTeam/AdguardForAndroid
https://api.github.com/repos/AdguardTeam/AdguardForAndroid
closed
Cortana voice recognition doesn't work with https filtering
Compatibility Filtering
user id 1330038 https://play.google.com/store/apps/details?id=com.microsoft.cortana It can't be installed in Ru, so i can't check it. Suggested to add to apps exceptions list for now.
True
Cortana voice recognition doesn't work with https filtering - user id 1330038 https://play.google.com/store/apps/details?id=com.microsoft.cortana It can't be installed in Ru, so i can't check it. Suggested to add to apps exceptions list for now.
comp
cortana voice recognition doesn t work with https filtering user id it can t be installed in ru so i can t check it suggested to add to apps exceptions list for now
1
491,862
14,173,207,753
IssuesEvent
2020-11-12 18:00:17
woocommerce/woocommerce-gateway-stripe
https://api.github.com/repos/woocommerce/woocommerce-gateway-stripe
opened
Don't attempt to submit level 3 data for non-US merchants
Priority: High
Level 3 data is only supported for US merchants. According to Stripe, while we shouldn’t get a hard error from sending it for non-US merchants, they still recommend against it.
1.0
Don't attempt to submit level 3 data for non-US merchants - Level 3 data is only supported for US merchants. According to Stripe, while we shouldn’t get a hard error from sending it for non-US merchants, they still recommend against it.
non_comp
don t attempt to submit level data for non us merchants level data is only supported for us merchants according to stripe while we shouldn’t get a hard error from sending it for non us merchants they still recommend against it
0
17,992
24,847,006,061
IssuesEvent
2022-10-26 16:39:29
cnb/News_Manager-getsimplecms
https://api.github.com/repos/cnb/News_Manager-getsimplecms
closed
PHP 8 errors
compatibility
maxs [reports](http://get-simple.info/forums/showthread.php?tid=3972&pid=71709#pid71709): > News Manager does not work on a server with php 8. > > Some error warnings ``` Deprecated: Required parameter $archive follows optional parameter $tag in C:\htdocs\testsite\plugins\news_manager\inc\site.php on line 73 ...
True
PHP 8 errors - maxs [reports](http://get-simple.info/forums/showthread.php?tid=3972&pid=71709#pid71709): > News Manager does not work on a server with php 8. > > Some error warnings ``` Deprecated: Required parameter $archive follows optional parameter $tag in C:\htdocs\testsite\plugins\news_manager\inc\site.php...
comp
php errors maxs news manager does not work on a server with php some error warnings deprecated required parameter archive follows optional parameter tag in c htdocs testsite plugins news manager inc site php on line fatal error uncaught typeerror array slice argument lengt...
1
386,722
26,698,371,800
IssuesEvent
2023-01-27 12:23:24
Revolutionary-Games/Thrive
https://api.github.com/repos/Revolutionary-Games/Thrive
opened
Document in style guide what to do for non-disposables holding disposable objects (CA1001)
easy documentation
For example: ``` [SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "We don't manually dispose Godot derived types")] public class CiliaComponent : ExternallyPositionedComponent ``` That is not currently covered by the style guide on what to do so a ru...
1.0
Document in style guide what to do for non-disposables holding disposable objects (CA1001) - For example: ``` [SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "We don't manually dispose Godot derived types")] public class CiliaComponent : ExternallyPosit...
non_comp
document in style guide what to do for non disposables holding disposable objects for example suppressmessage design types that own disposable fields should be disposable justification we don t manually dispose godot derived types public class ciliacomponent externallypositionedcompo...
0
4,673
7,298,176,133
IssuesEvent
2018-02-26 16:14:48
dotnet/project-system
https://api.github.com/repos/dotnet/project-system
closed
Opening a solution with a previously open class designer file shows an error
Area-New-Project-System Bug Compatibility
1. Create a new Console App (.NET Core) 2. Right-click project -> Add -> New Item -> Class Diagram 3. Leave the document open 4. Close Solution 5. Reopen solution ``` --------------------------- Microsoft Visual Studio --------------------------- Can't load this file: 'C:\Users\davkean\documents\visual ...
True
Opening a solution with a previously open class designer file shows an error - 1. Create a new Console App (.NET Core) 2. Right-click project -> Add -> New Item -> Class Diagram 3. Leave the document open 4. Close Solution 5. Reopen solution ``` --------------------------- Microsoft Visual Studio ----------...
comp
opening a solution with a previously open class designer file shows an error create a new console app net core right click project add new item class diagram leave the document open close solution reopen solution microsoft visual studio ...
1
20,723
30,812,356,317
IssuesEvent
2023-08-01 11:17:30
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
opened
WEIGHT_STRING() behaviour differs from MySQL
type/bug type/compatibility severity/minor compatibility-mysql8
## Bug Report ### 1. Minimal reproduce step (Required) Run this with `mysqlsh --column-type-info ...`: <!-- a step by step guide for reproducing the bug. --> ```sql SELECT WEIGHT_STRING('aéè€☺'); ``` ### 2. What did you expect to see? (Required) This is with MySQL 8.1.0: ``` sql> SELECT WEIGHT_S...
True
WEIGHT_STRING() behaviour differs from MySQL - ## Bug Report ### 1. Minimal reproduce step (Required) Run this with `mysqlsh --column-type-info ...`: <!-- a step by step guide for reproducing the bug. --> ```sql SELECT WEIGHT_STRING('aéè€☺'); ``` ### 2. What did you expect to see? (Required) This ...
comp
weight string behaviour differs from mysql bug report minimal reproduce step required run this with mysqlsh column type info sql select weight string aéè€☺ what did you expect to see required this is with mysql sql select weight string ...
1
5,810
8,250,312,641
IssuesEvent
2018-09-12 02:02:41
LMMS/lmms
https://api.github.com/repos/LMMS/lmms
closed
RC6 plays at least one group of zasfx presets different from previous ver.
bug compatibility
OS : winXP sp3 LMMS RC6 **Issue description:** In zasfx we have the Cormi collection In that collection we have a group named Trillo<> These FX-presets replayed as randomised beeps -as in a alien cp environment -i guess.. In RC6 this is changed to a continuous sine-wave. The variation over time is gone. **R...
True
RC6 plays at least one group of zasfx presets different from previous ver. - OS : winXP sp3 LMMS RC6 **Issue description:** In zasfx we have the Cormi collection In that collection we have a group named Trillo<> These FX-presets replayed as randomised beeps -as in a alien cp environment -i guess.. In RC6 this ...
comp
plays at least one group of zasfx presets different from previous ver os winxp lmms issue description in zasfx we have the cormi collection in that collection we have a group named trillo these fx presets replayed as randomised beeps as in a alien cp environment i guess in this is change...
1
76,636
9,476,693,490
IssuesEvent
2019-04-19 15:55:14
team-quick/quick-rails
https://api.github.com/repos/team-quick/quick-rails
opened
부가 기능에 대한 토의
design discuss enhancement
### 부가 기능에 대한 토의 <img width="676" alt="스크린샷 2019-04-20 오전 12 52 02" src="https://user-images.githubusercontent.com/21256346/56431930-8abb6000-6306-11e9-9334-960b6e792dfe.png"> 예를 들면 위의 이미지는 사이트 운영자에게 건의 사항을 보내는 폼임 저런 식으로 핵심적인 기능을 하는 건 아니지만 필요해 보이는 기능을 토론해 봅시다 #### 기능 목록 - [ ] Send opnion to owner...
1.0
부가 기능에 대한 토의 - ### 부가 기능에 대한 토의 <img width="676" alt="스크린샷 2019-04-20 오전 12 52 02" src="https://user-images.githubusercontent.com/21256346/56431930-8abb6000-6306-11e9-9334-960b6e792dfe.png"> 예를 들면 위의 이미지는 사이트 운영자에게 건의 사항을 보내는 폼임 저런 식으로 핵심적인 기능을 하는 건 아니지만 필요해 보이는 기능을 토론해 봅시다 #### 기능 목록 - [ ] Send ...
non_comp
부가 기능에 대한 토의 부가 기능에 대한 토의 img width alt 스크린샷 오전 src 예를 들면 위의 이미지는 사이트 운영자에게 건의 사항을 보내는 폼임 저런 식으로 핵심적인 기능을 하는 건 아니지만 필요해 보이는 기능을 토론해 봅시다 기능 목록 send opnion to owner
0
5,201
7,758,544,863
IssuesEvent
2018-05-31 19:57:43
att/ast
https://api.github.com/repos/att/ast
closed
The sigchld test for SIGCONT being reported is not portable
compatibility
This loop in *src/cmd/ksh93/tests/sigchld.sh* assumes that the `wait4()` syscall will return when a process is stopped and receives a SIGCONT signal: ``` for stat in EXITED STOPPED CONTINUED EXITED ``` That is true for Linux as of kernel 2.6.0 (from the `waitpid` man page): ``` WCONTINUED (since Linux 2.6.1...
True
The sigchld test for SIGCONT being reported is not portable - This loop in *src/cmd/ksh93/tests/sigchld.sh* assumes that the `wait4()` syscall will return when a process is stopped and receives a SIGCONT signal: ``` for stat in EXITED STOPPED CONTINUED EXITED ``` That is true for Linux as of kernel 2.6.0 (from ...
comp
the sigchld test for sigcont being reported is not portable this loop in src cmd tests sigchld sh assumes that the syscall will return when a process is stopped and receives a sigcont signal for stat in exited stopped continued exited that is true for linux as of kernel from the wai...
1
37,731
6,628,688,792
IssuesEvent
2017-09-23 21:18:24
diegobernardes/flare
https://api.github.com/repos/diegobernardes/flare
opened
Generate html/markdown documentation from raml
documentation
Generate html/markdown documentation from raml.
1.0
Generate html/markdown documentation from raml - Generate html/markdown documentation from raml.
non_comp
generate html markdown documentation from raml generate html markdown documentation from raml
0
6,034
8,468,377,854
IssuesEvent
2018-10-23 19:34:06
opensalt/opensalt
https://api.github.com/repos/opensalt/opensalt
closed
Association to External server needs full URI
Area - Associations CASE Compatibility Review Type - Bug
Currently, when I make an association to an external server, only the identifier is recorded in the json output. As an editor, when I make an association to a CfItem on an external server, the entire URI should be recorded for the destinationURI field. example use case: http://frameworks-staging.act.org/cf...
True
Association to External server needs full URI - Currently, when I make an association to an external server, only the identifier is recorded in the json output. As an editor, when I make an association to a CfItem on an external server, the entire URI should be recorded for the destinationURI field. example us...
comp
association to external server needs full uri currently when i make an association to an external server only the identifier is recorded in the json output as an editor when i make an association to a cfitem on an external server the entire uri should be recorded for the destinationuri field example us...
1
189,339
22,047,020,718
IssuesEvent
2022-05-30 03:43:39
madhans23/linux-4.1.15
https://api.github.com/repos/madhans23/linux-4.1.15
closed
CVE-2016-3140 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed
security vulnerability
## CVE-2016-3140 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home pa...
True
CVE-2016-3140 (Medium) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2016-3140 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary> <p> ...
non_comp
cve medium detected in linux stable autoclosed cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulner...
0
162,624
12,683,359,492
IssuesEvent
2020-06-19 19:33:40
MichaIng/DietPi
https://api.github.com/repos/MichaIng/DietPi
closed
Image | NanoPi M4
Image Request :floppy_disk: RK3399 Solution available :clinking_glasses: Testing/testers required :arrow_down_small:
Specs: https://www.friendlyarm.com/index.php?route=product/product&product_id=234 #### Give us some formal device information: - Device name | NanoPI M4 - Official product URL | https://www.friendlyarm.com/index.php?route=product/product&product_id=234 #### Is the SBC officially supported by the Debian insta...
2.0
Image | NanoPi M4 - Specs: https://www.friendlyarm.com/index.php?route=product/product&product_id=234 #### Give us some formal device information: - Device name | NanoPI M4 - Official product URL | https://www.friendlyarm.com/index.php?route=product/product&product_id=234 #### Is the SBC officially supported...
non_comp
image nanopi specs give us some formal device information device name nanopi official product url is the sbc officially supported by the debian installer no if not is a reliable party debian image available for this sbc armbian
0
20,071
28,017,244,223
IssuesEvent
2023-03-28 00:22:47
nonamecrackers2/crackers-wither-storm-mod
https://api.github.com/repos/nonamecrackers2/crackers-wither-storm-mod
closed
Sickened Spiders Compatible with Nyf`s Spiders mod
compatibility suggestion misc
**Description of feature** Make the sickened spiders able to climb and stuff with this mod that is a 1.19 port of spiders 2.0 https://www.curseforge.com/minecraft/mc-mods/nyfs-spiders Would be cool for the sickened spiders with this mod, when in the bowels they all climb towards you when you build towards the comman...
True
Sickened Spiders Compatible with Nyf`s Spiders mod - **Description of feature** Make the sickened spiders able to climb and stuff with this mod that is a 1.19 port of spiders 2.0 https://www.curseforge.com/minecraft/mc-mods/nyfs-spiders Would be cool for the sickened spiders with this mod, when in the bowels they al...
comp
sickened spiders compatible with nyf s spiders mod description of feature make the sickened spiders able to climb and stuff with this mod that is a port of spiders would be cool for the sickened spiders with this mod when in the bowels they all climb towards you when you build towards the command bl...
1
90,352
10,679,456,914
IssuesEvent
2019-10-21 19:18:56
tlalaux/kama
https://api.github.com/repos/tlalaux/kama
closed
Initiate readme file
documentation
Initiate readme file of the repo based on the Zalando Readme file template https://github.com/zalando/zalando-howto-open-source/blob/master/READMEtemplate.md
1.0
Initiate readme file - Initiate readme file of the repo based on the Zalando Readme file template https://github.com/zalando/zalando-howto-open-source/blob/master/READMEtemplate.md
non_comp
initiate readme file initiate readme file of the repo based on the zalando readme file template
0
8,979
11,014,303,242
IssuesEvent
2019-12-04 22:25:46
wheresrhys/fetch-mock
https://api.github.com/repos/wheresrhys/fetch-mock
closed
Fallback to Network with Mock Breaks
bug compatibility problem
I am trying to use FetchMock with isomorphic-fetch and Jest in a React Native project. I have noticed some strange behavior when using `fetchMock.config.fallbackToNetwork = true;`. Here is my test setup: ``` describe('my project', () => { beforeEach(() => { fetchMock.config.fallbackToNetwork = true; ...
True
Fallback to Network with Mock Breaks - I am trying to use FetchMock with isomorphic-fetch and Jest in a React Native project. I have noticed some strange behavior when using `fetchMock.config.fallbackToNetwork = true;`. Here is my test setup: ``` describe('my project', () => { beforeEach(() => { fetchMock...
comp
fallback to network with mock breaks i am trying to use fetchmock with isomorphic fetch and jest in a react native project i have noticed some strange behavior when using fetchmock config fallbacktonetwork true here is my test setup describe my project beforeeach fetchmock...
1
3,990
6,819,980,479
IssuesEvent
2017-11-07 12:15:52
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Unexpected output during Link indexation
bug compatibility
While reindexing the links on one of my sites, I noticed the counter being stuck. Looking at the output of the AJAX Request, I noticed some HTML being outputted by a plugin. The plugin in question is: `MP3-jPlayer` Solved the problem by surrounding the `the_content` filter in the `Post Reindex` class with `ob_s...
True
Unexpected output during Link indexation - While reindexing the links on one of my sites, I noticed the counter being stuck. Looking at the output of the AJAX Request, I noticed some HTML being outputted by a plugin. The plugin in question is: `MP3-jPlayer` Solved the problem by surrounding the `the_content` fil...
comp
unexpected output during link indexation while reindexing the links on one of my sites i noticed the counter being stuck looking at the output of the ajax request i noticed some html being outputted by a plugin the plugin in question is jplayer solved the problem by surrounding the the content filte...
1
107,109
11,517,835,718
IssuesEvent
2020-02-14 09:17:12
WoTTsecurity/agent
https://api.github.com/repos/WoTTsecurity/agent
closed
Write documentation for how to use WoTT with Mainflux
documentation platform-integration
[Mainflux](https://www.mainflux.com) is an IoT platform. It supports the regular protocols, so let's stick with MQTT. What's noteworthy however is that Mainflux does seem to support [mTLS](https://mainflux.readthedocs.io/en/latest/authentication/#mutual-tls-authentication-with-x509-certificates), so let's write out...
1.0
Write documentation for how to use WoTT with Mainflux - [Mainflux](https://www.mainflux.com) is an IoT platform. It supports the regular protocols, so let's stick with MQTT. What's noteworthy however is that Mainflux does seem to support [mTLS](https://mainflux.readthedocs.io/en/latest/authentication/#mutual-tls-au...
non_comp
write documentation for how to use wott with mainflux is an iot platform it supports the regular protocols so let s stick with mqtt what s noteworthy however is that mainflux does seem to support so let s write out a use case for how to use that with wott
0
588,137
17,648,551,600
IssuesEvent
2021-08-20 09:50:16
infoderm/patients
https://api.github.com/repos/infoderm/patients
closed
Do not display missingPaymentData error in ConsultationCard when isDone is false.
bug priority ui ux
This bug was introduced in c6d0dc5 while fixing #314.
1.0
Do not display missingPaymentData error in ConsultationCard when isDone is false. - This bug was introduced in c6d0dc5 while fixing #314.
non_comp
do not display missingpaymentdata error in consultationcard when isdone is false this bug was introduced in while fixing
0
534,923
15,652,192,693
IssuesEvent
2021-03-23 11:05:15
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
closed
REACT: When moving a construct inside a condition and positioning it- it reverts to the bottom after refreshing
High priority react
If you a move a construct to inside a condition and position it at the top of the, after refreshing it is moved to the bottom of the condition. This is the case for both the true and false.
1.0
REACT: When moving a construct inside a condition and positioning it- it reverts to the bottom after refreshing - If you a move a construct to inside a condition and position it at the top of the, after refreshing it is moved to the bottom of the condition. This is the case for both the true and false.
non_comp
react when moving a construct inside a condition and positioning it it reverts to the bottom after refreshing if you a move a construct to inside a condition and position it at the top of the after refreshing it is moved to the bottom of the condition this is the case for both the true and false
0
20,082
28,039,020,104
IssuesEvent
2023-03-28 17:02:24
wazuh/wazuh-kibana-app
https://api.github.com/repos/wazuh/wazuh-kibana-app
opened
reportsDashboards error in console - compatibility OpenSearch 2.6 & 1.3
type/bug compatibility level/task
| Wazuh | OpenSearch | | ----- | ------- | | 4.4 | 1.3 & 2.6 | | Browser | | ------- | | Chrome, Firefox, Safari, etc| **Description** During the [compatibility test with OpenSearch 2.6](https://github.com/wazuh/wazuh-kibana-app/issues/5263#issuecomment-1458614877) we found an error in the console a...
True
reportsDashboards error in console - compatibility OpenSearch 2.6 & 1.3 - | Wazuh | OpenSearch | | ----- | ------- | | 4.4 | 1.3 & 2.6 | | Browser | | ------- | | Chrome, Firefox, Safari, etc| **Description** During the [compatibility test with OpenSearch 2.6](https://github.com/wazuh/wazuh-kibana-a...
comp
reportsdashboards error in console compatibility opensearch wazuh opensearch browser chrome firefox safari etc description during the we found an error in the console as soon as wazuh app loads the home module ...
1
53,843
13,262,369,742
IssuesEvent
2020-08-20 21:41:17
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Wrong datatype in steering file for 20208 -> unable to weight via from_simprod (Trac #2178)
Migrated from Trac analysis defect
Hi, another problem with the steering file of 20208 (http://simprod.icecube.wisc.edu/cgi-bin/simulation/cgi/cfg?dataset=20208) CORSIKA::eprimarymax string 1e6 should be either int or float, not string. It being a string leads to this error in simprod: File "/data/user/flauber/software/py2-v3.0.1/combo/stable/build/...
1.0
Wrong datatype in steering file for 20208 -> unable to weight via from_simprod (Trac #2178) - Hi, another problem with the steering file of 20208 (http://simprod.icecube.wisc.edu/cgi-bin/simulation/cgi/cfg?dataset=20208) CORSIKA::eprimarymax string 1e6 should be either int or float, not string. It being a string lead...
non_comp
wrong datatype in steering file for unable to weight via from simprod trac hi another problem with the steering file of corsika eprimarymax string should be either int or float not string it being a string leads to this error in simprod file data user flauber software combo stable ...
0
22,951
3,984,518,629
IssuesEvent
2016-05-07 07:32:48
Nadiaki/Sushi-Norregade
https://api.github.com/repos/Nadiaki/Sushi-Norregade
closed
Types of user testing
research user testing
Research different types of user testing and see what we can use in our project.
1.0
Types of user testing - Research different types of user testing and see what we can use in our project.
non_comp
types of user testing research different types of user testing and see what we can use in our project
0
14,768
18,161,347,297
IssuesEvent
2021-09-27 09:58:24
jesseduffield/lazygit
https://api.github.com/repos/jesseduffield/lazygit
closed
LC_CTYPE ignored when outputting to terminal
compatibility
**Describe the bug** Using Lazygit on any terminal that describes itself in the standard way as `LC_CTYPE=C` (8 bit output) results in 16-bit Unicode output. **To Reproduce** Steps to reproduce the behavior: 1. Run `LC_CTYPE=C lazygit` to request 8-bit output compatible with an 8-bit character display -...
True
LC_CTYPE ignored when outputting to terminal - **Describe the bug** Using Lazygit on any terminal that describes itself in the standard way as `LC_CTYPE=C` (8 bit output) results in 16-bit Unicode output. **To Reproduce** Steps to reproduce the behavior: 1. Run `LC_CTYPE=C lazygit` to request 8-bit output c...
comp
lc ctype ignored when outputting to terminal describe the bug using lazygit on any terminal that describes itself in the standard way as lc ctype c bit output results in bit unicode output to reproduce steps to reproduce the behavior run lc ctype c lazygit to request bit output co...
1
13,010
15,300,431,118
IssuesEvent
2021-02-24 12:18:25
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Query.bind() should not search and modify Param instances in the expression tree
C: Functionality E: All Editions P: Medium T: Enhancement T: Incompatible change
In the context of our move towards more immutability, we should consider changing the behaviour of `Query.bind()` (or probably rather: deprecate the methods and create new ones). Rather than searching the expression tree for `Param` instances (expensive, see https://github.com/jOOQ/jOOQ/issues/6616) and setting a ne...
True
Query.bind() should not search and modify Param instances in the expression tree - In the context of our move towards more immutability, we should consider changing the behaviour of `Query.bind()` (or probably rather: deprecate the methods and create new ones). Rather than searching the expression tree for `Param` i...
comp
query bind should not search and modify param instances in the expression tree in the context of our move towards more immutability we should consider changing the behaviour of query bind or probably rather deprecate the methods and create new ones rather than searching the expression tree for param i...
1