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
85,890
24,709,431,036
IssuesEvent
2022-10-19 22:26:37
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: dotnet-arcade-validation-official/main #20221019.3
Build Failed
Build [#20221019.3](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2025254) partiallySucceeded ## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded ### Summary **Finished** - Wed, 19 Oct 2022 22:21:31 GMT **Duration** - 114 minutes **Requested...
1.0
Build failed: dotnet-arcade-validation-official/main #20221019.3 - Build [#20221019.3](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2025254) partiallySucceeded ## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded ### Summary **Finished** - We...
build
build failed dotnet arcade validation official main build partiallysucceeded warning internal dotnet arcade validation official partiallysucceeded summary finished wed oct gmt duration minutes requested for dotnet bot reason batchedci detai...
1
244,026
20,603,724,757
IssuesEvent
2022-03-06 17:08:26
hackforla/website
https://api.github.com/repos/hackforla/website
closed
Test
Feature Missing role missing size: missing Ignore: Test
### Overview As a dev ### Action Items - [ ] This is an action item - [ ] me too ### Resources/Instructions - links ### Is there a dependency? Yes ### If Yes, please explain Need dependency
1.0
Test - ### Overview As a dev ### Action Items - [ ] This is an action item - [ ] me too ### Resources/Instructions - links ### Is there a dependency? Yes ### If Yes, please explain Need dependency
non_build
test overview as a dev action items this is an action item me too resources instructions links is there a dependency yes if yes please explain need dependency
0
71,053
18,421,311,262
IssuesEvent
2021-10-13 16:24:21
spack/spack
https://api.github.com/repos/spack/spack
opened
Installation issue: gosam-contrib
build-error
### Steps to reproduce the issue ``` spack install gosam-contrib 1 error found in build log: 1094 libtool: compile: /lib/spack/env/gcc/g++ -DHAVE_CONFIG_H -I. -I.. -I../ninja-1.1.0/ninja -I/usr/include/c++/11 -fcx-fortran-rules - c cuts_utils.cc -o cuts_utils.o >/dev/null 2>&...
1.0
Installation issue: gosam-contrib - ### Steps to reproduce the issue ``` spack install gosam-contrib 1 error found in build log: 1094 libtool: compile: /lib/spack/env/gcc/g++ -DHAVE_CONFIG_H -I. -I.. -I../ninja-1.1.0/ninja -I/usr/include/c++/11 -fcx-fortran-rules - c cuts_ut...
build
installation issue gosam contrib steps to reproduce the issue spack install gosam contrib error found in build log libtool compile lib spack env gcc g dhave config h i i i ninja ninja i usr include c fcx fortran rules c cuts utils ...
1
199,080
15,733,153,161
IssuesEvent
2021-03-29 19:12:01
saltstack/salt
https://api.github.com/repos/saltstack/salt
closed
[BUG] RFCs process looks active point to SEPs
Bug Documentation doc-deprecated severity-high
**Description** Old RFC Process looks active https://github.com/saltstack/salt/tree/master/rfcs **Expected behavior** Deprecation or removal; archive this?
1.0
[BUG] RFCs process looks active point to SEPs - **Description** Old RFC Process looks active https://github.com/saltstack/salt/tree/master/rfcs **Expected behavior** Deprecation or removal; archive this?
non_build
rfcs process looks active point to seps description old rfc process looks active expected behavior deprecation or removal archive this
0
105,220
22,960,742,592
IssuesEvent
2022-07-19 15:10:42
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
closed
Create alert that fires when auto-indexing on Cloud has stopped working
monitoring code-intelligence-platform
Follow-up to #30479 to avoid us missing auto-indexing being on Cloud for a long time again. Ideas: * Create alert for "X days since last successful auto-index job" * Setup dogfood repo on Cloud that we use that uses auto-indexing
1.0
Create alert that fires when auto-indexing on Cloud has stopped working - Follow-up to #30479 to avoid us missing auto-indexing being on Cloud for a long time again. Ideas: * Create alert for "X days since last successful auto-index job" * Setup dogfood repo on Cloud that we use that uses auto-indexing
non_build
create alert that fires when auto indexing on cloud has stopped working follow up to to avoid us missing auto indexing being on cloud for a long time again ideas create alert for x days since last successful auto index job setup dogfood repo on cloud that we use that uses auto indexing
0
38,528
6,676,004,727
IssuesEvent
2017-10-05 02:10:49
polymec/polymec-dev
https://api.github.com/repos/polymec/polymec-dev
closed
Add interactive help (like Python)
documentation enhancement
We need a help() command that queries an object for a docstring like the Python interpreter. help(obj) -> "obj doc string" Also, a document() function would be great for Lua-side documentation: document(obj, "docstring") help(obj) -> "docstring"
1.0
Add interactive help (like Python) - We need a help() command that queries an object for a docstring like the Python interpreter. help(obj) -> "obj doc string" Also, a document() function would be great for Lua-side documentation: document(obj, "docstring") help(obj) -> "docstring"
non_build
add interactive help like python we need a help command that queries an object for a docstring like the python interpreter help obj obj doc string also a document function would be great for lua side documentation document obj docstring help obj docstring
0
14,305
5,626,395,388
IssuesEvent
2017-04-04 21:45:06
Microsoft/vsts-tasks
https://api.github.com/repos/Microsoft/vsts-tasks
closed
PublishSymbols - SymbolsFolder should relative to the build folder
Area: Build documentation
Hi, If you leave it empty it'll be pointing to $(agent.builddirectory)/s/ but as soon as you start typing something it's pointing by default to C:\Windows\System32. If the entry is not a full path it'd be nice if it could be relative to $(agent.builddirectory) by default (without us needing to add the variable). I can'...
1.0
PublishSymbols - SymbolsFolder should relative to the build folder - Hi, If you leave it empty it'll be pointing to $(agent.builddirectory)/s/ but as soon as you start typing something it's pointing by default to C:\Windows\System32. If the entry is not a full path it'd be nice if it could be relative to $(agent.buildd...
build
publishsymbols symbolsfolder should relative to the build folder hi if you leave it empty it ll be pointing to agent builddirectory s but as soon as you start typing something it s pointing by default to c windows if the entry is not a full path it d be nice if it could be relative to agent builddirector...
1
32,127
8,797,871,443
IssuesEvent
2018-12-24 01:55:09
DestinyItemManager/DIM
https://api.github.com/repos/DestinyItemManager/DIM
closed
Unable to search for a perk
Bug Feature: D2 Feature: Loadout Builder
In `D2 Loadout Builder` users are unable to actually type in the input box, even the placeholder text is absent.
1.0
Unable to search for a perk - In `D2 Loadout Builder` users are unable to actually type in the input box, even the placeholder text is absent.
build
unable to search for a perk in loadout builder users are unable to actually type in the input box even the placeholder text is absent
1
194,290
22,261,935,676
IssuesEvent
2022-06-10 01:52:34
nanopathi/linux-4.19.72_CVE-2021-3347
https://api.github.com/repos/nanopathi/linux-4.19.72_CVE-2021-3347
reopened
CVE-2019-18198 (High) detected in linuxlinux-4.19.239
security vulnerability
## CVE-2019-18198 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.k...
True
CVE-2019-18198 (High) detected in linuxlinux-4.19.239 - ## CVE-2019-18198 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary> <p> <p>The Linux Kernel<...
non_build
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files net rules c ...
0
27,806
6,903,046,169
IssuesEvent
2017-11-26 06:13:21
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] impossible to install js key
No Code Attached Yet
### Steps to reproduce the issue using wamp64 adding db put file of Joomla_4.0.0-dev-Development-Full_Package.zip in folder start install 1 configuration ok 2 bdd all values are good but impossible to go in step 3 retrying to save step 2 windows browser retur this message "Last request has been refused becaus t...
1.0
[4.0] impossible to install js key - ### Steps to reproduce the issue using wamp64 adding db put file of Joomla_4.0.0-dev-Development-Full_Package.zip in folder start install 1 configuration ok 2 bdd all values are good but impossible to go in step 3 retrying to save step 2 windows browser retur this message "L...
non_build
impossible to install js key steps to reproduce the issue using adding db put file of joomla dev development full package zip in folder start install configuration ok bdd all values are good but impossible to go in step retrying to save step windows browser retur this message last reque...
0
1,639
2,795,275,951
IssuesEvent
2015-05-11 21:07:31
UV-CDAT/uvcdat
https://api.github.com/repos/UV-CDAT/uvcdat
opened
tagg all externals repos as well as uvcdat repo
Build
and make sure uvcdat points to these so that build a few weeks from now will still fetch the correct tag points. repos: VTK Vistrails, uvcmetrics, uvcdat-testata
1.0
tagg all externals repos as well as uvcdat repo - and make sure uvcdat points to these so that build a few weeks from now will still fetch the correct tag points. repos: VTK Vistrails, uvcmetrics, uvcdat-testata
build
tagg all externals repos as well as uvcdat repo and make sure uvcdat points to these so that build a few weeks from now will still fetch the correct tag points repos vtk vistrails uvcmetrics uvcdat testata
1
81,832
10,193,882,842
IssuesEvent
2019-08-12 14:34:35
cloud-custodian/cloud-custodian
https://api.github.com/repos/cloud-custodian/cloud-custodian
closed
Azure - Automated Docs Design
cloud/azure kind/design scope/small
Please review change in approach with #4166 and file detailed issues for the work that needs to be done to get Azure docs automated in a similar way. Likely includes at least two separate issues * Update documentation in code * Switch to auto-generated resource docs in hierarchy
1.0
Azure - Automated Docs Design - Please review change in approach with #4166 and file detailed issues for the work that needs to be done to get Azure docs automated in a similar way. Likely includes at least two separate issues * Update documentation in code * Switch to auto-generated resource docs in hierarchy
non_build
azure automated docs design please review change in approach with and file detailed issues for the work that needs to be done to get azure docs automated in a similar way likely includes at least two separate issues update documentation in code switch to auto generated resource docs in hierarchy
0
80,456
7,748,346,688
IssuesEvent
2018-05-30 08:02:11
fabric8io/fabric8-test
https://api.github.com/repos/fabric8io/fabric8-test
closed
How to test new features in OSIO
E2E-test
With new features coming into OSIO we are facing an issue of how to test them. The features are introduced gradually so we need to test application with and also without the features at the same time to make sure it works for different users. At the moment, there are 4 feature levels that can be set on the user pro...
1.0
How to test new features in OSIO - With new features coming into OSIO we are facing an issue of how to test them. The features are introduced gradually so we need to test application with and also without the features at the same time to make sure it works for different users. At the moment, there are 4 feature lev...
non_build
how to test new features in osio with new features coming into osio we are facing an issue of how to test them the features are introduced gradually so we need to test application with and also without the features at the same time to make sure it works for different users at the moment there are feature lev...
0
98,387
12,321,274,572
IssuesEvent
2020-05-13 08:27:30
greatnewcls/KNLWKKGOTE62XGFSVAZIMVUH
https://api.github.com/repos/greatnewcls/KNLWKKGOTE62XGFSVAZIMVUH
closed
FhIGscD7mmuFomHgUNn6xByqB0ZyzOCKe2XBADGqcnfQmtJrTnJUSco0umZtr93NHa2rjvb0oF4VtTPtHRiuhyJ2gjYtu85lXLxtgGfzwVEHrDrHGacuJyAkn+8tVIde97cxC7bMh32Cv/H95zEG6M4nyxxBP1r5GKmVaUq/0dI=
design
BeTKpNMTXr5y89gd5LaGqQXNkDdHFWauzfs0iKKQzQCg6aSbckySqxp8w7qOXLVeLswGvgSs2Wwb0eGIVCr4eS7MBr4ErNlsG9HhiFQq+HkuzAa+BKzZbBvR4YhUKvh5LswGvgSs2Wwb0eGIVCr4eXXQW+Bt3+GCnnspO/S5QfB5P0v9igK6DBEfoZxhfHH/wGfLh1PH81OCMGiyVmbVw1JwyRLOnVs3IknH+udTUXD6qFHGQ+mqPV39Vutt8k3X+qhRxkPpqj1d/VbrbfJN1/sx0CX4ZGL9DDl02sStgbv+G8uDLLYtSZxmDruojHv2...
1.0
FhIGscD7mmuFomHgUNn6xByqB0ZyzOCKe2XBADGqcnfQmtJrTnJUSco0umZtr93NHa2rjvb0oF4VtTPtHRiuhyJ2gjYtu85lXLxtgGfzwVEHrDrHGacuJyAkn+8tVIde97cxC7bMh32Cv/H95zEG6M4nyxxBP1r5GKmVaUq/0dI= - BeTKpNMTXr5y89gd5LaGqQXNkDdHFWauzfs0iKKQzQCg6aSbckySqxp8w7qOXLVeLswGvgSs2Wwb0eGIVCr4eS7MBr4ErNlsG9HhiFQq+HkuzAa+BKzZbBvR4YhUKvh5LswGvgSs2Wwb0eGIV...
non_build
hkuzaa gcnnspo x f abe p ...
0
538,785
15,778,286,072
IssuesEvent
2021-04-01 07:29:05
MycroftAI/hardware-mycroft-mark-II
https://api.github.com/repos/MycroftAI/hardware-mycroft-mark-II
closed
Session logged out after reboot
Priority: High bug
Admittedly, I was beginning from a bugged state: 1. Tell Mycroft to shut down. Confirm. 2. Mycroft user logs out. Screen displays Plasma login. Keyboard comes up. 3. Collapse keyboard. Tap power icon. Device does not shut down. Plasma session dies. Device can no longer be accessed via SSH and must be hard-killed. ...
1.0
Session logged out after reboot - Admittedly, I was beginning from a bugged state: 1. Tell Mycroft to shut down. Confirm. 2. Mycroft user logs out. Screen displays Plasma login. Keyboard comes up. 3. Collapse keyboard. Tap power icon. Device does not shut down. Plasma session dies. Device can no longer be accessed...
non_build
session logged out after reboot admittedly i was beginning from a bugged state tell mycroft to shut down confirm mycroft user logs out screen displays plasma login keyboard comes up collapse keyboard tap power icon device does not shut down plasma session dies device can no longer be accessed...
0
55,419
13,631,104,552
IssuesEvent
2020-09-24 17:28:26
dtcenter/MET
https://api.github.com/repos/dtcenter/MET
opened
Cleanup autoconf warnings when running bootstrap.
component: build process priority: medium requestor: NCAR type: task
## Describe the Task ## When compiling MET in development mode (e.g. MET_DEVELOPMENT = TRUE), after cloning the repo, the next step is running "./bootstrap". Currently that produces the following warnings: ``` ``` This task is the adjust the configure.ac and Makefile.am files as needed to address those warning. ...
1.0
Cleanup autoconf warnings when running bootstrap. - ## Describe the Task ## When compiling MET in development mode (e.g. MET_DEVELOPMENT = TRUE), after cloning the repo, the next step is running "./bootstrap". Currently that produces the following warnings: ``` ``` This task is the adjust the configure.ac and Mak...
build
cleanup autoconf warnings when running bootstrap describe the task when compiling met in development mode e g met development true after cloning the repo the next step is running bootstrap currently that produces the following warnings this task is the adjust the configure ac and mak...
1
133,153
18,279,737,367
IssuesEvent
2021-10-05 00:34:21
ghc-dev/Kathryn-May
https://api.github.com/repos/ghc-dev/Kathryn-May
opened
CVE-2017-16138 (High) detected in mime-1.2.11.tgz
security vulnerability
## CVE-2017-16138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.2.11.tgz</b></p></summary> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="...
True
CVE-2017-16138 (High) detected in mime-1.2.11.tgz - ## CVE-2017-16138 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.2.11.tgz</b></p></summary> <p>A comprehensive library for m...
non_build
cve high detected in mime tgz cve high severity vulnerability vulnerable library mime tgz a comprehensive library for mime type mapping library home page a href path to dependency file kathryn may package json path to vulnerable library kathryn may node modules mime ...
0
24,512
7,521,731,011
IssuesEvent
2018-04-12 18:07:35
MTG/essentia
https://api.github.com/repos/MTG/essentia
opened
Add libmp3lame to ffmpeg builds
builds
Currently, the scripts for static builds (and windows msvc build) of ffmpeg exclude the libmp3lame encoder. In all these cases, the [AudioWriter](http://essentia.upf.edu/documentation/reference/std_AudioWriter.html) algorithm will miss the ability to write mp3 files.
1.0
Add libmp3lame to ffmpeg builds - Currently, the scripts for static builds (and windows msvc build) of ffmpeg exclude the libmp3lame encoder. In all these cases, the [AudioWriter](http://essentia.upf.edu/documentation/reference/std_AudioWriter.html) algorithm will miss the ability to write mp3 files.
build
add to ffmpeg builds currently the scripts for static builds and windows msvc build of ffmpeg exclude the encoder in all these cases the algorithm will miss the ability to write files
1
211,063
7,198,065,814
IssuesEvent
2018-02-05 11:22:20
roboticslab-uc3m/asibot-main
https://api.github.com/repos/roboticslab-uc3m/asibot-main
closed
Clean asibot-main programs/modules
priority: high status: in progress
There are a number of modules that should go elsewhere or become deprecated in favor of advances. This is not mandatory, but we have been working a lot elsewhere! I'm going to try to describe as honestly as possible the situation/past/present of each module. - [x] testRaveBot -> Work in progress is to use [openrave-ya...
1.0
Clean asibot-main programs/modules - There are a number of modules that should go elsewhere or become deprecated in favor of advances. This is not mandatory, but we have been working a lot elsewhere! I'm going to try to describe as honestly as possible the situation/past/present of each module. - [x] testRaveBot -> Wo...
non_build
clean asibot main programs modules there are a number of modules that should go elsewhere or become deprecated in favor of advances this is not mandatory but we have been working a lot elsewhere i m going to try to describe as honestly as possible the situation past present of each module testravebot work...
0
158,174
6,023,099,862
IssuesEvent
2017-06-07 22:52:35
washingtonstateuniversity/WSU-Web-Crawler
https://api.github.com/repos/washingtonstateuniversity/WSU-Web-Crawler
closed
Crawler should skip URLs that use location.ref to redirect pages
bug priority:blocker
If a page loads and uses `window.location.href = ` or `top.location.href = ` to redirect a page, the Accessibility Collector will error out as pa11y is not able to follow the redirect. These sites should be marked by the crawler to avoid further scanning. If the right regex can be used, we can attempt to retrieve th...
1.0
Crawler should skip URLs that use location.ref to redirect pages - If a page loads and uses `window.location.href = ` or `top.location.href = ` to redirect a page, the Accessibility Collector will error out as pa11y is not able to follow the redirect. These sites should be marked by the crawler to avoid further scannin...
non_build
crawler should skip urls that use location ref to redirect pages if a page loads and uses window location href or top location href to redirect a page the accessibility collector will error out as is not able to follow the redirect these sites should be marked by the crawler to avoid further scanning ...
0
64,674
16,011,808,930
IssuesEvent
2021-04-20 11:35:53
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
[feature] CMakeToolchain: prepend CMAKE_CURRENT_LIST_DIR instead of CMAKE_BINARY_DIR
complex: low component: Build stage: in-progress
<!-- What is your suggestion? Please be as specific as possible! --> - [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Currently, toolchain file generated by CMakeToolchain sets `CMAKE_MODULE_PATH` and `CMAKE_PREFIX_PATH` like this: ```cmake ...
1.0
[feature] CMakeToolchain: prepend CMAKE_CURRENT_LIST_DIR instead of CMAKE_BINARY_DIR - <!-- What is your suggestion? Please be as specific as possible! --> - [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Currently, toolchain file generated by CMake...
build
cmaketoolchain prepend cmake current list dir instead of cmake binary dir i ve read the currently toolchain file generated by cmaketoolchain sets cmake module path and cmake prefix path like this cmake to support the cmake find package generators set cmake module path cmak...
1
35,024
9,531,180,000
IssuesEvent
2019-04-29 15:26:03
Guestlogix/traveler-ios
https://api.github.com/repos/Guestlogix/traveler-ios
closed
Medium| Primary contact name field only accepting letters
:bug: bug Future Build iOS
Version 0.3 Release 22 **Steps:** 1. Navigate to primary contact screen on a booking 2. Enter alphanumeric characters in the first name and last name field. 3. Complete other information and check out **Actual result:** 1. User gets an error message: Invalid format **Expected result:** 1. Api allows user to enter alp...
1.0
Medium| Primary contact name field only accepting letters - Version 0.3 Release 22 **Steps:** 1. Navigate to primary contact screen on a booking 2. Enter alphanumeric characters in the first name and last name field. 3. Complete other information and check out **Actual result:** 1. User gets an error message: Invalid ...
build
medium primary contact name field only accepting letters version release steps navigate to primary contact screen on a booking enter alphanumeric characters in the first name and last name field complete other information and check out actual result user gets an error message invalid f...
1
10,174
4,715,295,454
IssuesEvent
2016-10-15 12:15:06
mitchellh/packer
https://api.github.com/repos/mitchellh/packer
closed
Metadata not being passed to openstack
builder/openstack question
Hi, Your documentation says that we support metadata being passed to openstack (https://www.packer.io/docs/builders/openstack.html); however looking at the code - the metadata is never passed: https://github.com/mitchellh/packer/blob/master/builder/openstack/step_run_source_server.go#L57 Subsequently we're unable...
1.0
Metadata not being passed to openstack - Hi, Your documentation says that we support metadata being passed to openstack (https://www.packer.io/docs/builders/openstack.html); however looking at the code - the metadata is never passed: https://github.com/mitchellh/packer/blob/master/builder/openstack/step_run_source_s...
build
metadata not being passed to openstack hi your documentation says that we support metadata being passed to openstack however looking at the code the metadata is never passed subsequently we re unable to pass our bespoke rackspace configuration data
1
5,346
3,572,677,285
IssuesEvent
2016-01-27 00:47:28
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
We shouldn't leak stack traces in the event of an error downloading a csv
Bug Query Builder
We should show the same sort of error we do elsewhere in the site, rather than just an unstyled stack trace.
1.0
We shouldn't leak stack traces in the event of an error downloading a csv - We should show the same sort of error we do elsewhere in the site, rather than just an unstyled stack trace.
build
we shouldn t leak stack traces in the event of an error downloading a csv we should show the same sort of error we do elsewhere in the site rather than just an unstyled stack trace
1
62,152
15,170,883,476
IssuesEvent
2021-02-13 00:38:37
aws/aws-cdk
https://api.github.com/repos/aws/aws-cdk
closed
(Imagebuilder): cdk diff not detecting changes
@aws-cdk/aws-imagebuilder bug needs-triage
Updating a component or image recipe version is not reflected in cdk diff and will report no changes but a deploy will replace those resources with the new version. ### Reproduction Steps ```typescript const exampleYumUpdate = new imagebuilder.CfnComponent(this, 'exampleYumUpdate', { name: "exampleYumUpdate...
1.0
(Imagebuilder): cdk diff not detecting changes - Updating a component or image recipe version is not reflected in cdk diff and will report no changes but a deploy will replace those resources with the new version. ### Reproduction Steps ```typescript const exampleYumUpdate = new imagebuilder.CfnComponent(this,...
build
imagebuilder cdk diff not detecting changes updating a component or image recipe version is not reflected in cdk diff and will report no changes but a deploy will replace those resources with the new version reproduction steps typescript const exampleyumupdate new imagebuilder cfncomponent this ...
1
49,794
12,412,123,491
IssuesEvent
2020-05-22 09:55:53
ModernAppsNinja/Projects
https://api.github.com/repos/ModernAppsNinja/Projects
opened
Create general formula for points
ProgramBuilders ProjectTask
Reference the current looper points values to determine a general guideline for relative degree of effort for point allocation.
1.0
Create general formula for points - Reference the current looper points values to determine a general guideline for relative degree of effort for point allocation.
build
create general formula for points reference the current looper points values to determine a general guideline for relative degree of effort for point allocation
1
71,587
15,207,797,876
IssuesEvent
2021-02-17 01:02:38
billmcchesney1/foxtrot
https://api.github.com/repos/billmcchesney1/foxtrot
closed
WS-2019-0331 (Medium) detected in handlebars-1.3.0.js - autoclosed
security vulnerability
## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.3.0.js</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates e...
True
WS-2019-0331 (Medium) detected in handlebars-1.3.0.js - autoclosed - ## WS-2019-0331 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.3.0.js</b></p></summary> <p>Handleba...
non_build
ws medium detected in handlebars js autoclosed ws medium severity vulnerability vulnerable library handlebars js handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file...
0
239,863
7,800,099,402
IssuesEvent
2018-06-09 04:47:11
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0007256: Creating Relations out of Sales Contract Edit Dialog fails
Bug Mantis Sales high priority
**Reported by astintzing on 18 Oct 2012 10:30** **Version:** git master on saving a contract with eg. Crm-Lead Relation, this error message appears: either &quot;org_name&quot; or &quot;n_family&quot; must be given!, some fields n_fileas,n_fn have invalid content **Steps to reproduce:** 1. Create New or open exis...
1.0
0007256: Creating Relations out of Sales Contract Edit Dialog fails - **Reported by astintzing on 18 Oct 2012 10:30** **Version:** git master on saving a contract with eg. Crm-Lead Relation, this error message appears: either &quot;org_name&quot; or &quot;n_family&quot; must be given!, some fields n_fileas,n_fn ha...
non_build
creating relations out of sales contract edit dialog fails reported by astintzing on oct version git master on saving a contract with eg crm lead relation this error message appears either quot org name quot or quot n family quot must be given some fields n fileas n fn have invalid c...
0
378,914
11,210,680,656
IssuesEvent
2020-01-06 13:49:15
Tournamanager/webApp
https://api.github.com/repos/Tournamanager/webApp
closed
Edit button on tournament should not require additional input
Normal priority bug enhancement
What has to be done: Edit button on tournament should not require additional input Why it has to be done: Edit button on tournament should not require additional input When the task is done: Edit button on tournament should not require additional input
1.0
Edit button on tournament should not require additional input - What has to be done: Edit button on tournament should not require additional input Why it has to be done: Edit button on tournament should not require additional input When the task is done: Edit button on tournament should not require additional ...
non_build
edit button on tournament should not require additional input what has to be done edit button on tournament should not require additional input why it has to be done edit button on tournament should not require additional input when the task is done edit button on tournament should not require additional ...
0
97,875
28,932,809,897
IssuesEvent
2023-05-09 01:54:06
google/mediapipe
https://api.github.com/repos/google/mediapipe
closed
Bazel build for x86 target
type:build/install platform:android stat:awaiting response stale
Hi, I would like to compile a MediaPipe solution with Bazel for Windows x86 (32-bit). I've successfully compiled Bazel samples simply adding --cpu=x64_x86_windows, but when trying the same thing with a MediaPipe solution I get the following error: ERROR: Error fetching repository: java.io.IOException: The reposi...
1.0
Bazel build for x86 target - Hi, I would like to compile a MediaPipe solution with Bazel for Windows x86 (32-bit). I've successfully compiled Bazel samples simply adding --cpu=x64_x86_windows, but when trying the same thing with a MediaPipe solution I get the following error: ERROR: Error fetching repository: ja...
build
bazel build for target hi i would like to compile a mediapipe solution with bazel for windows bit i ve successfully compiled bazel samples simply adding cpu windows but when trying the same thing with a mediapipe solution i get the following error error error fetching repository java io ioe...
1
607,834
18,791,726,800
IssuesEvent
2021-11-08 17:28:45
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
reopened
[studio-ui] PageBuilder should populate instantiated components based on the algorithm described in this ticket
enhancement priority: high
When dragging and dropping a component type onto a page, PageBuilder should: 1. Populate all fields based on defaults 2. If a field doesn't have a default and the field is required, it will be populated based on its type: 2.1. if number, use the minimum, if no minimum, use 1 2.2. if string, use lorem ipsum of l...
1.0
[studio-ui] PageBuilder should populate instantiated components based on the algorithm described in this ticket - When dragging and dropping a component type onto a page, PageBuilder should: 1. Populate all fields based on defaults 2. If a field doesn't have a default and the field is required, it will be populated b...
non_build
pagebuilder should populate instantiated components based on the algorithm described in this ticket when dragging and dropping a component type onto a page pagebuilder should populate all fields based on defaults if a field doesn t have a default and the field is required it will be populated based on it...
0
33,218
9,056,552,697
IssuesEvent
2019-02-13 00:51:37
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
Disable browser tools with webpack build
comp: devkit/build-angular type: feature
<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request ``` ### Command (mark with an `x`) ``` - [ ] new - [X] build -...
1.0
Disable browser tools with webpack build - <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request ``` ### Command (mark w...
build
disable browser tools with webpack build if you don t fill out the following information your issue might be closed without investigating bug report or feature request mark with an x bug report please search issues before submitting feature request command mark with ...
1
66,009
16,522,507,447
IssuesEvent
2021-05-26 15:56:19
MozillaSecurity/orion
https://api.github.com/repos/MozillaSecurity/orion
opened
Taskboot fails to checkout PR from a fork.
bug orion-builder
The PR is from https://github.com/jschwartzentruber/orion We should use the clone URL of the fork, or `git fetch pull/{n}/head` before checkout. ``` [taskcluster 2021-05-26 15:29:10.621Z] === Task Starting === Linux 24bb6a3bf791 5.4.0-1029-gcp #31~18.04.1-Ubuntu SMP Thu Oct 22 09:43:51 UTC 2020 x86_64 Linux IN...
1.0
Taskboot fails to checkout PR from a fork. - The PR is from https://github.com/jschwartzentruber/orion We should use the clone URL of the fork, or `git fetch pull/{n}/head` before checkout. ``` [taskcluster 2021-05-26 15:29:10.621Z] === Task Starting === Linux 24bb6a3bf791 5.4.0-1029-gcp #31~18.04.1-Ubuntu SMP ...
build
taskboot fails to checkout pr from a fork the pr is from we should use the clone url of the fork or git fetch pull n head before checkout task starting linux gcp ubuntu smp thu oct utc linux info root target setup in tmp taskboot info taskboot targe...
1
132,326
5,183,292,080
IssuesEvent
2017-01-20 00:13:50
SemanticWebBuilder/SWBPortal
https://api.github.com/repos/SemanticWebBuilder/SWBPortal
closed
No se cargan correctamente tabs de dojo
bug Priority:Major Unresolved
<p>Algunas funciones de swb.js truenan al hacer operaciones (crear objetos en SWBAdmin, recargar tabs).</p> <p>Reproducir:</p> <p><a href="http://capacitacionswb.infotec.com.mx/es/SWBAdmin/home" class="external-link" rel="nofollow">http://capacitacionswb.infotec.com.mx/es/SWBAdmin/home</a></p> <p>1. Ir a menú Usuari...
1.0
No se cargan correctamente tabs de dojo - <p>Algunas funciones de swb.js truenan al hacer operaciones (crear objetos en SWBAdmin, recargar tabs).</p> <p>Reproducir:</p> <p><a href="http://capacitacionswb.infotec.com.mx/es/SWBAdmin/home" class="external-link" rel="nofollow">http://capacitacionswb.infotec.com.mx/es/SWB...
non_build
no se cargan correctamente tabs de dojo algunas funciones de swb js truenan al hacer operaciones crear objetos en swbadmin recargar tabs reproducir ir a menú usuarios gt filtros gt filtros de administración hacer click en agregar nuevo filtro capturar el nombre del filtro en el diálogo...
0
297,481
25,735,966,701
IssuesEvent
2022-12-08 00:46:24
Princeton-CDH/geniza
https://api.github.com/repos/Princeton-CDH/geniza
closed
Public site search of Latin script descriptions does not ignore diacritics and behaves unpredictably
🐛 bug 🗜️ awaiting testing
**Describe the bug** Searching for the same word with and without diacritics gives different results - the search term with diacritics gives descriptions with diacritics and search term without diacritics gives search result without diacritics. The difference is significant - searching _Abu l-Mun_ gives 2583 results a...
1.0
Public site search of Latin script descriptions does not ignore diacritics and behaves unpredictably - **Describe the bug** Searching for the same word with and without diacritics gives different results - the search term with diacritics gives descriptions with diacritics and search term without diacritics gives searc...
non_build
public site search of latin script descriptions does not ignore diacritics and behaves unpredictably describe the bug searching for the same word with and without diacritics gives different results the search term with diacritics gives descriptions with diacritics and search term without diacritics gives searc...
0
44,142
11,388,438,591
IssuesEvent
2020-01-29 16:41:00
arfc/saltproc
https://api.github.com/repos/arfc/saltproc
reopened
The tap_main.json example file fails to run due to filepath issues.
Comp:Build Difficulty:1-Beginner Priority:1-Critical Status:7-WontFix Type:Bug
When running the tap_main.json example, the Serpent run fails due to the relative filepath in line 4 of tap.serpent. Line 4: ```include "mat/non_burnable_mats.ini```
1.0
The tap_main.json example file fails to run due to filepath issues. - When running the tap_main.json example, the Serpent run fails due to the relative filepath in line 4 of tap.serpent. Line 4: ```include "mat/non_burnable_mats.ini```
build
the tap main json example file fails to run due to filepath issues when running the tap main json example the serpent run fails due to the relative filepath in line of tap serpent line include mat non burnable mats ini
1
11,138
4,892,906,581
IssuesEvent
2016-11-18 21:15:39
BD2KGenomics/toil
https://api.github.com/repos/BD2KGenomics/toil
closed
Should be able to run `make test` without building appliance docker container
build enhancement
I frequently develop while offline or on a tether. I think it'd be nice to have a target like `test_offline` that doesn't build the Docker containers for the appliance and that skips the tests for the Docker appliance. Thoughts?
1.0
Should be able to run `make test` without building appliance docker container - I frequently develop while offline or on a tether. I think it'd be nice to have a target like `test_offline` that doesn't build the Docker containers for the appliance and that skips the tests for the Docker appliance. Thoughts?
build
should be able to run make test without building appliance docker container i frequently develop while offline or on a tether i think it d be nice to have a target like test offline that doesn t build the docker containers for the appliance and that skips the tests for the docker appliance thoughts
1
40,768
12,799,728,905
IssuesEvent
2020-07-02 15:51:02
mwilliams7197/zuul
https://api.github.com/repos/mwilliams7197/zuul
opened
CVE-2019-12384 (Medium) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2019-12384 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core stream...
True
CVE-2019-12384 (Medium) detected in jackson-databind-2.9.8.jar - ## CVE-2019-12384 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>Gen...
non_build
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library canner gradle caches mo...
0
143,569
13,066,851,831
IssuesEvent
2020-07-30 22:42:00
blocklang/blocklang.com
https://api.github.com/repos/blocklang/blocklang.com
opened
增加组件库类型
documentation
现在有三种组件库: 1. api - 定义接口的 1. ide - 在设计器中支持编辑的 1. prod - 在生成真实页面时使用的 还需要一个 prew,用于在设计器中预览的,现在 prod 即用于生成真实页面,也用于在设计器中预览。
1.0
增加组件库类型 - 现在有三种组件库: 1. api - 定义接口的 1. ide - 在设计器中支持编辑的 1. prod - 在生成真实页面时使用的 还需要一个 prew,用于在设计器中预览的,现在 prod 即用于生成真实页面,也用于在设计器中预览。
non_build
增加组件库类型 现在有三种组件库: api 定义接口的 ide 在设计器中支持编辑的 prod 在生成真实页面时使用的 还需要一个 prew,用于在设计器中预览的,现在 prod 即用于生成真实页面,也用于在设计器中预览。
0
17,322
11,902,808,741
IssuesEvent
2020-03-30 14:28:45
wellcometrust/reach
https://api.github.com/repos/wellcometrust/reach
closed
Reach - Iterate on tables
Usability
### Things to consider _Some of these items should be split into their own tickets_ - [x] Expandable rows, fix headers and copy #461 - [x] Zebra rows #457 - [x] Sort icons <> add states #458 - [x] New window icon #455 - [x] Filters, including date range, search by "author" #459 - [ ] Advanced search (considered as p...
True
Reach - Iterate on tables - ### Things to consider _Some of these items should be split into their own tickets_ - [x] Expandable rows, fix headers and copy #461 - [x] Zebra rows #457 - [x] Sort icons <> add states #458 - [x] New window icon #455 - [x] Filters, including date range, search by "author" #459 - [ ] Ad...
non_build
reach iterate on tables things to consider some of these items should be split into their own tickets expandable rows fix headers and copy zebra rows sort icons add states new window icon filters including date range search by author advanced search consider...
0
72,737
19,457,453,275
IssuesEvent
2021-12-23 01:58:24
archlinuxcn/repo
https://api.github.com/repos/archlinuxcn/repo
closed
qbittorrent-enhanced-git 运行出错
rebuild
### 问题类型 / Type of issues * 打包错误 / packaging error ### 受影响的软件包 / Affected packages * qbittorrent-enhanced-git ---- 从 archlinuxcn 安装的 qbittorrent-enhanced-git 运行报错: ``` qBittorrent version: v4.3.9.10 Caught signal: SIGABRT Stack trace: /usr/lib/libc.so.6 : gsignal()+0x142 [0x7f72ceb7ed22] /...
1.0
qbittorrent-enhanced-git 运行出错 - ### 问题类型 / Type of issues * 打包错误 / packaging error ### 受影响的软件包 / Affected packages * qbittorrent-enhanced-git ---- 从 archlinuxcn 安装的 qbittorrent-enhanced-git 运行报错: ``` qBittorrent version: v4.3.9.10 Caught signal: SIGABRT Stack trace: /usr/lib/libc.so.6 : gsigna...
build
qbittorrent enhanced git 运行出错 问题类型 type of issues 打包错误 packaging error 受影响的软件包 affected packages qbittorrent enhanced git 从 archlinuxcn 安装的 qbittorrent enhanced git 运行报错: qbittorrent version caught signal sigabrt stack trace usr lib libc so gsignal ...
1
101,122
30,878,059,353
IssuesEvent
2023-08-03 15:30:52
termux-pacman/glibc-packages
https://api.github.com/repos/termux-pacman/glibc-packages
closed
[Bug]: box64 crashes on latest glibc with segmentation fault
bug gpkg-dev self-building
### Problem description Box64 fails very fast with segmentation fault on latest glibc. On earlier version of glibc it survives for about 30 secs then fails. I guess it's still related to mprotect(but I'm not sure). ``` ~ $ box64 wine winecfg Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSiz...
1.0
[Bug]: box64 crashes on latest glibc with segmentation fault - ### Problem description Box64 fails very fast with segmentation fault on latest glibc. On earlier version of glibc it survives for about 30 secs then fails. I guess it's still related to mprotect(but I'm not sure). ``` ~ $ box64 wine winecfg Dynarec f...
build
crashes on latest glibc with segmentation fault problem description fails very fast with segmentation fault on latest glibc on earlier version of glibc it survives for about secs then fails i guess it s still related to mprotect but i m not sure wine winecfg dynarec for with extens...
1
611,838
18,982,438,631
IssuesEvent
2021-11-21 05:26:48
phetsims/chipper
https://api.github.com/repos/phetsims/chipper
closed
Make sure all repos pass precommit hooks
priority:2-high dev:typescript
From https://github.com/phetsims/chipper/issues/1134 make sure all repos pass precommit hooks. I already fixed phet-io. Sun was ok. Others need to be checked.
1.0
Make sure all repos pass precommit hooks - From https://github.com/phetsims/chipper/issues/1134 make sure all repos pass precommit hooks. I already fixed phet-io. Sun was ok. Others need to be checked.
non_build
make sure all repos pass precommit hooks from make sure all repos pass precommit hooks i already fixed phet io sun was ok others need to be checked
0
71,954
18,945,688,339
IssuesEvent
2021-11-18 09:55:35
openvinotoolkit/openvino
https://api.github.com/repos/openvinotoolkit/openvino
opened
[Bug] Wheel building issue
bug category: build support_request
OpenVINO commit: https://github.com/openvinotoolkit/openvino/commit/67f982ff095e27fedc600c10e186245d3c2f10f2 ```bash cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/home/dkurt/openvino/install \ -DENABLE_CLDNN=OFF \ -DENABLE_MKL_DNN=ON \ -DENABLE_VPU=OFF \ -DENABLE_PYTHON=ON \ -DEN...
1.0
[Bug] Wheel building issue - OpenVINO commit: https://github.com/openvinotoolkit/openvino/commit/67f982ff095e27fedc600c10e186245d3c2f10f2 ```bash cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/home/dkurt/openvino/install \ -DENABLE_CLDNN=OFF \ -DENABLE_MKL_DNN=ON \ -DENABLE_VPU=OFF \ ...
build
wheel building issue openvino commit bash cmake dcmake build type release dcmake install prefix home dkurt openvino install denable cldnn off denable mkl dnn on denable vpu off denable python on denable faster build on denable wheel on openvino ...
1
90,249
26,022,864,551
IssuesEvent
2022-12-21 14:05:36
elastic/beats
https://api.github.com/repos/elastic/beats
opened
Build 1151 for main with status FAILURE
automation ci-reported Team:Elastic-Agent-Data-Plane build-failures
## :broken_heart: Build 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/1151//pipeli...
1.0
Build 1151 for main with status FAILURE - ## :broken_heart: Build 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/Bea...
build
build for main with status failure broken heart build 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 min sec test stats ...
1
447,461
12,888,735,100
IssuesEvent
2020-07-13 13:29:56
crestic-urca/remotelabz
https://api.github.com/repos/crestic-urca/remotelabz
opened
Gestion des TP par classe et/ou groupe
feature creation normal priority
In GitLab by @florentnolot on Oct 11, 2017, 10:05 Fonction du type de TP (individuel ou groupe), gérer l’appartenance du TP aux bons utilisateurs *(from redmine: issue id 250, created on 2017-10-11)* * Relations: * child #251
1.0
Gestion des TP par classe et/ou groupe - In GitLab by @florentnolot on Oct 11, 2017, 10:05 Fonction du type de TP (individuel ou groupe), gérer l’appartenance du TP aux bons utilisateurs *(from redmine: issue id 250, created on 2017-10-11)* * Relations: * child #251
non_build
gestion des tp par classe et ou groupe in gitlab by florentnolot on oct fonction du type de tp individuel ou groupe gérer l’appartenance du tp aux bons utilisateurs from redmine issue id created on relations child
0
587,021
17,602,318,174
IssuesEvent
2021-08-17 13:19:00
pints-team/pints
https://api.github.com/repos/pints-team/pints
closed
MCMC initialisation functions
feature priority
At the moment, we either do one of the following: 1. Initialise all chains at non-random points 2. Randomly sample a starting value from some distribution, then pass these values to the MCMC samplers Point 1. would make most Bayesian practitioners balk since it isn't best practice: by setting starting points _a ...
1.0
MCMC initialisation functions - At the moment, we either do one of the following: 1. Initialise all chains at non-random points 2. Randomly sample a starting value from some distribution, then pass these values to the MCMC samplers Point 1. would make most Bayesian practitioners balk since it isn't best practice...
non_build
mcmc initialisation functions at the moment we either do one of the following initialise all chains at non random points randomly sample a starting value from some distribution then pass these values to the mcmc samplers point would make most bayesian practitioners balk since it isn t best practice...
0
41,597
10,740,612,748
IssuesEvent
2019-10-29 18:31:55
osquery/osquery
https://api.github.com/repos/osquery/osquery
opened
Try out Ninja
build
The windows builds have gotten very slow. This is because we're rebuilding the AWS EC2 sdk each time. This requires a lot of ram, and as the CI machines are small it's a fairly slow process. One of the factors here is that the cmake builds (especially on windows) do not support partial rebuilds. We believe ninja wou...
1.0
Try out Ninja - The windows builds have gotten very slow. This is because we're rebuilding the AWS EC2 sdk each time. This requires a lot of ram, and as the CI machines are small it's a fairly slow process. One of the factors here is that the cmake builds (especially on windows) do not support partial rebuilds. We b...
build
try out ninja the windows builds have gotten very slow this is because we re rebuilding the aws sdk each time this requires a lot of ram and as the ci machines are small it s a fairly slow process one of the factors here is that the cmake builds especially on windows do not support partial rebuilds we bel...
1
43,895
9,524,199,769
IssuesEvent
2019-04-28 00:41:58
EdenServer/community
https://api.github.com/repos/EdenServer/community
closed
Kirin
in-code-review
We did Kirin tonight and a few notes: The minis, while a significant step better than Kupo's, were too weak. We were able to blow them up before they even 2hr'd so we're not certain that they do. Kirin himself is way too resistant to gravity; he resists even with Elemental seal occasionally, and we're talking RDM...
1.0
Kirin - We did Kirin tonight and a few notes: The minis, while a significant step better than Kupo's, were too weak. We were able to blow them up before they even 2hr'd so we're not certain that they do. Kirin himself is way too resistant to gravity; he resists even with Elemental seal occasionally, and we're tal...
non_build
kirin we did kirin tonight and a few notes the minis while a significant step better than kupo s were too weak we were able to blow them up before they even d so we re not certain that they do kirin himself is way too resistant to gravity he resists even with elemental seal occasionally and we re talki...
0
100,022
30,599,411,359
IssuesEvent
2023-07-22 06:58:27
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Publish error on wasm project
arch-wasm area-Build-mono needs-author-action
When trying to publish the project, I first am asked twice what application to use to open "this .py file" with, and when I choose the default Python, I first get `C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\7.0.5\Sdk\WasmApp.Native.targets(502,5): Warning : Emscripten version mismatch. The run...
1.0
Publish error on wasm project - When trying to publish the project, I first am asked twice what application to use to open "this .py file" with, and when I choose the default Python, I first get `C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\7.0.5\Sdk\WasmApp.Native.targets(502,5): Warning : Emsc...
build
publish error on wasm project when trying to publish the project i first am asked twice what application to use to open this py file with and when i choose the default python i first get c program files dotnet packs microsoft net runtime webassembly sdk sdk wasmapp native targets warning emscri...
1
337,521
10,218,987,766
IssuesEvent
2019-08-15 17:23:22
databio/logmuse
https://api.github.com/repos/databio/logmuse
opened
tests from pararead 0.6
priority-low reminder
logmuse originally came from pararead. in pararead there were some tests related to logging. I removed those from pararead because they no longer make sense there (as its not a logging package), but they could possibly move here in the future.
1.0
tests from pararead 0.6 - logmuse originally came from pararead. in pararead there were some tests related to logging. I removed those from pararead because they no longer make sense there (as its not a logging package), but they could possibly move here in the future.
non_build
tests from pararead logmuse originally came from pararead in pararead there were some tests related to logging i removed those from pararead because they no longer make sense there as its not a logging package but they could possibly move here in the future
0
4,108
3,296,068,058
IssuesEvent
2015-11-01 15:01:42
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
OpenBLAS build failure
build mac
I just updated to OS X 10.11.1 (El Capitan), and the latest XCode. I can't get openblas to build. I am building a fresh checkout of the julia source tree and this is where it fails: ```` /Applications/Xcode.app/Contents/Developer/usr/bin/make -C build/openblas/ CC=clang -stdlib=libc++ -mmacosx-version-min=10.7 -m64...
1.0
OpenBLAS build failure - I just updated to OS X 10.11.1 (El Capitan), and the latest XCode. I can't get openblas to build. I am building a fresh checkout of the julia source tree and this is where it fails: ```` /Applications/Xcode.app/Contents/Developer/usr/bin/make -C build/openblas/ CC=clang -stdlib=libc++ -mmac...
build
openblas build failure i just updated to os x el capitan and the latest xcode i can t get openblas to build i am building a fresh checkout of the julia source tree and this is where it fails applications xcode app contents developer usr bin make c build openblas cc clang stdlib libc mmacos...
1
102,253
31,880,123,126
IssuesEvent
2023-09-16 09:14:53
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
BUG: internal compiler error: in convert_move, at expr.c:218
00 - Bug component: build component: SIMD
### Describe the issue: Trying to compile numpy on Raspbian/Debian Buster `armv6l`/`armv7l` systems with Python 3.7 and latest `pip` fails, when the latest supported version `1.21.5` sources are pulled. Two guys tried independently with their best knowledge and ran into the same error: https://github.com/piwheels/pa...
1.0
BUG: internal compiler error: in convert_move, at expr.c:218 - ### Describe the issue: Trying to compile numpy on Raspbian/Debian Buster `armv6l`/`armv7l` systems with Python 3.7 and latest `pip` fails, when the latest supported version `1.21.5` sources are pulled. Two guys tried independently with their best knowle...
build
bug internal compiler error in convert move at expr c describe the issue trying to compile numpy on raspbian debian buster systems with python and latest pip fails when the latest supported version sources are pulled two guys tried independently with their best knowledge and ran i...
1
94,887
27,321,891,527
IssuesEvent
2023-02-24 20:40:39
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
CI legs failing with "Assembly 'illink' is missing dependency 'Mono.Cecil'" error
blocking-clean-ci untriaged in-pr Known Build Error area-Tools-ILLink
``` Build FAILED. D:\a\_work\1\s\artifacts\bin\testPackages\packageTest.targets(50,5): error : Assembly 'illink' is missing dependency 'Mono.Cecil' [D:\a\_work\1\s\artifacts\bin\testPackages\projects\Microsoft.NET.ILLink\project.csproj::TargetFramework=net8.0] 0 Warning(s) 1 Error(s) ``` e.g. https://de...
1.0
CI legs failing with "Assembly 'illink' is missing dependency 'Mono.Cecil'" error - ``` Build FAILED. D:\a\_work\1\s\artifacts\bin\testPackages\packageTest.targets(50,5): error : Assembly 'illink' is missing dependency 'Mono.Cecil' [D:\a\_work\1\s\artifacts\bin\testPackages\projects\Microsoft.NET.ILLink\project.csp...
build
ci legs failing with assembly illink is missing dependency mono cecil error build failed d a work s artifacts bin testpackages packagetest targets error assembly illink is missing dependency mono cecil warning s error s e g known issue error message f...
1
348,316
31,550,051,525
IssuesEvent
2023-09-02 01:18:19
gear-foundation/vara-network
https://api.github.com/repos/gear-foundation/vara-network
opened
Faucet Bug
bug testnet
### Problem I claimed my faucet tokens but the U/I show 0.0 as my Balance ### Steps 1.claimed faucet rewards 2.transaction pass 3. balance shows 0.0 of value ### Expected Behavior get the faucet tokens ### Your Substrate Address 5DnzfKxC2djbkMR6XbTgw88vVPTMRVuynUxf9nmGH7EkSFat ### What browsers are you see...
1.0
Faucet Bug - ### Problem I claimed my faucet tokens but the U/I show 0.0 as my Balance ### Steps 1.claimed faucet rewards 2.transaction pass 3. balance shows 0.0 of value ### Expected Behavior get the faucet tokens ### Your Substrate Address 5DnzfKxC2djbkMR6XbTgw88vVPTMRVuynUxf9nmGH7EkSFat ### What browser...
non_build
faucet bug problem i claimed my faucet tokens but the u i show as my balance steps claimed faucet rewards transaction pass balance shows of value expected behavior get the faucet tokens your substrate address what browsers are you seeing the problem on firefox ...
0
52,272
13,211,422,648
IssuesEvent
2020-08-15 23:02:16
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
MuMillipede should not add track segments to the hypothesis without a configured MuonPhotonicsService (Trac #1968)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1968">https://code.icecube.wisc.edu/projects/icecube/ticket/1968</a>, reported by musnerand owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:13:57", "_ts": "1550...
1.0
MuMillipede should not add track segments to the hypothesis without a configured MuonPhotonicsService (Trac #1968) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1968">https://code.icecube.wisc.edu/projects/icecube/ticket/1968</a>, reported by musnerand owned by j...
non_build
mumillipede should not add track segments to the hypothesis without a configured muonphotonicsservice trac migrated from json status closed changetime ts description a lazy user like me might assume that setting muonphotonicsservice none in mumil...
0
778,991
27,334,890,011
IssuesEvent
2023-02-26 04:00:04
LiteLDev/LiteLoader.NET
https://api.github.com/repos/LiteLDev/LiteLoader.NET
closed
lip not available
about: CI priority: high type: bug
``` > lip install lldotnet Validating requirement specifiers and tooth url/files... Parsing dependencies and downloading tooth files... Fetching github.com/tooth-hub/lldotnet@2.9.3... ERROR: JSON schema validation failed: invalid character '}' looking for beginning of value ```
1.0
lip not available - ``` > lip install lldotnet Validating requirement specifiers and tooth url/files... Parsing dependencies and downloading tooth files... Fetching github.com/tooth-hub/lldotnet@2.9.3... ERROR: JSON schema validation failed: invalid character '}' looking for beginning of value ```
non_build
lip not available lip install lldotnet validating requirement specifiers and tooth url files parsing dependencies and downloading tooth files fetching github com tooth hub lldotnet error json schema validation failed invalid character looking for beginning of value
0
3,497
2,770,187,022
IssuesEvent
2015-05-01 12:08:10
Araq/Nim
https://api.github.com/repos/Araq/Nim
closed
Website has filename collisions
Documentation Low Priority Tools
When a user goes to http://nim-lang.org/lib.html and follows the [rst](http://nim-lang.org/rst.html) module link they will reach the forum's quick reference instead of the documentation for the ``rst`` module.
1.0
Website has filename collisions - When a user goes to http://nim-lang.org/lib.html and follows the [rst](http://nim-lang.org/rst.html) module link they will reach the forum's quick reference instead of the documentation for the ``rst`` module.
non_build
website has filename collisions when a user goes to and follows the module link they will reach the forum s quick reference instead of the documentation for the rst module
0
87,076
3,736,717,785
IssuesEvent
2016-03-08 16:48:39
Valhalla-Gaming/Tracker
https://api.github.com/repos/Valhalla-Gaming/Tracker
closed
Warrior Shield Barrier bug abuse
Class-Warrior Priority-High Type-Spell
Hello ppl. Warriors abuse bug on shield barrier to absorm 50k every 1.5 sec making them lituraly imposible to kill.
1.0
Warrior Shield Barrier bug abuse - Hello ppl. Warriors abuse bug on shield barrier to absorm 50k every 1.5 sec making them lituraly imposible to kill.
non_build
warrior shield barrier bug abuse hello ppl warriors abuse bug on shield barrier to absorm every sec making them lituraly imposible to kill
0
90,712
26,172,620,699
IssuesEvent
2023-01-02 03:48:06
CGNS/CGNS
https://api.github.com/repos/CGNS/CGNS
opened
[CGNS-188] Make sure we test >4Gb files on both platforms serial and parallel
Task Build Major To Do
> This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-188). - _**Created at:**_ Wed, 13 Nov 2019 03:25:24 -0600
1.0
[CGNS-188] Make sure we test >4Gb files on both platforms serial and parallel - > This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-188). - _**Created at:**_ Wed, 13 Nov 2019 03:25:24 -0600
build
make sure we test files on both platforms serial and parallel this issue has been imported from jira read the created at wed nov
1
478,211
13,775,140,109
IssuesEvent
2020-10-08 07:31:41
handsontable/docs
https://api.github.com/repos/handsontable/docs
opened
Missing information about new feature in the Handsontable-Vue
High priority ⚠️ enhancement
### Description The upcoming version of Handsontable-Vue includes a new feature: The possibility to differentiate editor settings for each column by handing over a key. So far the editor instance was one for the whole HOT. PR of this feature https://github.com/handsontable/vue-handsontable-official/pull/178 A ...
1.0
Missing information about new feature in the Handsontable-Vue - ### Description The upcoming version of Handsontable-Vue includes a new feature: The possibility to differentiate editor settings for each column by handing over a key. So far the editor instance was one for the whole HOT. PR of this feature https://...
non_build
missing information about new feature in the handsontable vue description the upcoming version of handsontable vue includes a new feature the possibility to differentiate editor settings for each column by handing over a key so far the editor instance was one for the whole hot pr of this feature a s...
0
4,440
3,372,190,402
IssuesEvent
2015-11-23 22:23:02
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
Switch the build system to CMake
A-build I-enhancement
I was wondering if switch to cmake wouldn't make building on windows easier specially to build it with msvc. As of llvm 3.9, autotools support will be remove so it's needed if we still want to use llvm.
1.0
Switch the build system to CMake - I was wondering if switch to cmake wouldn't make building on windows easier specially to build it with msvc. As of llvm 3.9, autotools support will be remove so it's needed if we still want to use llvm.
build
switch the build system to cmake i was wondering if switch to cmake wouldn t make building on windows easier specially to build it with msvc as of llvm autotools support will be remove so it s needed if we still want to use llvm
1
53,702
13,196,035,131
IssuesEvent
2020-08-13 19:50:40
ApolloAuto/apollo
https://api.github.com/repos/ApolloAuto/apollo
closed
Uninstall version 3.0 and install the version master
Module: Build
I originally installed the 3.0 version, and now I plan to install the version master. How do I uninstall the 3.0 version? 我原本安装了3.0版本,现在打算安装master版本,请问如何卸载3.0版本呢
1.0
Uninstall version 3.0 and install the version master - I originally installed the 3.0 version, and now I plan to install the version master. How do I uninstall the 3.0 version? 我原本安装了3.0版本,现在打算安装master版本,请问如何卸载3.0版本呢
build
uninstall version and install the version master i originally installed the version and now i plan to install the version master how do i uninstall the version ,现在打算安装master版本,
1
1,095
2,692,774,536
IssuesEvent
2015-04-01 10:24:07
EricssonResearch/openwebrtc
https://api.github.com/repos/EricssonResearch/openwebrtc
opened
Implement solution to enforce code style
All Platforms bug enhancement Non-Build Issue
With the old build scripts we had some mechanism to enforce the code style but this was already tricky. We need to figure out and implement something that will work with GitHub and the way we build with cerbero.
1.0
Implement solution to enforce code style - With the old build scripts we had some mechanism to enforce the code style but this was already tricky. We need to figure out and implement something that will work with GitHub and the way we build with cerbero.
build
implement solution to enforce code style with the old build scripts we had some mechanism to enforce the code style but this was already tricky we need to figure out and implement something that will work with github and the way we build with cerbero
1
56,884
13,937,817,278
IssuesEvent
2020-10-22 14:34:01
jacobmealey/JOS
https://api.github.com/repos/jacobmealey/JOS
closed
Error in Building OS
Build System Documentation
I got error in building your OS. When I tried to build makefile using "make" command I got error say "**i686-elf-ld command not found**" . Can You help me with that or give me some document regarding how to build and run your OS.
1.0
Error in Building OS - I got error in building your OS. When I tried to build makefile using "make" command I got error say "**i686-elf-ld command not found**" . Can You help me with that or give me some document regarding how to build and run your OS.
build
error in building os i got error in building your os when i tried to build makefile using make command i got error say elf ld command not found can you help me with that or give me some document regarding how to build and run your os
1
608,450
18,839,543,388
IssuesEvent
2021-11-11 07:47:31
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
Select in TileLayout header does not work
Bug SEV: Low Priority 1 FP: In Development C:TileLayout
### Bug report Select does not work in tilelayout header if the widget enables reordering ### Reproduction of the problem Run [this ](https://dojo.telerik.com/oxAtEGuN)dojo and try to expand the select. ### Current behavior The select won't expand ### Expected/desired behavior The select should expand ...
1.0
Select in TileLayout header does not work - ### Bug report Select does not work in tilelayout header if the widget enables reordering ### Reproduction of the problem Run [this ](https://dojo.telerik.com/oxAtEGuN)dojo and try to expand the select. ### Current behavior The select won't expand ### Expected/d...
non_build
select in tilelayout header does not work bug report select does not work in tilelayout header if the widget enables reordering reproduction of the problem run and try to expand the select current behavior the select won t expand expected desired behavior the select should expand ...
0
12,663
15,035,580,588
IssuesEvent
2021-02-02 14:18:39
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
reopened
'PostgreSQL execute SQL' does not accept algorithm output as SQL query
Bug Feedback Processing
When using the algorithm 'PostgreSQL execute SQL', it is not possible to select an algorithm output as input in the SQL query. Also the 'pre-calculated value' gives an empty SQL-query in the log: ![2021-02-01 19_43_03-Insert_into_db](https://user-images.githubusercontent.com/22054404/106503308-bf8dac80-64c5-11eb-85d8...
1.0
'PostgreSQL execute SQL' does not accept algorithm output as SQL query - When using the algorithm 'PostgreSQL execute SQL', it is not possible to select an algorithm output as input in the SQL query. Also the 'pre-calculated value' gives an empty SQL-query in the log: ![2021-02-01 19_43_03-Insert_into_db](https://use...
non_build
postgresql execute sql does not accept algorithm output as sql query when using the algorithm postgresql execute sql it is not possible to select an algorithm output as input in the sql query also the pre calculated value gives an empty sql query in the log more info i m using qgis on win...
0
18,912
10,299,662,234
IssuesEvent
2019-08-28 11:05:57
DashboardHub/Website
https://api.github.com/repos/DashboardHub/Website
closed
CVE-2018-16492 (High) detected in extend-3.0.1.tgz
security vulnerability
## CVE-2018-16492 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>extend-3.0.1.tgz</b></p></summary> <p>Port of jQuery.extend for node.js and the browser</p> <p>Library home page: <a h...
True
CVE-2018-16492 (High) detected in extend-3.0.1.tgz - ## CVE-2018-16492 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>extend-3.0.1.tgz</b></p></summary> <p>Port of jQuery.extend for n...
non_build
cve high detected in extend tgz cve high severity vulnerability vulnerable library extend tgz port of jquery extend for node js and the browser library home page a href path to dependency file website package json path to vulnerable library tmp git website node mod...
0
175,447
27,857,067,518
IssuesEvent
2023-03-21 00:25:21
cs50/speller
https://api.github.com/repos/cs50/speller
closed
Determining size of dictionary always takes linear time
design
Calling `size` is taking *O*(*n*) time, where *n* is the number of words in `words`, even though getting the length of a `list` should take *O*(1) time on average, according to https://wiki.python.org/moin/TimeComplexity: https://github.com/cs50/speller/blob/9ce393799beef630b012e0b5ffb3946952804244/dictionary.py#L18...
1.0
Determining size of dictionary always takes linear time - Calling `size` is taking *O*(*n*) time, where *n* is the number of words in `words`, even though getting the length of a `list` should take *O*(1) time on average, according to https://wiki.python.org/moin/TimeComplexity: https://github.com/cs50/speller/blob/...
non_build
determining size of dictionary always takes linear time calling size is taking o n time where n is the number of words in words even though getting the length of a list should take o time on average according to
0
26,591
7,851,382,164
IssuesEvent
2018-06-20 11:32:31
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
closed
Safari 10 : Candidate : Common details form - upon entering single digit in 'License' field and SSN number, 3-4 digits are auto added to field
Candidate Dashboard Common Details Defect P1 Release #3 Build 2
Steps to Replicate : 1.Launch the url 2. Login with candidate credentials 3. Click on 'Get Started' button 4. Common details form is displayed >> Go to License field or SSN field enter single character Experienced Behavior : Observed that upon entering single character / number observed that 3-4 characters...
1.0
Safari 10 : Candidate : Common details form - upon entering single digit in 'License' field and SSN number, 3-4 digits are auto added to field - Steps to Replicate : 1.Launch the url 2. Login with candidate credentials 3. Click on 'Get Started' button 4. Common details form is displayed >> Go to License field o...
build
safari candidate common details form upon entering single digit in license field and ssn number digits are auto added to field steps to replicate launch the url login with candidate credentials click on get started button common details form is displayed go to license field or...
1
14,238
5,592,046,242
IssuesEvent
2017-03-30 02:30:59
neomutt/neomutt
https://api.github.com/repos/neomutt/neomutt
closed
"configure --enable-all" build all features
easy topic:build-process type:enhancement
When `./configure` is run it checks to see if the user has the libraries installed to match the options. This means it's safe to enable everything. `configure` needs a `--enable-all` option that will enable everything it can (or a sensible default where there's a choice). If you're not familiar with "autoconf", ...
1.0
"configure --enable-all" build all features - When `./configure` is run it checks to see if the user has the libraries installed to match the options. This means it's safe to enable everything. `configure` needs a `--enable-all` option that will enable everything it can (or a sensible default where there's a choice...
build
configure enable all build all features when configure is run it checks to see if the user has the libraries installed to match the options this means it s safe to enable everything configure needs a enable all option that will enable everything it can or a sensible default where there s a choice...
1
36,632
9,853,010,446
IssuesEvent
2019-06-19 13:59:47
GetTerminus/ngx-tools
https://api.github.com/repos/GetTerminus/ngx-tools
closed
Update RxJS to resolve incorrect deprecation notices
Focus: build Goal: Library Stabilization Type: chore
The latest RxJS release removes the deprecation notices that were causing false positives. We should attempt to upgrade to see if we can remove all the comments that disable the rule. - [x] Upgrade RxJS - [x] Remove all lines that disable the deprecation rule (should attempt with one first to verify the fix is as e...
1.0
Update RxJS to resolve incorrect deprecation notices - The latest RxJS release removes the deprecation notices that were causing false positives. We should attempt to upgrade to see if we can remove all the comments that disable the rule. - [x] Upgrade RxJS - [x] Remove all lines that disable the deprecation rule (...
build
update rxjs to resolve incorrect deprecation notices the latest rxjs release removes the deprecation notices that were causing false positives we should attempt to upgrade to see if we can remove all the comments that disable the rule upgrade rxjs remove all lines that disable the deprecation rule shou...
1
150,026
11,943,250,929
IssuesEvent
2020-04-02 22:46:35
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
testExecutionWithParams unit test fails on GA SqlServer
database testing
> 1) Cake\Test\TestCase\Database\Log\LoggingStatementTest::testExecuteWithParams Failed asserting that 'debug duration=49 rows=4 SELECT bar FROM foo WHERE x=1 AND y=2' matches PCRE pattern "/^debug duration=\d rows=4 SELECT bar FROM foo WHERE x=1 AND y=2$/". Looks like the duration is multiple digits.
1.0
testExecutionWithParams unit test fails on GA SqlServer - > 1) Cake\Test\TestCase\Database\Log\LoggingStatementTest::testExecuteWithParams Failed asserting that 'debug duration=49 rows=4 SELECT bar FROM foo WHERE x=1 AND y=2' matches PCRE pattern "/^debug duration=\d rows=4 SELECT bar FROM foo WHERE x=1 AND y=2$/". ...
non_build
testexecutionwithparams unit test fails on ga sqlserver cake test testcase database log loggingstatementtest testexecutewithparams failed asserting that debug duration rows select bar from foo where x and y matches pcre pattern debug duration d rows select bar from foo where x and y ...
0
96,942
28,060,126,298
IssuesEvent
2023-03-29 12:06:19
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
closed
Overhaul and modernize CMake setup.
build system :building_construction: medium effort low impact should have needs design closed-due-inactivity stale
Our cmake setup is an organically grown mess that today violates pretty much every best practice for writing clean modern cmake code. One example is the entire mess around ``EthCompilerSettings``. What we should really do is to define an ``INTERFACE`` library to collect flags and pass them to the appropriate targets...
2.0
Overhaul and modernize CMake setup. - Our cmake setup is an organically grown mess that today violates pretty much every best practice for writing clean modern cmake code. One example is the entire mess around ``EthCompilerSettings``. What we should really do is to define an ``INTERFACE`` library to collect flags an...
build
overhaul and modernize cmake setup our cmake setup is an organically grown mess that today violates pretty much every best practice for writing clean modern cmake code one example is the entire mess around ethcompilersettings what we should really do is to define an interface library to collect flags an...
1
40,339
10,512,063,710
IssuesEvent
2019-09-27 16:56:07
apollographql/apollo-ios
https://api.github.com/repos/apollographql/apollo-ios
closed
Tests fails to build on fresh checkout
build-issue
I get 30 build errors or so for the StarwarsAPI target when I build the tests, all in API.swift, they're all in the form of: [...]/apollo-ios/Tests/StarWarsAPI/API.swift:585:58: Value of optional type '[HeroAndFriendsNamesWithIDsQuery.Data.Hero.Friend?]?' must be unwrapped to refer to member 'filter' of wrapped base t...
1.0
Tests fails to build on fresh checkout - I get 30 build errors or so for the StarwarsAPI target when I build the tests, all in API.swift, they're all in the form of: [...]/apollo-ios/Tests/StarWarsAPI/API.swift:585:58: Value of optional type '[HeroAndFriendsNamesWithIDsQuery.Data.Hero.Friend?]?' must be unwrapped to r...
build
tests fails to build on fresh checkout i get build errors or so for the starwarsapi target when i build the tests all in api swift they re all in the form of apollo ios tests starwarsapi api swift value of optional type must be unwrapped to refer to member filter of wrapped base type i also...
1
23,806
7,389,894,193
IssuesEvent
2018-03-16 10:20:22
DLR-TS/sumo
https://api.github.com/repos/DLR-TS/sumo
opened
Some times Cmake takes the GDAL directory as the xerces directory
c:build
Due GDAL directory contains the Xerces Library, some random times CMake takes the GDAL directory as the Xerces directory, and their xercesC-3.1.lib as library. This produces a compilation error ``` //Xerces-C++ include directory XercesC_INCLUDE_DIR:PATH=C:/Libraries/proj_gdal-1911_64/include //Xerces-C++ librar...
1.0
Some times Cmake takes the GDAL directory as the xerces directory - Due GDAL directory contains the Xerces Library, some random times CMake takes the GDAL directory as the Xerces directory, and their xercesC-3.1.lib as library. This produces a compilation error ``` //Xerces-C++ include directory XercesC_INCLUDE_DI...
build
some times cmake takes the gdal directory as the xerces directory due gdal directory contains the xerces library some random times cmake takes the gdal directory as the xerces directory and their xercesc lib as library this produces a compilation error xerces c include directory xercesc include di...
1
52,964
13,095,496,215
IssuesEvent
2020-08-03 14:12:50
elastic/docs
https://api.github.com/repos/elastic/docs
closed
Change branch name to version name in more places
docs-build
There are some other places where we're still using the "branch name" when we should use the "version name" (for the small fraction of versions which don't match the branch name): - [x] HTML `<title>` tag. - [x] HTML `<link rel="home" ...` tag - [x] HTML `<meta name="DC.type"` tag - [x] HTML `<meta name="DC.ident...
1.0
Change branch name to version name in more places - There are some other places where we're still using the "branch name" when we should use the "version name" (for the small fraction of versions which don't match the branch name): - [x] HTML `<title>` tag. - [x] HTML `<link rel="home" ...` tag - [x] HTML `<meta n...
build
change branch name to version name in more places there are some other places where we re still using the branch name when we should use the version name for the small fraction of versions which don t match the branch name html tag html link rel home tag html meta name dc type...
1
451,601
32,035,707,949
IssuesEvent
2023-09-22 15:11:47
bihealth/sodar-server
https://api.github.com/repos/bihealth/sodar-server
closed
Add exact naming policy for branches and pull requests
documentation
With contributions coming in from multiple users, branch and pull request names are becoming a jungle which is frustrating to naviagate. I need to draft (and enforce!) naming conventions for pull requests and branches. I have some ideas but will think of the solution which best suits **me**, being the project owner ...
1.0
Add exact naming policy for branches and pull requests - With contributions coming in from multiple users, branch and pull request names are becoming a jungle which is frustrating to naviagate. I need to draft (and enforce!) naming conventions for pull requests and branches. I have some ideas but will think of the s...
non_build
add exact naming policy for branches and pull requests with contributions coming in from multiple users branch and pull request names are becoming a jungle which is frustrating to naviagate i need to draft and enforce naming conventions for pull requests and branches i have some ideas but will think of the s...
0
67,632
3,275,689,784
IssuesEvent
2015-10-26 16:27:24
softdevteam/krun
https://api.github.com/repos/softdevteam/krun
opened
Provide a way to re-run a subset of experiments
enhancement low priority (nice to have)
This issue came from the discussion on Issue #41 (from @vext01 ) Currently it is only possible to re-run a subset of a whole benchmark by deleting entries from the json bz2 file. This is quite fiddly as you have to uncompress and then locate the right lines to remove in a results file potentially with tens of thousa...
1.0
Provide a way to re-run a subset of experiments - This issue came from the discussion on Issue #41 (from @vext01 ) Currently it is only possible to re-run a subset of a whole benchmark by deleting entries from the json bz2 file. This is quite fiddly as you have to uncompress and then locate the right lines to remove...
non_build
provide a way to re run a subset of experiments this issue came from the discussion on issue from currently it is only possible to re run a subset of a whole benchmark by deleting entries from the json file this is quite fiddly as you have to uncompress and then locate the right lines to remove in a re...
0
15,047
5,867,496,408
IssuesEvent
2017-05-14 01:20:15
habitat-sh/habitat
https://api.github.com/repos/habitat-sh/habitat
closed
Schedule reverse dependency builds when new core packages uploaded
Builder Feature
When new 'core' packages are uploaded to the depot (via hab pkg upload..), we should trigger automatic builds of the reverse dependencies of the uploaded package. If a 'builder.toml' file exists for the packages it should be honored, otherwise we should default to uploading the re-built packages to the same depot as t...
1.0
Schedule reverse dependency builds when new core packages uploaded - When new 'core' packages are uploaded to the depot (via hab pkg upload..), we should trigger automatic builds of the reverse dependencies of the uploaded package. If a 'builder.toml' file exists for the packages it should be honored, otherwise we sho...
build
schedule reverse dependency builds when new core packages uploaded when new core packages are uploaded to the depot via hab pkg upload we should trigger automatic builds of the reverse dependencies of the uploaded package if a builder toml file exists for the packages it should be honored otherwise we sho...
1
17,581
6,477,342,106
IssuesEvent
2017-08-18 02:53:41
sebnitu/BaseWeb
https://api.github.com/repos/sebnitu/BaseWeb
closed
Create JavaScript Components
Component JavaScript Rebuild Update
This is something I've been trying to avoid, but I think it's the best solution to just include the JavaScript that is required for each component in some easy to use way. I can't just require that someone would go to the docs and copy/paste the scripts they need for a specific component. I'll probably end up keepin...
1.0
Create JavaScript Components - This is something I've been trying to avoid, but I think it's the best solution to just include the JavaScript that is required for each component in some easy to use way. I can't just require that someone would go to the docs and copy/paste the scripts they need for a specific component....
build
create javascript components this is something i ve been trying to avoid but i think it s the best solution to just include the javascript that is required for each component in some easy to use way i can t just require that someone would go to the docs and copy paste the scripts they need for a specific component ...
1
11,757
5,078,740,886
IssuesEvent
2016-12-28 16:37:36
opendatakit/build
https://api.github.com/repos/opendatakit/build
opened
Additional Build Feedback on Publish Functionality
Build Priority-Medium Type-Defect
<a href="https://github.com/mitchellsundt"><img src="https://avatars.githubusercontent.com/u/2281171?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:45 GMT_ _Originally opened as https://github.com/opendatakit/op...
1.0
Additional Build Feedback on Publish Functionality - <a href="https://github.com/mitchellsundt"><img src="https://avatars.githubusercontent.com/u/2281171?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [mitchellsundt](https://github.com/mitchellsundt)** _Thursday Jul 09, 2015 at 18:45 GMT_ _O...
build
additional build feedback on publish functionality issue by thursday jul at gmt originally opened as comment s originally reported on google code with id from email list another suggestion would be to add user feedback for the publish to aggregate function when uploadin...
1
101,561
31,238,606,978
IssuesEvent
2023-08-20 15:26:54
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Build failure: taskell-1.11.4
0.kind: build failure
building the system configuration... error: builder for '/nix/store/xqlyfzhbs08w230h3b4nm4n4q40mzwaq-brick-0.70.1.drv' failed with exit code 1; last 21 log lines: > setupCompilerEnvironmentPhase > Build with /nix/store/dbimp2biq6d8lmnwlqc2612qni37k2z0-ghc-9.4.6. > unpacking sources ...
1.0
Build failure: taskell-1.11.4 - building the system configuration... error: builder for '/nix/store/xqlyfzhbs08w230h3b4nm4n4q40mzwaq-brick-0.70.1.drv' failed with exit code 1; last 21 log lines: > setupCompilerEnvironmentPhase > Build with /nix/store/dbimp2biq6d8lmnwlqc2612qni37k2z0-ghc-9.4.6. ...
build
build failure taskell building the system configuration error builder for nix store brick drv failed with exit code last log lines setupcompilerenvironmentphase build with nix store ghc unpacking sources unpacking source archive n...
1
22,478
7,179,411,321
IssuesEvent
2018-01-31 19:36:01
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
iOS: Op type not registered 'DecodeWav'
type:build/install
### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: I am trying to run graph model from Simple Audio Recognition example on iOS. - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Mac OS X 10.13 - **TensorFlow installed from (source...
1.0
iOS: Op type not registered 'DecodeWav' - ### System information - **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: I am trying to run graph model from Simple Audio Recognition example on iOS. - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Mac OS X 10...
build
ios op type not registered decodewav system information have i written custom code as opposed to using a stock example script provided in tensorflow i am trying to run graph model from simple audio recognition example on ios os platform and distribution e g linux ubuntu mac os x ...
1
218,892
24,412,037,122
IssuesEvent
2022-10-05 13:10:34
CQEN-QDCE/terraform-aws-indy-node
https://api.github.com/repos/CQEN-QDCE/terraform-aws-indy-node
closed
IMDSv2
security enhancement
Verify if there is an impact to disable IMDSv1 and use IMDSv2(there shouldn't be any problem) as this can be related to the weaponization phase of kill chain
True
IMDSv2 - Verify if there is an impact to disable IMDSv1 and use IMDSv2(there shouldn't be any problem) as this can be related to the weaponization phase of kill chain
non_build
verify if there is an impact to disable and use there shouldn t be any problem as this can be related to the weaponization phase of kill chain
0
35,170
9,545,028,231
IssuesEvent
2019-05-01 15:51:33
stellar/go
https://api.github.com/repos/stellar/go
opened
update Go SDK examples on dev site
horizonclient txnbuild
All the example snippets on the developers site need to be updated to use the new Go SDK. It's the code in places like this: https://www.stellar.org/developers/guides/get-started/create-account.html Also see https://github.com/stellar/go/issues/863#issuecomment-462534114 for some other thoughts.
1.0
update Go SDK examples on dev site - All the example snippets on the developers site need to be updated to use the new Go SDK. It's the code in places like this: https://www.stellar.org/developers/guides/get-started/create-account.html Also see https://github.com/stellar/go/issues/863#issuecomment-462534114 for some...
build
update go sdk examples on dev site all the example snippets on the developers site need to be updated to use the new go sdk it s the code in places like this also see for some other thoughts
1
69,051
3,295,251,824
IssuesEvent
2015-10-31 19:37:56
sproogen/itsgoingto.be
https://api.github.com/repos/sproogen/itsgoingto.be
closed
Cursor position while using arrows
enhancement priority
While navigating up and down using cursors or enter/backspace the cursor should always default to the end of the input.
1.0
Cursor position while using arrows - While navigating up and down using cursors or enter/backspace the cursor should always default to the end of the input.
non_build
cursor position while using arrows while navigating up and down using cursors or enter backspace the cursor should always default to the end of the input
0
62,171
3,175,649,603
IssuesEvent
2015-09-24 01:37:13
HubTurbo/HubTurbo
https://api.github.com/repos/HubTurbo/HubTurbo
closed
User can undo changes to labels
feature-labels priority.low type.story
This will be hard to do, but can push the label picker to the next level. The feature is similar to 'unsend' in Gmail. For a window of few seconds immediately after the user hit enter, the changes are shown as applied in the pView, but not immediately sent to GitHub, to give user a chance to go back to edit mode. Havin...
1.0
User can undo changes to labels - This will be hard to do, but can push the label picker to the next level. The feature is similar to 'unsend' in Gmail. For a window of few seconds immediately after the user hit enter, the changes are shown as applied in the pView, but not immediately sent to GitHub, to give user a ch...
non_build
user can undo changes to labels this will be hard to do but can push the label picker to the next level the feature is similar to unsend in gmail for a window of few seconds immediately after the user hit enter the changes are shown as applied in the pview but not immediately sent to github to give user a ch...
0
46,515
11,849,866,361
IssuesEvent
2020-03-24 15:50:06
winsw/winsw
https://api.github.com/repos/winsw/winsw
opened
Reconfigure CI to use the new GitHub repo location
build-flow
CI does not longer work after the project's migration to the new location. A fix is needed
1.0
Reconfigure CI to use the new GitHub repo location - CI does not longer work after the project's migration to the new location. A fix is needed
build
reconfigure ci to use the new github repo location ci does not longer work after the project s migration to the new location a fix is needed
1
130,115
18,154,946,937
IssuesEvent
2021-09-26 22:35:10
ghc-dev/Melissa-Morgan
https://api.github.com/repos/ghc-dev/Melissa-Morgan
opened
CVE-2020-14332 (Medium) detected in ansible-2.9.9.tar.gz
security vulnerability
## CVE-2020-14332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary> <p>Radically simple IT automation</p> <p>Library home page: <a href="https://...
True
CVE-2020-14332 (Medium) detected in ansible-2.9.9.tar.gz - ## CVE-2020-14332 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansible-2.9.9.tar.gz</b></p></summary> <p>Radically simpl...
non_build
cve medium detected in ansible tar gz cve medium severity vulnerability vulnerable library ansible tar gz radically simple it automation library home page a href path to dependency file melissa morgan requirements txt path to vulnerable library requirements txt ...
0
34,309
9,332,871,316
IssuesEvent
2019-03-28 13:16:38
SpineEventEngine/base
https://api.github.com/repos/SpineEventEngine/base
closed
Deployment for `base` contains foreign code
/Build bug
Go to `build/libs/base-<version>.jar`, rename it to `.zip` and extract. We accidentally carry Protobuf code with us.
1.0
Deployment for `base` contains foreign code - Go to `build/libs/base-<version>.jar`, rename it to `.zip` and extract. We accidentally carry Protobuf code with us.
build
deployment for base contains foreign code go to build libs base jar rename it to zip and extract we accidentally carry protobuf code with us
1
96,826
28,023,263,998
IssuesEvent
2023-03-28 07:25:16
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
The ubuntugis QGIS packages need to be updated
Feedback Packaging Build/Install Bug Linux
### What is the bug or the crash? Lately some dependencies (GRASS, PDAL) were updated in the ubuntu-unstable PPA. At least `qgis` and `qgis-plugin-grass` packages from the ubuntugis repo will need to be updated in order to work with these newer versions. After applying the PDAL update, already installed QGIS 3...
1.0
The ubuntugis QGIS packages need to be updated - ### What is the bug or the crash? Lately some dependencies (GRASS, PDAL) were updated in the ubuntu-unstable PPA. At least `qgis` and `qgis-plugin-grass` packages from the ubuntugis repo will need to be updated in order to work with these newer versions. After a...
build
the ubuntugis qgis packages need to be updated what is the bug or the crash lately some dependencies grass pdal were updated in the ubuntu unstable ppa at least qgis and qgis plugin grass packages from the ubuntugis repo will need to be updated in order to work with these newer versions after a...
1
35,971
9,693,182,020
IssuesEvent
2019-05-24 15:27:26
eclipse/openj9
https://api.github.com/repos/eclipse/openj9
closed
Acceptance builds for OpenJDK extensions
comp:build
OpenJDK extensions are going to have OpenJDK changes merged into a openj9-staging branch. We want to run an acceptance build (similar to OMR) on the openj9-staging branch, and merge openj9-staging into the openj9 banch when the acceptance testing passes. jdknext is ready to go now, the older versions will follow. N...
1.0
Acceptance builds for OpenJDK extensions - OpenJDK extensions are going to have OpenJDK changes merged into a openj9-staging branch. We want to run an acceptance build (similar to OMR) on the openj9-staging branch, and merge openj9-staging into the openj9 banch when the acceptance testing passes. jdknext is ready to...
build
acceptance builds for openjdk extensions openjdk extensions are going to have openjdk changes merged into a staging branch we want to run an acceptance build similar to omr on the staging branch and merge staging into the banch when the acceptance testing passes jdknext is ready to go now the older v...
1
675,589
23,099,107,845
IssuesEvent
2022-07-26 23:24:39
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docdb] Improve RPC handling of Raft heartbeats
kind/enhancement area/docdb priority/medium
Jira Link: [DB-2455](https://yugabyte.atlassian.net/browse/DB-2455) Reported by @bmatican. We've seen this a couple of times already, where in a cluster under heavy load, as the RPC queues back up, we reach a point where the amount of time a certain request will be sitting in the queue becomes greater than the time i...
1.0
[docdb] Improve RPC handling of Raft heartbeats - Jira Link: [DB-2455](https://yugabyte.atlassian.net/browse/DB-2455) Reported by @bmatican. We've seen this a couple of times already, where in a cluster under heavy load, as the RPC queues back up, we reach a point where the amount of time a certain request will be si...
non_build
improve rpc handling of raft heartbeats jira link reported by bmatican we ve seen this a couple of times already where in a cluster under heavy load as the rpc queues back up we reach a point where the amount of time a certain request will be sitting in the queue becomes greater than the time it takes f...
0
2,010
3,026,120,161
IssuesEvent
2015-08-03 13:26:06
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
20156339: UILocalNotification alertTitle should appear on the lock screen—current usage is inconsistent and confusing
classification:ui/usability reproducible:n/a status:open
#### Description Summary: It was excited when I realized that the alertTitle finally offers a solution to the repeated app name in Notification Center. Prior to iOS 8.2, you'd see the name of the app once, then every individual notification would be preceded by the name of the app. Fortunately, alertTitle fixes that—...
True
20156339: UILocalNotification alertTitle should appear on the lock screen—current usage is inconsistent and confusing - #### Description Summary: It was excited when I realized that the alertTitle finally offers a solution to the repeated app name in Notification Center. Prior to iOS 8.2, you'd see the name of the ap...
non_build
uilocalnotification alerttitle should appear on the lock screen—current usage is inconsistent and confusing description summary it was excited when i realized that the alerttitle finally offers a solution to the repeated app name in notification center prior to ios you d see the name of the app once ...
0
160,898
13,803,203,980
IssuesEvent
2020-10-11 01:25:54
Hioptom/Daily-Record
https://api.github.com/repos/Hioptom/Daily-Record
opened
为什么软件不会吞噬世界?
documentation
“软件正在吞噬世界”。这句话最初来自于风险投资家、原 Netscape(网景公司)创始人 Marc Andreessen,2011 年 8 月在华尔街日报上发表的文章。产业被吞噬,意味着被边缘化,利润微薄,生存艰难。现在,已经是 2020 年了,“软件吞噬世界”这一观点,在今天还正确吗? 2011 年,技术先驱 Marc Andreessen 宣称,软件正在吞噬世界(Software is eating the world)。他写道:“随着创业成本的降低和在线服务市场的大幅扩张,其结果是,全球经济将首次实现完全数字化连接,这是上个世纪 90 年代初每个网络远见者的梦想,最终在整整一代人之后得以实现。” 然而,正如 Der...
1.0
为什么软件不会吞噬世界? - “软件正在吞噬世界”。这句话最初来自于风险投资家、原 Netscape(网景公司)创始人 Marc Andreessen,2011 年 8 月在华尔街日报上发表的文章。产业被吞噬,意味着被边缘化,利润微薄,生存艰难。现在,已经是 2020 年了,“软件吞噬世界”这一观点,在今天还正确吗? 2011 年,技术先驱 Marc Andreessen 宣称,软件正在吞噬世界(Software is eating the world)。他写道:“随着创业成本的降低和在线服务市场的大幅扩张,其结果是,全球经济将首次实现完全数字化连接,这是上个世纪 90 年代初每个网络远见者的梦想,最终在整整一代人之后得以实现...
non_build
为什么软件不会吞噬世界? “软件正在吞噬世界”。这句话最初来自于风险投资家、原 netscape(网景公司)创始人 marc andreessen, 年 月在华尔街日报上发表的文章。产业被吞噬,意味着被边缘化,利润微薄,生存艰难。现在,已经是 年了,“软件吞噬世界”这一观点,在今天还正确吗? 年,技术先驱 marc andreessen 宣称,软件正在吞噬世界(software is eating the world)。他写道:“随着创业成本的降低和在线服务市场的大幅扩张,其结果是,全球经济将首次实现完全数字化连接,这是上个世纪 年代初每个网络远见者的梦想,最终在整整一代人之后得以实现。” 然而,正...
0
60,787
14,916,625,159
IssuesEvent
2021-01-22 18:30:37
xamarin/xamarin-macios
https://api.github.com/repos/xamarin/xamarin-macios
closed
macOS/iOS can't build x86/x64 when NuGet has runtimes
bug macOS msbuild
### Steps to Reproduce 1. File | New Solution... 2. Mac | App | Cocoa App 3. Install SkiaSharp as a `<PackageReference>` 4. Build ### Expected Behavior A successful build. ### Actual Behavior > (_CompileToNative target) -> > MMP : error MM0009: Error while loading assemblies: /Users/matthew/.nuget...
1.0
macOS/iOS can't build x86/x64 when NuGet has runtimes - ### Steps to Reproduce 1. File | New Solution... 2. Mac | App | Cocoa App 3. Install SkiaSharp as a `<PackageReference>` 4. Build ### Expected Behavior A successful build. ### Actual Behavior > (_CompileToNative target) -> > MMP : error MM000...
build
macos ios can t build when nuget has runtimes steps to reproduce file new solution mac app cocoa app install skiasharp as a build expected behavior a successful build actual behavior compiletonative target mmp error error while loading ass...
1
4,175
6,400,329,636
IssuesEvent
2017-08-05 09:49:40
apereo/cas
https://api.github.com/repos/apereo/cas
closed
cas 5.1.2 use MongoDb Service Registry bug
Bug MongoDb Services & Registries
collectionName=cas-service-registry ``` { "_id" : NumberLong(10000001), "_class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(http|https|imaps)://.*", "name" : "HTTP and HTTPS and IMAPS", "description" : "这条服务规则定义允许所有HTTP 和HTTPS 和IMAP协议通过", "proxyPolicy" : { ...
1.0
cas 5.1.2 use MongoDb Service Registry bug - collectionName=cas-service-registry ``` { "_id" : NumberLong(10000001), "_class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(http|https|imaps)://.*", "name" : "HTTP and HTTPS and IMAPS", "description" : "这条服务规则定义允许所有HTTP 和H...
non_build
cas use mongodb service registry bug collectionname cas service registry id numberlong class org apereo cas services regexregisteredservice serviceid http https imaps name http and https and imaps description 这条服务规则定义允许所有http 和https 和i...
0
34,002
9,231,352,779
IssuesEvent
2019-03-13 01:59:30
filecoin-project/go-filecoin
https://api.github.com/repos/filecoin-project/go-filecoin
closed
[bug]Install Dependencies fail
A-build C-bug
**Describe the bug** command FILECOIN_USE_PRECOMPILED_RUST_PROOFS=true go run ./build/*.go deps exit fail! **To Reproduce** Steps to reproduce the behavior: 1. Go to '/go-filecoin' 2. Run this command 'FILECOIN_USE_PRECOMPILED_RUST_PROOFS=true go run ./build/*.go deps' 3. See error **Expected behavior** ...
1.0
[bug]Install Dependencies fail - **Describe the bug** command FILECOIN_USE_PRECOMPILED_RUST_PROOFS=true go run ./build/*.go deps exit fail! **To Reproduce** Steps to reproduce the behavior: 1. Go to '/go-filecoin' 2. Run this command 'FILECOIN_USE_PRECOMPILED_RUST_PROOFS=true go run ./build/*.go deps' 3. See...
build
install dependencies fail describe the bug command filecoin use precompiled rust proofs true go run build go deps exit fail to reproduce steps to reproduce the behavior go to go filecoin run this command filecoin use precompiled rust proofs true go run build go deps see err...
1
417,969
28,112,722,355
IssuesEvent
2023-03-31 08:28:21
gem/oq-engine
https://api.github.com/repos/gem/oq-engine
closed
Update documentation describing the definition of the `maximum_distance`
documentation
In the `.ini` file, when the `maximum_distance` depends on the magnitude, a linear interpolation is applied. This is not described here https://docs.openquake.org/oq-engine/advanced/master/general.html?highlight=maximum_distance#maximum-distance. This part of the description ```In this case, given a site, the engin...
1.0
Update documentation describing the definition of the `maximum_distance` - In the `.ini` file, when the `maximum_distance` depends on the magnitude, a linear interpolation is applied. This is not described here https://docs.openquake.org/oq-engine/advanced/master/general.html?highlight=maximum_distance#maximum-distance...
non_build
update documentation describing the definition of the maximum distance in the ini file when the maximum distance depends on the magnitude a linear interpolation is applied this is not described here this part of the description in this case given a site the engine will completely discard ruptures...
0