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
28,179
8,109,306,391
IssuesEvent
2018-08-14 07:01:23
zeromq/cppzmq
https://api.github.com/repos/zeromq/cppzmq
closed
VS2008 compiling error
Area (build/compilation)
When I compiling an example of ZeroMQ in VS2008, there is error with zmq.hpp, which I saw there is problem in zmq.hpp file. I saw the CPP11 check which does not include the last function, in which std::vector does not support .data operator in old C++ compiler version. ``` #ifdef ZMQ_CPP11 inline int poll(zmq_pollitem...
1.0
VS2008 compiling error - When I compiling an example of ZeroMQ in VS2008, there is error with zmq.hpp, which I saw there is problem in zmq.hpp file. I saw the CPP11 check which does not include the last function, in which std::vector does not support .data operator in old C++ compiler version. ``` #ifdef ZMQ_CPP11 inl...
build
compiling error when i compiling an example of zeromq in there is error with zmq hpp which i saw there is problem in zmq hpp file i saw the check which does not include the last function in which std vector does not support data operator in old c compiler version ifdef zmq inline int poll zmq p...
1
758,303
26,549,605,051
IssuesEvent
2023-01-20 05:57:44
arwes/arwes
https://api.github.com/repos/arwes/arwes
closed
Research SEO support for animated components
package: animator complexity: medium type: research status: help wanted priority: medium
A public web page using Arwes animation-enabled components should be able to be optimized for web crawling and support SEO recommendations. Since an animated component by default is mounted with the status "exited" and the HTML elements are usually hidden, there should be research to find out what are the best pract...
1.0
Research SEO support for animated components - A public web page using Arwes animation-enabled components should be able to be optimized for web crawling and support SEO recommendations. Since an animated component by default is mounted with the status "exited" and the HTML elements are usually hidden, there should ...
non_build
research seo support for animated components a public web page using arwes animation enabled components should be able to be optimized for web crawling and support seo recommendations since an animated component by default is mounted with the status exited and the html elements are usually hidden there should ...
0
70,435
18,145,110,816
IssuesEvent
2021-09-25 09:30:27
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
opened
Tensorflow build debug failed
type:build/install
**System information** - OS Platform and Distribution (e.g., Linux xxx-ROG 5.12.19-1-MANJARO #1 SMP PREEMPT Tue Jul 20 20:57:37 UTC 2021 x86_64 GNU/Linux): - TensorFlow installed from (source or binary):source - TensorFlow version: master,lastest commit:225be1b5fb5 Update TFRT dependency to use revision - Pytho...
1.0
Tensorflow build debug failed - **System information** - OS Platform and Distribution (e.g., Linux xxx-ROG 5.12.19-1-MANJARO #1 SMP PREEMPT Tue Jul 20 20:57:37 UTC 2021 x86_64 GNU/Linux): - TensorFlow installed from (source or binary):source - TensorFlow version: master,lastest commit:225be1b5fb5 Update TFRT dep...
build
tensorflow build debug failed system information os platform and distribution e g linux xxx rog manjaro smp preempt tue jul utc gnu linux tensorflow installed from source or binary source tensorflow version master lastest commit update tfrt dependency to use revisio...
1
140,186
5,398,395,993
IssuesEvent
2017-02-27 16:50:36
HBHWoolacotts/RPii
https://api.github.com/repos/HBHWoolacotts/RPii
closed
Sale won't allow delivery date change when item on manifest (but RPii says it can be changed)
Label: General RP Bugs and Support Priority - High
We should be able to change the delivery DATE ONLY when an item is on manifest but clicking the lorry doesn't do anything. **This sale needs to be modified ASAP so please let me know when they can go in and fix it once you've looked at it** ![image](https://cloud.githubusercontent.com/assets/10868496/23300623/44c...
1.0
Sale won't allow delivery date change when item on manifest (but RPii says it can be changed) - We should be able to change the delivery DATE ONLY when an item is on manifest but clicking the lorry doesn't do anything. **This sale needs to be modified ASAP so please let me know when they can go in and fix it once yo...
non_build
sale won t allow delivery date change when item on manifest but rpii says it can be changed we should be able to change the delivery date only when an item is on manifest but clicking the lorry doesn t do anything this sale needs to be modified asap so please let me know when they can go in and fix it once yo...
0
1,877
4,704,239,962
IssuesEvent
2016-10-13 10:44:36
dita-ot/dita-ot
https://api.github.com/repos/dita-ot/dita-ot
opened
Adjust table row span after filtering
feature P2 preprocess
DITA source has tables with row spans and profiling attributes on rows. When publishing, the filter strips out some rows and the original `@morerows` is no longer valid. Right now this will fail in error because XSLT cannot deal with invalid tables like these. One solution to fix this would be to write the custom ta...
1.0
Adjust table row span after filtering - DITA source has tables with row spans and profiling attributes on rows. When publishing, the filter strips out some rows and the original `@morerows` is no longer valid. Right now this will fail in error because XSLT cannot deal with invalid tables like these. One solution to ...
non_build
adjust table row span after filtering dita source has tables with row spans and profiling attributes on rows when publishing the filter strips out some rows and the original morerows is no longer valid right now this will fail in error because xslt cannot deal with invalid tables like these one solution to ...
0
86,218
24,794,412,576
IssuesEvent
2022-10-24 16:01:29
facebookincubator/velox
https://api.github.com/repos/facebookincubator/velox
closed
make for CPU_TARGET="aarch64" fails in Ubuntu
build
While attempting to build Velox on Ubuntu 22.04 - for an aarch64 platform - it fails with: ```[401/1356] Building CXX object velox/type/CMakeFiles/velox_type.dir/Filter.cpp.o FAILED: velox/type/CMakeFiles/velox_type.dir/Filter.cpp.o ccache /usr/bin/c++ -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CONTEXT_DY...
1.0
make for CPU_TARGET="aarch64" fails in Ubuntu - While attempting to build Velox on Ubuntu 22.04 - for an aarch64 platform - it fails with: ```[401/1356] Building CXX object velox/type/CMakeFiles/velox_type.dir/Filter.cpp.o FAILED: velox/type/CMakeFiles/velox_type.dir/Filter.cpp.o ccache /usr/bin/c++ -DBOOST_ALL_N...
build
make for cpu target fails in ubuntu while attempting to build velox on ubuntu for an platform it fails with building cxx object velox type cmakefiles velox type dir filter cpp o failed velox type cmakefiles velox type dir filter cpp o ccache usr bin c dboost all no lib dboost atomic dy...
1
50,412
12,508,413,549
IssuesEvent
2020-06-02 15:31:18
amazeeio/lagoon
https://api.github.com/repos/amazeeio/lagoon
closed
Improve Harbor Migration Script
2-build-deploy
- add check if an INTERNAL_REGISTRY_URL is currently set - if it is set to another harbor url than the default lagoon one, don't change anything at all (lagoon should assume that this project uses a custom internal registry) - if it is set to the default lagoon harbor, we continue - if nothing is set, we cont...
1.0
Improve Harbor Migration Script - - add check if an INTERNAL_REGISTRY_URL is currently set - if it is set to another harbor url than the default lagoon one, don't change anything at all (lagoon should assume that this project uses a custom internal registry) - if it is set to the default lagoon harbor, we contin...
build
improve harbor migration script add check if an internal registry url is currently set if it is set to another harbor url than the default lagoon one don t change anything at all lagoon should assume that this project uses a custom internal registry if it is set to the default lagoon harbor we contin...
1
310,183
26,705,276,463
IssuesEvent
2023-01-27 17:34:54
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
sql/sem/builtins: TestCrdbInternalDatumsToBytes failed
C-test-failure O-robot branch-master T-sql-sessions
sql/sem/builtins.TestCrdbInternalDatumsToBytes [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8476308?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8476308?buildTab=artifacts#/) on master @ [90e24ab4313f59...
1.0
sql/sem/builtins: TestCrdbInternalDatumsToBytes failed - sql/sem/builtins.TestCrdbInternalDatumsToBytes [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8476308?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/...
non_build
sql sem builtins testcrdbinternaldatumstobytes failed sql sem builtins testcrdbinternaldatumstobytes with on master github com cockroachdb cockroach pkg kv kvclient kvcoord transport race go github com cockroachdb cockroach pkg kv kvclient kvcoord distsender sendtoreplicas ...
0
79,010
22,588,322,221
IssuesEvent
2022-06-28 17:13:06
mavlink/mavros
https://api.github.com/repos/mavlink/mavros
closed
Not working with ROS2 humble
question build error ros2
I recently upgraded my setup to using Ubuntu 22.04 and ROS2 humble (from 20.04 and ROS2 foxy) and was looking to migrate and update few projects which use mavros. - Mavros does not seem to be available in the ros humble repositories (only ros-humble-mavros-messages and ros-humble-mavros-messages-dbgsym are availab...
1.0
Not working with ROS2 humble - I recently upgraded my setup to using Ubuntu 22.04 and ROS2 humble (from 20.04 and ROS2 foxy) and was looking to migrate and update few projects which use mavros. - Mavros does not seem to be available in the ros humble repositories (only ros-humble-mavros-messages and ros-humble-mav...
build
not working with humble i recently upgraded my setup to using ubuntu and humble from and foxy and was looking to migrate and update few projects which use mavros mavros does not seem to be available in the ros humble repositories only ros humble mavros messages and ros humble mavros messages ...
1
48,623
13,170,078,176
IssuesEvent
2020-08-11 14:39:38
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
DataTable: Selection; Radio-Buttons; multiple rows can be selected
defect
**Describe the defect** Regression in 9.0-SNAPSHOT. Multiple rows can be selected by clicking onto the row instead of direct to the radio-button. **Reproducer** http://localhost:8080/showcase_war_exploded/ui/data/datatable/selection.xhtml Example "RadioButton" ![image](https://user-images.githubusercontent.com/1...
1.0
DataTable: Selection; Radio-Buttons; multiple rows can be selected - **Describe the defect** Regression in 9.0-SNAPSHOT. Multiple rows can be selected by clicking onto the row instead of direct to the radio-button. **Reproducer** http://localhost:8080/showcase_war_exploded/ui/data/datatable/selection.xhtml Exampl...
non_build
datatable selection radio buttons multiple rows can be selected describe the defect regression in snapshot multiple rows can be selected by clicking onto the row instead of direct to the radio button reproducer example radiobutton environment pf version works pf v...
0
86,586
24,898,805,348
IssuesEvent
2022-10-28 18:32:05
opensearch-project/OpenSearch-Dashboards
https://api.github.com/repos/opensearch-project/OpenSearch-Dashboards
closed
[BUG] [Vis Builder] Saved Object Management view broken
bug vis builder v2.4.0
**Describe the bug** Inspecting the visbuilder object in the saved object management view is broken Error: ``` saved_object_view.tsx:65 Uncaught TypeError: Cannot read properties of undefined (reading 'type') at new SavedObjectEdition (saved_object_view.tsx:65:1) ``` **To Reproduce** Steps to reprod...
1.0
[BUG] [Vis Builder] Saved Object Management view broken - **Describe the bug** Inspecting the visbuilder object in the saved object management view is broken Error: ``` saved_object_view.tsx:65 Uncaught TypeError: Cannot read properties of undefined (reading 'type') at new SavedObjectEdition (saved_objec...
build
saved object management view broken describe the bug inspecting the visbuilder object in the saved object management view is broken error saved object view tsx uncaught typeerror cannot read properties of undefined reading type at new savedobjectedition saved object view tsx ...
1
46,275
11,809,920,958
IssuesEvent
2020-03-19 15:41:26
eclipse/lemminx
https://api.github.com/repos/eclipse/lemminx
closed
Release LemMinX 0.11.0
build
- [ ] make sure jars are properly signed - [x] automate release process + git tagging - [x] release Maven jars to repo.eclipse.org (Bonus points for Maven Central release)
1.0
Release LemMinX 0.11.0 - - [ ] make sure jars are properly signed - [x] automate release process + git tagging - [x] release Maven jars to repo.eclipse.org (Bonus points for Maven Central release)
build
release lemminx make sure jars are properly signed automate release process git tagging release maven jars to repo eclipse org bonus points for maven central release
1
41,623
9,014,885,387
IssuesEvent
2019-02-06 00:03:55
google/wire
https://api.github.com/repos/google/wire
opened
docs: InterfaceValue godoc should describe its arguments
bug code health
The [`InterfaceValue`](https://godoc.org/github.com/google/wire#InterfaceValue) marker function does not describe its arguments.
1.0
docs: InterfaceValue godoc should describe its arguments - The [`InterfaceValue`](https://godoc.org/github.com/google/wire#InterfaceValue) marker function does not describe its arguments.
non_build
docs interfacevalue godoc should describe its arguments the marker function does not describe its arguments
0
180,551
14,786,666,425
IssuesEvent
2021-01-12 06:04:07
open-telemetry/opentelemetry-java-instrumentation
https://api.github.com/repos/open-telemetry/opentelemetry-java-instrumentation
closed
Document supported app servers in the README
documentation priority:p3 release:required-for-ga
I think it would be helpful if the README included a section about supported app servers (possibly including versions). I took a poke around and saw that we have instrumentation, unit tests, or smoke tests involving at least Jetty, Tomcat, and Wildfly. I know that the line between app server and framework/library can...
1.0
Document supported app servers in the README - I think it would be helpful if the README included a section about supported app servers (possibly including versions). I took a poke around and saw that we have instrumentation, unit tests, or smoke tests involving at least Jetty, Tomcat, and Wildfly. I know that the li...
non_build
document supported app servers in the readme i think it would be helpful if the readme included a section about supported app servers possibly including versions i took a poke around and saw that we have instrumentation unit tests or smoke tests involving at least jetty tomcat and wildfly i know that the li...
0
55,544
13,639,169,004
IssuesEvent
2020-09-25 10:32:28
astropy/astropy
https://api.github.com/repos/astropy/astropy
opened
Astropy does not build on MacOSX with xcode 12.0.0
build
<!-- This comments are hidden when you submit the issue, so you do not need to remove them! --> <!-- Please be sure to check out our contributing guidelines, https://github.com/astropy/astropy/blob/master/CONTRIBUTING.md . Please be sure to check out our code of conduct, https://github.com/astropy/astropy/blob/m...
1.0
Astropy does not build on MacOSX with xcode 12.0.0 - <!-- This comments are hidden when you submit the issue, so you do not need to remove them! --> <!-- Please be sure to check out our contributing guidelines, https://github.com/astropy/astropy/blob/master/CONTRIBUTING.md . Please be sure to check out our code o...
build
astropy does not build on macosx with xcode this comments are hidden when you submit the issue so you do not need to remove them please be sure to check out our contributing guidelines please be sure to check out our code of conduct please have a search on our github...
1
21,555
7,043,914,974
IssuesEvent
2017-12-31 14:56:47
ElektraInitiative/libelektra
https://api.github.com/repos/ElektraInitiative/libelektra
closed
Reduce number of default build jobs
bug build
With "jenkins build all please" (a big thanks to @sanssecours for that) it seems to be overkill to build ~10 jobs per default (which are repeated on every push and when saying "jenkins build all please"). I propose to reduce these default jobs to 2-3 jobs: - jenkins build fast please - jenkins build stable please ...
1.0
Reduce number of default build jobs - With "jenkins build all please" (a big thanks to @sanssecours for that) it seems to be overkill to build ~10 jobs per default (which are repeated on every push and when saying "jenkins build all please"). I propose to reduce these default jobs to 2-3 jobs: - jenkins build fast p...
build
reduce number of default build jobs with jenkins build all please a big thanks to sanssecours for that it seems to be overkill to build jobs per default which are repeated on every push and when saying jenkins build all please i propose to reduce these default jobs to jobs jenkins build fast pl...
1
93,287
26,909,333,197
IssuesEvent
2023-02-06 21:58:30
opt-nc/opt-temps-attente-agences-sdk
https://api.github.com/repos/opt-nc/opt-temps-attente-agences-sdk
closed
Se concentrer sur java 17 et 18... et dégager `8..14`
ci simlification BUILD
@Dougniel : on devrait se concentrer sur java 17 et 18... et dégager `8..14` ![image](https://user-images.githubusercontent.com/5235127/160558782-12f27277-10b2-480f-9fa5-686149ad46d0.png) _Originally posted by @adriens in https://github.com/opt-nc/opt-temps-attente-agences-sdk/issues/24#issuecomment-1081526790_
1.0
Se concentrer sur java 17 et 18... et dégager `8..14` - @Dougniel : on devrait se concentrer sur java 17 et 18... et dégager `8..14` ![image](https://user-images.githubusercontent.com/5235127/160558782-12f27277-10b2-480f-9fa5-686149ad46d0.png) _Originally posted by @adriens in https://github.com/opt-nc/opt-temps-...
build
se concentrer sur java et et dégager dougniel on devrait se concentrer sur java et et dégager originally posted by adriens in
1
278,761
21,095,454,428
IssuesEvent
2022-04-04 09:52:21
eslint/eslint
https://api.github.com/repos/eslint/eslint
closed
Typo in space-infix-ops docs
documentation accepted
### URL(s) https://eslint.org/docs/rules/space-infix-ops#space-infix-ops ### What did you do? I was reading documentation... The issue I am reporting has to do with the **ESLint Rule:** **_`space-infix-ops`_** ### What did you expect to happen? ### The "rules/space-infix-ops" page contains the following line: ...
1.0
Typo in space-infix-ops docs - ### URL(s) https://eslint.org/docs/rules/space-infix-ops#space-infix-ops ### What did you do? I was reading documentation... The issue I am reporting has to do with the **ESLint Rule:** **_`space-infix-ops`_** ### What did you expect to happen? ### The "rules/space-infix-ops" page...
non_build
typo in space infix ops docs url s what did you do i was reading documentation the issue i am reporting has to do with the eslint rule space infix ops what did you expect to happen the rules space infix ops page contains the following line the proponents of ...
0
222,817
7,439,143,178
IssuesEvent
2018-03-27 04:46:38
CS2103JAN2018-W11-B1/main
https://api.github.com/repos/CS2103JAN2018-W11-B1/main
closed
Update add command to allow all non-name fields to be optional
priority.high type.task
Along with that, allow the non-name attributes to have null/empty string representing if the data has not been entered by the user. Work on making sure other commands do not break due to the change.
1.0
Update add command to allow all non-name fields to be optional - Along with that, allow the non-name attributes to have null/empty string representing if the data has not been entered by the user. Work on making sure other commands do not break due to the change.
non_build
update add command to allow all non name fields to be optional along with that allow the non name attributes to have null empty string representing if the data has not been entered by the user work on making sure other commands do not break due to the change
0
39,079
9,198,095,703
IssuesEvent
2019-03-07 11:40:20
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Schedule: Problem with PF6.1
defect invalid
## 1) Environment - PrimeFaces version: PF6.1 - Does it work on the newest released PrimeFaces version? Version? No - Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/wiki/Building-From-Source) - Application server + version: Tomcat 7 - Affected browser...
1.0
Schedule: Problem with PF6.1 - ## 1) Environment - PrimeFaces version: PF6.1 - Does it work on the newest released PrimeFaces version? Version? No - Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/wiki/Building-From-Source) - Application server + versio...
non_build
schedule problem with environment primefaces version does it work on the newest released primefaces version version no does it work on the newest sources in github build by source application server version tomcat affected browsers all browsers expected behav...
0
99,201
30,300,750,405
IssuesEvent
2023-07-10 05:37:17
elastic/beats
https://api.github.com/repos/elastic/beats
closed
github.com/elastic/beats/v7/libbeat/outputs/shipper tests are flaky
flaky-test automation ci-reported Team:Elastic-Agent-Data-Plane build-failures
## :broken_heart: Tests Failed <!-- BUILD BADGES--> > _the below badges are clickable and redirect to their specific view in the CI or DOCS_ [![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](https://beats-ci.elastic.co/blue/organizations/jenkins/Beats%2Fbeats%2Fmain/detail/main/1388//pipeli...
1.0
github.com/elastic/beats/v7/libbeat/outputs/shipper tests are flaky - ## :broken_heart: Tests Failed <!-- BUILD BADGES--> > _the below badges are clickable and redirect to their specific view in the CI or DOCS_ [![Pipeline View](https://img.shields.io/badge/pipeline-pipeline%20-green)](https://beats-ci.elastic.co/bl...
build
github com elastic beats libbeat outputs shipper tests are flaky broken heart tests failed the below badges are clickable and redirect to their specific view in the ci or docs expand to view the summary build stats start time duration ...
1
67,470
9,049,663,362
IssuesEvent
2019-02-12 05:48:47
atc0005/ansible-role-lxd-testenv
https://api.github.com/repos/atc0005/ansible-role-lxd-testenv
opened
Some role vars have lxc_ prefix instead of intended lxd_ prefix
bug configuration documentation inventory
I noticed this while working on #15.
1.0
Some role vars have lxc_ prefix instead of intended lxd_ prefix - I noticed this while working on #15.
non_build
some role vars have lxc prefix instead of intended lxd prefix i noticed this while working on
0
277,736
8,632,182,709
IssuesEvent
2018-11-22 10:04:43
k8smeetup/website-tasks
https://api.github.com/repos/k8smeetup/website-tasks
closed
/docs/concepts/containers/runtime-class.md
doc/core finished priority/P0 version/1.12
Path:`/docs/concepts/containers/runtime-class.md` [Source code](https://github.com/kubernetes/website/tree/release-1.12/content/en//docs/concepts/containers/runtime-class.md)
1.0
/docs/concepts/containers/runtime-class.md - Path:`/docs/concepts/containers/runtime-class.md` [Source code](https://github.com/kubernetes/website/tree/release-1.12/content/en//docs/concepts/containers/runtime-class.md)
non_build
docs concepts containers runtime class md path: docs concepts containers runtime class md
0
49,409
6,025,302,460
IssuesEvent
2017-06-08 08:20:22
khartec/waltz
https://api.github.com/repos/khartec/waltz
closed
Travis build breaking
bug fixed (test & close)
Error below: > node-sass@4.5.2 install /home/travis/build/kamransaleem/waltz/waltz-ng/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.2/linux-x64-57_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v...
1.0
Travis build breaking - Error below: > node-sass@4.5.2 install /home/travis/build/kamransaleem/waltz/waltz-ng/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.2/linux-x64-57_binding.node Cannot download "https://github.com/sass/node-...
non_build
travis build breaking error below node sass install home travis build kamransaleem waltz waltz ng node modules node sass node scripts install js downloading binary from cannot download http error not found
0
40,433
10,523,751,154
IssuesEvent
2019-09-30 11:48:09
alpheios-project/components
https://api.github.com/repos/alpheios-project/components
closed
Safari: User Panel Text
auth design waiting_build
Let's change the text on the User Panel for Safari: When not logged in: *Login Instructions* Please launch the Alpheios Reading Tools application. You can create and login to your account from there. Return to the browser after login. You will stay logged in, even after the browser is closed, until you ...
1.0
Safari: User Panel Text - Let's change the text on the User Panel for Safari: When not logged in: *Login Instructions* Please launch the Alpheios Reading Tools application. You can create and login to your account from there. Return to the browser after login. You will stay logged in, even after the bro...
build
safari user panel text let s change the text on the user panel for safari when not logged in login instructions please launch the alpheios reading tools application you can create and login to your account from there return to the browser after login you will stay logged in even after the bro...
1
78,199
22,154,971,757
IssuesEvent
2022-06-03 21:19:28
apache/beam
https://api.github.com/repos/apache/beam
opened
Run tests against shaded JAR
new feature P3 build-system
We should run our tests against shaded jars. See https://github.com/apache/beam/pull/5471 Imported from Jira [BEAM-4402](https://issues.apache.org/jira/browse/BEAM-4402). Original Jira may contain additional context. Reported by: apilloud.
1.0
Run tests against shaded JAR - We should run our tests against shaded jars. See https://github.com/apache/beam/pull/5471 Imported from Jira [BEAM-4402](https://issues.apache.org/jira/browse/BEAM-4402). Original Jira may contain additional context. Reported by: apilloud.
build
run tests against shaded jar we should run our tests against shaded jars see  imported from jira original jira may contain additional context reported by apilloud
1
94,702
27,265,862,461
IssuesEvent
2023-02-22 17:58:58
RTXteam/RTX-KG2
https://api.github.com/repos/RTXteam/RTX-KG2
closed
issue with foodon.owl include
bug verify this fix in next kg2 build
This issue brought to my attention by @acevedol who first logged it in #138 ``` Reading ontology file: foodon.owl; size: 6944.69 KiB /usr/bin/java -Xms2G -Xmx249G -DentityExpansionLimit=4086000 -Djava.awt.headless=true -classpath /home/ubuntu/kg2-build/owltools owltools.cli.CommandLineInterface foodon.owl -o -f ...
1.0
issue with foodon.owl include - This issue brought to my attention by @acevedol who first logged it in #138 ``` Reading ontology file: foodon.owl; size: 6944.69 KiB /usr/bin/java -Xms2G -Xmx249G -DentityExpansionLimit=4086000 -Djava.awt.headless=true -classpath /home/ubuntu/kg2-build/owltools owltools.cli.Comman...
build
issue with foodon owl include this issue brought to my attention by acevedol who first logged it in reading ontology file foodon owl size kib usr bin java dentityexpansionlimit djava awt headless true classpath home ubuntu build owltools owltools cli commandlineinterface foodon ow...
1
130,248
27,636,146,379
IssuesEvent
2023-03-10 14:35:32
alvgonfri/dp2-acme-l3
https://api.github.com/repos/alvgonfri/dp2-acme-l3
opened
R20: System administrator operations
code optional
Operations by administrators on the system configuration: - Show the system configuration. - Update the system configuration.
1.0
R20: System administrator operations - Operations by administrators on the system configuration: - Show the system configuration. - Update the system configuration.
non_build
system administrator operations operations by administrators on the system configuration show the system configuration update the system configuration
0
96,591
27,950,271,980
IssuesEvent
2023-03-24 08:15:34
syncthing/syncthing
https://api.github.com/repos/syncthing/syncthing
closed
cmd/stdiscosrv: TestDatabaseGetSet flake
build
This test is flaky in GitHub actions, and easy to reproduce locally as well. ``` --- FAIL: TestDatabaseGetSet (0.02s) database_test.go:138: 0 database_test.go:139: incorrect misses FAIL FAIL github.com/syncthing/syncthing/cmd/stdiscosrv 0.269s ```
1.0
cmd/stdiscosrv: TestDatabaseGetSet flake - This test is flaky in GitHub actions, and easy to reproduce locally as well. ``` --- FAIL: TestDatabaseGetSet (0.02s) database_test.go:138: 0 database_test.go:139: incorrect misses FAIL FAIL github.com/syncthing/syncthing/cmd/stdiscosrv 0.269s ```
build
cmd stdiscosrv testdatabasegetset flake this test is flaky in github actions and easy to reproduce locally as well fail testdatabasegetset database test go database test go incorrect misses fail fail github com syncthing syncthing cmd stdiscosrv
1
275,139
20,908,642,488
IssuesEvent
2022-03-24 06:48:44
appsmithorg/appsmith-docs
https://api.github.com/repos/appsmithorg/appsmith-docs
closed
How to use ElasticSearch as a data source on Appsmith
documentation good first issue hacktoberfest
Please cover the following topics in this guide - 1. Integrating the data source into Appsmith. 2. Fetching data from the connected data source. 3. Binding the data to a widget. For documentation guidelines, click [here.](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/CONTRIBUTING.md)
1.0
How to use ElasticSearch as a data source on Appsmith - Please cover the following topics in this guide - 1. Integrating the data source into Appsmith. 2. Fetching data from the connected data source. 3. Binding the data to a widget. For documentation guidelines, click [here.](https://github.com/appsmithorg/apps...
non_build
how to use elasticsearch as a data source on appsmith please cover the following topics in this guide integrating the data source into appsmith fetching data from the connected data source binding the data to a widget for documentation guidelines click
0
84,838
24,443,849,767
IssuesEvent
2022-10-06 16:18:38
open-telemetry/opentelemetry-cpp
https://api.github.com/repos/open-telemetry/opentelemetry-cpp
closed
[BUILD] Build failure on solaris11-sparc-64bit
bug build and test
CMake fails, because it does not handle the `sparc` architecture. Error message is raised from: ``` message( FATAL_ERROR "opentelemetry-cpp: unrecognized target processor configuration!") ```
1.0
[BUILD] Build failure on solaris11-sparc-64bit - CMake fails, because it does not handle the `sparc` architecture. Error message is raised from: ``` message( FATAL_ERROR "opentelemetry-cpp: unrecognized target processor configuration!") ```
build
build failure on sparc cmake fails because it does not handle the sparc architecture error message is raised from message fatal error opentelemetry cpp unrecognized target processor configuration
1
20,869
6,953,213,056
IssuesEvent
2017-12-06 20:11:24
unfoldingWord-dev/translationCore
https://api.github.com/repos/unfoldingWord-dev/translationCore
closed
Refactor Build Process to Build off of Branches
Kind/Build
Builds should be automatically triggered for these branches: * [x] `develop` * [x] `release-*` Builds that are created of release branches should include the version string indicated in the release branch. For example, a release branch named `release-v0.9.0` should have the version code `v0.9.0` encoded into th...
1.0
Refactor Build Process to Build off of Branches - Builds should be automatically triggered for these branches: * [x] `develop` * [x] `release-*` Builds that are created of release branches should include the version string indicated in the release branch. For example, a release branch named `release-v0.9.0` sho...
build
refactor build process to build off of branches builds should be automatically triggered for these branches develop release builds that are created of release branches should include the version string indicated in the release branch for example a release branch named release should h...
1
50,066
12,467,395,412
IssuesEvent
2020-05-28 17:00:01
terraform-providers/terraform-provider-aws
https://api.github.com/repos/terraform-providers/terraform-provider-aws
closed
Error: Provider produced inconsistent final plan (aws_codebuild_project)
bug service/codebuild
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backen...
1.0
Error: Provider produced inconsistent final plan (aws_codebuild_project) - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs...
build
error provider produced inconsistent final plan aws codebuild project please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running ...
1
421,442
28,316,046,313
IssuesEvent
2023-04-10 19:41:55
bounswe/bounswe2023group9
https://api.github.com/repos/bounswe/bounswe2023group9
closed
Use Case Diagram Page will be created
priority: critical type: documentation status: completed size: small difficulty: easy
### Issue Description Use Case Diagram Page will be created and placed in the wiki sidebar to refer in the Milestone 1 report. ### Steps - [x] Use case diagram Page will be created - [x] The created page will be added to the wiki sidebar ### Deadline for the Issue 10.04.2023
1.0
Use Case Diagram Page will be created - ### Issue Description Use Case Diagram Page will be created and placed in the wiki sidebar to refer in the Milestone 1 report. ### Steps - [x] Use case diagram Page will be created - [x] The created page will be added to the wiki sidebar ### Deadline for the Issue 10.04.202...
non_build
use case diagram page will be created issue description use case diagram page will be created and placed in the wiki sidebar to refer in the milestone report steps use case diagram page will be created the created page will be added to the wiki sidebar deadline for the issue
0
814,145
30,490,233,296
IssuesEvent
2023-07-18 07:09:41
Memmy-App/memmy
https://api.github.com/repos/Memmy-App/memmy
closed
Consolidate “Feed” and “Traverse” on Navbar with Back Gesture?
enhancement medium priority in progress
### Discussed in https://github.com/Memmy-App/memmy/discussions/532 <div type='discussions-op-text'> <sup>Originally posted by **Corb3t** July 9, 2023</sup> I love the work that’s been done on Memmy so far, but one user flow I’m so accustomed to in other Reddit-like apps is the ability to swipe back in the Feed...
1.0
Consolidate “Feed” and “Traverse” on Navbar with Back Gesture? - ### Discussed in https://github.com/Memmy-App/memmy/discussions/532 <div type='discussions-op-text'> <sup>Originally posted by **Corb3t** July 9, 2023</sup> I love the work that’s been done on Memmy so far, but one user flow I’m so accustomed to i...
non_build
consolidate “feed” and “traverse” on navbar with back gesture discussed in originally posted by july i love the work that’s been done on memmy so far but one user flow i’m so accustomed to in other reddit like apps is the ability to swipe back in the feed section to display all my commu...
0
65,621
16,439,285,258
IssuesEvent
2021-05-20 12:46:45
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
[wasm] emscripten 2.0.21 introduces failures where UnauthorizedAccessException is not thrown
arch-wasm area-Build-mono
Happens in `System.IO.FileSystem.Tests.dll` and `System.IO.MemoryMappedFiles.Tests.dll`. ``` [23:13:25] info: console.info: Arguments: --working-dir=/test-dir,--run,WasmTestRunner.dll,System.IO.FileSystem.Tests.dll,-notrait,category=IgnoreForCI,-notrait,category=OuterLoop,-notrait,category=failing [23:13:25] info:...
1.0
[wasm] emscripten 2.0.21 introduces failures where UnauthorizedAccessException is not thrown - Happens in `System.IO.FileSystem.Tests.dll` and `System.IO.MemoryMappedFiles.Tests.dll`. ``` [23:13:25] info: console.info: Arguments: --working-dir=/test-dir,--run,WasmTestRunner.dll,System.IO.FileSystem.Tests.dll,-notra...
build
emscripten introduces failures where unauthorizedaccessexception is not thrown happens in system io filesystem tests dll and system io memorymappedfiles tests dll info console info arguments working dir test dir run wasmtestrunner dll system io filesystem tests dll notrait category ign...
1
38,751
10,240,275,877
IssuesEvent
2019-08-19 20:24:19
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
Imported CSS from linked node packages don't get updated on change
comp: devkit/build-angular freq1: low severity2: inconvenient type: bug/fix
### Versions ``` Angular CLI: 1.6.0 Node: 8.9.2 OS: macOS High Sierra 10.13.3 Angular: 5.1.0 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angular/cli: 1.6.0 @angular-devkit/build-optimizer: 0.0.35 @angular-dev...
1.0
Imported CSS from linked node packages don't get updated on change - ### Versions ``` Angular CLI: 1.6.0 Node: 8.9.2 OS: macOS High Sierra 10.13.3 Angular: 5.1.0 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router @angu...
build
imported css from linked node packages don t get updated on change versions angular cli node os macos high sierra angular animations common compiler compiler cli core forms http language service platform browser platform browser dynamic router angula...
1
417,662
28,110,748,649
IssuesEvent
2023-03-31 06:57:55
chia-yh/ped
https://api.github.com/repos/chia-yh/ped
opened
Links in Expense Features Summary not working
severity.VeryLow type.DocumentationBug
"Add Recurring Expense", "Delete Recurring Expense", "Delete Recurring Expense" links not working, does nothing instead of redirect to relevant section on command. Steps to reproduce: 1. click on "Add Recurring Expense"/ "Delete Recurring Expense"/ "Delete Recurring Expense" links in User Guide <!--session: 16802432...
1.0
Links in Expense Features Summary not working - "Add Recurring Expense", "Delete Recurring Expense", "Delete Recurring Expense" links not working, does nothing instead of redirect to relevant section on command. Steps to reproduce: 1. click on "Add Recurring Expense"/ "Delete Recurring Expense"/ "Delete Recurring Expe...
non_build
links in expense features summary not working add recurring expense delete recurring expense delete recurring expense links not working does nothing instead of redirect to relevant section on command steps to reproduce click on add recurring expense delete recurring expense delete recurring expe...
0
531,861
15,526,589,985
IssuesEvent
2021-03-13 01:50:43
CreeperMagnet/the-creepers-code
https://api.github.com/repos/CreeperMagnet/the-creepers-code
closed
Charged Music Discs don't drop from charged creepers if they're killed by skeletons
priority: high
Easy fix, just need to put the functions outside the item tag expander. (Imported from old repository)
1.0
Charged Music Discs don't drop from charged creepers if they're killed by skeletons - Easy fix, just need to put the functions outside the item tag expander. (Imported from old repository)
non_build
charged music discs don t drop from charged creepers if they re killed by skeletons easy fix just need to put the functions outside the item tag expander imported from old repository
0
99,437
30,452,814,896
IssuesEvent
2023-07-16 14:10:05
CE-Programming/toolchain
https://api.github.com/repos/CE-Programming/toolchain
closed
11.1 Linux binary package doesn't work on Debian stable
bug build
The binaries provided in the 11.1 release package (at least `cedev-config`, probably others) are linked against glibc 2.34 but Debian stable (bullseye) is still shipping glibc 2.31 so attempting to build a program fails: ``` cedev-config: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ...
1.0
11.1 Linux binary package doesn't work on Debian stable - The binaries provided in the 11.1 release package (at least `cedev-config`, probably others) are linked against glibc 2.34 but Debian stable (bullseye) is still shipping glibc 2.31 so attempting to build a program fails: ``` cedev-config: /lib/x86_64-linux-g...
build
linux binary package doesn t work on debian stable the binaries provided in the release package at least cedev config probably others are linked against glibc but debian stable bullseye is still shipping glibc so attempting to build a program fails cedev config lib linux gnu libc...
1
39,686
8,676,363,953
IssuesEvent
2018-11-30 13:55:07
epfl-idevelop/elements
https://api.github.com/repos/epfl-idevelop/elements
closed
[1.5]Add alerts with actions button (1 parimary button, 1 secondary) fixed on top (cookie consent use case)
Validated - to code
- [x] Design it ;-) - [ ] Code it
1.0
[1.5]Add alerts with actions button (1 parimary button, 1 secondary) fixed on top (cookie consent use case) - - [x] Design it ;-) - [ ] Code it
non_build
add alerts with actions button parimary button secondary fixed on top cookie consent use case design it code it
0
371,309
25,946,783,029
IssuesEvent
2022-12-17 03:20:34
smclaughlan/GWJ52
https://api.github.com/repos/smclaughlan/GWJ52
closed
Various - notes from mtg Dec 11
documentation
Bugs: - Laser knock back is broken after introduction of melee knockback - Initial towers don't have active collision shapes. (make them bases+turrets, not just turrets) Design: - What's the win condition? Maybe player buys their "win" with currency (light) at the base - Move the shopping interface to the base...
1.0
Various - notes from mtg Dec 11 - Bugs: - Laser knock back is broken after introduction of melee knockback - Initial towers don't have active collision shapes. (make them bases+turrets, not just turrets) Design: - What's the win condition? Maybe player buys their "win" with currency (light) at the base - Move ...
non_build
various notes from mtg dec bugs laser knock back is broken after introduction of melee knockback initial towers don t have active collision shapes make them bases turrets not just turrets design what s the win condition maybe player buys their win with currency light at the base move t...
0
237,932
26,085,463,779
IssuesEvent
2022-12-26 01:48:36
chill-cats/bk_google_calendar
https://api.github.com/repos/chill-cats/bk_google_calendar
opened
CVE-2022-37603 (High) detected in multiple libraries
security vulnerability
## CVE-2022-37603 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.4.0.tgz</b>, <b>loader-utils-2.0.2.tgz</b>, <b>loader-utils-3.2.0.tgz</b></p></summary> <p> <details>...
True
CVE-2022-37603 (High) detected in multiple libraries - ## CVE-2022-37603 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.4.0.tgz</b>, <b>loader-utils-2.0.2.tgz</b>, <b>...
non_build
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries loader utils tgz loader utils tgz loader utils tgz loader utils tgz utils for webpack loaders library home page a href path to dependency file packag...
0
18,741
5,703,673,593
IssuesEvent
2017-04-18 00:51:56
codefordc/opendatadc
https://api.github.com/repos/codefordc/opendatadc
opened
Rename the site?
no code
"Open Data DC" is also the name of DC's data portal (http://opendata.dc.gov/) — and they even have the twitter handle (https://twitter.com/opendatadc)! Also, even if that weren't true, "Open Data DC" is still confusing in that it sounds like it could be an official government site. So we may want to consider changin...
1.0
Rename the site? - "Open Data DC" is also the name of DC's data portal (http://opendata.dc.gov/) — and they even have the twitter handle (https://twitter.com/opendatadc)! Also, even if that weren't true, "Open Data DC" is still confusing in that it sounds like it could be an official government site. So we may want ...
non_build
rename the site open data dc is also the name of dc s data portal — and they even have the twitter handle also even if that weren t true open data dc is still confusing in that it sounds like it could be an official government site so we may want to consider changing the site s name the question ...
0
138,928
31,142,263,512
IssuesEvent
2023-08-16 01:42:24
holdyounger/ScopeBlog
https://api.github.com/repos/holdyounger/ScopeBlog
opened
Go面向对象编程3——组合
Go code Go简明手册 面向对象编程 组合
Go面向对象编程3——组合 Go 语言虽然抛弃了继承,但是却提供了一个更加方便的组合特性。相对于继承的编译期确定实现,组合的运行态指定实现,更加灵活。下面通过一段代码来了解组合的基本属性以及它与继承的不同之处。 先定义一个结构体 Base, 并为它添加两个方法 `Foo()` 和 `Bar()`: ```go type Base struct{ Name string } func (b *Base) Foo() {...} func (b *Base) Bar() {...} type Seed struct { Base ... } func (s *Seed) Foo() { s.B...
1.0
Go面向对象编程3——组合 - Go面向对象编程3——组合 Go 语言虽然抛弃了继承,但是却提供了一个更加方便的组合特性。相对于继承的编译期确定实现,组合的运行态指定实现,更加灵活。下面通过一段代码来了解组合的基本属性以及它与继承的不同之处。 先定义一个结构体 Base, 并为它添加两个方法 `Foo()` 和 `Bar()`: ```go type Base struct{ Name string } func (b *Base) Foo() {...} func (b *Base) Bar() {...} type Seed struct { Base ... } func (s *Seed)...
non_build
——组合 ——组合 go 语言虽然抛弃了继承,但是却提供了一个更加方便的组合特性。相对于继承的编译期确定实现,组合的运行态指定实现,更加灵活。下面通过一段代码来了解组合的基本属性以及它与继承的不同之处。 先定义一个结构体 base 并为它添加两个方法 foo 和 bar : go type base struct name string func b base foo func b base bar type seed struct base func s seed foo s b...
0
50,652
12,536,228,932
IssuesEvent
2020-06-04 23:23:35
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
opened
build failed on CentOS-7 @flatbuffers//:flatc' #1660
type:build/install
## Bug Report Getting the following error while building. ``` ERROR: /mnt/sdb/tf220/mkl/build/external/flatbuffers/BUILD.bazel:60:1: Linking of rule '@flatbuffers//:flatc' failed (Exit 1) ``` Re: #1563 this bug also reported the same issue but with building docker. Here, I am not building any docker. ...
1.0
build failed on CentOS-7 @flatbuffers//:flatc' #1660 - ## Bug Report Getting the following error while building. ``` ERROR: /mnt/sdb/tf220/mkl/build/external/flatbuffers/BUILD.bazel:60:1: Linking of rule '@flatbuffers//:flatc' failed (Exit 1) ``` Re: #1563 this bug also reported the same issue but with b...
build
build failed on centos flatbuffers flatc bug report getting the following error while building error mnt sdb mkl build external flatbuffers build bazel linking of rule flatbuffers flatc failed exit re this bug also reported the same issue but with building doc...
1
14,218
5,583,612,548
IssuesEvent
2017-03-29 01:06:58
airbnb/lottie-react-native
https://api.github.com/repos/airbnb/lottie-react-native
closed
Build fails on release (iOS)
build issue
Hi guys, Posting here because I've got a similar problem. I succeeded to make lottie work on my RN project using Lottie 1.0.6 and RN 0.39 on iOS in debug. I removed `libLottie.a` as said on ticket #59 from the linked frameworks and libraries and it's building well on the simulator and animations correctly appear. ...
1.0
Build fails on release (iOS) - Hi guys, Posting here because I've got a similar problem. I succeeded to make lottie work on my RN project using Lottie 1.0.6 and RN 0.39 on iOS in debug. I removed `libLottie.a` as said on ticket #59 from the linked frameworks and libraries and it's building well on the simulator and ...
build
build fails on release ios hi guys posting here because i ve got a similar problem i succeeded to make lottie work on my rn project using lottie and rn on ios in debug i removed liblottie a as said on ticket from the linked frameworks and libraries and it s building well on the simulator and an...
1
57,935
14,246,060,463
IssuesEvent
2020-11-19 09:33:23
tensorflow/tfjs
https://api.github.com/repos/tensorflow/tfjs
opened
Unable to resolve "@react-native-community/async-storage" from "node_modules\@tensorflow\tfjs-react-native\dist\async_storage_io.js"
type:build/install
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - Mobile device : Honor7x - TensorFlow.js installed from (npm or script link): npm - TensorFlow.js version: 2.7.0 Description: Importing fetch from @tensorflow/tfjs-react-native resulting in above issue. I am g...
1.0
Unable to resolve "@react-native-community/async-storage" from "node_modules\@tensorflow\tfjs-react-native\dist\async_storage_io.js" - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 - Mobile device : Honor7x - TensorFlow.js installed from (npm or script link): npm - T...
build
unable to resolve react native community async storage from node modules tensorflow tfjs react native dist async storage io js system information os platform and distribution e g linux ubuntu windows mobile device tensorflow js installed from npm or script link npm tensorflow...
1
55,694
13,651,260,892
IssuesEvent
2020-09-26 23:59:15
stan-dev/cmdstanpy
https://api.github.com/repos/stan-dev/cmdstanpy
closed
package release tasks
build
#### Summary: automate and document procedure for creating distro package and docset for new releases of CmdStanPy. #### Description: It would be nice to have a release script for CmdStanPy that would, given a release tag: - handle GitHub tags - generate html docs for version and update `docs` dir contents...
1.0
package release tasks - #### Summary: automate and document procedure for creating distro package and docset for new releases of CmdStanPy. #### Description: It would be nice to have a release script for CmdStanPy that would, given a release tag: - handle GitHub tags - generate html docs for version and up...
build
package release tasks summary automate and document procedure for creating distro package and docset for new releases of cmdstanpy description it would be nice to have a release script for cmdstanpy that would given a release tag handle github tags generate html docs for version and up...
1
74,868
20,386,283,735
IssuesEvent
2022-02-22 07:20:21
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Target //tensorflow/tools/pip_package:build_pip_package failed to build
stat:awaiting response type:build/install stalled comp:tpus subtype: ubuntu/linux
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> **System information** Linux ...
1.0
Target //tensorflow/tools/pip_package:build_pip_package failed to build - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation i...
build
target tensorflow tools pip package build pip package failed to build please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information linux ubuntu ...
1
83,994
24,192,979,080
IssuesEvent
2022-09-23 19:41:31
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
bundleDependencies option does not support false in angular 13/14.
comp: devkit/build-angular devkit/build-angular: server
### Command build ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was angular 12 ### Description Since angular 13 shipped with ESM package format only, if we build the project with bundleDependencies=false, it will...
2.0
bundleDependencies option does not support false in angular 13/14. - ### Command build ### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was angular 12 ### Description Since angular 13 shipped with ESM package format...
build
bundledependencies option does not support false in angular command build is this a regression yes this behavior used to work in the previous version the previous version in which this bug was not present was angular description since angular shipped with esm package format only ...
1
35,664
9,636,098,076
IssuesEvent
2019-05-16 04:20:02
servo/servo
https://api.github.com/repos/servo/servo
closed
README update for macOS
A-build P-mac
seems we need this now due to recent commits ``` brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer ```
1.0
README update for macOS - seems we need this now due to recent commits ``` brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer ```
build
readme update for macos seems we need this now due to recent commits brew bundle install file etc taskcluster macos brewfile gstreamer
1
86,445
24,850,593,526
IssuesEvent
2022-10-26 19:41:48
ccache/ccache
https://api.github.com/repos/ccache/ccache
closed
Missing <limits.h> in Util.cpp leads to undefined PATH_MAX [Solaris 11.4, gcc 11.2, ccache 4.7.1]
bug build os: solaris
### How to reproduce ### <!-- Steps to reproduce the behavior: --> 1. mkdir build && cd build 2. cmake --build . ### Actual behavior ### <!-- What happened? --> /export/home/briggs/ccache-4.7.1/src/Util.cpp: In function ‘std::string Util::get_actual_cwd()’: /export/home/briggs/ccache-4.7.1/src/Util.cpp:586:...
1.0
Missing <limits.h> in Util.cpp leads to undefined PATH_MAX [Solaris 11.4, gcc 11.2, ccache 4.7.1] - ### How to reproduce ### <!-- Steps to reproduce the behavior: --> 1. mkdir build && cd build 2. cmake --build . ### Actual behavior ### <!-- What happened? --> /export/home/briggs/ccache-4.7.1/src/Util.cpp: I...
build
missing in util cpp leads to undefined path max how to reproduce mkdir build cd build cmake build actual behavior export home briggs ccache src util cpp in function ‘std string util get actual cwd ’ export home briggs ccache src util cpp error ...
1
25,166
7,643,133,426
IssuesEvent
2018-05-08 11:39:51
precice/precice
https://api.github.com/repos/precice/precice
closed
C++ Solverproxy does not build
building
``` scons: Reading SConscript files ... scons: warning: Can't find Intel compiler top dir for version='None', abi='x86_64' File "/home/florian/precice/tools/solverproxies/cpp/SConstruct", line 43, in <module> scons: done reading SConscript files. scons: Building targets ... icc -o solverproxy-debug main.cpp -L/...
1.0
C++ Solverproxy does not build - ``` scons: Reading SConscript files ... scons: warning: Can't find Intel compiler top dir for version='None', abi='x86_64' File "/home/florian/precice/tools/solverproxies/cpp/SConstruct", line 43, in <module> scons: done reading SConscript files. scons: Building targets ... icc ...
build
c solverproxy does not build scons reading sconscript files scons warning can t find intel compiler top dir for version none abi file home florian precice tools solverproxies cpp sconstruct line in scons done reading sconscript files scons building targets icc o solverpr...
1
119,694
17,627,566,913
IssuesEvent
2021-08-19 01:05:50
jtimberlake/rl-bakery
https://api.github.com/repos/jtimberlake/rl-bakery
opened
CVE-2021-37657 (High) detected in tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl
security vulnerability
## CVE-2021-37657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learnin...
True
CVE-2021-37657 (High) detected in tensorflow-2.0.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2021-37657 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.0.0-cp37-cp37m-ma...
non_build
cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file rl bakery requirements txt ...
0
267,962
28,565,203,703
IssuesEvent
2023-04-21 01:03:13
amaybaum-reachability2/vprofile-project
https://api.github.com/repos/amaybaum-reachability2/vprofile-project
closed
spring-webmvc-4.2.1.RELEASE.jar: 6 vulnerabilities (highest severity is: 9.6) reachable - autoclosed
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-webmvc-4.2.1.RELEASE.jar</b></p></summary> <p>Spring Web MVC</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://gi...
True
spring-webmvc-4.2.1.RELEASE.jar: 6 vulnerabilities (highest severity is: 9.6) reachable - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-webmvc-4.2.1.RELEASE.jar</b></p></summary> <p>Spring Web...
non_build
spring webmvc release jar vulnerabilities highest severity is reachable autoclosed vulnerable library spring webmvc release jar spring web mvc library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org spring...
0
181,620
30,715,064,481
IssuesEvent
2023-07-27 12:31:25
nodejs/nodejs.org
https://api.github.com/repos/nodejs/nodejs.org
closed
Migrate the `Default` Layout from `nodejs.dev`
good first issue website redesign feature-request
Continuing the migration of components from `nodejs.dev` that we started [here](https://github.com/nodejs/nodejs.org/issues/5193), the `default` layout including. This issue will be used to track the migration of the `Default` layout. Also, note that I want this issue to be available for newcomers and not existing c...
1.0
Migrate the `Default` Layout from `nodejs.dev` - Continuing the migration of components from `nodejs.dev` that we started [here](https://github.com/nodejs/nodejs.org/issues/5193), the `default` layout including. This issue will be used to track the migration of the `Default` layout. Also, note that I want this issue...
non_build
migrate the default layout from nodejs dev continuing the migration of components from nodejs dev that we started the default layout including this issue will be used to track the migration of the default layout also note that i want this issue to be available for newcomers and not existing contri...
0
470,861
13,547,651,598
IssuesEvent
2020-09-17 04:44:00
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Terms and conditions isn't showing up
EasyFix! Priority: High bug potential-intern-assignment
When clicking this link: ![image](https://user-images.githubusercontent.com/39865166/92660668-bfd7a200-f2af-11ea-9c40-fdd2374efe5f.png) ![image](https://user-images.githubusercontent.com/39865166/92660691-c9f9a080-f2af-11ea-99bf-7bbee24353bb.png) You get this as the result: ![image](https://user-images.githubuserco...
1.0
Terms and conditions isn't showing up - When clicking this link: ![image](https://user-images.githubusercontent.com/39865166/92660668-bfd7a200-f2af-11ea-9c40-fdd2374efe5f.png) ![image](https://user-images.githubusercontent.com/39865166/92660691-c9f9a080-f2af-11ea-99bf-7bbee24353bb.png) You get this as the result: !...
non_build
terms and conditions isn t showing up when clicking this link you get this as the result
0
34,492
9,381,958,293
IssuesEvent
2019-04-04 20:59:21
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
opened
[ossfuzz] CI to run fuzzer regressions
build system :building_construction:
## Abstract This is experimental. Fuzzer regressions are regressions for fuzzer discovered bugs. We can use a new CI to check if a previously discovered bug is not reintroduced by a PR. ## Motivation At a minimum - we store fuzzer binaries created by the build ossfuzz job as artifacts - clone the regr...
2.0
[ossfuzz] CI to run fuzzer regressions - ## Abstract This is experimental. Fuzzer regressions are regressions for fuzzer discovered bugs. We can use a new CI to check if a previously discovered bug is not reintroduced by a PR. ## Motivation At a minimum - we store fuzzer binaries created by the build oss...
build
ci to run fuzzer regressions abstract this is experimental fuzzer regressions are regressions for fuzzer discovered bugs we can use a new ci to check if a previously discovered bug is not reintroduced by a pr motivation at a minimum we store fuzzer binaries created by the build ossfuzz job...
1
36,025
9,696,453,642
IssuesEvent
2019-05-25 07:40:52
paritytech/parity-ethereum
https://api.github.com/repos/paritytech/parity-ethereum
closed
Error with -ludev when cross compiling for ARMv7
M0-build 🏗 Z1-question 🙋‍♀️
- **Parity Ethereum version**: 2.2.7 - **Operating system**: Linux - **Installation**: built from source - **Description**: When I try to cross-compile the source for Raspberry Pi (armv7), I get an error saying that "-ludev" couldn't be found. This error occurs at the very end of the compiling process - **Expec...
1.0
Error with -ludev when cross compiling for ARMv7 - - **Parity Ethereum version**: 2.2.7 - **Operating system**: Linux - **Installation**: built from source - **Description**: When I try to cross-compile the source for Raspberry Pi (armv7), I get an error saying that "-ludev" couldn't be found. This error occurs ...
build
error with ludev when cross compiling for parity ethereum version operating system linux installation built from source description when i try to cross compile the source for raspberry pi i get an error saying that ludev couldn t be found this error occurs at the v...
1
227,145
7,527,435,310
IssuesEvent
2018-04-13 17:02:49
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Deployment config conditions follow-up work
component/apps lifecycle/rotten priority/P2
Currently the dc controller sets conditions based on the state of the rc that is set by the deployment controller. The following scenario can lead into missing progress report: -- Deployer pod is created by the deployment controller, rc is set to Pending -- Deployer pod runs and scales up the rc to 1 -- Deployment c...
1.0
Deployment config conditions follow-up work - Currently the dc controller sets conditions based on the state of the rc that is set by the deployment controller. The following scenario can lead into missing progress report: -- Deployer pod is created by the deployment controller, rc is set to Pending -- Deployer pod r...
non_build
deployment config conditions follow up work currently the dc controller sets conditions based on the state of the rc that is set by the deployment controller the following scenario can lead into missing progress report deployer pod is created by the deployment controller rc is set to pending deployer pod r...
0
83,794
24,147,390,315
IssuesEvent
2022-09-21 20:06:40
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
Parallelize tests using Spark packages feature
test build task
**Is your feature request related to a problem? Please describe.** #6577 changed the tests using Spark's `packages` feature to avoid triggering a multiprocess Ivy cache update issue. We should look into ways to run the tests in parallel reliably. **Describe the solution you'd like** @gerashegalov noted that we mi...
1.0
Parallelize tests using Spark packages feature - **Is your feature request related to a problem? Please describe.** #6577 changed the tests using Spark's `packages` feature to avoid triggering a multiprocess Ivy cache update issue. We should look into ways to run the tests in parallel reliably. **Describe the sol...
build
parallelize tests using spark packages feature is your feature request related to a problem please describe changed the tests using spark s packages feature to avoid triggering a multiprocess ivy cache update issue we should look into ways to run the tests in parallel reliably describe the soluti...
1
236,580
19,561,076,571
IssuesEvent
2022-01-03 16:17:21
backend-br/vagas
https://api.github.com/repos/backend-br/vagas
closed
[REMOTE Back-end Developer @Croct
PJ Pleno PHP TDD Java Remoto Especialista Testes Unitários startup
## Nossa empresa Código excelente começa com pessoas incríveis. 🤓 Se você é da área de desenvolvimento, trabalha com Java ou PHP, e é uma pessoa fora da curva buscando uma startup com potencial global para trabalhar remotamente, você vai gostar do que temos para você. Como Backend Engineer, você vai encontrar...
1.0
[REMOTE Back-end Developer @Croct - ## Nossa empresa Código excelente começa com pessoas incríveis. 🤓 Se você é da área de desenvolvimento, trabalha com Java ou PHP, e é uma pessoa fora da curva buscando uma startup com potencial global para trabalhar remotamente, você vai gostar do que temos para você. Como ...
non_build
remote back end developer croct nossa empresa código excelente começa com pessoas incríveis 🤓 se você é da área de desenvolvimento trabalha com java ou php e é uma pessoa fora da curva buscando uma startup com potencial global para trabalhar remotamente você vai gostar do que temos para você como ...
0
51,230
6,502,028,858
IssuesEvent
2017-08-23 12:10:03
IMA-WorldHealth/bhima-2.X
https://api.github.com/repos/IMA-WorldHealth/bhima-2.X
opened
(proposal) Deleting financial entities
design needs discussion
The corner case of allowing a user to completely remove a financial transaction by removing all its rows during an editing session has recently been patched in the work on refactoring the journal tools #2006. The method of deletion was not designed and didn't factor in many complexities to removing a transaction: *...
1.0
(proposal) Deleting financial entities - The corner case of allowing a user to completely remove a financial transaction by removing all its rows during an editing session has recently been patched in the work on refactoring the journal tools #2006. The method of deletion was not designed and didn't factor in many c...
non_build
proposal deleting financial entities the corner case of allowing a user to completely remove a financial transaction by removing all its rows during an editing session has recently been patched in the work on refactoring the journal tools the method of deletion was not designed and didn t factor in many comp...
0
157,789
12,391,455,524
IssuesEvent
2020-05-20 12:31:33
WoWManiaUK/Redemption
https://api.github.com/repos/WoWManiaUK/Redemption
closed
Bug for quest "I Work... For The Horde!"
Fix - Tester Confirmed
**Links:** It's a quest in Hellfire Pennensula, obtained from Megzeg Nukklebust **What is Happening:** Nodes are not interactable, but indicate that they are. **What Should happen:** Should be able to loot the quest items, temporarily despawning the node and putting it on a cooldown timer.
1.0
Bug for quest "I Work... For The Horde!" - **Links:** It's a quest in Hellfire Pennensula, obtained from Megzeg Nukklebust **What is Happening:** Nodes are not interactable, but indicate that they are. **What Should happen:** Should be able to loot the quest items, temporarily despawning the node and putting i...
non_build
bug for quest i work for the horde links it s a quest in hellfire pennensula obtained from megzeg nukklebust what is happening nodes are not interactable but indicate that they are what should happen should be able to loot the quest items temporarily despawning the node and putting i...
0
36,078
14,930,352,271
IssuesEvent
2021-01-25 02:41:26
Azure/azure-cli-extensions
https://api.github.com/repos/Azure/azure-cli-extensions
closed
update to @autorest/python 5.x for vmware
Service Attention extension/vm-repair
### Extension name (the extension in question) vmware ### Description of issue (in as much detail as possible) The autorest python version needs to be updated. It is currently using [3.0.62](https://www.npmjs.com/package/@microsoft.azure/autorest.python/v/3.0.62), but it has a problem creating empty json Azure/aut...
1.0
update to @autorest/python 5.x for vmware - ### Extension name (the extension in question) vmware ### Description of issue (in as much detail as possible) The autorest python version needs to be updated. It is currently using [3.0.62](https://www.npmjs.com/package/@microsoft.azure/autorest.python/v/3.0.62), but it...
non_build
update to autorest python x for vmware extension name the extension in question vmware description of issue in as much detail as possible the autorest python version needs to be updated it is currently using but it has a problem creating empty json azure autorest python newer versions lik...
0
87,004
25,006,254,785
IssuesEvent
2022-11-03 12:06:29
mpi4py/mpi4py
https://api.github.com/repos/mpi4py/mpi4py
closed
Fails compilation on Python 3.11
build
``` /snip 204/venv-ls-py311/include -I/usr/include/python3.11 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o success! checking for library 'dl' ... /usr/bin/mpicc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Wer...
1.0
Fails compilation on Python 3.11 - ``` /snip 204/venv-ls-py311/include -I/usr/include/python3.11 -c _configtest.c -o _configtest.o success! removing: _configtest.c _configtest.o success! checking for library 'dl' ... /usr/bin/mpicc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fs...
build
fails compilation on python snip venv ls include i usr include c configtest c o configtest o success removing configtest c configtest o success checking for library dl usr bin mpicc wsign compare dndebug g fwrapv wall g fstack protector ...
1
161,761
25,396,584,826
IssuesEvent
2022-11-22 09:07:48
SafeKingMall/frontend
https://api.github.com/repos/SafeKingMall/frontend
closed
design/ItemDetail
Feature Design
## ⭐ 주요 기능 ItemDetail 디자인 ## ⚙ 세부 기능 가격이 없는 아이템 가격부분 관리자 문의로 변경 되도록 설정 가격이 없는 아이템 구매하기버튼을 견적서 요청 버튼으로 변경 되도록 설정 description부분 디자인 ## 📋 진행 사항 - [x] 가격이 없는 아이템 가격부분 관리자 문의로 변경 되도록 설정 - [x] 가격이 없는 아이템 구매하기버튼을 견적서 요청 버튼으로 변경 되도록 설정 - [x] description height가 1836px 보다 작은 경우 전체 내용을 보여준다. - [x] description height가 ...
1.0
design/ItemDetail - ## ⭐ 주요 기능 ItemDetail 디자인 ## ⚙ 세부 기능 가격이 없는 아이템 가격부분 관리자 문의로 변경 되도록 설정 가격이 없는 아이템 구매하기버튼을 견적서 요청 버튼으로 변경 되도록 설정 description부분 디자인 ## 📋 진행 사항 - [x] 가격이 없는 아이템 가격부분 관리자 문의로 변경 되도록 설정 - [x] 가격이 없는 아이템 구매하기버튼을 견적서 요청 버튼으로 변경 되도록 설정 - [x] description height가 1836px 보다 작은 경우 전체 내용을 보여준다. - [x] ...
non_build
design itemdetail ⭐ 주요 기능 itemdetail 디자인 ⚙ 세부 기능 가격이 없는 아이템 가격부분 관리자 문의로 변경 되도록 설정 가격이 없는 아이템 구매하기버튼을 견적서 요청 버튼으로 변경 되도록 설정 description부분 디자인 📋 진행 사항 가격이 없는 아이템 가격부분 관리자 문의로 변경 되도록 설정 가격이 없는 아이템 구매하기버튼을 견적서 요청 버튼으로 변경 되도록 설정 description height가 보다 작은 경우 전체 내용을 보여준다 description h...
0
57,868
14,226,160,575
IssuesEvent
2020-11-17 22:28:57
MyEnroll/Prototypes
https://api.github.com/repos/MyEnroll/Prototypes
opened
CVE-2018-14042 (Medium) detected in bootstrap-3.3.6.min.js
security vulnerability
## CVE-2018-14042 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.6.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile f...
True
CVE-2018-14042 (Medium) detected in bootstrap-3.3.6.min.js - ## CVE-2018-14042 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.6.min.js</b></p></summary> <p>The most po...
non_build
cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file prototypes ge...
0
236,179
18,073,974,321
IssuesEvent
2021-09-21 07:45:58
ita-social-projects/dokazovi-requirements
https://api.github.com/repos/ita-social-projects/dokazovi-requirements
opened
[Test for Story #188 ] Verify if system shows admin a warning message if the admin doesn’t fill in with information “Post Author field” and clicks on the “Опублікувати” button.
documentation test case
**Story link** [#188 Story](https://jira.softserve.academy/browse/100) ### Status: Not executed ### Title: Verify if system shows admin a warning message if the admin doesn’t fill in with information “Post Author field” and clicks on the “Опублікувати” button. ### Description: Verify if system shows admin...
1.0
[Test for Story #188 ] Verify if system shows admin a warning message if the admin doesn’t fill in with information “Post Author field” and clicks on the “Опублікувати” button. - **Story link** [#188 Story](https://jira.softserve.academy/browse/100) ### Status: Not executed ### Title: Verify if system shows ad...
non_build
verify if system shows admin a warning message if the admin doesn’t fill in with information “post author field” and clicks on the “опублікувати” button story link status not executed title verify if system shows admin a warning message if the admin doesn’t fill in with information “post...
0
70,324
18,093,008,343
IssuesEvent
2021-09-22 05:24:11
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Build fails with internal compiler error on file lstm_ops.cc
stat:awaiting response type:build/install stalled subtype:windows 2.6.0
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): windows 10 - TensorFlow installed from (source or binary): source - TensorFlow version: 2.6.0 - Python version: 3.9 - Installed using virtualenv? pip? conda?: pip - Bazel version (if compiling from source): 3.7.2 - GCC/Compiler ver...
1.0
Build fails with internal compiler error on file lstm_ops.cc - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): windows 10 - TensorFlow installed from (source or binary): source - TensorFlow version: 2.6.0 - Python version: 3.9 - Installed using virtualenv? pip? conda?: pip - Baze...
build
build fails with internal compiler error on file lstm ops cc system information os platform and distribution e g linux ubuntu windows tensorflow installed from source or binary source tensorflow version python version installed using virtualenv pip conda pip bazel v...
1
28,894
8,224,732,574
IssuesEvent
2018-09-06 14:27:10
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
closed
Turn off all OpenJ9 JDK9 builds
comp:build
JDK9 is a short term release which has been out of support since April. JDK10 is available and supported by OpenJ9. The 0.9.0 release plan [1] doesn't include support for JDK9, and JDK9 is not included in the OpenJ9 support statement [2]. OpenJ9 doesn't have the machine capacity to keep testing JDK9 in addition to JDK...
1.0
Turn off all OpenJ9 JDK9 builds - JDK9 is a short term release which has been out of support since April. JDK10 is available and supported by OpenJ9. The 0.9.0 release plan [1] doesn't include support for JDK9, and JDK9 is not included in the OpenJ9 support statement [2]. OpenJ9 doesn't have the machine capacity to ke...
build
turn off all builds is a short term release which has been out of support since april is available and supported by the release plan doesn t include support for and is not included in the support statement doesn t have the machine capacity to keep testing in addition to and ...
1
87,295
25,081,582,666
IssuesEvent
2022-11-07 19:49:11
quicklisp/quicklisp-projects
https://api.github.com/repos/quicklisp/quicklisp-projects
closed
Please add Github-API-CL
canbuild
[Github-API-CL](https://github.com/ccqpein/Github-API-CL) is a wrapper rest api sdk of github rest API v3. All dependencies can quickload via quicklisp. Hopefully it can add to quicklisp for easy to loading. Thank you!
1.0
Please add Github-API-CL - [Github-API-CL](https://github.com/ccqpein/Github-API-CL) is a wrapper rest api sdk of github rest API v3. All dependencies can quickload via quicklisp. Hopefully it can add to quicklisp for easy to loading. Thank you!
build
please add github api cl is a wrapper rest api sdk of github rest api all dependencies can quickload via quicklisp hopefully it can add to quicklisp for easy to loading thank you
1
8,812
4,328,719,757
IssuesEvent
2016-07-26 14:49:54
ElektraInitiative/libelektra
https://api.github.com/repos/ElektraInitiative/libelektra
opened
Clang compile errror in backendparser.cpp
build
/home/peter/elektra-clang/src/libs/tools/src/backendparser.cpp:100:89: error: use of undeclared identifier 'c' if (std::all_of (argument.begin (), argument.end (), [](char c) { return std::isspace (c) || c == ... ^ /...
1.0
Clang compile errror in backendparser.cpp - /home/peter/elektra-clang/src/libs/tools/src/backendparser.cpp:100:89: error: use of undeclared identifier 'c' if (std::all_of (argument.begin (), argument.end (), [](char c) { return std::isspace (c) || c == ... ...
build
clang compile errror in backendparser cpp home peter elektra clang src libs tools src backendparser cpp error use of undeclared identifier c if std all of argument begin argument end char c return std isspace c c ...
1
90,236
26,017,636,956
IssuesEvent
2022-12-21 09:51:17
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
Linker error compiling MediaPipe face detection on Windows
type:build/install stat:awaiting response platform:windows framework solution:face detection stalled
Environment: OS: Windows 11 Compiler: Visual Studio 2022 Programming language: C++, 64-bit build Bazel version 5.3.2 OpenCV version 3.4.16 Python version 3.10 Build command: bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN_PATH="C://Program Files//Python310//python.exe" mediapipe/ex...
1.0
Linker error compiling MediaPipe face detection on Windows - Environment: OS: Windows 11 Compiler: Visual Studio 2022 Programming language: C++, 64-bit build Bazel version 5.3.2 OpenCV version 3.4.16 Python version 3.10 Build command: bazel build -c opt --define MEDIAPIPE_DISABLE_GPU=1 --action_env PYTHON_BIN...
build
linker error compiling mediapipe face detection on windows environment os windows compiler visual studio programming language c bit build bazel version opencv version python version build command bazel build c opt define mediapipe disable gpu action env python bin path ...
1
123,163
10,256,027,338
IssuesEvent
2019-08-21 16:40:16
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Node template - hyperlink on Access Token section does not work while adding a digital ocean node template
[zube]: To Test kind/bug-qa team/ui
**What kind of request is this (question/bug/enhancement/feature request):** bug **Steps to reproduce (least amount of steps as possible):** 1. on `master-head`, Click on add a node template. 2. Select digital ocean. **Expected Result:** `Applications & API` hyperlink should navigate the user to the approp...
1.0
Node template - hyperlink on Access Token section does not work while adding a digital ocean node template - **What kind of request is this (question/bug/enhancement/feature request):** bug **Steps to reproduce (least amount of steps as possible):** 1. on `master-head`, Click on add a node template. 2. Select di...
non_build
node template hyperlink on access token section does not work while adding a digital ocean node template what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible on master head click on add a node template select di...
0
351,901
32,034,586,648
IssuesEvent
2023-09-22 14:30:21
python/cpython
https://api.github.com/repos/python/cpython
closed
tarfile doesn't set file modes correctly on FreeBSD: test_tarfile.test_modes() fails on FreeBSD
type-bug tests OS-freebsd
# Bug report ### Bug description: The best example for this is given in the regression test suite. `TestExtractionFilters.test_modes` in `test_tarfiles` fails with `OSError: [Errno 79] Inappropriate file type or format` on FreeBSD. The reason is that [chmod](https://man.freebsd.org/cgi/man.cgi?query=chmod&sektion=2&...
1.0
tarfile doesn't set file modes correctly on FreeBSD: test_tarfile.test_modes() fails on FreeBSD - # Bug report ### Bug description: The best example for this is given in the regression test suite. `TestExtractionFilters.test_modes` in `test_tarfiles` fails with `OSError: [Errno 79] Inappropriate file type or format` ...
non_build
tarfile doesn t set file modes correctly on freebsd test tarfile test modes fails on freebsd bug report bug description the best example for this is given in the regression test suite testextractionfilters test modes in test tarfiles fails with oserror inappropriate file type or format on freebs...
0
18,086
6,546,707,327
IssuesEvent
2017-09-04 11:34:39
jaagr/polybar
https://api.github.com/repos/jaagr/polybar
closed
Installation fails on Fedora 26
build
Hello, I'm trying to install polybar on Fedora 26, stable release after a handful of days. I'm not at all experienced to compiling open source software in this manual fashion so bear with me. I'm more than happy to provide further info if necessary. Do note that I'm using this script: https://gist.github.com/nathanc...
1.0
Installation fails on Fedora 26 - Hello, I'm trying to install polybar on Fedora 26, stable release after a handful of days. I'm not at all experienced to compiling open source software in this manual fashion so bear with me. I'm more than happy to provide further info if necessary. Do note that I'm using this scrip...
build
installation fails on fedora hello i m trying to install polybar on fedora stable release after a handful of days i m not at all experienced to compiling open source software in this manual fashion so bear with me i m more than happy to provide further info if necessary do note that i m using this script ...
1
96,480
27,863,401,646
IssuesEvent
2023-03-21 08:31:48
llvm/llvm-project
https://api.github.com/repos/llvm/llvm-project
closed
clang crash: terminate called after throwing an instance of 'std::system_error' what(): Resource temporarily unavailable
llvm-tools build-problem
I was trying to compile LLVM with source at https://github.com/llvm/llvm-project/commit/f90103851f9a381bbf7ed6da250217577afd00d2 But i get the below attached errors. Error: ```console FAILED: bin/llvm-mc : && /usr/bin/clang++ -O3 -march=native -mtune=native -ffunction-sections -fdata-sections -fPIC -fno-semantic...
1.0
clang crash: terminate called after throwing an instance of 'std::system_error' what(): Resource temporarily unavailable - I was trying to compile LLVM with source at https://github.com/llvm/llvm-project/commit/f90103851f9a381bbf7ed6da250217577afd00d2 But i get the below attached errors. Error: ```console FAILE...
build
clang crash terminate called after throwing an instance of std system error what resource temporarily unavailable i was trying to compile llvm with source at but i get the below attached errors error console failed bin llvm mc usr bin clang march native mtune native ffunction se...
1
75,331
20,766,879,603
IssuesEvent
2022-03-15 21:38:15
arfc/moltres
https://api.github.com/repos/arfc/moltres
opened
Add additional installation instructions
Comp:Build Difficulty:1-Beginner Priority:2-Normal Status:1-New Type:Docs
The current installation instructions are inadequate for new users who are less familiar with the relationship between Moltres and MOOSE. This issue can be closed when the installation instructions state: - [ ] there is no need to compile MOOSE separately; - [ ] the `moose-tools` and `moose-libmesh` versions that ...
1.0
Add additional installation instructions - The current installation instructions are inadequate for new users who are less familiar with the relationship between Moltres and MOOSE. This issue can be closed when the installation instructions state: - [ ] there is no need to compile MOOSE separately; - [ ] the `moos...
build
add additional installation instructions the current installation instructions are inadequate for new users who are less familiar with the relationship between moltres and moose this issue can be closed when the installation instructions state there is no need to compile moose separately the moose to...
1
40,416
10,521,740,951
IssuesEvent
2019-09-30 07:00:36
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
How to build es v6.6.1 with java1.8.0_60?
:Core/Infra/Build
I want to build es v6.6.1 with java 1.8.0_60 ,gradle v5.6.2. but failed .
1.0
How to build es v6.6.1 with java1.8.0_60? - I want to build es v6.6.1 with java 1.8.0_60 ,gradle v5.6.2. but failed .
build
how to build es with i want to build es with java gradle but failed
1
98,945
30,229,579,236
IssuesEvent
2023-07-06 05:30:50
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Build failure: Filebot
0.kind: build failure
### Steps To Reproduce Steps to reproduce the behavior: 1. build filebot ### Build log ``` trying https://web.archive.org/web/20230418205553/https://get.filebot.net/filebot/FileBot_5.0.3/FileBot_5.0.3-portable.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current ...
1.0
Build failure: Filebot - ### Steps To Reproduce Steps to reproduce the behavior: 1. build filebot ### Build log ``` trying https://web.archive.org/web/20230418205553/https://get.filebot.net/filebot/FileBot_5.0.3/FileBot_5.0.3-portable.tar.xz % Total % Received % Xferd Average Speed Time Time ...
build
build failure filebot steps to reproduce steps to reproduce the behavior build filebot build log trying total received xferd average speed time time time current dload upload total spent left speed m ...
1
255,996
19,349,944,612
IssuesEvent
2021-12-15 14:44:14
alphagov/govuk-prototype-kit
https://api.github.com/repos/alphagov/govuk-prototype-kit
closed
Update guidance to updating Prototype Kit to v12.0.0
documentation 🕔 hours
## What Update guidance for [updating your Prototype Kit](https://govuk-prototype-kit.herokuapp.com/docs/updating-the-kit) following the v12 release. ## Tasks - [x] Draft amends to content - [x] Team review of content - [x] Publish content on 15 December
1.0
Update guidance to updating Prototype Kit to v12.0.0 - ## What Update guidance for [updating your Prototype Kit](https://govuk-prototype-kit.herokuapp.com/docs/updating-the-kit) following the v12 release. ## Tasks - [x] Draft amends to content - [x] Team review of content - [x] Publish content on 15 December
non_build
update guidance to updating prototype kit to what update guidance for following the release tasks draft amends to content team review of content publish content on december
0
4,277
3,343,431,292
IssuesEvent
2015-11-15 14:04:40
jgirald/ES2015C
https://api.github.com/repos/jgirald/ES2015C
closed
Testear e integrar YTCC
Building Sprint4 Team B Testing Yamato
**Descripción:** Testear e integrar YTCC. Crear el prefab en unity del edicio **Estimación de esfuerzo por horas:** 0,2h **Definición de DONE:** El edificio se ve con todos sus texturas , las medidas son proporcionales. El prefab esta creado. **Responsable:** Arnau Sánchez, TeamB
1.0
Testear e integrar YTCC - **Descripción:** Testear e integrar YTCC. Crear el prefab en unity del edicio **Estimación de esfuerzo por horas:** 0,2h **Definición de DONE:** El edificio se ve con todos sus texturas , las medidas son proporcionales. El prefab esta creado. **Responsable:** Arnau Sánchez, TeamB
build
testear e integrar ytcc descripción testear e integrar ytcc crear el prefab en unity del edicio estimación de esfuerzo por horas definición de done el edificio se ve con todos sus texturas las medidas son proporcionales el prefab esta creado responsable arnau sánchez teamb
1
789,025
27,776,250,416
IssuesEvent
2023-03-16 17:25:15
googleapis/google-cloud-go
https://api.github.com/repos/googleapis/google-cloud-go
closed
bigquery/storage/managedwriter: TestFlowControllerCancel failed
type: bug api: bigquery priority: p1 flakybot: issue
Note: #6527 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 2b9b77d3371feccff9b5900f37a21f6920bf8853 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/305a78f6-d6ff-4c2e-8870-15c31b7003b2), [Sponge](http://sponge2/305a78f6-d6ff-4c2e-...
1.0
bigquery/storage/managedwriter: TestFlowControllerCancel failed - Note: #6527 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 2b9b77d3371feccff9b5900f37a21f6920bf8853 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/305a78f6-d6ff-4c...
non_build
bigquery storage managedwriter testflowcontrollercancel failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed
0
410,288
11,985,934,930
IssuesEvent
2020-04-07 18:23:57
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
Error when you try to save an already created radius filter.
Priority: High Type: Bug
**Describe the bug** A radius filter with: ![image](https://user-images.githubusercontent.com/1553962/78701542-358cab80-78d5-11ea-88a1-ad98c9a3208b.png) Save it then edit it: ![image](https://user-images.githubusercontent.com/1553962/78701629-594ff180-78d5-11ea-87e9-22cc41890aed.png) As you can see the r...
1.0
Error when you try to save an already created radius filter. - **Describe the bug** A radius filter with: ![image](https://user-images.githubusercontent.com/1553962/78701542-358cab80-78d5-11ea-88a1-ad98c9a3208b.png) Save it then edit it: ![image](https://user-images.githubusercontent.com/1553962/78701629-59...
non_build
error when you try to save an already created radius filter describe the bug a radius filter with save it then edit it as you can see the reply is in lower case and it in the request
0
173,604
21,176,959,271
IssuesEvent
2022-04-08 01:41:03
kapseliboi/WeiPay
https://api.github.com/repos/kapseliboi/WeiPay
opened
CVE-2022-24785 (High) detected in moment-2.24.0.tgz
security vulnerability
## CVE-2022-24785 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary> <p>Parse, validate, manipulate, and display dates</p> <p>Library home page: <a hre...
True
CVE-2022-24785 (High) detected in moment-2.24.0.tgz - ## CVE-2022-24785 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.24.0.tgz</b></p></summary> <p>Parse, validate, manipula...
non_build
cve high detected in moment tgz cve high severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href path to dependency file package json path to vulnerable library node modules moment package json ...
0
66,938
16,761,380,139
IssuesEvent
2021-06-13 21:22:00
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
closed
Use https://www.cyrusimap.org/sasl/ instead of https://www.gnu.org/software/gsasl/
altinity build feature help wanted minor st-accepted
Hello, CH now uses https://www.gnu.org/software/gsasl/ which has LGPL license. Can you consider using https://www.cyrusimap.org/sasl/ instead that has a better license?
1.0
Use https://www.cyrusimap.org/sasl/ instead of https://www.gnu.org/software/gsasl/ - Hello, CH now uses https://www.gnu.org/software/gsasl/ which has LGPL license. Can you consider using https://www.cyrusimap.org/sasl/ instead that has a better license?
build
use instead of hello ch now uses which has lgpl license can you consider using instead that has a better license
1
72,325
19,180,283,829
IssuesEvent
2021-12-04 09:00:33
Legrandin/pycryptodome
https://api.github.com/repos/Legrandin/pycryptodome
closed
Building of testsuite failed, because of function parameter mismatch.
bug build fix_available
This function is declared with different parameter type. https://github.com/Legrandin/pycryptodome/blob/b7ff5f1959045d0e6a7b6af98fe777ea87cee869/src/mont.c#L260 https://github.com/Legrandin/pycryptodome/blob/b7ff5f1959045d0e6a7b6af98fe777ea87cee869/src/test/test_mont.c#L8 Which generated this output. ``` cc -g -...
1.0
Building of testsuite failed, because of function parameter mismatch. - This function is declared with different parameter type. https://github.com/Legrandin/pycryptodome/blob/b7ff5f1959045d0e6a7b6af98fe777ea87cee869/src/mont.c#L260 https://github.com/Legrandin/pycryptodome/blob/b7ff5f1959045d0e6a7b6af98fe777ea87cee8...
build
building of testsuite failed because of function parameter mismatch this function is declared with different parameter type which generated this output cc g ffile prefix map pycryptodome flto auto ffat lto objects fstack protector strong wformat werror format security g ...
1
21,606
7,047,896,554
IssuesEvent
2018-01-02 15:31:08
spring-projects/spring-security
https://api.github.com/repos/spring-projects/spring-security
opened
Migrate Groovy to Java
Build and Admin Improvement
### Summary The tests that are written in Groovy are very convenient and easy to read, but place an unnecessary burden on contributors unfamiliar with Groovy. We should migrate the Groovy tests to Java.
1.0
Migrate Groovy to Java - ### Summary The tests that are written in Groovy are very convenient and easy to read, but place an unnecessary burden on contributors unfamiliar with Groovy. We should migrate the Groovy tests to Java.
build
migrate groovy to java summary the tests that are written in groovy are very convenient and easy to read but place an unnecessary burden on contributors unfamiliar with groovy we should migrate the groovy tests to java
1
94,735
16,021,691,124
IssuesEvent
2021-04-21 01:03:00
TIBCOSoftware/labs-discover
https://api.github.com/repos/TIBCOSoftware/labs-discover
opened
CVE-2020-28500 (Medium) detected in lodash-4.17.20.tgz
security vulnerability
## CVE-2020-28500 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.20.tgz</b></p></summary> <p>Lodash modular utilities.</p> <p>Library home page: <a href="https://registr...
True
CVE-2020-28500 (Medium) detected in lodash-4.17.20.tgz - ## CVE-2020-28500 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.20.tgz</b></p></summary> <p>Lodash modular util...
non_build
cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href dependency hierarchy karma tgz root library x lodash tgz vulnerable library found in b...
0
315,560
23,586,974,315
IssuesEvent
2022-08-23 12:27:17
alphagov/govuk-prototype-kit
https://api.github.com/repos/alphagov/govuk-prototype-kit
closed
Draft release notes for v12.2.0
documentation 🕔 days release
## What Draft release notes for [GOV.UK Prototype v12.2.0 (feature release)](https://github.com/alphagov/govuk-prototype-kit/milestone/24). ## Why To tell users about: - GOV.UK Frontend v4.3.0 release - update to step by step (as an extension) ## Who needs to work on this Content designer-technical w...
1.0
Draft release notes for v12.2.0 - ## What Draft release notes for [GOV.UK Prototype v12.2.0 (feature release)](https://github.com/alphagov/govuk-prototype-kit/milestone/24). ## Why To tell users about: - GOV.UK Frontend v4.3.0 release - update to step by step (as an extension) ## Who needs to work on ...
non_build
draft release notes for what draft release notes for why to tell users about gov uk frontend release update to step by step as an extension who needs to work on this content designer technical writer developer who needs to review this team product mana...
0
32,749
12,146,888,054
IssuesEvent
2020-04-24 12:02:49
openlawlibrary/taf
https://api.github.com/repos/openlawlibrary/taf
closed
Update `add_signing_key` to support delegations
security
Adding new signing key to a delegated role does not work due to TUF not fully supporting delegated roles, so we need a workaround
True
Update `add_signing_key` to support delegations - Adding new signing key to a delegated role does not work due to TUF not fully supporting delegated roles, so we need a workaround
non_build
update add signing key to support delegations adding new signing key to a delegated role does not work due to tuf not fully supporting delegated roles so we need a workaround
0
71,946
18,944,369,153
IssuesEvent
2021-11-18 08:33:09
Gelio/CAL-web
https://api.github.com/repos/Gelio/CAL-web
opened
Run `mvn test` in CI
scope: CI scope: build P3 scope: tests complexity: low scope: quality
Some coding rules tests report more violations when they are run with `mvn test` and not `mvn verify`. Let's add a new CI job that runs `mvn test`. It should probably run in parallel to the existing job that runs `mvn verify` to keep the build time low. See https://github.com/Gelio/CAL-web/issues/62 and https://g...
1.0
Run `mvn test` in CI - Some coding rules tests report more violations when they are run with `mvn test` and not `mvn verify`. Let's add a new CI job that runs `mvn test`. It should probably run in parallel to the existing job that runs `mvn verify` to keep the build time low. See https://github.com/Gelio/CAL-web/...
build
run mvn test in ci some coding rules tests report more violations when they are run with mvn test and not mvn verify let s add a new ci job that runs mvn test it should probably run in parallel to the existing job that runs mvn verify to keep the build time low see and maybe the root problem o...
1
542,118
15,839,276,138
IssuesEvent
2021-04-07 00:27:00
almulalic/nrs20-tim7
https://api.github.com/repos/almulalic/nrs20-tim7
closed
Kreirati lokalni Web Server
Priority: Important Task: Initialization
**Ime zadatka:** Kreirati lokalni Web Server **Opis zadatka:** Uz pomoć entity manager framework napraviti dotnet aplikaciju koja će se nakandno povezati sa repozitorijem, aplikacija trenutno može služiti za testing dok će se prava aplikacija pushati bez koda (osim onog koji ga inicijalizira), istražiti najbolje pra...
1.0
Kreirati lokalni Web Server - **Ime zadatka:** Kreirati lokalni Web Server **Opis zadatka:** Uz pomoć entity manager framework napraviti dotnet aplikaciju koja će se nakandno povezati sa repozitorijem, aplikacija trenutno može služiti za testing dok će se prava aplikacija pushati bez koda (osim onog koji ga inicijal...
non_build
kreirati lokalni web server ime zadatka kreirati lokalni web server opis zadatka uz pomoć entity manager framework napraviti dotnet aplikaciju koja će se nakandno povezati sa repozitorijem aplikacija trenutno može služiti za testing dok će se prava aplikacija pushati bez koda osim onog koji ga inicijal...
0
80,319
23,169,539,468
IssuesEvent
2022-07-30 13:42:11
woocommerce/woocommerce-blocks
https://api.github.com/repos/woocommerce/woocommerce-blocks
opened
Windows development issue - `SassError: This file is already being loaded.`
type: bug type: build type: compatibility
## Describe the bug When running `npm run build` on Windows 10, it shows ` SassError: This file is already being loaded.` and the project annot build. This was also reported here (https://github.com/woocommerce/woocommerce-blocks/issues/6029#issuecomment-1067905345) but the user who found the issue didn't make the ...
1.0
Windows development issue - `SassError: This file is already being loaded.` - ## Describe the bug When running `npm run build` on Windows 10, it shows ` SassError: This file is already being loaded.` and the project annot build. This was also reported here (https://github.com/woocommerce/woocommerce-blocks/issues/6...
build
windows development issue sasserror this file is already being loaded describe the bug when running npm run build on windows it shows sasserror this file is already being loaded and the project annot build this was also reported here but the user who found the issue didn t make the follow u...
1
72,882
19,525,768,142
IssuesEvent
2021-12-30 07:21:42
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Feature]: horizontal list
Enhancement App Viewers Pod UI Building Pod community List Widget
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary for now list is only vertical, I wish for horizontal list also ### Why should this be worked on? this would add much more possibilities to create different ui cases. For now it is not possible to make horizontal list of ...
1.0
[Feature]: horizontal list - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary for now list is only vertical, I wish for horizontal list also ### Why should this be worked on? this would add much more possibilities to create different ui cases. For now it is not possibl...
build
horizontal list is there an existing issue for this i have searched the existing issues summary for now list is only vertical i wish for horizontal list also why should this be worked on this would add much more possibilities to create different ui cases for now it is not possible to make ...
1
61,622
15,036,846,027
IssuesEvent
2021-02-02 15:41:55
sandboxie-plus/Sandboxie
https://api.github.com/repos/sandboxie-plus/Sandboxie
closed
Localization support for hooks list title
added in nextbuild
Add localization support for hooks list in sbie-english-1033: https://github.com/sandboxie-plus/Sandboxie/blob/e88b739bd230d48608ae7b7926310dfaa6af9b37/Sandboxie/install/Templates.ini#L2794
1.0
Localization support for hooks list title - Add localization support for hooks list in sbie-english-1033: https://github.com/sandboxie-plus/Sandboxie/blob/e88b739bd230d48608ae7b7926310dfaa6af9b37/Sandboxie/install/Templates.ini#L2794
build
localization support for hooks list title add localization support for hooks list in sbie english
1
79,141
22,622,262,858
IssuesEvent
2022-06-30 07:36:30
tarantool/tarantool
https://api.github.com/repos/tarantool/tarantool
closed
Release build warning
build
``` /home/ubuntu/tarantool/src/lib/bitset/bitset.c:169:9: warning: variable 'cardinality_check' set but not used [-Wunused-but-set-variable] size_t cardinality_check = 0; ```
1.0
Release build warning - ``` /home/ubuntu/tarantool/src/lib/bitset/bitset.c:169:9: warning: variable 'cardinality_check' set but not used [-Wunused-but-set-variable] size_t cardinality_check = 0; ```
build
release build warning home ubuntu tarantool src lib bitset bitset c warning variable cardinality check set but not used size t cardinality check
1
135,924
11,029,581,097
IssuesEvent
2019-12-06 14:11:26
mdlayher/netlink
https://api.github.com/repos/mdlayher/netlink
opened
netlink: flappy test TestIntegrationConnTimeout
bug netlink tests
``` --- FAIL: TestIntegrationConnTimeout (0.00s) conn_linux_gteq_1.12_integration_test.go:43: timeout did not fire ``` Should be easy enough to investigate, but this is a nuisance and should be fixed.
1.0
netlink: flappy test TestIntegrationConnTimeout - ``` --- FAIL: TestIntegrationConnTimeout (0.00s) conn_linux_gteq_1.12_integration_test.go:43: timeout did not fire ``` Should be easy enough to investigate, but this is a nuisance and should be fixed.
non_build
netlink flappy test testintegrationconntimeout fail testintegrationconntimeout conn linux gteq integration test go timeout did not fire should be easy enough to investigate but this is a nuisance and should be fixed
0