Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
1
853
labels
stringlengths
4
898
body
stringlengths
2
262k
index
stringclasses
13 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
250k
binary_label
int64
0
1
251,402
27,159,312,097
IssuesEvent
2023-02-17 10:30:24
Dima2021/juice-shop
https://api.github.com/repos/Dima2021/juice-shop
opened
CVE-2023-22580 (Medium) detected in sequelize-6.9.0.tgz
security vulnerability
## CVE-2023-22580 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sequelize-6.9.0.tgz</b></p></summary> <p>Multi dialect ORM for Node.JS</p> <p>Library home page: <a href="https://re...
True
CVE-2023-22580 (Medium) detected in sequelize-6.9.0.tgz - ## CVE-2023-22580 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sequelize-6.9.0.tgz</b></p></summary> <p>Multi dialect ORM...
non_build
cve medium detected in sequelize tgz cve medium severity vulnerability vulnerable library sequelize tgz multi dialect orm for node js library home page a href path to dependency file package json path to vulnerable library node modules sequelize package json de...
0
131,319
27,873,619,718
IssuesEvent
2023-03-21 14:51:13
RRZE-Webteam/FAU-Studium
https://api.github.com/repos/RRZE-Webteam/FAU-Studium
closed
Datenfelder Taxonomie Fakultäten
Basisfunktion Code Abnahme ok
Aktuell Default-Taxonomie mit Standardfelder Name, Titelform, Beschreibung ![grafik](https://user-images.githubusercontent.com/1070669/170673529-7a93165d-831c-4e16-a972-c8c8ecb3a6f1.png) Ergänzen: * Eingabefeld für englischsprachige Übersetzung * Eingabefeld für URL * Eingabefeld für englische URL
1.0
Datenfelder Taxonomie Fakultäten - Aktuell Default-Taxonomie mit Standardfelder Name, Titelform, Beschreibung ![grafik](https://user-images.githubusercontent.com/1070669/170673529-7a93165d-831c-4e16-a972-c8c8ecb3a6f1.png) Ergänzen: * Eingabefeld für englischsprachige Übersetzung * Eingabefeld für URL * Eing...
non_build
datenfelder taxonomie fakultäten aktuell default taxonomie mit standardfelder name titelform beschreibung ergänzen eingabefeld für englischsprachige übersetzung eingabefeld für url eingabefeld für englische url
0
39,301
10,326,115,124
IssuesEvent
2019-09-01 23:32:29
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
rustdoc: use webpack to bundle code
A-rustbuild C-feature-request T-infra T-release T-rustdoc
[webpack](https://webpack.js.org/) is the most popular script bundler for JavaScript and other assets. With webpack, we can benefit from: - Transpilation of ES6 or TypeScript - Code splitting/dynamic imports - Effortless code minification - Eliminating the need of `resource-suffix` with chunk hash However, ...
1.0
rustdoc: use webpack to bundle code - [webpack](https://webpack.js.org/) is the most popular script bundler for JavaScript and other assets. With webpack, we can benefit from: - Transpilation of ES6 or TypeScript - Code splitting/dynamic imports - Effortless code minification - Eliminating the need of `resourc...
build
rustdoc use webpack to bundle code is the most popular script bundler for javascript and other assets with webpack we can benefit from transpilation of or typescript code splitting dynamic imports effortless code minification eliminating the need of resource suffix with chunk hash howe...
1
452,710
32,065,597,044
IssuesEvent
2023-09-25 02:30:03
rh-robotics/19922-CSRC
https://api.github.com/repos/rh-robotics/19922-CSRC
closed
QCR1 - Java Docs completed for code thus far
documentation
### QCR1 - Overall Goal - Software **Done By: September 30, 2023** All code written thus far should have complete Java Doc Comments
1.0
QCR1 - Java Docs completed for code thus far - ### QCR1 - Overall Goal - Software **Done By: September 30, 2023** All code written thus far should have complete Java Doc Comments
non_build
java docs completed for code thus far overall goal software done by september all code written thus far should have complete java doc comments
0
371,343
25,948,583,018
IssuesEvent
2022-12-17 09:02:57
easydu2002/chat_gpt_oicq
https://api.github.com/repos/easydu2002/chat_gpt_oicq
closed
关于token计算规则的疑惑
documentation good first issue
因为问的问题一般比回答短,按理说completion花费的token应该比prompt少,但是我这边prompt花费的token几乎全比completion多。目前我猜测它是把前文也当做一部分prompt输入到模型了。不过我不知道它到底会保留前文的几轮对话呢?有没有超参数可以改一下以节省token呢? <img width="312" alt="1671085324585" src="https://user-images.githubusercontent.com/38984189/207787573-92e4f9b4-f816-4e03-8a13-1b6b5d942cde.png">
1.0
关于token计算规则的疑惑 - 因为问的问题一般比回答短,按理说completion花费的token应该比prompt少,但是我这边prompt花费的token几乎全比completion多。目前我猜测它是把前文也当做一部分prompt输入到模型了。不过我不知道它到底会保留前文的几轮对话呢?有没有超参数可以改一下以节省token呢? <img width="312" alt="1671085324585" src="https://user-images.githubusercontent.com/38984189/207787573-92e4f9b4-f816-4e03-8a13-1b6b5d942cde.png">
non_build
关于token计算规则的疑惑 因为问的问题一般比回答短,按理说completion花费的token应该比prompt少,但是我这边prompt花费的token几乎全比completion多。目前我猜测它是把前文也当做一部分prompt输入到模型了。不过我不知道它到底会保留前文的几轮对话呢?有没有超参数可以改一下以节省token呢? img width alt src
0
32,816
6,114,986,287
IssuesEvent
2017-06-22 03:54:16
zsh-users/antigen
https://api.github.com/repos/zsh-users/antigen
closed
Link official Debian package instead of openSUSE
Documentation Question
_Full disclosure: I'm the maintainer for the Debian zsh-antigen package._ Would it be possible to link to the [official Debian package](https://packages.debian.org/source/stretch/zsh-antigen) instead of the one from openSUSE build service? It is not the latest version (1.3.4) in the stable release but I try to ke...
1.0
Link official Debian package instead of openSUSE - _Full disclosure: I'm the maintainer for the Debian zsh-antigen package._ Would it be possible to link to the [official Debian package](https://packages.debian.org/source/stretch/zsh-antigen) instead of the one from openSUSE build service? It is not the latest ve...
non_build
link official debian package instead of opensuse full disclosure i m the maintainer for the debian zsh antigen package would it be possible to link to the instead of the one from opensuse build service it is not the latest version in the stable release but i try to keep it up to date in the uns...
0
12,227
5,167,634,177
IssuesEvent
2017-01-17 19:20:35
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Error in `python': free(): invalid pointer: when running example frac.cc op
awaiting response type:build/install
Frac.cc as in repo: ```c++ // legal stuff // An example Op. #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/op_kernel.h" using namespace tensorflow; REGISTER_OP("Fact") .Output("fact: string") .Doc(R"doc( Output a fact about factorials. )doc"); class FactOp : ...
1.0
Error in `python': free(): invalid pointer: when running example frac.cc op - Frac.cc as in repo: ```c++ // legal stuff // An example Op. #include "tensorflow/core/framework/op.h" #include "tensorflow/core/framework/op_kernel.h" using namespace tensorflow; REGISTER_OP("Fact") .Output("fact: string")...
build
error in python free invalid pointer when running example frac cc op frac cc as in repo c legal stuff an example op include tensorflow core framework op h include tensorflow core framework op kernel h using namespace tensorflow register op fact output fact string ...
1
90,246
8,231,142,993
IssuesEvent
2018-09-07 15:01:46
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
util/search: (unknown) failed under stress
C-test-failure O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5 Parameters: ``` TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891225&tab=buildLog ``` build/werror.sh /go/native/x86_64-pc-linux-gnu/protobuf/protoc -I./pkg:./...
1.0
util/search: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/517663fa1489a2f36a593dc9722384a50bfcdbb5 Parameters: ``` TAGS= GOFLAGS= ``` Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=891225&tab=buildLog ``` build/werror.sh /go/native/x...
non_build
util search unknown failed under stress sha parameters tags goflags stress build found a failed test build werror sh go native pc linux gnu protobuf protoc i pkg vendor github com gogo protobuf vendor github com gogo protobuf protobuf vendor github com coreos vendor github ...
0
66,791
20,675,890,889
IssuesEvent
2022-03-10 09:14:22
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Threads list shows threads which weren't yet created
T-Defect S-Major O-Occasional A-Threads Z-Labs
1. Click `Reply in thread` 2. Click the back button (label `Threads`) 3. Observe the message you almost (but not quite) made a thread from there, as a thread with 0 replies (only for you, others won't see it) ![image](https://user-images.githubusercontent.com/2403652/157268074-f60c7fe0-408d-4fd9-9b1c-59f061f13be0....
1.0
Threads list shows threads which weren't yet created - 1. Click `Reply in thread` 2. Click the back button (label `Threads`) 3. Observe the message you almost (but not quite) made a thread from there, as a thread with 0 replies (only for you, others won't see it) ![image](https://user-images.githubusercontent.com/...
non_build
threads list shows threads which weren t yet created click reply in thread click the back button label threads observe the message you almost but not quite made a thread from there as a thread with replies only for you others won t see it
0
22,507
7,181,800,633
IssuesEvent
2018-02-01 07:12:39
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
Not all Java9 builds support --illegal-access=warn
build
The conditional logic for enabling `--illegal-access=warn` assumes that all supported Java9 build VMs support that option, but at least some of our OpenJDK CI builds don't Found via: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+openjdk-java9-periodic/47/ ``` /usr/lib/jvm/java-9-openjdk-amd...
1.0
Not all Java9 builds support --illegal-access=warn - The conditional logic for enabling `--illegal-access=warn` assumes that all supported Java9 build VMs support that option, but at least some of our OpenJDK CI builds don't Found via: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+openjdk-java9...
build
not all builds support illegal access warn the conditional logic for enabling illegal access warn assumes that all supported build vms support that option but at least some of our openjdk ci builds don t found via usr lib jvm java openjdk bin java illegal access warn unrecognized op...
1
13,660
16,342,379,862
IssuesEvent
2021-05-13 00:10:09
lieser/dkim_verifier
https://api.github.com/repos/lieser/dkim_verifier
closed
Does not work with private browsing enabled (Variable name "browser" not defined)
compatibility
Thunderbird 78.10.1 dkim_verifier 4.0.0 No other Add-On plugins. The buttons are not highlighted nor filled in with text labels; just four empty buttons. <img width="104" alt="Screen Shot 2021-05-12 at 8 46 30 AM" src="https://user-images.githubusercontent.com/10352354/117977309-338aec80-b320-11eb-833b-91b3a8f2...
True
Does not work with private browsing enabled (Variable name "browser" not defined) - Thunderbird 78.10.1 dkim_verifier 4.0.0 No other Add-On plugins. The buttons are not highlighted nor filled in with text labels; just four empty buttons. <img width="104" alt="Screen Shot 2021-05-12 at 8 46 30 AM" src="https://u...
non_build
does not work with private browsing enabled variable name browser not defined thunderbird dkim verifier no other add on plugins the buttons are not highlighted nor filled in with text labels just four empty buttons img width alt screen shot at am src error console s...
0
42,376
10,964,217,219
IssuesEvent
2019-11-27 21:53:05
agda/agda
https://api.github.com/repos/agda/agda
opened
Fail when running `cabal repl`
build-failure cabal not-in-changelog type: bug
I realised that there are '*.ghci' files for every supported version of GHC: ```bash $ ls .ghci* .ghci .ghci800 .ghci820 .ghci860 ``` I'm not familiar using Agda from GHCi/cabal repl. Using `cabal repl` I got the following error: ```bash $ ghc --version The Glorious Glasgow Haskell Compilation System, v...
1.0
Fail when running `cabal repl` - I realised that there are '*.ghci' files for every supported version of GHC: ```bash $ ls .ghci* .ghci .ghci800 .ghci820 .ghci860 ``` I'm not familiar using Agda from GHCi/cabal repl. Using `cabal repl` I got the following error: ```bash $ ghc --version The Glorious Glas...
build
fail when running cabal repl i realised that there are ghci files for every supported version of ghc bash ls ghci ghci i m not familiar using agda from ghci cabal repl using cabal repl i got the following error bash ghc version the glorious glasgow haskell compil...
1
68,335
17,243,599,225
IssuesEvent
2021-07-21 04:38:43
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
opened
[Bug] Video widget once resized, reverts back to original size and cannot be relocated
Bug High UI Building UI Building Pod Video Widget Widgets
## Description When video widget is resized and user tries to move widget location the widget snaps back to the original position and also back into its original size. ### Steps to reproduce the behaviour: 1. Go to add widgets 2. Drag and drop video widget on to canvas 3. Reduce size of the widget and try to m...
2.0
[Bug] Video widget once resized, reverts back to original size and cannot be relocated - ## Description When video widget is resized and user tries to move widget location the widget snaps back to the original position and also back into its original size. ### Steps to reproduce the behaviour: 1. Go to add widge...
build
video widget once resized reverts back to original size and cannot be relocated description when video widget is resized and user tries to move widget location the widget snaps back to the original position and also back into its original size steps to reproduce the behaviour go to add widgets ...
1
61,285
3,143,664,861
IssuesEvent
2015-09-14 08:41:25
dkpro/dkpro-core
https://api.github.com/repos/dkpro/dkpro-core
closed
Add general purpose metadata annotation
enhancement in progress Module-api.metadata Priority-Medium
(We discussed this a long time ago off-line) Add a general purpose metadata annotation with flexibly named key-value pairs (both encoded as Strings). The idea is to carry document-wide meta-information in the form of an annotation, for instance, publisher, publication date, etc.; whatever suitable for the data. Thi...
1.0
Add general purpose metadata annotation - (We discussed this a long time ago off-line) Add a general purpose metadata annotation with flexibly named key-value pairs (both encoded as Strings). The idea is to carry document-wide meta-information in the form of an annotation, for instance, publisher, publication date, et...
non_build
add general purpose metadata annotation we discussed this a long time ago off line add a general purpose metadata annotation with flexibly named key value pairs both encoded as strings the idea is to carry document wide meta information in the form of an annotation for instance publisher publication date et...
0
1,724
10,602,031,401
IssuesEvent
2019-10-10 13:30:50
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
reopened
As a developer I want to be able to auto-land PRs
E3 P2 eng:automation
As an engineer, I want to be able to auto-land PRs after tests pass with an autoland bot. ## Dependencies There shouldn't be any dependencies. However, Android Components has experience implementing bors-ng for their PRs and could be consulted if there are any issues. ### Acceptance Criteria - I should be able ...
1.0
As a developer I want to be able to auto-land PRs - As an engineer, I want to be able to auto-land PRs after tests pass with an autoland bot. ## Dependencies There shouldn't be any dependencies. However, Android Components has experience implementing bors-ng for their PRs and could be consulted if there are any iss...
non_build
as a developer i want to be able to auto land prs as an engineer i want to be able to auto land prs after tests pass with an autoland bot dependencies there shouldn t be any dependencies however android components has experience implementing bors ng for their prs and could be consulted if there are any iss...
0
55,735
13,669,445,334
IssuesEvent
2020-09-29 01:56:28
dart-lang/build
https://api.github.com/repos/dart-lang/build
closed
NoSuchMethodError: The getter 'inputs' was called on null.
package: build_runner_core state: needs info type: bug
**I get this message :** You have hit a bug in build_runner Please file an issue with reproduction steps at https://github.com/dart-lang/build/issues **so, my build environment:** * [2.0.0-edge.be6309690fd60284a87f3258a740c7c30efb1092 ] Dart SDK Version (`dart --version`) * [build_runner ^0.10.0 ] What pa...
1.0
NoSuchMethodError: The getter 'inputs' was called on null. - **I get this message :** You have hit a bug in build_runner Please file an issue with reproduction steps at https://github.com/dart-lang/build/issues **so, my build environment:** * [2.0.0-edge.be6309690fd60284a87f3258a740c7c30efb1092 ] Dart SDK Ve...
build
nosuchmethoderror the getter inputs was called on null i get this message you have hit a bug in build runner please file an issue with reproduction steps at so my build environment dart sdk version dart version what package s from this repo you are using and the version...
1
55,912
8,034,925,424
IssuesEvent
2018-07-30 00:38:22
moment/luxon
https://api.github.com/repos/moment/luxon
closed
Equals method incorrectly compares timezone
good first contribution issue: documentation
According to [documentation](https://moment.github.io/luxon/docs/class/src/datetime.js~DateTime.html#instance-method-equals), ![image](https://user-images.githubusercontent.com/696842/43368590-7aa48f06-9314-11e8-83f2-913a020a80b9.png) However in practice ```typescript const date = DateTime.fromISO('2018-01-01T...
1.0
Equals method incorrectly compares timezone - According to [documentation](https://moment.github.io/luxon/docs/class/src/datetime.js~DateTime.html#instance-method-equals), ![image](https://user-images.githubusercontent.com/696842/43368590-7aa48f06-9314-11e8-83f2-913a020a80b9.png) However in practice ```typescri...
non_build
equals method incorrectly compares timezone according to however in practice typescript const date datetime fromiso zone america los angeles const utcdate datetime fromiso zone utc expect date tomillis toequal utcdate tomillis the followin...
0
140,880
32,073,993,792
IssuesEvent
2023-09-25 09:47:49
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
macholib 1.16.3 has 5 GuardDog issues
guarddog code-execution
https://pypi.org/project/macholib https://inspector.pypi.io/project/macholib ```{ "dependency": "macholib", "version": "1.16.3", "result": { "issues": 5, "errors": {}, "results": { "code-execution": [ { "location": "macholib-1.16.3/setup.py:68", "code": " return bo...
1.0
macholib 1.16.3 has 5 GuardDog issues - https://pypi.org/project/macholib https://inspector.pypi.io/project/macholib ```{ "dependency": "macholib", "version": "1.16.3", "result": { "issues": 5, "errors": {}, "results": { "code-execution": [ { "location": "macholib-1.16.3/setup....
non_build
macholib has guarddog issues dependency macholib version result issues errors results code execution location macholib setup py code return bool eval value variables variables ...
0
84,657
24,374,726,050
IssuesEvent
2022-10-03 23:09:07
google/blockly
https://api.github.com/repos/google/blockly
opened
Investigate node and browser packages of blockly
issue: bug component: build process
<!-- - Thanks for opening an issue for us! Before you open an issue, - please check if a similar issue exists or has been closed before. - - If you're asking a question about how to use Blockly in your application, - please ask questions on the mailing list, instead of filing issues: - https://...
1.0
Investigate node and browser packages of blockly - <!-- - Thanks for opening an issue for us! Before you open an issue, - please check if a similar issue exists or has been closed before. - - If you're asking a question about how to use Blockly in your application, - please ask questions on the mailing ...
build
investigate node and browser packages of blockly thanks for opening an issue for us before you open an issue please check if a similar issue exists or has been closed before if you re asking a question about how to use blockly in your application please ask questions on the mailing ...
1
458,257
13,171,887,724
IssuesEvent
2020-08-11 17:27:17
wevote/WebApp
https://api.github.com/repos/wevote/WebApp
closed
Header Photo Positioning Problem
Priority: 1
1. After signing into an account with a photo, start on this page: https://quality.wevote.us/sustainablefred 2. The profile photo seems higher than it should be. ![Screen Shot 2020-08-07 at 9 38 13 AM](https://user-images.githubusercontent.com/7756031/89667889-bf538200-d891-11ea-85a4-31d9e21e44f1.png) 3. When I op...
1.0
Header Photo Positioning Problem - 1. After signing into an account with a photo, start on this page: https://quality.wevote.us/sustainablefred 2. The profile photo seems higher than it should be. ![Screen Shot 2020-08-07 at 9 38 13 AM](https://user-images.githubusercontent.com/7756031/89667889-bf538200-d891-11ea-85a...
non_build
header photo positioning problem after signing into an account with a photo start on this page the profile photo seems higher than it should be when i open the notifications menu it shifts even higher
0
34,567
9,415,361,504
IssuesEvent
2019-04-10 12:28:51
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Remove manual from OSS repository
C: Build E: All Editions P: Medium R: Fixed T: Task
The manual has been added to Github with 3.9.0 (#3358). This happened in the hopes of people possibly providing PRs for typo fixes. But most such reports are done via Disqus directly on the manual, which is definitely easier for users. We'll remove the manual again from Github
1.0
Remove manual from OSS repository - The manual has been added to Github with 3.9.0 (#3358). This happened in the hopes of people possibly providing PRs for typo fixes. But most such reports are done via Disqus directly on the manual, which is definitely easier for users. We'll remove the manual again from Github
build
remove manual from oss repository the manual has been added to github with this happened in the hopes of people possibly providing prs for typo fixes but most such reports are done via disqus directly on the manual which is definitely easier for users we ll remove the manual again from github
1
341,329
24,694,551,428
IssuesEvent
2022-10-19 11:04:34
DCC-EX/dcc-ex.github.io
https://api.github.com/repos/DCC-EX/dcc-ex.github.io
opened
[Documentation Update]: Refine sensor and output settings
Documentation
### Documentation details Add something like this from Ash. We need a more clear explanation of how JMRI integrates with EX-CS: "EXRAIL automation does not need sensors and vpin outputs pre-defined, as it uses the pin numbers. So there is an added setup step if you use JMRI. JMRI sends the <T> <S> <Z> commands at ...
1.0
[Documentation Update]: Refine sensor and output settings - ### Documentation details Add something like this from Ash. We need a more clear explanation of how JMRI integrates with EX-CS: "EXRAIL automation does not need sensors and vpin outputs pre-defined, as it uses the pin numbers. So there is an added setup step...
non_build
refine sensor and output settings documentation details add something like this from ash we need a more clear explanation of how jmri integrates with ex cs exrail automation does not need sensors and vpin outputs pre defined as it uses the pin numbers so there is an added setup step if you use jmri ...
0
177,228
6,575,828,290
IssuesEvent
2017-09-11 17:29:07
minio/minio
https://api.github.com/repos/minio/minio
closed
[Dockerfile] Add support to create a bucket on startup
priority: medium triage working as intended
## Expected Behavior If the user set the env `CREATE_BUCKET`, the docker entrypoint will create a bucket in minio ## Current Behavior It is not possible ## Possible Solution Add `mc` to minio server dockerfile ## Context When I use minio chart as a dependency of another helm charts, I need to create a bucket m...
1.0
[Dockerfile] Add support to create a bucket on startup - ## Expected Behavior If the user set the env `CREATE_BUCKET`, the docker entrypoint will create a bucket in minio ## Current Behavior It is not possible ## Possible Solution Add `mc` to minio server dockerfile ## Context When I use minio chart as a depen...
non_build
add support to create a bucket on startup expected behavior if the user set the env create bucket the docker entrypoint will create a bucket in minio current behavior it is not possible possible solution add mc to minio server dockerfile context when i use minio chart as a dependency of an...
0
632
2,550,689,539
IssuesEvent
2015-02-01 20:39:13
NREL/OpenStudio
https://api.github.com/repos/NREL/OpenStudio
closed
openStudioVersion in OpenStudio.hxx is difficult to configure correctly (Bugzilla #707)
component - Code severity - Normal Bug
On 2012-05-29 11:40:58, @macumber wrote: > Currently, programmer must change version identifier in their cmake cache manually for version translator to work, this is an easy step to miss. On 2012-06-06 10:41:10, @macumber wrote: > Also, the version is set in both the Idd and the configured file. If a developer does...
1.0
openStudioVersion in OpenStudio.hxx is difficult to configure correctly (Bugzilla #707) - On 2012-05-29 11:40:58, @macumber wrote: > Currently, programmer must change version identifier in their cmake cache manually for version translator to work, this is an easy step to miss. On 2012-06-06 10:41:10, @macumber wrote:...
non_build
openstudioversion in openstudio hxx is difficult to configure correctly bugzilla on macumber wrote currently programmer must change version identifier in their cmake cache manually for version translator to work this is an easy step to miss on macumber wrote also the vers...
0
58,420
14,383,997,224
IssuesEvent
2020-12-02 09:52:47
googleapis/java-aiplatform
https://api.github.com/repos/googleapis/java-aiplatform
opened
aiplatform.GetModelEvaluationVideoObjectTrackingSampleTest: testGetModelEvaluationVideoObjectTrackingSample failed
buildcop: issue priority: p1 type: bug
This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too often, add the `buildcop: quiet` label and I will stop commenting. --- commit: 783580731c9699266ca79b0ed50b03569692...
1.0
aiplatform.GetModelEvaluationVideoObjectTrackingSampleTest: testGetModelEvaluationVideoObjectTrackingSample failed - This test failed! To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop). If I'm commenting on this issue too ...
build
aiplatform getmodelevaluationvideoobjecttrackingsampletest testgetmodelevaluationvideoobjecttrackingsample failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status fail...
1
593,373
17,988,323,493
IssuesEvent
2021-09-15 00:16:48
shoepro/server
https://api.github.com/repos/shoepro/server
closed
[Feat]: Create notice flow
3.0h+ Server Feat Priority: Middle
### ISSUE - Group: `Server` - Type: `Feat` - Time: `3.0h+` - Priority: `Middle` ### TODO 1. [x] Create and Define NoticeController 2. [x] Create and Define NoticeService 3. [x] Create and Define NoticeRepository 4. [x] Create and Define NoticeModel
1.0
[Feat]: Create notice flow - ### ISSUE - Group: `Server` - Type: `Feat` - Time: `3.0h+` - Priority: `Middle` ### TODO 1. [x] Create and Define NoticeController 2. [x] Create and Define NoticeService 3. [x] Create and Define NoticeRepository 4. [x] Create and Define NoticeModel
non_build
create notice flow issue group server type feat time priority middle todo create and define noticecontroller create and define noticeservice create and define noticerepository create and define noticemodel
0
64,602
15,962,335,012
IssuesEvent
2021-04-16 01:04:53
spack/spack
https://api.github.com/repos/spack/spack
opened
Installation issue: charmpp
build-error
<!-- Thanks for taking the time to report this build failure. To proceed with the report please: 1. Title the issue "Installation issue: <name-of-the-package>". 2. Provide the information required below. We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reprod...
1.0
Installation issue: charmpp - <!-- Thanks for taking the time to report this build failure. To proceed with the report please: 1. Title the issue "Installation issue: <name-of-the-package>". 2. Provide the information required below. We encourage you to try, as much as possible, to reduce your problem to the min...
build
installation issue charmpp thanks for taking the time to report this build failure to proceed with the report please title the issue installation issue provide the information required below we encourage you to try as much as possible to reduce your problem to the minimal example that st...
1
22,338
19,098,439,797
IssuesEvent
2021-11-29 19:21:39
tailscale/tailscale
https://api.github.com/repos/tailscale/tailscale
closed
cmd/tailscale: "up" says to use --accept-routes on Synology and then says it's not supported
T5 Usability OS-synology needs-fix bug
Tailscale 1.16.1 on Synology: ``` ash-4.4# tailscale status 100.83.132.98 ds916 bradfitz@ linux - ash-4.4# tailscale up --force-reauth Error: changing settings via 'tailscale up' requires mentioning all non-default flags. To proceed, either re-run your command with --reset or use the co...
True
cmd/tailscale: "up" says to use --accept-routes on Synology and then says it's not supported - Tailscale 1.16.1 on Synology: ``` ash-4.4# tailscale status 100.83.132.98 ds916 bradfitz@ linux - ash-4.4# tailscale up --force-reauth Error: changing settings via 'tailscale up' requires mentio...
non_build
cmd tailscale up says to use accept routes on synology and then says it s not supported tailscale on synology ash tailscale status bradfitz linux ash tailscale up force reauth error changing settings via tailscale up requires mentioning all n...
0
353,518
10,553,592,086
IssuesEvent
2019-10-03 17:34:00
googleapis/google-cloud-go
https://api.github.com/repos/googleapis/google-cloud-go
closed
pubsub: bundle size does not include request overhead
:rotating_light: api: pubsub priority: p1 type: bug
## Expected Behavior Publishing a message containing 1 byte immediately followed by publishing a message with 9999935 byte should work. Publishing them individually *does* work. ## Actual Behavior `rpc error: code = InvalidArgument desc = The value for 10000004 is too large. You passed request_size in the requ...
1.0
pubsub: bundle size does not include request overhead - ## Expected Behavior Publishing a message containing 1 byte immediately followed by publishing a message with 9999935 byte should work. Publishing them individually *does* work. ## Actual Behavior `rpc error: code = InvalidArgument desc = The value for 10...
non_build
pubsub bundle size does not include request overhead expected behavior publishing a message containing byte immediately followed by publishing a message with byte should work publishing them individually does work actual behavior rpc error code invalidargument desc the value for is too...
0
48,049
12,139,642,636
IssuesEvent
2020-04-23 19:11:36
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
Docker packaging tests for ARM
:Core/Infra/Build v7.7.0 v8.0.0
We have a suite of tests for our Docker image in the `DockerTests` class, which can be run via: ./gradlew :qa:os:destructiveDistroTest.default-docker This task is configured to depend on a Docker export task, which itself depends on a Docker build task. This works fine. However following #53936, now we can bu...
1.0
Docker packaging tests for ARM - We have a suite of tests for our Docker image in the `DockerTests` class, which can be run via: ./gradlew :qa:os:destructiveDistroTest.default-docker This task is configured to depend on a Docker export task, which itself depends on a Docker build task. This works fine. Howeve...
build
docker packaging tests for arm we have a suite of tests for our docker image in the dockertests class which can be run via gradlew qa os destructivedistrotest default docker this task is configured to depend on a docker export task which itself depends on a docker build task this works fine howeve...
1
10,884
3,145,702,152
IssuesEvent
2015-09-14 19:16:11
universityofcalifornia/NeXt
https://api.github.com/repos/universityofcalifornia/NeXt
closed
Tidying up the Project Page
READY FOR TESTING
@krozett - this is just what we discussed in the meeting - but I wanted to put it into a ticket: 1) Lets move the top trending project grid underneath the prose on the projects page 2) Lets move the engagement meeter up on the right 3) Add the Word "Project" to the Engagement Meter Label 4) Take the Labs and th...
1.0
Tidying up the Project Page - @krozett - this is just what we discussed in the meeting - but I wanted to put it into a ticket: 1) Lets move the top trending project grid underneath the prose on the projects page 2) Lets move the engagement meeter up on the right 3) Add the Word "Project" to the Engagement Meter L...
non_build
tidying up the project page krozett this is just what we discussed in the meeting but i wanted to put it into a ticket lets move the top trending project grid underneath the prose on the projects page lets move the engagement meeter up on the right add the word project to the engagement meter l...
0
4,418
3,370,335,781
IssuesEvent
2015-11-23 14:47:02
probcomp/bayeslite
https://api.github.com/repos/probcomp/bayeslite
closed
OSX build should not prompt people to install git on launch.
build/tools
Something is probably running git, which will be in the path by default on osx and do this silly prompting.
1.0
OSX build should not prompt people to install git on launch. - Something is probably running git, which will be in the path by default on osx and do this silly prompting.
build
osx build should not prompt people to install git on launch something is probably running git which will be in the path by default on osx and do this silly prompting
1
79,486
22,780,033,231
IssuesEvent
2022-07-08 18:35:27
mapstruct/mapstruct
https://api.github.com/repos/mapstruct/mapstruct
closed
Build fails when running mvn test on an M1 Mac
build
The problem is caused by the `MavenIntegrationTest.protobufBuilderTest`, because it cannot find the required `com.google.protobuf:protoc` library version for the `osx-aarch_64` architecture. Same applies to the `io.grpc:protoc-gen-grpc-java` library. [mvn-test-protobuf-failure-log.txt](https://github.com/mapstruct/m...
1.0
Build fails when running mvn test on an M1 Mac - The problem is caused by the `MavenIntegrationTest.protobufBuilderTest`, because it cannot find the required `com.google.protobuf:protoc` library version for the `osx-aarch_64` architecture. Same applies to the `io.grpc:protoc-gen-grpc-java` library. [mvn-test-protobu...
build
build fails when running mvn test on an mac the problem is caused by the mavenintegrationtest protobufbuildertest because it cannot find the required com google protobuf protoc library version for the osx aarch architecture same applies to the io grpc protoc gen grpc java library versions of ...
1
99,537
30,486,884,730
IssuesEvent
2023-07-18 03:29:33
PaddlePaddle/Paddle
https://api.github.com/repos/PaddlePaddle/Paddle
opened
JSONDecoderError
status/new-issue type/build
### 问题描述 Issue Description 本地linux和windows安装paddle和paddlehub 并check成功,但运行stable_diffusion代码时出现JSONDecoderError,按网上说在C:\users\xx\.paddlehub\conf里面将config.json内容补全,实际上我没有config.json,只有config.yaml,并且新建config.json再次运行代码时这个文件会自动删除。 版本:官方推荐的稳定版本,paddlepaddle-gpu2.4.2-post112(cpu版也装过), paddlehub=2.3.1(往前往后的版本都试过,都会有各种不...
1.0
JSONDecoderError - ### 问题描述 Issue Description 本地linux和windows安装paddle和paddlehub 并check成功,但运行stable_diffusion代码时出现JSONDecoderError,按网上说在C:\users\xx\.paddlehub\conf里面将config.json内容补全,实际上我没有config.json,只有config.yaml,并且新建config.json再次运行代码时这个文件会自动删除。 版本:官方推荐的稳定版本,paddlepaddle-gpu2.4.2-post112(cpu版也装过), paddlehub=2.3....
build
jsondecodererror 问题描述 issue description 本地linux和windows安装paddle和paddlehub 并check成功,但运行stable diffusion代码时出现jsondecodererror,按网上说在c users xx paddlehub conf里面将config json内容补全,实际上我没有config json,只有config yaml,并且新建config json再次运行代码时这个文件会自动删除。 版本:官方推荐的稳定版本,paddlepaddle cpu版也装过 paddlehub (往前往后的版本...
1
81,154
23,401,907,572
IssuesEvent
2022-08-12 08:51:16
root-project/root
https://api.github.com/repos/root-project/root
opened
TBB will be broken with newer versions of Clang
bug in:Build System
Similar to https://github.com/root-project/root/issues/11128, the `builtin_tbb` is affected by the new warning / error about UB in constant expressions: ``` ginclude/tbb/task.h:579:48: error: integer value 2 is outside the valid range of values [0, 1] for this enumeration type [-Wenum-constexpr-conversion] ...
1.0
TBB will be broken with newer versions of Clang - Similar to https://github.com/root-project/root/issues/11128, the `builtin_tbb` is affected by the new warning / error about UB in constant expressions: ``` ginclude/tbb/task.h:579:48: error: integer value 2 is outside the valid range of values [0, 1] for this enumera...
build
tbb will be broken with newer versions of clang similar to the builtin tbb is affected by the new warning error about ub in constant expressions ginclude tbb task h error integer value is outside the valid range of values for this enumeration type ...
1
56,980
3,081,225,508
IssuesEvent
2015-08-22 14:11:49
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
findAllObjectsAtLocation() method in lua
019 enhancement imported Priority-Medium
_From [bobdaduc...@gmail.com](https://code.google.com/u/117749596731898183807/) on June 24, 2013 15:00:37_ Would be nice. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=208_
1.0
findAllObjectsAtLocation() method in lua - _From [bobdaduc...@gmail.com](https://code.google.com/u/117749596731898183807/) on June 24, 2013 15:00:37_ Would be nice. _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=208_
non_build
findallobjectsatlocation method in lua from on june would be nice original issue
0
16,559
6,224,439,198
IssuesEvent
2017-07-10 14:15:48
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Unable to run metabase built from source
Building & Releasing
I'm getting the following error while running metabase.jar built from latest master code v0.23.0-snapshot 0aa2df9 master 2017-02-22' ```02-24 04:21:25 INFO metabase.util :: Loading Metabase... 02-24 04:21:25 INFO util.encryption :: DB details encryption is DISABLED for this Metabase instance. ? 02-24 04:21:29 INF...
1.0
Unable to run metabase built from source - I'm getting the following error while running metabase.jar built from latest master code v0.23.0-snapshot 0aa2df9 master 2017-02-22' ```02-24 04:21:25 INFO metabase.util :: Loading Metabase... 02-24 04:21:25 INFO util.encryption :: DB details encryption is DISABLED for th...
build
unable to run metabase built from source i m getting the following error while running metabase jar built from latest master code snapshot master info metabase util loading metabase info util encryption db details encryption is disabled for this metabase instance ...
1
19,417
6,720,317,086
IssuesEvent
2017-10-16 07:16:47
moby/moby
https://api.github.com/repos/moby/moby
opened
Pull Two Docker images and create a single image file... Couldn't find any solution
area/builder
I have a two docker images pushed to hub and now my requirement is something like this.. I'll pull two docker images in a dockerfile FROM a FROM b And have to create a single docker image and re-push into hub a single docker image.. Will that it be possible ? If so say me suggestions
1.0
Pull Two Docker images and create a single image file... Couldn't find any solution - I have a two docker images pushed to hub and now my requirement is something like this.. I'll pull two docker images in a dockerfile FROM a FROM b And have to create a single docker image and re-push into hub a single docker ima...
build
pull two docker images and create a single image file couldn t find any solution i have a two docker images pushed to hub and now my requirement is something like this i ll pull two docker images in a dockerfile from a from b and have to create a single docker image and re push into hub a single docker ima...
1
67,085
16,816,037,919
IssuesEvent
2021-06-17 07:30:04
Angular-RU/angular-ru-sdk
https://api.github.com/repos/Angular-RU/angular-ru-sdk
reopened
Dependency Dashboard
comp: build & ci
This issue contains a list of Renovate updates and their statuses. ## Pending Approval These branches will be created by Renovate only once you click their checkbox below. - [ ] <!-- approve-branch=renovate/angular -->build: update angular (`@angular-devkit/build-angular`, `@angular/animations`, `@angular/common`, ...
1.0
Dependency Dashboard - This issue contains a list of Renovate updates and their statuses. ## Pending Approval These branches will be created by Renovate only once you click their checkbox below. - [ ] <!-- approve-branch=renovate/angular -->build: update angular (`@angular-devkit/build-angular`, `@angular/animation...
build
dependency dashboard this issue contains a list of renovate updates and their statuses pending approval these branches will be created by renovate only once you click their checkbox below build update angular angular devkit build angular angular animations angular common angular compiler...
1
450,332
13,002,431,675
IssuesEvent
2020-07-24 03:16:41
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Audio feedback
Category: Audio Epic Priority: Medium Status: Fixed
- [x] 'Tick' sound when clicking UI is a bit prominent/tinny. In general would like to smooth out the percussive element of a lot of the UI sounds, make them more relaxing, something youd head in an ASMR video. In general I'd like to have the soundscape for the UI be pretty subtle and relaxing, a lot of the UI sounds ...
1.0
Audio feedback - - [x] 'Tick' sound when clicking UI is a bit prominent/tinny. In general would like to smooth out the percussive element of a lot of the UI sounds, make them more relaxing, something youd head in an ASMR video. In general I'd like to have the soundscape for the UI be pretty subtle and relaxing, a lot...
non_build
audio feedback tick sound when clicking ui is a bit prominent tinny in general would like to smooth out the percussive element of a lot of the ui sounds make them more relaxing something youd head in an asmr video in general i d like to have the soundscape for the ui be pretty subtle and relaxing a lot o...
0
136,486
18,737,300,732
IssuesEvent
2021-11-04 09:22:01
OmeChat/server
https://api.github.com/repos/OmeChat/server
closed
improve checks at age tolerance
social security
Make sure there are no illegal age searches. The tolerance should not be greater than 5. You are not allowed to search for people under 16 years, if you are older than 18
True
improve checks at age tolerance - Make sure there are no illegal age searches. The tolerance should not be greater than 5. You are not allowed to search for people under 16 years, if you are older than 18
non_build
improve checks at age tolerance make sure there are no illegal age searches the tolerance should not be greater than you are not allowed to search for people under years if you are older than
0
83,036
23,948,120,173
IssuesEvent
2022-09-12 09:09:57
hyperledger/caliper-benchmarks
https://api.github.com/repos/hyperledger/caliper-benchmarks
closed
Investigate and if possible cache the various docker images used by the build
enhancement build
see https://github.com/hyperledger/caliper/1373 We can look at the same
1.0
Investigate and if possible cache the various docker images used by the build - see https://github.com/hyperledger/caliper/1373 We can look at the same
build
investigate and if possible cache the various docker images used by the build see we can look at the same
1
771,786
27,092,273,106
IssuesEvent
2023-02-14 22:14:14
texas-mcallen-mission/key-indicator-system
https://api.github.com/repos/texas-mcallen-mission/key-indicator-system
opened
Make better manual commands drop-down generator
enhancement low priority
The current one doesn't do anywhere near everything we'd like it to. Making some sort of config thing that works with this is not a high priority, but would make it a lot easier to work with stuff when we don't have access to a full-blown computer.
1.0
Make better manual commands drop-down generator - The current one doesn't do anywhere near everything we'd like it to. Making some sort of config thing that works with this is not a high priority, but would make it a lot easier to work with stuff when we don't have access to a full-blown computer.
non_build
make better manual commands drop down generator the current one doesn t do anywhere near everything we d like it to making some sort of config thing that works with this is not a high priority but would make it a lot easier to work with stuff when we don t have access to a full blown computer
0
296,965
9,158,915,537
IssuesEvent
2019-03-01 00:10:17
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Temp label id set for non label events due to usage of return key from description field to close context menu
NextCity Priority: Low bug logging potential-intern-assignment pull-request-submitted quality-control
This is from testing #945: In the `audit_task_interaction` table, the non-label logs ideally shouldn't have temp label id set. So the code sets the current label to be null when the context menu is closed. This code works for all events except when the context menu is closed by pressing enter/return key after the u...
1.0
Temp label id set for non label events due to usage of return key from description field to close context menu - This is from testing #945: In the `audit_task_interaction` table, the non-label logs ideally shouldn't have temp label id set. So the code sets the current label to be null when the context menu is close...
non_build
temp label id set for non label events due to usage of return key from description field to close context menu this is from testing in the audit task interaction table the non label logs ideally shouldn t have temp label id set so the code sets the current label to be null when the context menu is closed ...
0
37,710
10,061,356,383
IssuesEvent
2019-07-22 21:07:31
jupyterlab/jupyterlab
https://api.github.com/repos/jupyterlab/jupyterlab
closed
Add ability to run page load tests
tag:Build System type:Enhancement
We should add some way of benchmarking the load time for the site. Then, when we are trying different build options, like module splitting, we have a way of systematically evaluating their effect on performance. I have had luck with the Lighthouse chrome tool before, and I think they have a way of running it from the c...
1.0
Add ability to run page load tests - We should add some way of benchmarking the load time for the site. Then, when we are trying different build options, like module splitting, we have a way of systematically evaluating their effect on performance. I have had luck with the Lighthouse chrome tool before, and I think the...
build
add ability to run page load tests we should add some way of benchmarking the load time for the site then when we are trying different build options like module splitting we have a way of systematically evaluating their effect on performance i have had luck with the lighthouse chrome tool before and i think the...
1
49,648
13,187,245,183
IssuesEvent
2020-08-13 02:48:24
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[tpx] uninitilezed value (Trac #1804)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1804">https://code.icecube.wisc.edu/ticket/1804</a>, reported by kjmeagher and owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2016-12-02T09:04:06", "description": "found by static analy...
1.0
[tpx] uninitilezed value (Trac #1804) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1804">https://code.icecube.wisc.edu/ticket/1804</a>, reported by kjmeagher and owned by kjmeagher</em></summary> <p> ```json { "status": "closed", "changetime": "2016-12-02T09:04:06", ...
non_build
uninitilezed value trac migrated from json status closed changetime description found by static analysis reporter kjmeagher cc resolution invalid ts component combo reconstruction summary ...
0
67,491
14,878,547,942
IssuesEvent
2021-01-20 05:57:55
turkdevops/angular
https://api.github.com/repos/turkdevops/angular
opened
WS-2020-0091 (High) detected in multiple libraries
security vulnerability
## WS-2020-0091 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>http-proxy-1.16.2.tgz</b>, <b>http-proxy-1.17.0.tgz</b>, <b>http-proxy-1.18.0.tgz</b>, <b>http-proxy-1.15.2.tgz</b></p>...
True
WS-2020-0091 (High) detected in multiple libraries - ## WS-2020-0091 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>http-proxy-1.16.2.tgz</b>, <b>http-proxy-1.17.0.tgz</b>, <b>http-p...
non_build
ws high detected in multiple libraries ws high severity vulnerability vulnerable libraries http proxy tgz http proxy tgz http proxy tgz http proxy tgz http proxy tgz http proxying for the masses library home page a href path to depende...
0
14,317
4,877,777,071
IssuesEvent
2016-11-16 16:28:19
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Module/Article edit.
No Code Attached Yet
### Steps to reproduce the issue After updating to newest version of Joomla (3.6.4) I started having problems with module, articles, menu editing. After logging in to the backend I edit e.g. module, save and exit it and when i want to edit anything else, module, article, menu, joomla breaks.(included gif). Also some...
1.0
Module/Article edit. - ### Steps to reproduce the issue After updating to newest version of Joomla (3.6.4) I started having problems with module, articles, menu editing. After logging in to the backend I edit e.g. module, save and exit it and when i want to edit anything else, module, article, menu, joomla breaks.(inc...
non_build
module article edit steps to reproduce the issue after updating to newest version of joomla i started having problems with module articles menu editing after logging in to the backend i edit e g module save and exit it and when i want to edit anything else module article menu joomla breaks inc...
0
100,990
30,840,955,790
IssuesEvent
2023-08-02 10:35:55
spack/spack
https://api.github.com/repos/spack/spack
closed
Installation issue: Rust
build-error
### Steps to reproduce the issue ```console Input spec -------------------------------- - rust Concretized -------------------------------- - rust@1.70.0%gcc@11.4.0~analysis+clippy~docs+rustfmt+src build_system=generic arch=linux-ubuntu22.04-skylake [+] ^cmake@3.26.3%gcc@11.4.0~doc+ncurses+ownlibs~...
1.0
Installation issue: Rust - ### Steps to reproduce the issue ```console Input spec -------------------------------- - rust Concretized -------------------------------- - rust@1.70.0%gcc@11.4.0~analysis+clippy~docs+rustfmt+src build_system=generic arch=linux-ubuntu22.04-skylake [+] ^cmake@3.26.3%gcc@...
build
installation issue rust steps to reproduce the issue console input spec rust concretized rust gcc analysis clippy docs rustfmt src build system generic arch linux skylake cmake gcc doc ncu...
1
87,835
10,556,407,386
IssuesEvent
2019-10-04 01:41:04
v-community/learnvinyminutes
https://api.github.com/repos/v-community/learnvinyminutes
closed
README
documentation
I'm working on the README for this repo. I should have it posted no later than 9pm EDT [UTC-4] tonight.
1.0
README - I'm working on the README for this repo. I should have it posted no later than 9pm EDT [UTC-4] tonight.
non_build
readme i m working on the readme for this repo i should have it posted no later than edt tonight
0
84,265
24,263,371,374
IssuesEvent
2022-09-28 02:25:57
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
Compile error returning copied variable in 22.9
build
> Make sure that `git diff` result is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.com/docs/en/development/build/ **Operating system** > OS kind or distribution, specific version/release, non-standard kerne...
1.0
Compile error returning copied variable in 22.9 - > Make sure that `git diff` result is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.com/docs/en/development/build/ **Operating system** > OS kind or distribu...
build
compile error returning copied variable in make sure that git diff result is empty and you ve just pulled fresh master try cleaning up cmake cache just in case official build instructions are published here operating system os kind or distribution specific version release non standard kern...
1
14,034
8,446,183,275
IssuesEvent
2018-10-19 01:07:41
chanzuckerberg/cellxgene
https://api.github.com/repos/chanzuckerberg/cellxgene
closed
Out of memory crash due to large metadata cardinality
bug frontend performance
If a data set contains an annotation (metadata) field with large cardinality, the application will attempt to display *every* possible category in the Categorical Metadata selection UI. This may cause the browser to crash (out of memory) as a very large number of DOM elements are created. Best case, it also hangs t...
True
Out of memory crash due to large metadata cardinality - If a data set contains an annotation (metadata) field with large cardinality, the application will attempt to display *every* possible category in the Categorical Metadata selection UI. This may cause the browser to crash (out of memory) as a very large number o...
non_build
out of memory crash due to large metadata cardinality if a data set contains an annotation metadata field with large cardinality the application will attempt to display every possible category in the categorical metadata selection ui this may cause the browser to crash out of memory as a very large number o...
0
53,608
13,851,432,554
IssuesEvent
2020-10-15 03:58:47
MarenCarlo/Cursalia
https://api.github.com/repos/MarenCarlo/Cursalia
opened
CVE-2020-11023 (Medium) detected in jquery-3.4.1.min.js
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.4.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="ht...
True
CVE-2020-11023 (Medium) detected in jquery-3.4.1.min.js - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-3.4.1.min.js</b></p></summary> <p>JavaScript librar...
non_build
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to vulnerable library cursalia js jquery min js dependency hierarchy x jquery ...
0
78,104
22,144,232,566
IssuesEvent
2022-06-03 10:10:19
harboat/Battleships
https://api.github.com/repos/harboat/Battleships
closed
Exclude Lombok from SpotBugs
build
### Description: Currently SpotBugs fails because of Lombok dependency. For that reason Lombok issues should be ignored by SpotBugs. ### AC: - [x] SpotBugs doesn't fail because of Lombok dependencies
1.0
Exclude Lombok from SpotBugs - ### Description: Currently SpotBugs fails because of Lombok dependency. For that reason Lombok issues should be ignored by SpotBugs. ### AC: - [x] SpotBugs doesn't fail because of Lombok dependencies
build
exclude lombok from spotbugs description currently spotbugs fails because of lombok dependency for that reason lombok issues should be ignored by spotbugs ac spotbugs doesn t fail because of lombok dependencies
1
54,098
13,251,357,508
IssuesEvent
2020-08-20 01:55:14
beaverbuilder/feature-requests
https://api.github.com/repos/beaverbuilder/feature-requests
opened
Add Publish button beside Done button
Beaver Builder
Add a Publish button beside the Done button so that people don't have to click twice to publish a page. I could type control-P if my hand was on the keyboard, but my hand is always on the mouse when building pages and setting style options in modules. It's an easy technical fix, has low risk of failure, doesn't ...
1.0
Add Publish button beside Done button - Add a Publish button beside the Done button so that people don't have to click twice to publish a page. I could type control-P if my hand was on the keyboard, but my hand is always on the mouse when building pages and setting style options in modules. It's an easy technica...
build
add publish button beside done button add a publish button beside the done button so that people don t have to click twice to publish a page i could type control p if my hand was on the keyboard but my hand is always on the mouse when building pages and setting style options in modules it s an easy technica...
1
35,262
9,554,964,619
IssuesEvent
2019-05-03 00:20:27
skpm/skpm
https://api.github.com/repos/skpm/skpm
closed
Clean up a long running script before running it again
blocked builder enhancement
Ref https://github.com/BohemianCoding/SketchAPI/pull/165 When you are working with a webview for example, the workflow becomes less than ideal: you need to restart sketch everytime you change something. It would be nice if, instead of directly running the plugin, we could clean the previous one before running the...
1.0
Clean up a long running script before running it again - Ref https://github.com/BohemianCoding/SketchAPI/pull/165 When you are working with a webview for example, the workflow becomes less than ideal: you need to restart sketch everytime you change something. It would be nice if, instead of directly running the p...
build
clean up a long running script before running it again ref when you are working with a webview for example the workflow becomes less than ideal you need to restart sketch everytime you change something it would be nice if instead of directly running the plugin we could clean the previous one before runni...
1
36,681
9,856,903,638
IssuesEvent
2019-06-20 00:07:29
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
Production build with PWA does not show correct error info
comp: devkit/build-angular freq1: low severity5: regression type: bug/fix
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, or progress updates. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅...
1.0
Production build with PWA does not show correct error info - <!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 Oh hi there! 😄 To expedite issue processing please search open and closed issues before submitting a new one. Existing issues often contain information about workarounds, resolution, o...
build
production build with pwa does not show correct error info 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one existing issues often contain information about workarounds resolution o...
1
191,489
22,215,790,627
IssuesEvent
2022-06-08 01:24:00
YaronSpawn/NodeGoat
https://api.github.com/repos/YaronSpawn/NodeGoat
opened
CVE-2022-21681 (High) detected in marked-0.3.9.tgz
security vulnerability
## CVE-2022-21681 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.9.tgz</b></p></summary> <p>A markdown parser built for speed</p> <p>Library home page: <a href="https://reg...
True
CVE-2022-21681 (High) detected in marked-0.3.9.tgz - ## CVE-2022-21681 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>marked-0.3.9.tgz</b></p></summary> <p>A markdown parser built for...
non_build
cve high detected in marked tgz cve high severity vulnerability vulnerable library marked tgz a markdown parser built for speed library home page a href path to dependency file package json path to vulnerable library node modules marked package json dependency ...
0
73,428
19,682,395,483
IssuesEvent
2022-01-11 18:04:43
E3SM-Project/E3SM
https://api.github.com/repos/E3SM-Project/E3SM
closed
Discussion: cmake build system issues
CMake build system
@rljacob , @jonbob , @akturner , @amametjanov , @worleyph , I really want for everyone to feel like the new E3SM build system is working well for them. Let's use this issue as a place for discussion and gathering problems with the new system. Please see this documentation page if you haven't already: https://acme-cl...
1.0
Discussion: cmake build system issues - @rljacob , @jonbob , @akturner , @amametjanov , @worleyph , I really want for everyone to feel like the new E3SM build system is working well for them. Let's use this issue as a place for discussion and gathering problems with the new system. Please see this documentation page...
build
discussion cmake build system issues rljacob jonbob akturner amametjanov worleyph i really want for everyone to feel like the new build system is working well for them let s use this issue as a place for discussion and gathering problems with the new system please see this documentation page if...
1
9,133
4,422,522,281
IssuesEvent
2016-08-16 03:10:44
rethinkdb/horizon
https://api.github.com/repos/rethinkdb/horizon
opened
Consider moving packaging from webpack to rollup
build system client
Since we're in es6 (soon to also be typescript) it would be nice to take advantage of rollup's benefits in bundle size. Right now it's not too feasible since we'd want rxjs to come along for the ride, and their `add/operator/*` modules aren't handled properly by rollup at the moment: https://github.com/ReactiveX/rxj...
1.0
Consider moving packaging from webpack to rollup - Since we're in es6 (soon to also be typescript) it would be nice to take advantage of rollup's benefits in bundle size. Right now it's not too feasible since we'd want rxjs to come along for the ride, and their `add/operator/*` modules aren't handled properly by rol...
build
consider moving packaging from webpack to rollup since we re in soon to also be typescript it would be nice to take advantage of rollup s benefits in bundle size right now it s not too feasible since we d want rxjs to come along for the ride and their add operator modules aren t handled properly by rollu...
1
609,037
18,852,192,124
IssuesEvent
2021-11-11 22:36:24
Alluxio/alluxio
https://api.github.com/repos/Alluxio/alluxio
closed
Suspected Worker DataMessageMarshaller.mBufferMap memory leak
priority-high type-bug area-master
Worker reports errors in read-only scenarios, and memory grows rapidly at the same time,What caused the error in the picture below: ![image](https://user-images.githubusercontent.com/68948288/140754782-14197716-b064-41ec-8707-4626901fea57.png) worker jvm dump: ![image](https://user-images.githubusercontent.co...
1.0
Suspected Worker DataMessageMarshaller.mBufferMap memory leak - Worker reports errors in read-only scenarios, and memory grows rapidly at the same time,What caused the error in the picture below: ![image](https://user-images.githubusercontent.com/68948288/140754782-14197716-b064-41ec-8707-4626901fea57.png) wor...
non_build
suspected worker datamessagemarshaller mbuffermap memory leak worker reports errors in read only scenarios and memory grows rapidly at the same time,what caused the error in the picture below: worker jvm dump: it can be seen from the figure that datamessagemarshaller mbuffermap takes up a lot of...
0
80,510
23,227,946,321
IssuesEvent
2022-08-03 03:35:06
PowerShell/PowerShell
https://api.github.com/repos/PowerShell/PowerShell
closed
Add test for verifying the default language mode
BVT/DRT Area-Maintainers-Build Up-for-Grabs In-PR
## Steps to reproduce Potentially a test issue. .\runlite -suite Scripting.CoreLanguage.CoreLanguageTest -pri -test DefaultExecutionContextSessionStateLanguageModeInRemoteSession ## Expected behavior The language mode is FullLanguage. ## Actual behavior LanguageMode is 3. Exception calling "Invoke" with "0" argu...
1.0
Add test for verifying the default language mode - ## Steps to reproduce Potentially a test issue. .\runlite -suite Scripting.CoreLanguage.CoreLanguageTest -pri -test DefaultExecutionContextSessionStateLanguageModeInRemoteSession ## Expected behavior The language mode is FullLanguage. ## Actual behavior LanguageMo...
build
add test for verifying the default language mode steps to reproduce potentially a test issue runlite suite scripting corelanguage corelanguagetest pri test defaultexecutioncontextsessionstatelanguagemodeinremotesession expected behavior the language mode is fulllanguage actual behavior languagemo...
1
566,871
16,832,510,978
IssuesEvent
2021-06-18 07:36:12
JulianTek/dotNetRogue
https://api.github.com/repos/JulianTek/dotNetRogue
closed
When an enemy is killed, gold is gained
medium priority user story
Acceptance criteria: -A player's gold starts at 0 -A message is displayed below the regular messagebox Definition of done: -Tests are written -Tests pass -Code is clear -Code is readable
1.0
When an enemy is killed, gold is gained - Acceptance criteria: -A player's gold starts at 0 -A message is displayed below the regular messagebox Definition of done: -Tests are written -Tests pass -Code is clear -Code is readable
non_build
when an enemy is killed gold is gained acceptance criteria a player s gold starts at a message is displayed below the regular messagebox definition of done tests are written tests pass code is clear code is readable
0
121,711
16,017,711,113
IssuesEvent
2021-04-20 18:10:49
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
[proposal] provide a way to prevent DataRow to receive focus
f: material design framework passed first triage proposal severe: new feature
i have a DataTable and added textfield in each cell. i have two columns and three rows . when i press tabkey its not working properly or when i use up and down arrow key it not work properly
1.0
[proposal] provide a way to prevent DataRow to receive focus - i have a DataTable and added textfield in each cell. i have two columns and three rows . when i press tabkey its not working properly or when i use up and down arrow key it not work properly
non_build
provide a way to prevent datarow to receive focus i have a datatable and added textfield in each cell i have two columns and three rows when i press tabkey its not working properly or when i use up and down arrow key it not work properly
0
68,804
17,405,923,347
IssuesEvent
2021-08-03 05:50:52
foolip/mdn-bcd-collector
https://api.github.com/repos/foolip/mdn-bcd-collector
opened
Replace "return false" in tests with more verbosity
Component: Build Priority: Medium
This is something that's come up in previous verbal discussion, and is a part of why #607 was created. I was thinking that we could replace the returned value of `return false;` with more verbose results, indicating where exactly the test had failed. In other words, we could pass a result object, like `{result: false...
1.0
Replace "return false" in tests with more verbosity - This is something that's come up in previous verbal discussion, and is a part of why #607 was created. I was thinking that we could replace the returned value of `return false;` with more verbose results, indicating where exactly the test had failed. In other word...
build
replace return false in tests with more verbosity this is something that s come up in previous verbal discussion and is a part of why was created i was thinking that we could replace the returned value of return false with more verbose results indicating where exactly the test had failed in other words ...
1
132,351
10,742,140,476
IssuesEvent
2019-10-29 21:47:59
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Test: default node internals in skipFiles
testplan-item
Refs: https://github.com/microsoft/vscode/issues/69959 - [x] any os @RMacfarlane - [x] Windows @eamodio Complexity: 3 1. Run the following command in an empty folder, then open that folder in VS Code ``` echo '{"main":"foo.js"}' > package.json && echo "debugger; require('fs').readFileSync('package...
1.0
Test: default node internals in skipFiles - Refs: https://github.com/microsoft/vscode/issues/69959 - [x] any os @RMacfarlane - [x] Windows @eamodio Complexity: 3 1. Run the following command in an empty folder, then open that folder in VS Code ``` echo '{"main":"foo.js"}' > package.json && echo "d...
non_build
test default node internals in skipfiles refs any os rmacfarlane windows eamodio complexity run the following command in an empty folder then open that folder in vs code echo main foo js package json echo debugger require fs readfilesync package json ...
0
26,768
13,103,299,103
IssuesEvent
2020-08-04 08:19:55
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Storyboarded maps with lots of animations degrade in performance over time
area:storyboard type:performance
**Describe the bug:** Playing any version of [this beatmapset](https://osu.ppy.sh/beatmapsets/1130581#osu/2361608) with the storyboard enabled causes a cumulative loss of update FPS that continues until the map is quit, at which point it recovers completely. **Screenshots or videos showing encountered issue:** ...
True
Storyboarded maps with lots of animations degrade in performance over time - **Describe the bug:** Playing any version of [this beatmapset](https://osu.ppy.sh/beatmapsets/1130581#osu/2361608) with the storyboard enabled causes a cumulative loss of update FPS that continues until the map is quit, at which point it r...
non_build
storyboarded maps with lots of animations degrade in performance over time describe the bug playing any version of with the storyboard enabled causes a cumulative loss of update fps that continues until the map is quit at which point it recovers completely screenshots or videos showing encountered...
0
81,827
23,588,282,507
IssuesEvent
2022-08-23 13:23:07
software-mansion/react-native-reanimated
https://api.github.com/repos/software-mansion/react-native-reanimated
closed
Could not build module 'React' from REAEventDispatcher.h #import <React/RCTEventDispatcher.h>
Missing repro Build or config issue Platform: iOS Missing info
### Description I was just enabling `NEW_ARCH` by `USE_FABRIC=1 RCT_NEW_ARCH_ENABLED=1 pod install` and getting these errors from Xcode `/project/ios/Pods/Headers/Public/hermes-engine/hermes/hermes.h:11:10: 'exception' file not found` `/project/ios/Pods/Headers/Private/React-bridging/react/bridging/react/bridg...
1.0
Could not build module 'React' from REAEventDispatcher.h #import <React/RCTEventDispatcher.h> - ### Description I was just enabling `NEW_ARCH` by `USE_FABRIC=1 RCT_NEW_ARCH_ENABLED=1 pod install` and getting these errors from Xcode `/project/ios/Pods/Headers/Public/hermes-engine/hermes/hermes.h:11:10: 'exception...
build
could not build module react from reaeventdispatcher h import description i was just enabling new arch by use fabric rct new arch enabled pod install and getting these errors from xcode project ios pods headers public hermes engine hermes hermes h exception file not found projec...
1
73,202
8,839,276,392
IssuesEvent
2019-01-06 04:00:07
dpc/crev
https://api.github.com/repos/dpc/crev
closed
Reviewing own crate
design enhancement
It is probably not desirable to extract owner information from `crates.io`, instead this could just be a claim made in a crate review. This would make it independent of the package manager used. It would still be useful to have an ownership claim. If a package is written by someone you trust, you can use their 'I ow...
1.0
Reviewing own crate - It is probably not desirable to extract owner information from `crates.io`, instead this could just be a claim made in a crate review. This would make it independent of the package manager used. It would still be useful to have an ownership claim. If a package is written by someone you trust, y...
non_build
reviewing own crate it is probably not desirable to extract owner information from crates io instead this could just be a claim made in a crate review this would make it independent of the package manager used it would still be useful to have an ownership claim if a package is written by someone you trust y...
0
2,407
2,525,844,011
IssuesEvent
2015-01-21 06:39:51
graybeal/ont
https://api.github.com/repos/graybeal/ont
closed
allow user-given namespace (URI) in voc2rdf
1 star enhancement imported Milestone-Release1.2 Priority-High voc2rdf
_From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on November 20, 2008 08:07:22_ What capability do you want added or improved? Instead of the given mmisw.org-based URI, allow the user to specify it. Where do you want this capability to be accessible? voc2rdf What sort of input/command mechan...
1.0
allow user-given namespace (URI) in voc2rdf - _From [caru...@gmail.com](https://code.google.com/u/113886747689301365533/) on November 20, 2008 08:07:22_ What capability do you want added or improved? Instead of the given mmisw.org-based URI, allow the user to specify it. Where do you want this capability to be accessi...
non_build
allow user given namespace uri in from on november what capability do you want added or improved instead of the given mmisw org based uri allow the user to specify it where do you want this capability to be accessible what sort of input command mechanism do you want a checkbox and text fi...
0
24,461
7,517,618,768
IssuesEvent
2018-04-12 04:44:47
jeff1evesque/machine-learning
https://api.github.com/repos/jeff1evesque/machine-learning
closed
Update 'vagrant-puppet-install' to '5.x'
build enhancement invalid
We need to update our current puppet version to `5.x`, to avoid the following traceback: ```bash $ vagrant up ... ==> main: Checking for guest additions in VM... ==> main: Mounting shared folders... main: /vagrant => /Users/jeffrey/web-projects/machine-learning main: /tmp/vagrant-puppet/environments =>...
1.0
Update 'vagrant-puppet-install' to '5.x' - We need to update our current puppet version to `5.x`, to avoid the following traceback: ```bash $ vagrant up ... ==> main: Checking for guest additions in VM... ==> main: Mounting shared folders... main: /vagrant => /Users/jeffrey/web-projects/machine-learning ...
build
update vagrant puppet install to x we need to update our current puppet version to x to avoid the following traceback bash vagrant up main checking for guest additions in vm main mounting shared folders main vagrant users jeffrey web projects machine learning ...
1
87,721
25,195,283,171
IssuesEvent
2022-11-12 12:32:39
trilinos/Trilinos
https://api.github.com/repos/trilinos/Trilinos
closed
ROL tests failing in ATDM Trilinos builds starting 07-21-2020
type: bug pkg: ROL impacting: tests client: ATDM ATDM Sev: Blocker PA: Nonlinear Solvers MARKED_FOR_CLOSURE CLOSED_DUE_TO_INACTIVITY Primary Build
CC: @trilinos/rol, @rppawlo, @jwillenbring, @bartlettroscoe ## Next Action Status <status-and-or-first-action> ## Description As shown in [this query](https://testing-dev.sandia.gov/cdash/queryTests.php?project=Trilinos&begin=2020-07-21&end=2021-01-19&filtercount=4&showfilters=1&filtercombine=and&field...
1.0
ROL tests failing in ATDM Trilinos builds starting 07-21-2020 - CC: @trilinos/rol, @rppawlo, @jwillenbring, @bartlettroscoe ## Next Action Status <status-and-or-first-action> ## Description As shown in [this query](https://testing-dev.sandia.gov/cdash/queryTests.php?project=Trilinos&begin=2020-07-21&en...
build
rol tests failing in atdm trilinos builds starting cc trilinos rol rppawlo jwillenbring bartlettroscoe next action status description as shown in click shown matching output in upper right the tests rol example pde opt stefan boltzmann example mpi rol exa...
1
92,249
26,629,179,239
IssuesEvent
2023-01-24 16:33:29
AcademySoftwareFoundation/OpenRV
https://api.github.com/repos/AcademySoftwareFoundation/OpenRV
closed
Build Error for Centos 7
build
I'm Getting Build error at the step: [Configure](https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/doc/build_system/config_linux_centos7.md#configure). Please find the attached logs here. [build_error.txt](https://github.com/AcademySoftwareFoundation/OpenRV/files/10456399/build_error.txt)
1.0
Build Error for Centos 7 - I'm Getting Build error at the step: [Configure](https://github.com/AcademySoftwareFoundation/OpenRV/blob/main/doc/build_system/config_linux_centos7.md#configure). Please find the attached logs here. [build_error.txt](https://github.com/AcademySoftwareFoundation/OpenRV/files/10456399/buil...
build
build error for centos i m getting build error at the step please find the attached logs here
1
56,964
13,958,788,005
IssuesEvent
2020-10-24 13:38:32
azonenberg/scopehal-apps
https://api.github.com/repos/azonenberg/scopehal-apps
closed
Unit testing
build
Top level meta-issue for setting up some kind of unit test framework. CTest may be worth using since it integrates well with CMake, but I'm open to other options. The hard part of course is going to be figuring out what to test, refactoring code to be more testable, etc.
1.0
Unit testing - Top level meta-issue for setting up some kind of unit test framework. CTest may be worth using since it integrates well with CMake, but I'm open to other options. The hard part of course is going to be figuring out what to test, refactoring code to be more testable, etc.
build
unit testing top level meta issue for setting up some kind of unit test framework ctest may be worth using since it integrates well with cmake but i m open to other options the hard part of course is going to be figuring out what to test refactoring code to be more testable etc
1
3,689
3,222,404,856
IssuesEvent
2015-10-09 00:42:33
mapbox/mapbox-gl-native
https://api.github.com/repos/mapbox/mapbox-gl-native
closed
Update .gitignore for moved access token
Android build in progress
Wash up from https://github.com/mapbox/mapbox-gl-native/pull/2567 `token.txt` location was moved, but not updated in the `.gitignore`. Also will mark new `ApiAccess` class `final`.
1.0
Update .gitignore for moved access token - Wash up from https://github.com/mapbox/mapbox-gl-native/pull/2567 `token.txt` location was moved, but not updated in the `.gitignore`. Also will mark new `ApiAccess` class `final`.
build
update gitignore for moved access token wash up from token txt location was moved but not updated in the gitignore also will mark new apiaccess class final
1
200,800
7,016,730,796
IssuesEvent
2017-12-21 06:00:13
wso2/message-broker
https://api.github.com/repos/wso2/message-broker
closed
SSL support over AMQP
Module/broker-amqp Priority/Normal Severity/Critical Type/New Feature
### Description Use TLS to provide encryption support over AMQP. We should be able to do this with the netty handlers available.
1.0
SSL support over AMQP - ### Description Use TLS to provide encryption support over AMQP. We should be able to do this with the netty handlers available.
non_build
ssl support over amqp description use tls to provide encryption support over amqp we should be able to do this with the netty handlers available
0
130,180
10,600,339,686
IssuesEvent
2019-10-10 09:51:05
Constellation-Labs/constellation
https://api.github.com/repos/Constellation-Labs/constellation
opened
Joining to the existing cluster stuck on DownloadInProgress state
bug testnet
**Steps to reproduce:** 1. Existing cluster is on ~1632 snapshot height 2. Joining to the existing cluster stuck in the middle of downloading. There are no additional logs except following ones: ``` 09:25:45.073 [Constellation-akka.actor.default-dispatcher-19] DEBUG o.c.p2p.PeerAPI - Handle finished checkpoint for ...
1.0
Joining to the existing cluster stuck on DownloadInProgress state - **Steps to reproduce:** 1. Existing cluster is on ~1632 snapshot height 2. Joining to the existing cluster stuck in the middle of downloading. There are no additional logs except following ones: ``` 09:25:45.073 [Constellation-akka.actor.default-di...
non_build
joining to the existing cluster stuck on downloadinprogress state steps to reproduce existing cluster is on snapshot height joining to the existing cluster stuck in the middle of downloading there are no additional logs except following ones debug o c peerapi handle finished chec...
0
48,718
12,235,304,488
IssuesEvent
2020-05-04 14:42:13
coq/coq
https://api.github.com/repos/coq/coq
closed
Dune build: documentation in Makefile.dune seems to be outdated / misleading
kind: documentation kind: infrastructure needs: triage part: build
The documentation in Makefile.dune includes: ``` @echo " To run an app \\in {coqc,coqtop,coqbyte,coqide}:" @echo "" @echo " - use 'dune exec -- dev/shim/app-prelude args'" @echo "" ``` This seems to be outdated - the file dev/shim/app-prelude does not exist and the file dev/shim/dune seems to have a differe...
1.0
Dune build: documentation in Makefile.dune seems to be outdated / misleading - The documentation in Makefile.dune includes: ``` @echo " To run an app \\in {coqc,coqtop,coqbyte,coqide}:" @echo "" @echo " - use 'dune exec -- dev/shim/app-prelude args'" @echo "" ``` This seems to be outdated - the file dev/shi...
build
dune build documentation in makefile dune seems to be outdated misleading the documentation in makefile dune includes echo to run an app in coqc coqtop coqbyte coqide echo echo use dune exec dev shim app prelude args echo this seems to be outdated the file dev shi...
1
150,638
11,980,026,811
IssuesEvent
2020-04-07 08:38:48
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
closed
Add tests against Elasticsearch
kind:enhancement legacy topic:tests
Add few tests against Elasticsearch services in the post install suite.
1.0
Add tests against Elasticsearch - Add few tests against Elasticsearch services in the post install suite.
non_build
add tests against elasticsearch add few tests against elasticsearch services in the post install suite
0
714,652
24,569,328,941
IssuesEvent
2022-10-13 07:21:33
sapa/performing-arts-ch-templates
https://api.github.com/repos/sapa/performing-arts-ch-templates
opened
Delete Function on all Templates
Priority A Blocker
After #126 You have deployed the Function "Delete" on the Template:Person, Template:Group, could you also done it for: - Template:Venue [Exemple](https://www.dev.performing-arts.ch/resource/?uri=http%3A%2F%2Fdata.performing-arts.ch%2Fo%2F135915f4-7866-40ac-ad0e-b495f1d16508&semanticSearch-mainSearch=N4IgziBcoNZQTAGh...
1.0
Delete Function on all Templates - After #126 You have deployed the Function "Delete" on the Template:Person, Template:Group, could you also done it for: - Template:Venue [Exemple](https://www.dev.performing-arts.ch/resource/?uri=http%3A%2F%2Fdata.performing-arts.ch%2Fo%2F135915f4-7866-40ac-ad0e-b495f1d16508&semanti...
non_build
delete function on all templates after you have deployed the function delete on the template person template group could you also done it for template venue template place template concept template record set template record template instantation physical ...
0
96,183
27,773,472,739
IssuesEvent
2023-03-16 15:46:19
cloudflare/next-on-pages
https://api.github.com/repos/cloudflare/next-on-pages
closed
Error: spawn npm ENOENT
build error
When trying to run `npx @cloudflare/next-on-pages` I get an error ``` C:\Users\...\...\project>npx @cloudflare/next-on-pages @cloudflare/next-to-pages CLI ⚡️ ⚡️ Installing 'vercel' CLI... ⚡️ node:events:368 throw er; // Unhandled 'error' event ^ Error: spawn npm ENOENT at Process.ChildP...
1.0
Error: spawn npm ENOENT - When trying to run `npx @cloudflare/next-on-pages` I get an error ``` C:\Users\...\...\project>npx @cloudflare/next-on-pages @cloudflare/next-to-pages CLI ⚡️ ⚡️ Installing 'vercel' CLI... ⚡️ node:events:368 throw er; // Unhandled 'error' event ^ Error: spawn npm ENO...
build
error spawn npm enoent when trying to run npx cloudflare next on pages i get an error c users project npx cloudflare next on pages cloudflare next to pages cli ⚡️ ⚡️ installing vercel cli ⚡️ node events throw er unhandled error event error spawn npm enoen...
1
16,494
6,216,985,483
IssuesEvent
2017-07-08 10:15:18
DevExpress/testcafe-hammerhead
https://api.github.com/repos/DevExpress/testcafe-hammerhead
opened
Script error after proxing
!IMPORTANT! AREA: build health-monitor
```js Uncaught TypeError: Converting circular structure to JSON at JSON.stringify (<anonymous>) at z (ac-analytics.js:661) at h (ac-analytics.js:671) at t (ac-analytics.js:677) at d.exports (ac-analytics.js:678) at HTMLDocument.<anonymous> (ac-analytics.js:655) ```
1.0
Script error after proxing - ```js Uncaught TypeError: Converting circular structure to JSON at JSON.stringify (<anonymous>) at z (ac-analytics.js:661) at h (ac-analytics.js:671) at t (ac-analytics.js:677) at d.exports (ac-analytics.js:678) at HTMLDocument.<anonymous> (ac-analytics.js:655...
build
script error after proxing js uncaught typeerror converting circular structure to json at json stringify at z ac analytics js at h ac analytics js at t ac analytics js at d exports ac analytics js at htmldocument ac analytics js
1
72,326
19,180,469,612
IssuesEvent
2021-12-04 09:43:54
joncampbell123/dosbox-x
https://api.github.com/repos/joncampbell123/dosbox-x
closed
Build fails on Debian Bullseye with --disable-printer option.
build issues platform: Linux topic: printing
### Code of Conduct & Contributing Guidelines - [X] I agree to follow the code of conduct and the contributing guidelines. ### Have you checked that no other similar bug report(s) already exists? - [X] I have searched and didn't find any similar issues. ### What operating system(s) this bug have occurred on...
1.0
Build fails on Debian Bullseye with --disable-printer option. - ### Code of Conduct & Contributing Guidelines - [X] I agree to follow the code of conduct and the contributing guidelines. ### Have you checked that no other similar bug report(s) already exists? - [X] I have searched and didn't find any similar i...
build
build fails on debian bullseye with disable printer option code of conduct contributing guidelines i agree to follow the code of conduct and the contributing guidelines have you checked that no other similar bug report s already exists i have searched and didn t find any similar issue...
1
51,287
12,697,464,460
IssuesEvent
2020-06-22 11:52:50
docascod/DocsAsCode
https://api.github.com/repos/docascod/DocsAsCode
opened
custom table rendering
enhancement fct_build
Find a way to customize generated tables. For the moment only horizontal alignment can be set in source file (md).
1.0
custom table rendering - Find a way to customize generated tables. For the moment only horizontal alignment can be set in source file (md).
build
custom table rendering find a way to customize generated tables for the moment only horizontal alignment can be set in source file md
1
55,166
13,966,263,365
IssuesEvent
2020-10-26 01:52:19
lefnire/gnothi
https://api.github.com/repos/lefnire/gnothi
closed
Switch from custom config.json stuff to dynaconf
good first issue help wanted 🔒Account/Security
My custom common/config.json -> /storage/config.json -> os.environ cascade checking stuff is hairy and unnecessary, there's better solutions out there: https://github.com/rochacbruno/dynaconf. No need to keep that hierarchical json stuff I thought I was so clever with, it should be flat.
True
Switch from custom config.json stuff to dynaconf - My custom common/config.json -> /storage/config.json -> os.environ cascade checking stuff is hairy and unnecessary, there's better solutions out there: https://github.com/rochacbruno/dynaconf. No need to keep that hierarchical json stuff I thought I was so clever w...
non_build
switch from custom config json stuff to dynaconf my custom common config json storage config json os environ cascade checking stuff is hairy and unnecessary there s better solutions out there no need to keep that hierarchical json stuff i thought i was so clever with it should be flat
0
86,130
24,768,237,327
IssuesEvent
2022-10-22 20:16:46
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
corectrl fails to build on master
0.kind: build failure
``` error: builder for '/nix/store/wbwf79x4xkppacn9ssgz8p57yv0hn6wg-corectrl-1.2.7.drv' failed with exit code 2; last 10 log lines: > [ 92%] Building CXX object src/CMakeFiles/corectrl_lib.dir/core/components/controls/amd/pm/powerstate/pmpowerstatemodeqmlitem.cpp.o > [ 92%] Building CXX object ...
1.0
corectrl fails to build on master - ``` error: builder for '/nix/store/wbwf79x4xkppacn9ssgz8p57yv0hn6wg-corectrl-1.2.7.drv' failed with exit code 2; last 10 log lines: > [ 92%] Building CXX object src/CMakeFiles/corectrl_lib.dir/core/components/controls/amd/pm/powerstate/pmpowerstatemodeqmlitem.cpp.o ...
build
corectrl fails to build on master error builder for nix store corectrl drv failed with exit code last log lines building cxx object src cmakefiles corectrl lib dir core components controls amd pm powerstate pmpowerstatemodeqmlitem cpp o building cxx object src cm...
1
6,068
3,737,156,113
IssuesEvent
2016-03-08 18:17:32
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
pre_build_node.sh failure on for dbg configuration on macos
BUILDPONY MacOS node
`FAILED: tools/run_tests/pre_build_node.sh [ret=3, pid=1855]` I've seen this several times, it seems to always happen on mac, with dbg configuration. https://grpc-testing.appspot.com/job/gRPC_master/15614/config=dbg,language=node,platform=macos/console
1.0
pre_build_node.sh failure on for dbg configuration on macos - `FAILED: tools/run_tests/pre_build_node.sh [ret=3, pid=1855]` I've seen this several times, it seems to always happen on mac, with dbg configuration. https://grpc-testing.appspot.com/job/gRPC_master/15614/config=dbg,language=node,platform=macos/console
build
pre build node sh failure on for dbg configuration on macos failed tools run tests pre build node sh i ve seen this several times it seems to always happen on mac with dbg configuration
1
31,511
8,706,027,175
IssuesEvent
2018-12-06 00:50:06
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
Add -test Flag to Packer CLI for testing that a Build Works
builder/amazon enhancement thinking
I have currently written a Packer template which uses Ansible and Goss to provision and test an AMI. I am running this in Travis CI against pull request branches so as to wrap CI/CD around AMIs. Workflow looks like this: - Pull requests run `packer build` and upon failure report the failed Goss test case. Upon succ...
1.0
Add -test Flag to Packer CLI for testing that a Build Works - I have currently written a Packer template which uses Ansible and Goss to provision and test an AMI. I am running this in Travis CI against pull request branches so as to wrap CI/CD around AMIs. Workflow looks like this: - Pull requests run `packer build...
build
add test flag to packer cli for testing that a build works i have currently written a packer template which uses ansible and goss to provision and test an ami i am running this in travis ci against pull request branches so as to wrap ci cd around amis workflow looks like this pull requests run packer build...
1
67,250
16,854,265,692
IssuesEvent
2021-06-21 02:53:40
rust-lang/docs.rs
https://api.github.com/repos/rust-lang/docs.rs
closed
Read-only filesystem error using cc during build
C-build-failure S-waiting-on-crate-author
**Crate name:** spirv_cross or crates depending on it (e.g. gfx-backend-dx12) **Build failure link:** https://docs.rs/crate/gfx-backend-dx12/0.5.9/builds/281262 **Additional details:** When running cc from spirv_cross we get the following message: > [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdat...
1.0
Read-only filesystem error using cc during build - **Crate name:** spirv_cross or crates depending on it (e.g. gfx-backend-dx12) **Build failure link:** https://docs.rs/crate/gfx-backend-dx12/0.5.9/builds/281262 **Additional details:** When running cc from spirv_cross we get the following message: > [INFO] [stderr] ...
build
read only filesystem error using cc during build crate name spirv cross or crates depending on it e g gfx backend build failure link additional details when running cc from spirv cross we get the following message running c ffunction sections fdata sections g fno...
1
67,803
17,080,801,514
IssuesEvent
2021-07-08 04:42:30
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
Desktop version of hello_world does not run
platform:desktop type:build/install
**Have I written custom code:** No **OS Platform and Distribution (e.g., Linux Ubuntu 16.04):** Linux Ubuntu 18.04 **Bazel version:** 3.4.0 **Exact steps to reproduce:** ``` git clone https://github.com/google/mediapipe.git cd mediapipe # Bazel 3.4.0 already installed # ffmpeg version 3.4.8-0ubuntu0.2 already ...
1.0
Desktop version of hello_world does not run - **Have I written custom code:** No **OS Platform and Distribution (e.g., Linux Ubuntu 16.04):** Linux Ubuntu 18.04 **Bazel version:** 3.4.0 **Exact steps to reproduce:** ``` git clone https://github.com/google/mediapipe.git cd mediapipe # Bazel 3.4.0 already instal...
build
desktop version of hello world does not run have i written custom code no os platform and distribution e g linux ubuntu linux ubuntu bazel version exact steps to reproduce git clone cd mediapipe bazel already installed ffmpeg version already in...
1
365,748
10,791,217,292
IssuesEvent
2019-11-05 16:13:56
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
opened
The campaign-specific membership page goes away once a user logs into their account
Priority: High Product: Membership UX: Not Validated
## Feature or problem After a user logs into their account, the default membership page loads instead of the campaign-specific one. ## UX Validation Not Validated ### Suggested priority High ### Stakeholders *Submitted:* ben ### Definition of done How will we know when this feature is complete? ### Subtasks A deta...
1.0
The campaign-specific membership page goes away once a user logs into their account - ## Feature or problem After a user logs into their account, the default membership page loads instead of the campaign-specific one. ## UX Validation Not Validated ### Suggested priority High ### Stakeholders *Submitted:* ben ### D...
non_build
the campaign specific membership page goes away once a user logs into their account feature or problem after a user logs into their account the default membership page loads instead of the campaign specific one ux validation not validated suggested priority high stakeholders submitted ben d...
0
33,453
27,453,819,894
IssuesEvent
2023-03-02 19:33:01
t3kt/raytk
https://api.github.com/repos/t3kt/raytk
closed
Investigate switching more parameters from macro-based to runtime
infrastructure requested
For things like menu parameters, sometimes you want to be able to switch them easily without triggering a recompile. See #569 for an example of that problem. It would be useful to be able to easily switch between the two modes, for comparison as well as just optional optimization. There isn't a ton of data on exactly...
1.0
Investigate switching more parameters from macro-based to runtime - For things like menu parameters, sometimes you want to be able to switch them easily without triggering a recompile. See #569 for an example of that problem. It would be useful to be able to easily switch between the two modes, for comparison as well ...
non_build
investigate switching more parameters from macro based to runtime for things like menu parameters sometimes you want to be able to switch them easily without triggering a recompile see for an example of that problem it would be useful to be able to easily switch between the two modes for comparison as well as...
0
80,303
23,165,982,636
IssuesEvent
2022-07-30 01:21:52
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
opened
Build failed: dotnet-arcade-validation-official/main #20220729.7
Build Failed
Build [#20220729.7](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1912850) failed ## :x: : internal / dotnet-arcade-validation-official failed ### Summary **Finished** - Sat, 30 Jul 2022 01:21:36 GMT **Duration** - 78 minutes **Requested for** - Microsoft.VisualStudio...
1.0
Build failed: dotnet-arcade-validation-official/main #20220729.7 - Build [#20220729.7](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=1912850) failed ## :x: : internal / dotnet-arcade-validation-official failed ### Summary **Finished** - Sat, 30 Jul 2022 01:21:36 GMT *...
build
build failed dotnet arcade validation official main build failed x internal dotnet arcade validation official failed summary finished sat jul gmt duration minutes requested for microsoft visualstudio services tfs reason schedule details ...
1
51,379
12,708,991,603
IssuesEvent
2020-06-23 11:33:19
pwa-builder/PWABuilder
https://api.github.com/repos/pwa-builder/PWABuilder
opened
[Screen Readers - PWA Builder - PWA Builder Generate] : Page title is repetitive and not appropriate
A11yCT A11yMAS A11yMediumImpact Accessibility HCL- PWABuilder MAS2.4.2 Severity3 bug :bug: needs triage :mag:
**User Experience:** If there is no informative, context-sensitive page title values on the web page, it would impact the assistive technology users as it utilize the page title to indicate the current page location to users without the user having to navigate within the page. **Test Environment:** OS: Windows 10 ...
1.0
[Screen Readers - PWA Builder - PWA Builder Generate] : Page title is repetitive and not appropriate - **User Experience:** If there is no informative, context-sensitive page title values on the web page, it would impact the assistive technology users as it utilize the page title to indicate the current page location ...
build
page title is repetitive and not appropriate user experience if there is no informative context sensitive page title values on the web page it would impact the assistive technology users as it utilize the page title to indicate the current page location to users without the user having to navigate within ...
1
37,964
8,391,549,545
IssuesEvent
2018-10-09 15:15:18
brian-team/brian2
https://api.github.com/repos/brian-team/brian2
opened
PyTorch/Tensorflow backend?
component: codegen enhancement major feature proposal
BindsNET and Nengo use PyTorch and Tensorflow (respectively) to run SNNs. I wonder if it's worth our considering this or not? Might be an easy way to get some scalability.
1.0
PyTorch/Tensorflow backend? - BindsNET and Nengo use PyTorch and Tensorflow (respectively) to run SNNs. I wonder if it's worth our considering this or not? Might be an easy way to get some scalability.
non_build
pytorch tensorflow backend bindsnet and nengo use pytorch and tensorflow respectively to run snns i wonder if it s worth our considering this or not might be an easy way to get some scalability
0
149,103
13,256,543,297
IssuesEvent
2020-08-20 12:51:45
MaginnGroup/Cassandra
https://api.github.com/repos/MaginnGroup/Cassandra
opened
Complete documentation conversion to RTD
Type: Documentation
## Checklist [ ] Add docs for force-shifted LJ [ ] Add docs for Widom insertions [ ] Fix author list on RTD-compiled PDF [x] Add docs for restricted insertions [ ] Confirm equations in theory section [ ] Confirm code blocks in theory section [ ] Confirm that all links work [ ] Confirm that all equation refere...
1.0
Complete documentation conversion to RTD - ## Checklist [ ] Add docs for force-shifted LJ [ ] Add docs for Widom insertions [ ] Fix author list on RTD-compiled PDF [x] Add docs for restricted insertions [ ] Confirm equations in theory section [ ] Confirm code blocks in theory section [ ] Confirm that all links...
non_build
complete documentation conversion to rtd checklist add docs for force shifted lj add docs for widom insertions fix author list on rtd compiled pdf add docs for restricted insertions confirm equations in theory section confirm code blocks in theory section confirm that all links work confi...
0
83,503
24,067,914,135
IssuesEvent
2022-09-17 19:10:46
NLog/NLog
https://api.github.com/repos/NLog/NLog
closed
Fix Azure DevOps pipeline - Cannot use file stream for testhost.deps.json
build-config
Azure DevOps pipeline now have lots of these weird errors, after it has automatically upgraded VsTest-Task to v17.3 (latest) ``` No test is available in - D:\a\1\s\tests\NLog.Database.Tests\bin\Release\net461\xunit.runner.visualstudio.testadapter.dll - D:\a\1\s\tests\NLog.UnitTests\bin\Release\net461\xunit.runner.v...
1.0
Fix Azure DevOps pipeline - Cannot use file stream for testhost.deps.json - Azure DevOps pipeline now have lots of these weird errors, after it has automatically upgraded VsTest-Task to v17.3 (latest) ``` No test is available in - D:\a\1\s\tests\NLog.Database.Tests\bin\Release\net461\xunit.runner.visualstudio.testad...
build
fix azure devops pipeline cannot use file stream for testhost deps json azure devops pipeline now have lots of these weird errors after it has automatically upgraded vstest task to latest no test is available in d a s tests nlog database tests bin release xunit runner visualstudio testadapter d...
1
57,054
3,081,234,625
IssuesEvent
2015-08-22 14:23:16
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Make sure inline help is enabled for new players, disabled for upgraders
019 bug imported Priority-Medium
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on November 06, 2013 02:08:17_ Make sure inline help is enabled for new players, disabled for upgraders _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=284_
1.0
Make sure inline help is enabled for new players, disabled for upgraders - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on November 06, 2013 02:08:17_ Make sure inline help is enabled for new players, disabled for upgraders _Original issue: http://code.google.com/p/bitfighter/is...
non_build
make sure inline help is enabled for new players disabled for upgraders from on november make sure inline help is enabled for new players disabled for upgraders original issue
0
28,606
8,188,162,856
IssuesEvent
2018-08-30 00:10:26
dotnet/machinelearning
https://api.github.com/repos/dotnet/machinelearning
closed
Need to change our Copyright on NuGet packages
Build
nuget.org has new requirements for Microsoft owned packages. One of these compliance checks is that the Copyright matches exactly the same string they expect. Our current Copyright does not match their exact string - see https://github.com/dotnet/buildtools/pull/2136 for the fix.
1.0
Need to change our Copyright on NuGet packages - nuget.org has new requirements for Microsoft owned packages. One of these compliance checks is that the Copyright matches exactly the same string they expect. Our current Copyright does not match their exact string - see https://github.com/dotnet/buildtools/pull/2136 for...
build
need to change our copyright on nuget packages nuget org has new requirements for microsoft owned packages one of these compliance checks is that the copyright matches exactly the same string they expect our current copyright does not match their exact string see for the fix
1
145,705
11,705,167,735
IssuesEvent
2020-03-07 14:18:39
simerplaha/SwayDB
https://api.github.com/repos/simerplaha/SwayDB
closed
Improve BinarySearchIndex's testability
Test cases
Variables such as prefixCompression, full vs incomplete index, partial reads, normalised bytes, un-synced accessPositions, failed shiftLeft reads, types of key-values etc are evaluated before and during binarySearch's execution. These variables are used to configure db performance (read, write or storage optimised)...
1.0
Improve BinarySearchIndex's testability - Variables such as prefixCompression, full vs incomplete index, partial reads, normalised bytes, un-synced accessPositions, failed shiftLeft reads, types of key-values etc are evaluated before and during binarySearch's execution. These variables are used to configure db perf...
non_build
improve binarysearchindex s testability variables such as prefixcompression full vs incomplete index partial reads normalised bytes un synced accesspositions failed shiftleft reads types of key values etc are evaluated before and during binarysearch s execution these variables are used to configure db perf...
0