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
321,667
27,546,281,517
IssuesEvent
2023-03-07 12:02:13
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
reopened
[Flaky Test] should correctly apply custom colors
[Status] In Progress [Type] Flaky Test
<!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should correctly apply custom colors ## Test path `/test/e2e/specs/editor/blocks/heading.spec.js` ## Errors <!-- __TEST_RESULTS_LIST__ --> <!-- __TEST_RESULT__ --><tim...
1.0
[Flaky Test] should correctly apply custom colors - <!-- __META_DATA__:{} --> **Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.** ## Test title should correctly apply custom colors ## Test path `/test/e2e/specs/editor/blocks/heading.spec.js` ## Errors <!-- __...
non_build
should correctly apply custom colors flaky test detected this is an auto generated issue by github actions please do not edit this manually test title should correctly apply custom colors test path test specs editor blocks heading spec js errors test passed after failed attempt ...
0
94,043
27,102,282,760
IssuesEvent
2023-02-15 09:33:22
arch4edu/arch4edu
https://api.github.com/repos/arch4edu/arch4edu
closed
python-pytorch-rocm 1.12.1-5 seems to be broken
rebuild
I was able to install this package successfully: python-pytorch-rocm 1.12.1-5 Trying to use it fails though: ``` $ python Python 3.10.8 (main, Nov 1 2022, 14:18:21) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch Traceback (most recent call last): ...
1.0
python-pytorch-rocm 1.12.1-5 seems to be broken - I was able to install this package successfully: python-pytorch-rocm 1.12.1-5 Trying to use it fails though: ``` $ python Python 3.10.8 (main, Nov 1 2022, 14:18:21) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>>...
build
python pytorch rocm seems to be broken i was able to install this package successfully python pytorch rocm trying to use it fails though python python main nov on linux type help copyright credits or license for more information import torch trace...
1
68,143
7,088,316,750
IssuesEvent
2018-01-11 21:03:42
WikiWatershed/model-my-watershed
https://api.github.com/repos/WikiWatershed/model-my-watershed
closed
Update HydroShare Resource in Backend
HydroShare Export WPF WPF 2-4 tested/verified
Currently, POSTing to an existing HydroShare resource simply returns the current value, instead of updating it: https://github.com/WikiWatershed/model-my-watershed/blob/9b1084616a97f7117bc8f66ba4a1be645390619b/src/mmw/apps/export/views.py#L59-L65 Instead, it should update the resource. Currently, it does not seem...
1.0
Update HydroShare Resource in Backend - Currently, POSTing to an existing HydroShare resource simply returns the current value, instead of updating it: https://github.com/WikiWatershed/model-my-watershed/blob/9b1084616a97f7117bc8f66ba4a1be645390619b/src/mmw/apps/export/views.py#L59-L65 Instead, it should update t...
non_build
update hydroshare resource in backend currently posting to an existing hydroshare resource simply returns the current value instead of updating it instead it should update the resource currently it does not seem possible to update the resource via the although such may be possible via the rest api i...
0
88,092
25,302,947,484
IssuesEvent
2022-11-17 12:08:44
google/orbit
https://api.github.com/repos/google/orbit
closed
Can't compile Windows - volk.h/.c
build issue
``` CMake Error at cmake/Findvolk.cmake:13 (find_path): Could not find VOLK_INC_DIR using the following files: volk.h Call Stack (most recent call first): CMakeLists.txt:102 (find_package) ```
1.0
Can't compile Windows - volk.h/.c - ``` CMake Error at cmake/Findvolk.cmake:13 (find_path): Could not find VOLK_INC_DIR using the following files: volk.h Call Stack (most recent call first): CMakeLists.txt:102 (find_package) ```
build
can t compile windows volk h c cmake error at cmake findvolk cmake find path could not find volk inc dir using the following files volk h call stack most recent call first cmakelists txt find package
1
95,002
27,355,579,251
IssuesEvent
2023-02-27 12:38:10
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
Invalid code signature on libjulia.1.9.dylib
build mac
I'm still trying to get Julia master to compile… this time I'm using the binary builder, to avoid trouble, but a Julia compiled and installed with: ``` make VERBOSE=1 prefix=/opt/julia-1.9.0-DEV-811e534c PYTHON=python3 MACOSX_VERSION_MIN=12 install ``` will crash when it is launched: ``` $ /opt/julia/bin/ju...
1.0
Invalid code signature on libjulia.1.9.dylib - I'm still trying to get Julia master to compile… this time I'm using the binary builder, to avoid trouble, but a Julia compiled and installed with: ``` make VERBOSE=1 prefix=/opt/julia-1.9.0-DEV-811e534c PYTHON=python3 MACOSX_VERSION_MIN=12 install ``` will crash w...
build
invalid code signature on libjulia dylib i m still trying to get julia master to compile… this time i m using the binary builder to avoid trouble but a julia compiled and installed with make verbose prefix opt julia dev python macosx version min install will crash when it is laun...
1
5,160
3,517,557,256
IssuesEvent
2016-01-12 08:27:46
DevExpress/testcafe-hammerhead
https://api.github.com/repos/DevExpress/testcafe-hammerhead
closed
Blacklist 'useStrict' in Babel
AREA: build COMPLEXITY: easy TYPE: bug
Strict mode disallows usage of `callee.caller`. So if a function traverses call stack with `callee.caller`, and TestCafe functions are strict-mode functions, an exception will be thrown. Unfortunately, we have that nasty kind of a function in DevExpress ASP.Net controls, so we need to disable strict mode in Babel tran...
1.0
Blacklist 'useStrict' in Babel - Strict mode disallows usage of `callee.caller`. So if a function traverses call stack with `callee.caller`, and TestCafe functions are strict-mode functions, an exception will be thrown. Unfortunately, we have that nasty kind of a function in DevExpress ASP.Net controls, so we need to ...
build
blacklist usestrict in babel strict mode disallows usage of callee caller so if a function traverses call stack with callee caller and testcafe functions are strict mode functions an exception will be thrown unfortunately we have that nasty kind of a function in devexpress asp net controls so we need to ...
1
453,807
13,090,678,865
IssuesEvent
2020-08-03 04:15:13
oke-aditya/pytorch_cnn_trainer
https://api.github.com/repos/oke-aditya/pytorch_cnn_trainer
closed
Add Stochastic Weighted Average (SWA)
enhancement good first issue help wanted priority
## 🚀 Feature This is natively supported by PyTorch in `nn.utils.swa` [here](https://github.com/pytorch/pytorch/blob/master/torch/optim/swa_utils.py). They have also given a small example ``` >>> loader, optimizer, model, loss_fn = ... >>> swa_model = torch.optim.swa_utils.AveragedModel(model...
1.0
Add Stochastic Weighted Average (SWA) - ## 🚀 Feature This is natively supported by PyTorch in `nn.utils.swa` [here](https://github.com/pytorch/pytorch/blob/master/torch/optim/swa_utils.py). They have also given a small example ``` >>> loader, optimizer, model, loss_fn = ... >>> swa_model = t...
non_build
add stochastic weighted average swa 🚀 feature this is natively supported by pytorch in nn utils swa they have also given a small example loader optimizer model loss fn swa model torch optim swa utils averagedmodel model scheduler torch opti...
0
25,398
12,577,799,116
IssuesEvent
2020-06-09 10:07:40
postmanlabs/postman-app-support
https://api.github.com/repos/postmanlabs/postman-app-support
closed
App unresponsive during initial sync
bug performance product/desktop-app
**Describe the bug** Upon launching the app, the UI is unresponsive when engaging in certain actions (opening a request, starting a collection run, etc.) until the initial sync is complete. Once syncing is complete, my actions seem to "replay" in the order that I performed them. **To Reproduce** Steps to reproduce...
True
App unresponsive during initial sync - **Describe the bug** Upon launching the app, the UI is unresponsive when engaging in certain actions (opening a request, starting a collection run, etc.) until the initial sync is complete. Once syncing is complete, my actions seem to "replay" in the order that I performed them. ...
non_build
app unresponsive during initial sync describe the bug upon launching the app the ui is unresponsive when engaging in certain actions opening a request starting a collection run etc until the initial sync is complete once syncing is complete my actions seem to replay in the order that i performed them ...
0
343,357
10,328,720,611
IssuesEvent
2019-09-02 10:13:08
webpack/schema-utils
https://api.github.com/repos/webpack/schema-utils
closed
improve output in some cases
priority: 5 (nice to have) semver: Minor type: Feature
<!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to StackOverflow or https://gitte...
1.0
improve output in some cases - <!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to...
non_build
improve output in some cases issues are so 🔥 if you remove or skip this template you ll make the 🐼 sad and the mighty god of github will appear and pile drive the close button from a great height while making animal noises 👉🏽 need support advice or help don t open an issue head to...
0
43,321
11,203,324,824
IssuesEvent
2020-01-04 19:07:52
microsoft/ChakraCore
https://api.github.com/repos/microsoft/ChakraCore
closed
chakra 1.11.15 compilation issue
Build Bug
Relates to https://github.com/Homebrew/homebrew-core/pull/45033 Trying to `ChakraCore` from `v1.11.13` to `v1.11.14`, but receiving these errors: ``` /tmp/chakra-20191009-92499-1eshv12/ChakraCore-1.11.14/lib/Backend/amd64/LinearScanMdA.S:54:34: error: unknown token in expression movups xmmword ptr [rax + 80...
1.0
chakra 1.11.15 compilation issue - Relates to https://github.com/Homebrew/homebrew-core/pull/45033 Trying to `ChakraCore` from `v1.11.13` to `v1.11.14`, but receiving these errors: ``` /tmp/chakra-20191009-92499-1eshv12/ChakraCore-1.11.14/lib/Backend/amd64/LinearScanMdA.S:54:34: error: unknown token in expressio...
build
chakra compilation issue relates to trying to chakracore from to but receiving these errors tmp chakra chakracore lib backend linearscanmda s error unknown token in expression movups xmmword ptr i wonder if anyone has idea how to get it fix...
1
25,917
26,105,924,271
IssuesEvent
2022-12-27 13:12:14
microsoft/AdaptiveCards
https://api.github.com/repos/microsoft/AdaptiveCards
opened
[Adaptive Cards> InputsWithValidations.json]: Placeholder text is not defined for 'Text input with an inline action with no icon' edit field.
Bug Area-Renderers A11yWCAG A11yUsable HCL-E+D HCL-AdaptiveCards-Universal
### Target Platforms UWP ### SDK Version 3.0.2210.26001 ### Application Name Adaptive Cards ### Problem Description **Test Environment:** OS version: 22H2 (Build 25267.1000) Browser: Edge Dev (110.0.1556.0)) Application: AdaptiveCardVisualizer Application Version: 3.0.2210.26001 **Repro Steps:** 1. Ope...
True
[Adaptive Cards> InputsWithValidations.json]: Placeholder text is not defined for 'Text input with an inline action with no icon' edit field. - ### Target Platforms UWP ### SDK Version 3.0.2210.26001 ### Application Name Adaptive Cards ### Problem Description **Test Environment:** OS version: 22H2 (Build 25267....
non_build
placeholder text is not defined for text input with an inline action with no icon edit field target platforms uwp sdk version application name adaptive cards problem description test environment os version build browser edge dev application adaptiveca...
0
42,563
11,018,368,461
IssuesEvent
2019-12-05 10:22:16
forkcms/forkcms
https://api.github.com/repos/forkcms/forkcms
closed
FormBuilder data detail layout is a bit messed up
Bug Easy Pick FormBuilder Hacktoberfest Has PR
## Type - Non critical bug ## Problem description When viewing the detail of a FormBuilder data submission the layout is a bit screwed up, see below. ![image](https://user-images.githubusercontent.com/442529/64095744-f9520500-cd5f-11e9-9566-b26256f5a570.png) ## Steps to reproduce Go to [https://demo.for...
1.0
FormBuilder data detail layout is a bit messed up - ## Type - Non critical bug ## Problem description When viewing the detail of a FormBuilder data submission the layout is a bit screwed up, see below. ![image](https://user-images.githubusercontent.com/442529/64095744-f9520500-cd5f-11e9-9566-b26256f5a570.png)...
build
formbuilder data detail layout is a bit messed up type non critical bug problem description when viewing the detail of a formbuilder data submission the layout is a bit screwed up see below steps to reproduce go to submit the form and view expected behavior proposed s...
1
75,619
20,911,327,319
IssuesEvent
2022-03-24 09:35:09
spack/spack
https://api.github.com/repos/spack/spack
closed
Installation issue: gtkplus
build-error
<!-- Thanks for taking the time to report this build failure. To proceed with the report please: ### Steps to reproduce the issue <!-- Fill in the exact spec you are trying to build and the relevant part of the error message --> ```console $ spack install octave+qt+qscintilla+fftw+fontconfig+freetype+glpk+gl2ps...
1.0
Installation issue: gtkplus - <!-- Thanks for taking the time to report this build failure. To proceed with the report please: ### Steps to reproduce the issue <!-- Fill in the exact spec you are trying to build and the relevant part of the error message --> ```console $ spack install octave+qt+qscintilla+fftw+...
build
installation issue gtkplus thanks for taking the time to report this build failure to proceed with the report please steps to reproduce the issue console spack install octave qt qscintilla fftw fontconfig freetype glpk magick gnuplot zlib curl fltk qrupdate gcc mpich openblas nin...
1
405,230
27,508,264,442
IssuesEvent
2023-03-06 06:24:55
postmanlabs/postman-app-support
https://api.github.com/repos/postmanlabs/postman-app-support
reopened
Status codes in generated documentation
feature pending-close product/documentation
## App Details: ``` Postman for Mac Version 5.1.3 (5.1.3) ``` ## Issue Report: When I look at the docs generated by Postman, I can see all my examples there, however, I do not see the HTTP response codes in the docs. They are important for us. I thought they are available to Pro accounts but they are not...
1.0
Status codes in generated documentation - ## App Details: ``` Postman for Mac Version 5.1.3 (5.1.3) ``` ## Issue Report: When I look at the docs generated by Postman, I can see all my examples there, however, I do not see the HTTP response codes in the docs. They are important for us. I thought they are ...
non_build
status codes in generated documentation app details postman for mac version issue report when i look at the docs generated by postman i can see all my examples there however i do not see the http response codes in the docs they are important for us i thought they are ...
0
56,800
13,926,072,043
IssuesEvent
2020-10-21 17:45:22
xamarin/xamarin-android
https://api.github.com/repos/xamarin/xamarin-android
opened
AndroidSdkBuildToolsVersion 30+ and Java 11 inconsistency
Area: App+Library Build
### Steps to Reproduce 1. Install 30+ build tools in sdk manager. 2a. Specify AndroidSdkBuildToolsVersion with 30+ value in csproj. 2b. Don't specify AndroidSdkBuildToolsVersion in csproj. 3. Build <!-- If you have a repro project, you may drag & drop the .zip/etc. onto the issue editor to attach it. --> ...
1.0
AndroidSdkBuildToolsVersion 30+ and Java 11 inconsistency - ### Steps to Reproduce 1. Install 30+ build tools in sdk manager. 2a. Specify AndroidSdkBuildToolsVersion with 30+ value in csproj. 2b. Don't specify AndroidSdkBuildToolsVersion in csproj. 3. Build <!-- If you have a repro project, you may drag & dro...
build
androidsdkbuildtoolsversion and java inconsistency steps to reproduce install build tools in sdk manager specify androidsdkbuildtoolsversion with value in csproj don t specify androidsdkbuildtoolsversion in csproj build if you have a repro project you may drag drop the ...
1
7,847
4,081,019,810
IssuesEvent
2016-05-31 07:02:46
pixelated/pixelated-user-agent
https://api.github.com/repos/pixelated/pixelated-user-agent
closed
remove workaroud for soledad debian packages
broken build LEAP
in #172 we created our own debian packages as a workaround for https://leap.se/code/issues/6500 we should remove these packages from our repository as soon as the leap packages work
1.0
remove workaroud for soledad debian packages - in #172 we created our own debian packages as a workaround for https://leap.se/code/issues/6500 we should remove these packages from our repository as soon as the leap packages work
build
remove workaroud for soledad debian packages in we created our own debian packages as a workaround for we should remove these packages from our repository as soon as the leap packages work
1
89,085
25,573,793,375
IssuesEvent
2022-11-30 20:05:12
Crocoblock/suggestions
https://api.github.com/repos/Crocoblock/suggestions
closed
jet woobuilder cart page
JetWooBuilder
**Describe the bug** hi If we disable the [display of coupons](https://prnt.sc/s7b5yCYk3zb3) in the shopping cart, some [empty space](https://prnt.sc/nYq8VXLhNcvi) will remain. So its empty space will remain : https://prnt.sc/ItFE6ybPYBA8 thank you
1.0
jet woobuilder cart page - **Describe the bug** hi If we disable the [display of coupons](https://prnt.sc/s7b5yCYk3zb3) in the shopping cart, some [empty space](https://prnt.sc/nYq8VXLhNcvi) will remain. So its empty space will remain : https://prnt.sc/ItFE6ybPYBA8 thank you
build
jet woobuilder cart page describe the bug hi if we disable the in the shopping cart some will remain so its empty space will remain thank you
1
649,786
21,320,863,029
IssuesEvent
2022-04-17 03:38:27
bossbuwi/reality
https://api.github.com/repos/bossbuwi/reality
closed
Create systems ui
enhancement ui high priority
Create a UI for the systems. No logic is required. It must contain the items below. - A table showing a list of the systems currently registered on the app. - A popup showing a system's details if an item on the list is clicked. - (Optional) A button that will open a form to add a system. Note that this is tagged ...
1.0
Create systems ui - Create a UI for the systems. No logic is required. It must contain the items below. - A table showing a list of the systems currently registered on the app. - A popup showing a system's details if an item on the list is clicked. - (Optional) A button that will open a form to add a system. Note ...
non_build
create systems ui create a ui for the systems no logic is required it must contain the items below a table showing a list of the systems currently registered on the app a popup showing a system s details if an item on the list is clicked optional a button that will open a form to add a system note ...
0
258,822
19,575,014,043
IssuesEvent
2022-01-04 14:32:24
supabase/supabase
https://api.github.com/repos/supabase/supabase
closed
Update `Reference > Auth (Server Only)` section
documentation
# Improve documentation ## Link https://supabase.com/docs/reference/javascript/auth-api-createuser ## Describe the problem See https://github.com/supabase/cli/issues/110 ## Describe the improvement Update docs according to updated API here: https://supabase.github.io/gotrue-js/classes/GoTrueApi.html
1.0
Update `Reference > Auth (Server Only)` section - # Improve documentation ## Link https://supabase.com/docs/reference/javascript/auth-api-createuser ## Describe the problem See https://github.com/supabase/cli/issues/110 ## Describe the improvement Update docs according to updated API here: https://su...
non_build
update reference auth server only section improve documentation link describe the problem see describe the improvement update docs according to updated api here
0
48,476
12,199,057,948
IssuesEvent
2020-04-30 00:30:16
kwk/test-llvm-bz-import-5
https://api.github.com/repos/kwk/test-llvm-bz-import-5
opened
cmake MinGW Makefiles DummyConfigureOutput.tmp and SVNVersion.inc missing
BZ-BUG-STATUS: NEW Build scripts/cmake dummy import from bugzilla
This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=15692.
1.0
cmake MinGW Makefiles DummyConfigureOutput.tmp and SVNVersion.inc missing - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=15692.
build
cmake mingw makefiles dummyconfigureoutput tmp and svnversion inc missing this issue was imported from bugzilla
1
59,328
14,564,931,796
IssuesEvent
2020-12-17 06:15:56
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
build: Make bazel auto-generate pkg/sql/lexbase/reserved_keywords.go in the bazel sandbox
A-build-system C-enhancement
Needed for bazel to build without first requiring a make invocation. ([ref PR](https://github.com/cockroachdb/cockroach/pull/56019), [slack conversation](https://cockroachlabs.slack.com/archives/C019A8NANH0/p1603820386455100?thread_ts=1603818077.450100&cid=C019A8NANH0))
1.0
build: Make bazel auto-generate pkg/sql/lexbase/reserved_keywords.go in the bazel sandbox - Needed for bazel to build without first requiring a make invocation. ([ref PR](https://github.com/cockroachdb/cockroach/pull/56019), [slack conversation](https://cockroachlabs.slack.com/archives/C019A8NANH0/p1603820386455100?thr...
build
build make bazel auto generate pkg sql lexbase reserved keywords go in the bazel sandbox needed for bazel to build without first requiring a make invocation
1
70,989
9,473,999,589
IssuesEvent
2019-04-19 05:16:10
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Broken Link in tripletmarginloss
high priority module: nn small topic: documentation triaged
## 📚 Documentation The link to the under https://pytorch.org/docs/stable/nn.html#tripletmarginloss pointing to the paper Learning shallow convolutional feature descriptors with triplet losse is broken. Currently its pointing to http://www.iis.ee.ic.ac.uk/~vbalnt/shallow_descr/TFeat_paper.pdf , but that link is dea...
1.0
Broken Link in tripletmarginloss - ## 📚 Documentation The link to the under https://pytorch.org/docs/stable/nn.html#tripletmarginloss pointing to the paper Learning shallow convolutional feature descriptors with triplet losse is broken. Currently its pointing to http://www.iis.ee.ic.ac.uk/~vbalnt/shallow_descr/TFe...
non_build
broken link in tripletmarginloss 📚 documentation the link to the under pointing to the paper learning shallow convolutional feature descriptors with triplet losse is broken currently its pointing to but that link is dead maybe use
0
243,984
7,868,985,247
IssuesEvent
2018-06-24 07:50:03
meth/app
https://api.github.com/repos/meth/app
opened
Enable ETH top-up via credit card
Enhancement Medium Priority
Enable people to top up their ETH via credit card. Need to investigate options for this.
1.0
Enable ETH top-up via credit card - Enable people to top up their ETH via credit card. Need to investigate options for this.
non_build
enable eth top up via credit card enable people to top up their eth via credit card need to investigate options for this
0
31,071
8,649,398,266
IssuesEvent
2018-11-26 19:17:41
xamarin/xamarin-android
https://api.github.com/repos/xamarin/xamarin-android
closed
Compiler error when referencing a NetStandard 2.0 library using ValueTask<T>
Area: App+Library Build bug vs-sync
### Steps to Reproduce 1. Build it Repro project: https://github.com/yinyue200/taskextest/tree/v2 <!-- If you have a repro project, you may drag & drop the .zip/etc. onto the issue editor to attach it. --> ### Expected Behavior Build successful ### Actual Behavior error CS0012: The type 'ValueTas...
1.0
Compiler error when referencing a NetStandard 2.0 library using ValueTask<T> - ### Steps to Reproduce 1. Build it Repro project: https://github.com/yinyue200/taskextest/tree/v2 <!-- If you have a repro project, you may drag & drop the .zip/etc. onto the issue editor to attach it. --> ### Expected Behavior...
build
compiler error when referencing a netstandard library using valuetask steps to reproduce build it repro project if you have a repro project you may drag drop the zip etc onto the issue editor to attach it expected behavior build successful actual behavior e...
1
35,443
9,599,920,988
IssuesEvent
2019-05-10 08:03:36
TerryCavanagh/diceydungeonsbeta
https://api.github.com/repos/TerryCavanagh/diceydungeonsbeta
closed
Warrior is a still image in battles now
reported in 9th May Build
Warrior doesn't do his idle animation anymore in the battle screen!
1.0
Warrior is a still image in battles now - Warrior doesn't do his idle animation anymore in the battle screen!
build
warrior is a still image in battles now warrior doesn t do his idle animation anymore in the battle screen
1
30,542
8,559,062,891
IssuesEvent
2018-11-08 20:06:36
DNNCommunity/DNN.Blog
https://api.github.com/repos/DNNCommunity/DNN.Blog
closed
Cannot build project
Build process Pull request sumitted
## Describe the bug Building locally causes an error due to incorrect reference to SharpZipLib.dll ## Software Versions - Module: current development branch ## To Reproduce Steps to reproduce the behavior: 1. Clone repository 2. Try to build 3. Notice the broken reference ## Expected behavior Contributo...
1.0
Cannot build project - ## Describe the bug Building locally causes an error due to incorrect reference to SharpZipLib.dll ## Software Versions - Module: current development branch ## To Reproduce Steps to reproduce the behavior: 1. Clone repository 2. Try to build 3. Notice the broken reference ## Expect...
build
cannot build project describe the bug building locally causes an error due to incorrect reference to sharpziplib dll software versions module current development branch to reproduce steps to reproduce the behavior clone repository try to build notice the broken reference expect...
1
104,778
13,111,747,979
IssuesEvent
2020-08-04 23:59:19
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
☂️ Provide a canonical mechanism for affecting UI from a non-UI action
P2 customer: google customer: money (g3) f: material design framework passed first triage severe: new feature
Apps regularly want to respond to a stream of events that might be coming from non-UI related sources (such as network or platform channels). Common responses to such events might include: - Navigating to a new page. - Showing a dialog. - Showing a snackbar. Such events are typically not tied to the lifecycle o...
1.0
☂️ Provide a canonical mechanism for affecting UI from a non-UI action - Apps regularly want to respond to a stream of events that might be coming from non-UI related sources (such as network or platform channels). Common responses to such events might include: - Navigating to a new page. - Showing a dialog. - Sho...
non_build
☂️ provide a canonical mechanism for affecting ui from a non ui action apps regularly want to respond to a stream of events that might be coming from non ui related sources such as network or platform channels common responses to such events might include navigating to a new page showing a dialog sho...
0
23,943
23,158,203,183
IssuesEvent
2022-07-29 14:55:28
tailscale/tailscale
https://api.github.com/repos/tailscale/tailscale
closed
tailscale running as sidecar in docker container with SSH: I can ssh into tailscale container, but not nginx
OS-linux L1 Very few P2 Aggravating T5 Usability containers
related to #https://github.com/tailscale/tailscale/issues/3893 I have the following docker-compose.yml: ```yaml version: '3.3' services: tailscaled: hostname: docker-nginx-sidecar container_name: tailscaled volumes: - './tailscale-data:/var/lib' - '/lib/modules:/lib/modules' ...
True
tailscale running as sidecar in docker container with SSH: I can ssh into tailscale container, but not nginx - related to #https://github.com/tailscale/tailscale/issues/3893 I have the following docker-compose.yml: ```yaml version: '3.3' services: tailscaled: hostname: docker-nginx-sidecar container_...
non_build
tailscale running as sidecar in docker container with ssh i can ssh into tailscale container but not nginx related to i have the following docker compose yml yaml version services tailscaled hostname docker nginx sidecar container name tailscaled volumes tailsc...
0
20,150
6,823,834,222
IssuesEvent
2017-11-08 02:12:39
FakeItEasy/FakeItEasy
https://api.github.com/repos/FakeItEasy/FakeItEasy
opened
Release vNext
build documentation
Can be labelled **ready** when all other issues on this milestone are closed. - [ ] ~~run code analysis in VS in *Release* mode and address all coding and style violations (send a regular pull request which must be merged before continuing)~~ - [ ] ensure completeness of draft [release notes](https://github.com/Fak...
1.0
Release vNext - Can be labelled **ready** when all other issues on this milestone are closed. - [ ] ~~run code analysis in VS in *Release* mode and address all coding and style violations (send a regular pull request which must be merged before continuing)~~ - [ ] ensure completeness of draft [release notes](https:...
build
release vnext can be labelled ready when all other issues on this milestone are closed run code analysis in vs in release mode and address all coding and style violations send a regular pull request which must be merged before continuing ensure completeness of draft including non owner co...
1
34,898
9,488,311,740
IssuesEvent
2019-04-22 19:13:21
orbeon/orbeon-forms
https://api.github.com/repos/orbeon/orbeon-forms
closed
Failing to add iteration to top-level repeated section containing a section
Module: Form Builder
This works if the top-level repeated section only contains a grid. With a nested section, this doesn't work in a simple case. The server throws an error: ``` |----------------------------------------------------------------------------------------------------------------------| |Exception: java.lang.AssertionEr...
1.0
Failing to add iteration to top-level repeated section containing a section - This works if the top-level repeated section only contains a grid. With a nested section, this doesn't work in a simple case. The server throws an error: ``` |----------------------------------------------------------------------------...
build
failing to add iteration to top level repeated section containing a section this works if the top level repeated section only contains a grid with a nested section this doesn t work in a simple case the server throws an error ...
1
283,680
24,558,760,545
IssuesEvent
2022-10-12 18:13:24
mozilla-mobile/android-components
https://api.github.com/repos/mozilla-mobile/android-components
closed
Intermittent UI test failure - checkGleanClickData
🎲 intermittent-test
### Firebase Test Run: https://console.firebase.google.com/u/0/project/moz-android-components-230120/testlab/histories/bh.acacddb44ee28c64/matrices/7325812674678277604/executions/bs.742ba2c943b871a ### Stacktrace: `java.lang.AssertionError: Assertion failed at mozilla.telemetry.glean.GleanInternalAPI.testSetLocalEndpoi...
1.0
Intermittent UI test failure - checkGleanClickData - ### Firebase Test Run: https://console.firebase.google.com/u/0/project/moz-android-components-230120/testlab/histories/bh.acacddb44ee28c64/matrices/7325812674678277604/executions/bs.742ba2c943b871a ### Stacktrace: `java.lang.AssertionError: Assertion failed at mozill...
non_build
intermittent ui test failure checkgleanclickdata firebase test run stacktrace java lang assertionerror assertion failed at mozilla telemetry glean gleaninternalapi testsetlocalendpoint glean release glean kt at mozilla telemetry glean testing gleantestlocalserver starting gleantestlocalserver kt ...
0
66,980
3,264,983,214
IssuesEvent
2015-10-22 14:28:05
FordFoundation/Redesign2015
https://api.github.com/repos/FordFoundation/Redesign2015
closed
Obvi 412, Grants Viz green: Priority --- Green section in grants viz should default to showing full set of grants for prior year and grants made to date for current year
Grants viz. priority
Terry: FOR0072-775
1.0
Obvi 412, Grants Viz green: Priority --- Green section in grants viz should default to showing full set of grants for prior year and grants made to date for current year - Terry: FOR0072-775
non_build
obvi grants viz green priority green section in grants viz should default to showing full set of grants for prior year and grants made to date for current year terry
0
90,433
18,153,461,457
IssuesEvent
2021-09-26 17:14:29
nhcarrigan/rosalia-nightsong
https://api.github.com/repos/nhcarrigan/rosalia-nightsong
opened
[CHORE] - Level Scale
🟨 priority: medium ⭐ goal: addition 🏁 status: ready for dev 💻 aspect: code 🔒 staff only
### What work needs to be performed? Need to build out a level scale - maybe use Becca's? ### Additional information _No response_
1.0
[CHORE] - Level Scale - ### What work needs to be performed? Need to build out a level scale - maybe use Becca's? ### Additional information _No response_
non_build
level scale what work needs to be performed need to build out a level scale maybe use becca s additional information no response
0
743,449
25,899,511,487
IssuesEvent
2022-12-15 03:28:05
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Get thumbnail file format for playlist
priority/P3 QA/No release-notes/exclude features/playlist OS/Android OS/Desktop
Currently we give thumbnail file a name without any specific file extension. We should set the preciese format for Android to be able to decode it properly.
1.0
Get thumbnail file format for playlist - Currently we give thumbnail file a name without any specific file extension. We should set the preciese format for Android to be able to decode it properly.
non_build
get thumbnail file format for playlist currently we give thumbnail file a name without any specific file extension we should set the preciese format for android to be able to decode it properly
0
127,219
17,199,731,126
IssuesEvent
2021-07-17 01:45:01
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Fleet] Upgrading a package should trigger a new POLICY CHANGE for agents
Team:Fleet design research v7.14.0
## Description Currently when we update a package, agents will not have the latest package until the policy integration is updated, We should trigger a policy change. ## Open questions What happens if a new variables is introduced in the package, and we are missing it?
1.0
[Fleet] Upgrading a package should trigger a new POLICY CHANGE for agents - ## Description Currently when we update a package, agents will not have the latest package until the policy integration is updated, We should trigger a policy change. ## Open questions What happens if a new variables is introduced i...
non_build
upgrading a package should trigger a new policy change for agents description currently when we update a package agents will not have the latest package until the policy integration is updated we should trigger a policy change open questions what happens if a new variables is introduced in the ...
0
227,950
25,135,412,758
IssuesEvent
2022-11-09 18:10:34
lukebrogan-mend/NuGetGallery
https://api.github.com/repos/lukebrogan-mend/NuGetGallery
closed
WS-2022-0161 (High) detected in newtonsoft.json.11.0.2.nupkg, newtonsoft.json.10.0.3.nupkg - autoclosed
security vulnerability
## WS-2022-0161 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>newtonsoft.json.11.0.2.nupkg</b>, <b>newtonsoft.json.10.0.3.nupkg</b></p></summary> <p> <details><summary><b>newtonsof...
True
WS-2022-0161 (High) detected in newtonsoft.json.11.0.2.nupkg, newtonsoft.json.10.0.3.nupkg - autoclosed - ## WS-2022-0161 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>newtonsoft.js...
non_build
ws high detected in newtonsoft json nupkg newtonsoft json nupkg autoclosed ws high severity vulnerability vulnerable libraries newtonsoft json nupkg newtonsoft json nupkg newtonsoft json nupkg json net is a popular high performance json framework...
0
661,121
22,041,302,359
IssuesEvent
2022-05-29 11:56:04
betty-gures/SWE573-Spring22
https://api.github.com/repos/betty-gures/SWE573-Spring22
closed
Q&A Page
priority medium effort high backend frontend setup implementation
The learning pages (and the sub-learning pages) must have links to Q&A pages where users can ask, reply, read the questions and answers given on the corresponding topic.
1.0
Q&A Page - The learning pages (and the sub-learning pages) must have links to Q&A pages where users can ask, reply, read the questions and answers given on the corresponding topic.
non_build
q a page the learning pages and the sub learning pages must have links to q a pages where users can ask reply read the questions and answers given on the corresponding topic
0
72,461
19,271,606,291
IssuesEvent
2021-12-10 06:30:59
systemd/systemd
https://api.github.com/repos/systemd/systemd
closed
v250 regression: usr/lib/systemd/tests/testdata/*/.gitattributes are installed erroneously
build-system regression ⚠️
Version: 250-rc2 Running ``` meson -Dinstall-tests=true build ninja -C build DESTDIR=/tmp/foo ninja -C build install ``` I get ``` $ find /tmp/foo/ -name .gitattributes /tmp/foo/usr/lib/systemd/tests/testdata/test-umount/.gitattributes /tmp/foo/usr/lib/systemd/tests/testdata/test-network-generator-conversi...
1.0
v250 regression: usr/lib/systemd/tests/testdata/*/.gitattributes are installed erroneously - Version: 250-rc2 Running ``` meson -Dinstall-tests=true build ninja -C build DESTDIR=/tmp/foo ninja -C build install ``` I get ``` $ find /tmp/foo/ -name .gitattributes /tmp/foo/usr/lib/systemd/tests/testdata/test-u...
build
regression usr lib systemd tests testdata gitattributes are installed erroneously version running meson dinstall tests true build ninja c build destdir tmp foo ninja c build install i get find tmp foo name gitattributes tmp foo usr lib systemd tests testdata test umount ...
1
14,999
3,438,587,923
IssuesEvent
2015-12-14 01:49:43
ppazos/cabolabs-ehrserver
https://api.github.com/repos/ppazos/cabolabs-ehrserver
closed
Test queries and commit having two versions of the same archetype
test
Create two versions of the same archetype and two templates referencing them. Commit data for both and query data for both, evaluate if we need to change anything on the querying interface, like detecting that the concept is really the same and for queries that have .v2 we need to return data archetyped by .v1
1.0
Test queries and commit having two versions of the same archetype - Create two versions of the same archetype and two templates referencing them. Commit data for both and query data for both, evaluate if we need to change anything on the querying interface, like detecting that the concept is really the same and for qu...
non_build
test queries and commit having two versions of the same archetype create two versions of the same archetype and two templates referencing them commit data for both and query data for both evaluate if we need to change anything on the querying interface like detecting that the concept is really the same and for qu...
0
17,761
23,690,934,550
IssuesEvent
2022-08-29 10:43:17
apache/arrow-rs
https://api.github.com/repos/apache/arrow-rs
closed
Release Arrow `21.0.0` (next release after `20.0.0`)
development-process
Follow on from https://github.com/apache/arrow-rs/issues/2172 * Planned Release Candidate: ~2022-08-19~ 2022-08-18 * Planned Release and Publish to crates.io: ~2022-08-22~ 2022-08-22 Items: - [x] https://github.com/apache/arrow-rs/issues/2338 - [x] https://github.com/apache/arrow-rs/pull/2339 - [x] https://gi...
1.0
Release Arrow `21.0.0` (next release after `20.0.0`) - Follow on from https://github.com/apache/arrow-rs/issues/2172 * Planned Release Candidate: ~2022-08-19~ 2022-08-18 * Planned Release and Publish to crates.io: ~2022-08-22~ 2022-08-22 Items: - [x] https://github.com/apache/arrow-rs/issues/2338 - [x] https:/...
non_build
release arrow next release after follow on from planned release candidate planned release and publish to crates io items release candidate approved release to crates io draft update to datafusion see f...
0
139,735
12,878,886,715
IssuesEvent
2020-07-11 18:58:17
lmorg/murex
https://api.github.com/repos/lmorg/murex
opened
Additional `switch` tests and docs
documentation todo tooling
Have testing and documentation for the more common if/else variant but need those tools fleshed out for the more traditional switch case methods.
1.0
Additional `switch` tests and docs - Have testing and documentation for the more common if/else variant but need those tools fleshed out for the more traditional switch case methods.
non_build
additional switch tests and docs have testing and documentation for the more common if else variant but need those tools fleshed out for the more traditional switch case methods
0
31,646
15,027,337,939
IssuesEvent
2021-02-02 00:33:04
numba/numba
https://api.github.com/repos/numba/numba
closed
Creating coo_sparse matrix from numba typed List is significantly slower than Python list or numpy arrays
performance - run time question
<!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at https://github.com/numba/numba/issues?&q=is%3Aissue). --> ## Reporting a bug <!-- Before submittin...
True
Creating coo_sparse matrix from numba typed List is significantly slower than Python list or numpy arrays - <!-- Thanks for opening an issue! To help the Numba team handle your information efficiently, please first ensure that there is no other issue present that already describes the issue you have (search at ht...
non_build
creating coo sparse matrix from numba typed list is significantly slower than python list or numpy arrays thanks for opening an issue to help the numba team handle your information efficiently please first ensure that there is no other issue present that already describes the issue you have search at ...
0
537,609
15,731,699,532
IssuesEvent
2021-03-29 17:23:35
KoreanGRF/KoreanTrainSet
https://api.github.com/repos/KoreanGRF/KoreanTrainSet
closed
Add parameter to choose either designed max. speed or actual running speed
enhancement priority: low suggestion
Need to investigate all model's designed max. speed & actual running speed https://github.com/KoreanGRF/KoreanTrainSet/wiki/Vehicle's-specifications
1.0
Add parameter to choose either designed max. speed or actual running speed - Need to investigate all model's designed max. speed & actual running speed https://github.com/KoreanGRF/KoreanTrainSet/wiki/Vehicle's-specifications
non_build
add parameter to choose either designed max speed or actual running speed need to investigate all model s designed max speed actual running speed
0
87,849
25,231,067,208
IssuesEvent
2022-11-14 19:53:43
liu-benny/web-services-project
https://api.github.com/repos/liu-benny/web-services-project
closed
Implement POST method for /clinics/{clinic_id}/departments
Build #1
Add in DepartmentModel for POST method in departments_routes.
1.0
Implement POST method for /clinics/{clinic_id}/departments - Add in DepartmentModel for POST method in departments_routes.
build
implement post method for clinics clinic id departments add in departmentmodel for post method in departments routes
1
767,726
26,938,024,838
IssuesEvent
2023-02-07 22:33:29
this-oliver/this-oliver
https://api.github.com/repos/this-oliver/this-oliver
closed
Store blog content as JSON
frontend high priority feature
Store content as json and then convert it to Markdown or HTML on client side Benefits: - Language agnostic - Future proof - allows for change in the future - Easier to store images Source: https://www.falldowngoboone.com/blog/from-notion-to-eleventy-part-2-building-markdown-from-json/
1.0
Store blog content as JSON - Store content as json and then convert it to Markdown or HTML on client side Benefits: - Language agnostic - Future proof - allows for change in the future - Easier to store images Source: https://www.falldowngoboone.com/blog/from-notion-to-eleventy-part-2-building-markdown-from-json/
non_build
store blog content as json store content as json and then convert it to markdown or html on client side benefits language agnostic future proof allows for change in the future easier to store images source
0
19,165
6,677,808,701
IssuesEvent
2017-10-05 12:04:09
curl/curl
https://api.github.com/repos/curl/curl
closed
libCurl build fails with CURL_DISABLE_CRYPTO_AUTH and USE_SSL (causes vtls.c to fail to compile)
build
### I did this Defined both `CURL_DISABLE_CRYPTO_AUTH` and `USE_SSL`. ### I expected the following A successful compilation. Instead I get the following errors: ``` 1>vtls\vtls.c(1065): error C2065: 'MD5_context' : undeclared identifier 1>vtls\vtls.c(1065): error C2065: 'MD5pw' : undeclared identifier 1>...
1.0
libCurl build fails with CURL_DISABLE_CRYPTO_AUTH and USE_SSL (causes vtls.c to fail to compile) - ### I did this Defined both `CURL_DISABLE_CRYPTO_AUTH` and `USE_SSL`. ### I expected the following A successful compilation. Instead I get the following errors: ``` 1>vtls\vtls.c(1065): error C2065: 'MD5_cont...
build
libcurl build fails with curl disable crypto auth and use ssl causes vtls c to fail to compile i did this defined both curl disable crypto auth and use ssl i expected the following a successful compilation instead i get the following errors vtls vtls c error context un...
1
227,509
17,387,894,298
IssuesEvent
2021-08-02 00:22:39
Receitas-Veganas/crawlers
https://api.github.com/repos/Receitas-Veganas/crawlers
opened
Contributing
documentation
Adicionar arquivo CONTRIBUTING, documentação de como alguém com tempo sobrando e com um bom coração pode ajudar o projeto se desenvolver mais rapidamente
1.0
Contributing - Adicionar arquivo CONTRIBUTING, documentação de como alguém com tempo sobrando e com um bom coração pode ajudar o projeto se desenvolver mais rapidamente
non_build
contributing adicionar arquivo contributing documentação de como alguém com tempo sobrando e com um bom coração pode ajudar o projeto se desenvolver mais rapidamente
0
3,333
3,883,058,109
IssuesEvent
2016-04-13 12:33:45
owncloud/client
https://api.github.com/repos/owncloud/client
closed
[Linux] Checking for changes takes too long
Performance
### Expected behaviour ownCloud client shoud detect changes in filesystem quickly, and should use full potential of client machine. ### Actual behaviour After delete of single folder with source codes (2729 files, 47 MiB total) ownCloud client started to check every file in my ownCloud folder where is stored about...
True
[Linux] Checking for changes takes too long - ### Expected behaviour ownCloud client shoud detect changes in filesystem quickly, and should use full potential of client machine. ### Actual behaviour After delete of single folder with source codes (2729 files, 47 MiB total) ownCloud client started to check every fi...
non_build
checking for changes takes too long expected behaviour owncloud client shoud detect changes in filesystem quickly and should use full potential of client machine actual behaviour after delete of single folder with source codes files mib total owncloud client started to check every file in my o...
0
85,261
24,547,883,614
IssuesEvent
2022-10-12 10:11:35
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
Nvidia-X11 failes on 22.05 with kernel 6.0
0.kind: build failure
### Steps To Reproduce Steps to reproduce the behavior: 1. Choose channel 22.05 2. Install Nvidia drivers as explained in the [wiki](https://nixos.wiki/wiki/Nvidia) 3. Choose latest linux kernel `boot.kernelPackages = pkgs.linuxPackages_latest;` 4. Try to build `nixos-rebuild build` ### Build log https://gist....
1.0
Nvidia-X11 failes on 22.05 with kernel 6.0 - ### Steps To Reproduce Steps to reproduce the behavior: 1. Choose channel 22.05 2. Install Nvidia drivers as explained in the [wiki](https://nixos.wiki/wiki/Nvidia) 3. Choose latest linux kernel `boot.kernelPackages = pkgs.linuxPackages_latest;` 4. Try to build `nixos-r...
build
nvidia failes on with kernel steps to reproduce steps to reproduce the behavior choose channel install nvidia drivers as explained in the choose latest linux kernel boot kernelpackages pkgs linuxpackages latest try to build nixos rebuild build build log ...
1
121,674
12,131,407,187
IssuesEvent
2020-04-23 04:38:35
openworm/org.geppetto
https://api.github.com/repos/openworm/org.geppetto
closed
www.geppetto.org news section
documentation wontfix
this still points to release 0.3.6, either we update this or we link it to the github release page or got it updated via what pushed on twitter automatically?
1.0
www.geppetto.org news section - this still points to release 0.3.6, either we update this or we link it to the github release page or got it updated via what pushed on twitter automatically?
non_build
news section this still points to release either we update this or we link it to the github release page or got it updated via what pushed on twitter automatically
0
132,289
12,502,919,040
IssuesEvent
2020-06-02 06:01:49
datacentricdesign/connected-home
https://api.github.com/repos/datacentricdesign/connected-home
opened
Review ReadMe file
documentation
Make sure that instruction are clear and working till Documentation / Step 4.
1.0
Review ReadMe file - Make sure that instruction are clear and working till Documentation / Step 4.
non_build
review readme file make sure that instruction are clear and working till documentation step
0
579,342
17,189,469,398
IssuesEvent
2021-07-16 08:52:27
micronutrientsupport/database-architecture
https://api.github.com/repos/micronutrientsupport/database-architecture
opened
Review view field names for consistency
Priority::1
Particularly in views, but across whole database. We need to start solidifying the interface that will be accessed by the API. Currently there are a lot of inconsistencies in field names etc. particularly across views. E.g. micronutrient/micronutrient_id/mn_name/nutrient We need to set a consistent set of nam...
1.0
Review view field names for consistency - Particularly in views, but across whole database. We need to start solidifying the interface that will be accessed by the API. Currently there are a lot of inconsistencies in field names etc. particularly across views. E.g. micronutrient/micronutrient_id/mn_name/nutrient...
non_build
review view field names for consistency particularly in views but across whole database we need to start solidifying the interface that will be accessed by the api currently there are a lot of inconsistencies in field names etc particularly across views e g micronutrient micronutrient id mn name nutrient...
0
404,924
11,864,618,863
IssuesEvent
2020-03-25 22:04:50
AuDigitalHealth/ci-fhir-stu3
https://api.github.com/repos/AuDigitalHealth/ci-fhir-stu3
closed
Medicine Item Statement (StructureDefinition-medicationstatement-detailed-1) :: conditionally relax MedicationStatement.dosage cardinality
feature/change-profile size/tiny status/for-review tag/priority
<!-- Make sure to NOT include any sensitive or personally identifiable information. --> # Prerequisites - [x] I have searched [open](https://github.com/ci-fhir-stu3/Issues/issues) and [closed](https://github.com/ci-fhir-stu3/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already...
1.0
Medicine Item Statement (StructureDefinition-medicationstatement-detailed-1) :: conditionally relax MedicationStatement.dosage cardinality - <!-- Make sure to NOT include any sensitive or personally identifiable information. --> # Prerequisites - [x] I have searched [open](https://github.com/ci-fhir-stu3/Issues/is...
non_build
medicine item statement structuredefinition medicationstatement detailed conditionally relax medicationstatement dosage cardinality prerequisites i have searched and issues to make sure it isn t already requested or reported i have written a descriptive issue title the issue fe...
0
19,084
6,669,836,906
IssuesEvent
2017-10-03 20:50:16
Microsoft/BashOnWindows
https://api.github.com/repos/Microsoft/BashOnWindows
closed
kernel_security_check_failure when saving file from vim
fixedininsiderbuilds
Microsoft Windows [Version 10.0.15063] Sometimes, when I try to save file from vim (in bash), Windows suddenly crash and blue screen. The error code is kernel_security_check_failure
1.0
kernel_security_check_failure when saving file from vim - Microsoft Windows [Version 10.0.15063] Sometimes, when I try to save file from vim (in bash), Windows suddenly crash and blue screen. The error code is kernel_security_check_failure
build
kernel security check failure when saving file from vim microsoft windows sometimes when i try to save file from vim in bash windows suddenly crash and blue screen the error code is kernel security check failure
1
219,213
7,334,047,071
IssuesEvent
2018-03-05 21:25:39
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Admin dashboard user page should have a default value for the current region
Admin Interface EasyFix! Priority: Low bug pull-request-submitted
@manaswi had found that truncating the user_current_region_table when trying to assign users new neighborhoods caused a runtime error when trying to display user dashboards. > onError Happened > Execution exception[[NoSuchElementException: None.get]] The reason for this is that the dashboard displays the current...
1.0
Admin dashboard user page should have a default value for the current region - @manaswi had found that truncating the user_current_region_table when trying to assign users new neighborhoods caused a runtime error when trying to display user dashboards. > onError Happened > Execution exception[[NoSuchElementExceptio...
non_build
admin dashboard user page should have a default value for the current region manaswi had found that truncating the user current region table when trying to assign users new neighborhoods caused a runtime error when trying to display user dashboards onerror happened execution exception the reason for th...
0
257,861
19,533,574,863
IssuesEvent
2021-12-30 22:47:24
markjamesm/Basketball-Sharp
https://api.github.com/repos/markjamesm/Basketball-Sharp
opened
Endpoint Analysis
documentation
The unofficial Python NBA API repo contains an [endpoint analysis file](https://github.com/swar/nba_api/blob/master/analysis_archive/stats/analysis.json) documenting all the possible NBA API endpoints. In this issue, it would be good to come up with some ideas regarding the order by which endpoints get added. For the f...
1.0
Endpoint Analysis - The unofficial Python NBA API repo contains an [endpoint analysis file](https://github.com/swar/nba_api/blob/master/analysis_archive/stats/analysis.json) documenting all the possible NBA API endpoints. In this issue, it would be good to come up with some ideas regarding the order by which endpoints ...
non_build
endpoint analysis the unofficial python nba api repo contains an documenting all the possible nba api endpoints in this issue it would be good to come up with some ideas regarding the order by which endpoints get added for the first alpha version i d like to model at least the following endpoints alltim...
0
132,231
5,173,405,762
IssuesEvent
2017-01-18 16:00:52
PowerlineApp/powerline-mobile
https://api.github.com/repos/PowerlineApp/powerline-mobile
closed
Unstarring a Favorite item from Favorites List removed wrong item (offset by 1)
bug P2 - Medium Priority
User saves an item to the Favorites from the newsfeed by tapping empty star. Item is saved to Favorites List. (Correct). User unsaves an item from the Favorites from the newsfeed by tapping golden star. Item is removed from Favorites List (Correct). User saves an item to the Favorites from the newsfeed. User visits F...
1.0
Unstarring a Favorite item from Favorites List removed wrong item (offset by 1) - User saves an item to the Favorites from the newsfeed by tapping empty star. Item is saved to Favorites List. (Correct). User unsaves an item from the Favorites from the newsfeed by tapping golden star. Item is removed from Favorites Lis...
non_build
unstarring a favorite item from favorites list removed wrong item offset by user saves an item to the favorites from the newsfeed by tapping empty star item is saved to favorites list correct user unsaves an item from the favorites from the newsfeed by tapping golden star item is removed from favorites lis...
0
100,549
30,723,491,730
IssuesEvent
2023-07-27 17:42:20
patrick-rivos/riscv-gnu-toolchain
https://api.github.com/repos/patrick-rivos/riscv-gnu-toolchain
closed
Testsuite Status 67357270772b9131f1780267485c9eba0331bd6f
build-failure bug
# Summary |Build Failures|Additional Info| |---|---| |gcc-linux-rv64gc-lp64d-67357270772b9131f1780267485c9eba0331bd6f-non-multilib|Check logs| |New Failures|gcc|g++|gfortran|Previous Hash| |---|---|---|---|---| |Resolved Failures|gcc|g++|gfortran|Previous Hash| |---|---|---|---|---| |Unresolved Failures|gcc|g++|gfor...
1.0
Testsuite Status 67357270772b9131f1780267485c9eba0331bd6f - # Summary |Build Failures|Additional Info| |---|---| |gcc-linux-rv64gc-lp64d-67357270772b9131f1780267485c9eba0331bd6f-non-multilib|Check logs| |New Failures|gcc|g++|gfortran|Previous Hash| |---|---|---|---|---| |Resolved Failures|gcc|g++|gfortran|Previous Ha...
build
testsuite status summary build failures additional info gcc linux non multilib check logs new failures gcc g gfortran previous hash resolved failures gcc g gfortran previous hash unresolved failures gcc g gfortran previous hash ...
1
29,795
8,408,498,070
IssuesEvent
2018-10-12 02:00:07
supercollider/supercollider
https://api.github.com/repos/supercollider/supercollider
closed
Compiling in release with gcc 8.2 causes FP math issues
comp: build comp: sclang
Environment ----------- * Your SuperCollider version: 3.9.3 (installed from the comunity repositories of arch) * Your operating system and version: Arch Linux <!--- If you are compiling from a branch other than master, please provide the SHA1 hash of the commit --> <!--- Include any other relevant details abo...
1.0
Compiling in release with gcc 8.2 causes FP math issues - Environment ----------- * Your SuperCollider version: 3.9.3 (installed from the comunity repositories of arch) * Your operating system and version: Arch Linux <!--- If you are compiling from a branch other than master, please provide the SHA1 hash of th...
build
compiling in release with gcc causes fp math issues environment your supercollider version installed from the comunity repositories of arch your operating system and version arch linux steps to reproduce for bugs supercollider ...
1
61,277
14,621,058,800
IssuesEvent
2020-12-22 20:53:00
SmartBear/idea-collaborator-plugin
https://api.github.com/repos/SmartBear/idea-collaborator-plugin
opened
CVE-2018-12022 (High) detected in jackson-databind-2.5.0.jar
security vulnerability
## CVE-2018-12022 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2018-12022 (High) detected in jackson-databind-2.5.0.jar - ## CVE-2018-12022 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.5.0.jar</b></p></summary> <p>General...
non_build
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library idea collaborator plugin cli...
0
44,135
11,986,723,709
IssuesEvent
2020-04-07 19:50:46
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Condominios - Egresos - registrar CFDI
defect
Cuando se registra un CFDi de un proveedor que no existe en el catálogo, y se le da guardar (como proveedor nuevo), que solicite capturar el servicio correspondiente a ese proveedor nuevo, ya que en otro caso, si se almacena el proveedor, pero queda sin servicio definido. Lo que se hace ahora, es ir al catálogo de p...
1.0
Condominios - Egresos - registrar CFDI - Cuando se registra un CFDi de un proveedor que no existe en el catálogo, y se le da guardar (como proveedor nuevo), que solicite capturar el servicio correspondiente a ese proveedor nuevo, ya que en otro caso, si se almacena el proveedor, pero queda sin servicio definido. Lo ...
non_build
condominios egresos registrar cfdi cuando se registra un cfdi de un proveedor que no existe en el catálogo y se le da guardar como proveedor nuevo que solicite capturar el servicio correspondiente a ese proveedor nuevo ya que en otro caso si se almacena el proveedor pero queda sin servicio definido lo ...
0
120,528
12,090,730,604
IssuesEvent
2020-04-19 08:10:02
aws-samples/eks-workshop-greater-china
https://api.github.com/repos/aws-samples/eks-workshop-greater-china
opened
deploy gloo on EKS lab
documentation
Prepare gloo on EKS lab. 1. deploy gloo 2. use AWS lambda as service in EKS
1.0
deploy gloo on EKS lab - Prepare gloo on EKS lab. 1. deploy gloo 2. use AWS lambda as service in EKS
non_build
deploy gloo on eks lab prepare gloo on eks lab deploy gloo use aws lambda as service in eks
0
195,444
22,339,634,945
IssuesEvent
2022-06-14 22:33:43
vincenzodistasio97/events-manager-io
https://api.github.com/repos/vincenzodistasio97/events-manager-io
closed
CVE-2021-44906 (High) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - autoclosed
security vulnerability
## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b>minimist-0.0.8.tgz</b></p><...
True
CVE-2021-44906 (High) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - autoclosed - ## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>mi...
non_build
cve high detected in minimist tgz minimist tgz autoclosed cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file package json ...
0
87,542
25,142,394,877
IssuesEvent
2022-11-10 00:42:32
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
opened
[FEA] Accelerate mvn-verify-check action
feature request build
**Is your feature request related to a problem? Please describe.** To accelerate mvn-verify-check action, some items that could be used, 1. mvn cache 2. resource sharing (storage) related https://github.com/NVIDIA/spark-rapids/pull/7029
1.0
[FEA] Accelerate mvn-verify-check action - **Is your feature request related to a problem? Please describe.** To accelerate mvn-verify-check action, some items that could be used, 1. mvn cache 2. resource sharing (storage) related https://github.com/NVIDIA/spark-rapids/pull/7029
build
accelerate mvn verify check action is your feature request related to a problem please describe to accelerate mvn verify check action some items that could be used mvn cache resource sharing storage related
1
99,235
4,049,684,480
IssuesEvent
2016-05-23 15:26:38
asterics/AsTeRICS
https://api.github.com/repos/asterics/AsTeRICS
closed
Improve ARE startup for mixed JRE installations and 32-bit requirement
enhancement high priority
On Windows the ARE requires a 32-bit JRE. If the user does not choose to install an embedded JRE, he/she has to provide the correct JRE (This is very annoying for development setups). In many cases, users have several installations of JRE-versions (7,8,32-bit, 64bit,...). Currently the start-Skripts (ARE.exe, start.bat...
1.0
Improve ARE startup for mixed JRE installations and 32-bit requirement - On Windows the ARE requires a 32-bit JRE. If the user does not choose to install an embedded JRE, he/she has to provide the correct JRE (This is very annoying for development setups). In many cases, users have several installations of JRE-versions...
non_build
improve are startup for mixed jre installations and bit requirement on windows the are requires a bit jre if the user does not choose to install an embedded jre he she has to provide the correct jre this is very annoying for development setups in many cases users have several installations of jre versions ...
0
476,718
13,749,008,017
IssuesEvent
2020-10-06 09:51:37
woocommerce/woocommerce-gateway-stripe
https://api.github.com/repos/woocommerce/woocommerce-gateway-stripe
closed
Stripe Apple Pay requires Phone Number - Need to remove this requirement
Apple Pay LPMs/APMs Partner Fixed Due Date Priority: High [Status] Has PR
**Describe the bug** User in this forum topic has set the Phone field as optional, but Apple Pay requires them to enter that field because we have requestPayerPhone: true https://wordpress.org/support/topic/payment-request-buttons-requires-phone-nr/ **Expected behavior** Per Stripe's documentation the phone...
1.0
Stripe Apple Pay requires Phone Number - Need to remove this requirement - **Describe the bug** User in this forum topic has set the Phone field as optional, but Apple Pay requires them to enter that field because we have requestPayerPhone: true https://wordpress.org/support/topic/payment-request-buttons-require...
non_build
stripe apple pay requires phone number need to remove this requirement describe the bug user in this forum topic has set the phone field as optional but apple pay requires them to enter that field because we have requestpayerphone true expected behavior per stripe s documentation the phone ...
0
60,073
14,700,894,776
IssuesEvent
2021-01-04 10:56:36
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[SB] Unable to publish any study with scheduled activities
Bug P0 Process: Dev Process: Reopened Process: Tested dev Study builder
Steps:- 1. Schedule an activity in a study(with scheduled time and date) 2. Complete the section with all the mandatory fields 3. Publish the updates for the study A/R: -Unable to publish the studies E/R:- Admin should able to publish the updates for the study Study:- 1. COVID001 2. RenalSt...
1.0
[SB] Unable to publish any study with scheduled activities - Steps:- 1. Schedule an activity in a study(with scheduled time and date) 2. Complete the section with all the mandatory fields 3. Publish the updates for the study A/R: -Unable to publish the studies E/R:- Admin should able to publish the updates f...
build
unable to publish any study with scheduled activities steps schedule an activity in a study with scheduled time and date complete the section with all the mandatory fields publish the updates for the study a r unable to publish the studies e r admin should able to publish the updates for ...
1
537,812
15,754,452,240
IssuesEvent
2021-03-31 00:02:02
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Retrieve lastUpdatedTime as well when retrieving details of an API from the Store REST API
2.5.0 3.x.x Priority/High REST APIs Type/Improvement
**Description:** Retreive createdTime as well as the lastUpdatedTime of an API through the Store REST API. This is a limitation in existing latest API manager version as well as previous versions. Please make this high priority and fix in APIM 2.5.0. **Suggested Labels:** <!-- Optional comma separated list of ...
1.0
Retrieve lastUpdatedTime as well when retrieving details of an API from the Store REST API - **Description:** Retreive createdTime as well as the lastUpdatedTime of an API through the Store REST API. This is a limitation in existing latest API manager version as well as previous versions. Please make this high pri...
non_build
retrieve lastupdatedtime as well when retrieving details of an api from the store rest api description retreive createdtime as well as the lastupdatedtime of an api through the store rest api this is a limitation in existing latest api manager version as well as previous versions please make this high pri...
0
47,773
19,717,390,691
IssuesEvent
2022-01-13 12:24:01
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[Search Sessions] Expiration badges should use correct singular/plural words
bug Feature:Search Sessions Team:AppServicesUx TestWeek-8.0
**Kibana version:** 8.0.0-rc1 **Describe the bug:** When there's 1 hour left to the expiration of a Search Session, the badge reads "1 hours" in plural. <img width="1106" alt="image" src="https://user-images.githubusercontent.com/5469006/149328947-279d9968-5ca4-4a2d-87b0-78d9e68047cc.png"> **Steps to reproduce:...
1.0
[Search Sessions] Expiration badges should use correct singular/plural words - **Kibana version:** 8.0.0-rc1 **Describe the bug:** When there's 1 hour left to the expiration of a Search Session, the badge reads "1 hours" in plural. <img width="1106" alt="image" src="https://user-images.githubusercontent.com/546900...
non_build
expiration badges should use correct singular plural words kibana version describe the bug when there s hour left to the expiration of a search session the badge reads hours in plural img width alt image src steps to reproduce identify a search session that will ...
0
42,756
11,053,746,978
IssuesEvent
2019-12-10 12:03:41
irongut/XF40Demo
https://api.github.com/repos/irongut/XF40Demo
opened
Migrate to Android X support libraries
Build enhancement
Migrate to Android X support libraries, now available in VS 2019 v16.4. [Android X](https://devblogs.microsoft.com/xamarin/androidx-for-xamarin/) [VS 2019 v16.4](https://devblogs.microsoft.com/xamarin/visual-studio-2019-version-16-4/)
1.0
Migrate to Android X support libraries - Migrate to Android X support libraries, now available in VS 2019 v16.4. [Android X](https://devblogs.microsoft.com/xamarin/androidx-for-xamarin/) [VS 2019 v16.4](https://devblogs.microsoft.com/xamarin/visual-studio-2019-version-16-4/)
build
migrate to android x support libraries migrate to android x support libraries now available in vs
1
61,438
14,990,628,473
IssuesEvent
2021-01-29 06:48:43
intel-isl/Open3D
https://api.github.com/repos/intel-isl/Open3D
closed
ImportError: generic_type: type "VerbosityLevel" is already registered
build/install issue
after `from open3d.cuda.pybind.geometry import PointCloud` got an error: `Python 3.8.6 (default, Dec 4 2020, 17:59:05) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information. from open3d.cuda.pybind.geometry import PointCloud Traceback (most recent call last): ...
1.0
ImportError: generic_type: type "VerbosityLevel" is already registered - after `from open3d.cuda.pybind.geometry import PointCloud` got an error: `Python 3.8.6 (default, Dec 4 2020, 17:59:05) [GCC 7.5.0] on linux Type "help", "copyright", "credits" or "license" for more information. from open3d.cuda....
build
importerror generic type type verbositylevel is already registered after from cuda pybind geometry import pointcloud got an error python default dec on linux type help copyright credits or license for more information from cuda pybind geometry import poi...
1
5,221
2,766,005,359
IssuesEvent
2015-04-30 00:17:57
sass/libsass
https://api.github.com/repos/sass/libsass
closed
Seems to truncate line and fail to compile SCSS
bug PR Ready regression test written
I am using the latest version of CodeKit which includes LibSass 3.2. In a very short file that only includes all of my other ones, I have a line that imports some fonts from Google Fonts: ``` @import url(http://fonts.googleapis.com/css?family=Karla:400,700,400italic|Anonymous+Pro:400,700,400italic); ``` It see...
1.0
Seems to truncate line and fail to compile SCSS - I am using the latest version of CodeKit which includes LibSass 3.2. In a very short file that only includes all of my other ones, I have a line that imports some fonts from Google Fonts: ``` @import url(http://fonts.googleapis.com/css?family=Karla:400,700,400itali...
non_build
seems to truncate line and fail to compile scss i am using the latest version of codekit which includes libsass in a very short file that only includes all of my other ones i have a line that imports some fonts from google fonts import url it seems to be truncating the line and then accuses...
0
43,311
11,202,251,104
IssuesEvent
2020-01-04 10:57:21
sbt/sbt
https://api.github.com/repos/sbt/sbt
closed
subproject named "client" puts sbt into client mode after +clean
Regression area/cross_building
Ref https://github.com/sbt/sbt/pull/5265 ## steps Here's `build.sbt` reproduced by @eed3si9n: ```scala ThisBuild / scalaVersion := "2.13.1" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / organization := "com.example" ThisBuild / organizationName := "example" lazy val root = (projec...
1.0
subproject named "client" puts sbt into client mode after +clean - Ref https://github.com/sbt/sbt/pull/5265 ## steps Here's `build.sbt` reproduced by @eed3si9n: ```scala ThisBuild / scalaVersion := "2.13.1" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / organization := "com.example" T...
build
subproject named client puts sbt into client mode after clean ref steps here s build sbt reproduced by scala thisbuild scalaversion thisbuild version snapshot thisbuild organization com example thisbuild organizationname example ...
1
101,531
31,226,276,367
IssuesEvent
2023-08-19 05:16:40
SimonKagstrom/kcov
https://api.github.com/repos/SimonKagstrom/kcov
closed
build: Static linking isn't really static
build
One of the kcov library dependencies makes this impossible, currently.
1.0
build: Static linking isn't really static - One of the kcov library dependencies makes this impossible, currently.
build
build static linking isn t really static one of the kcov library dependencies makes this impossible currently
1
80,503
23,224,040,144
IssuesEvent
2022-08-02 21:19:39
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
raft-canonical is broken
0.kind: build failure
... on both [nixos-unstable](https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.raft-canonical.x86_64-linux) and [nixpkgs-unstable](https://hydra.nixos.org/job/nixpkgs/trunk/raft-canonical.aarch64-linux). Looks like a test failed. This at least prevents `lxd`(and therefore `waydroid`) from being built on Linux...
1.0
raft-canonical is broken - ... on both [nixos-unstable](https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.raft-canonical.x86_64-linux) and [nixpkgs-unstable](https://hydra.nixos.org/job/nixpkgs/trunk/raft-canonical.aarch64-linux). Looks like a test failed. This at least prevents `lxd`(and therefore `waydroid`...
build
raft canonical is broken on both and looks like a test failed this at least prevents lxd and therefore waydroid from being built on linux build log make check tests tcp connect closeduringhandshake error test integration test uv tcp connect c ...
1
28,644
11,670,838,661
IssuesEvent
2020-03-04 01:12:04
finnessyj/mage-android-sdk
https://api.github.com/repos/finnessyj/mage-android-sdk
opened
CVE-2020-9546 (Medium) detected in jackson-databind-2.9.5.jar
security vulnerability
## CVE-2020-9546 - 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.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streami...
True
CVE-2020-9546 (Medium) detected in jackson-databind-2.9.5.jar - ## CVE-2020-9546 - 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.5.jar</b></p></summary> <p>Gener...
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 dependency file tmp ws scm mage android sd...
0
77,034
7,552,435,666
IssuesEvent
2018-04-19 00:16:42
litehelpers/Cordova-sqlite-evcore-extbuild-free
https://api.github.com/repos/litehelpers/Cordova-sqlite-evcore-extbuild-free
opened
Ending support for old Android versions
discussion doc-general doc-pitfall doc-todo testing
From <https://github.com/litehelpers/Cordova-sqlite-storage/issues/771> I am planning to end support for old Android versions as follows: - definite: Android pre-4.0 - extremely likely: Android 4.0 - very likely: Android 4.1-4.3 - planned: Android 4.4, old armeabi CPU
1.0
Ending support for old Android versions - From <https://github.com/litehelpers/Cordova-sqlite-storage/issues/771> I am planning to end support for old Android versions as follows: - definite: Android pre-4.0 - extremely likely: Android 4.0 - very likely: Android 4.1-4.3 - planned: Android 4.4, old armeabi CPU
non_build
ending support for old android versions from i am planning to end support for old android versions as follows definite android pre extremely likely android very likely android planned android old armeabi cpu
0
12,972
5,280,945,843
IssuesEvent
2017-02-07 15:25:22
openshift/origin
https://api.github.com/repos/openshift/origin
closed
errors should be sent to k8s util/HandleError
component/build kind/bug priority/P2
errors with glog.V(0) in the build controller and build pods should be sent to k8s' HandleError. see this comment https://github.com/openshift/origin/pull/10817#discussion_r88695841 a few examples: https://github.com/openshift/origin/blob/master/pkg/build/builder/sti.go#L271 https://github.com/openshift/origin/bl...
1.0
errors should be sent to k8s util/HandleError - errors with glog.V(0) in the build controller and build pods should be sent to k8s' HandleError. see this comment https://github.com/openshift/origin/pull/10817#discussion_r88695841 a few examples: https://github.com/openshift/origin/blob/master/pkg/build/builder/sti...
build
errors should be sent to util handleerror errors with glog v in the build controller and build pods should be sent to handleerror see this comment a few examples
1
528,341
15,364,703,508
IssuesEvent
2021-03-01 22:22:53
code4lib/2021.code4lib.org
https://api.github.com/repos/code4lib/2021.code4lib.org
opened
event cards have repeating links
Priority: High
The event cards should not have repeating links. Possible solution... - Include an attribute of `tabindex="-1"` to the sun/moon svg link elements. The icons will still be clickable, but when person using a screen reader tabs through the cards, each will announces that day just once instead of twice.
1.0
event cards have repeating links - The event cards should not have repeating links. Possible solution... - Include an attribute of `tabindex="-1"` to the sun/moon svg link elements. The icons will still be clickable, but when person using a screen reader tabs through the cards, each will announces that day just once i...
non_build
event cards have repeating links the event cards should not have repeating links possible solution include an attribute of tabindex to the sun moon svg link elements the icons will still be clickable but when person using a screen reader tabs through the cards each will announces that day just once i...
0
307,598
23,206,588,081
IssuesEvent
2022-08-02 06:12:43
deepchecks/deepchecks
https://api.github.com/repos/deepchecks/deepchecks
closed
[BUG] [DOCS]Image Property Drift Check title in the docs is the one containing the word "check"
documentation bug
We should fix the title to Image Property Drift. https://docs.deepchecks.com/en/stable/checks_gallery/vision/train_test_validation/plot_image_property_drift.html
1.0
[BUG] [DOCS]Image Property Drift Check title in the docs is the one containing the word "check" - We should fix the title to Image Property Drift. https://docs.deepchecks.com/en/stable/checks_gallery/vision/train_test_validation/plot_image_property_drift.html
non_build
image property drift check title in the docs is the one containing the word check we should fix the title to image property drift
0
34,348
9,337,049,325
IssuesEvent
2019-03-28 23:20:47
golang/go
https://api.github.com/repos/golang/go
opened
x/build: ensure that some builder runs runtime.TestLldbPython
Builders NeedsInvestigation
Enabling modules from runtime.TestLldbPython: #30751. But none of the builders failed. This issue is to figure out why, and ensure that some builder is running that test going forward. The problem may be that we need to run `/usr/sbin/DevToolsSecurity -enable` on the macOS builders; see discussion at #30751. cc @dmi...
1.0
x/build: ensure that some builder runs runtime.TestLldbPython - Enabling modules from runtime.TestLldbPython: #30751. But none of the builders failed. This issue is to figure out why, and ensure that some builder is running that test going forward. The problem may be that we need to run `/usr/sbin/DevToolsSecurity -ena...
build
x build ensure that some builder runs runtime testlldbpython enabling modules from runtime testlldbpython but none of the builders failed this issue is to figure out why and ensure that some builder is running that test going forward the problem may be that we need to run usr sbin devtoolssecurity enable ...
1
87,060
25,019,940,578
IssuesEvent
2022-11-03 22:56:38
bokeh/bokeh
https://api.github.com/repos/bokeh/bokeh
opened
Automate force-updating main branch on release deploy
type: task tag: component: build
ref: https://github.com/bokeh/bokeh/discussions/12536 As discussed in the link, it is desirable that the `main` branch just always point at the newest (highest) full release tag. (i.e. if we were to release a 2.4.4 in the future, we should *not* update main in that case, because there are higher 3.x versions publish...
1.0
Automate force-updating main branch on release deploy - ref: https://github.com/bokeh/bokeh/discussions/12536 As discussed in the link, it is desirable that the `main` branch just always point at the newest (highest) full release tag. (i.e. if we were to release a 2.4.4 in the future, we should *not* update main in ...
build
automate force updating main branch on release deploy ref as discussed in the link it is desirable that the main branch just always point at the newest highest full release tag i e if we were to release a in the future we should not update main in that case because there are higher x version...
1
127,667
18,018,489,365
IssuesEvent
2021-09-16 16:20:13
harrinry/spark-on-k8s-operator
https://api.github.com/repos/harrinry/spark-on-k8s-operator
opened
CVE-2020-15112 (Medium) detected in github.com/kubernetes/kubernetes-v1.16.6
security vulnerability
## CVE-2020-15112 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/kubernetes/kubernetes-v1.16.6</b></p></summary> <p>Production-Grade Container Scheduling and Management</...
True
CVE-2020-15112 (Medium) detected in github.com/kubernetes/kubernetes-v1.16.6 - ## CVE-2020-15112 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/kubernetes/kubernetes-v1.16...
non_build
cve medium detected in github com kubernetes kubernetes cve medium severity vulnerability vulnerable library github com kubernetes kubernetes production grade container scheduling and management dependency hierarchy x github com kubernetes kubernetes vulner...
0
98,021
29,183,973,700
IssuesEvent
2023-05-19 14:03:48
axodotdev/oranda
https://api.github.com/repos/axodotdev/oranda
closed
add version number to oranda css
bug - build
since #200 we're using local oranda css which is excellent, but we've dropped the idea of versions for the moment and hardcoded 0.0.0. we should... not do this. #200 is getting huge tho so i'll tackle it in another PR to help unblock @SaraVieira building more themes.
1.0
add version number to oranda css - since #200 we're using local oranda css which is excellent, but we've dropped the idea of versions for the moment and hardcoded 0.0.0. we should... not do this. #200 is getting huge tho so i'll tackle it in another PR to help unblock @SaraVieira building more themes.
build
add version number to oranda css since we re using local oranda css which is excellent but we ve dropped the idea of versions for the moment and hardcoded we should not do this is getting huge tho so i ll tackle it in another pr to help unblock saravieira building more themes
1
77,157
21,688,595,023
IssuesEvent
2022-05-09 13:34:05
damccorm/test-migration-target
https://api.github.com/repos/damccorm/test-migration-target
opened
Bump version of GCloud tools on Jenkins workers to at least 258.0.0
P3 improvement build-system testing
I recently tried to add a param to a GCloud command to limit lifetime of created Dataproc clusters. This broke the job due to the parameter not being recognized by the tool. Can we update gcloud on the workers? Imported from Jira [BEAM-9244](https://issues.apache.org/jira/browse/BEAM-9244). Original Jira may contai...
1.0
Bump version of GCloud tools on Jenkins workers to at least 258.0.0 - I recently tried to add a param to a GCloud command to limit lifetime of created Dataproc clusters. This broke the job due to the parameter not being recognized by the tool. Can we update gcloud on the workers? Imported from Jira [BEAM-9244](http...
build
bump version of gcloud tools on jenkins workers to at least i recently tried to add a param to a gcloud command to limit lifetime of created dataproc clusters this broke the job due to the parameter not being recognized by the tool can we update gcloud on the workers imported from jira original jira ...
1
35,006
9,530,530,716
IssuesEvent
2019-04-29 14:05:12
Guestlogix/traveler-ios
https://api.github.com/repos/Guestlogix/traveler-ios
closed
Home page 2.0
Feature Future Build iOS
child of guestlogix/traveler-ios#210 As a traveller, when I navigate to the home page, I can see content pertaining to my current location and upcoming flight so that I can start/continue planning my stress free journey. **Acceptance criteria:** linked to #6 (home page 1.0) * same algorithm for viewing current city ...
1.0
Home page 2.0 - child of guestlogix/traveler-ios#210 As a traveller, when I navigate to the home page, I can see content pertaining to my current location and upcoming flight so that I can start/continue planning my stress free journey. **Acceptance criteria:** linked to #6 (home page 1.0) * same algorithm for viewi...
build
home page child of guestlogix traveler ios as a traveller when i navigate to the home page i can see content pertaining to my current location and upcoming flight so that i can start continue planning my stress free journey acceptance criteria linked to home page same algorithm for viewing...
1
6,133
3,756,523,897
IssuesEvent
2016-03-13 11:56:28
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
win 10 build error android template
bug platform:android platform:windows topic:buildsystem
This is what happens: ![win_build_android](https://cloud.githubusercontent.com/assets/233268/11453577/5b74a5b4-9621-11e5-99d6-7a1c9bee9d6e.jpg) ndk: android-ndk-r10e mingw: i686-5.2.0-posix-dwarf-rt_v4-rev0
1.0
win 10 build error android template - This is what happens: ![win_build_android](https://cloud.githubusercontent.com/assets/233268/11453577/5b74a5b4-9621-11e5-99d6-7a1c9bee9d6e.jpg) ndk: android-ndk-r10e mingw: i686-5.2.0-posix-dwarf-rt_v4-rev0
build
win build error android template this is what happens ndk android ndk mingw posix dwarf rt
1
343,664
24,777,000,560
IssuesEvent
2022-10-23 21:10:49
crescentpartha/CheatSheets-for-Developers
https://api.github.com/repos/crescentpartha/CheatSheets-for-Developers
closed
Update Conda Command cheatsheet
documentation enhancement good first issue hacktoberfest hacktoberfest-2022
**Is your feature request related to a problem or a new feature? Please describe.** > A clear and concise description of what the problem or feature is. **Describe the solution you'd like** > A clear and concise description of what you want to happen. **Additional context** > Add any other context or **screens...
1.0
Update Conda Command cheatsheet - **Is your feature request related to a problem or a new feature? Please describe.** > A clear and concise description of what the problem or feature is. **Describe the solution you'd like** > A clear and concise description of what you want to happen. **Additional context** >...
non_build
update conda command cheatsheet is your feature request related to a problem or a new feature please describe a clear and concise description of what the problem or feature is describe the solution you d like a clear and concise description of what you want to happen additional context ...
0
9,778
4,641,460,267
IssuesEvent
2016-09-30 04:59:10
debugworkbench/hydragon
https://api.github.com/repos/debugworkbench/hydragon
closed
Consider replacing DefinitelyTyped typings
build Status: Pending Type: Cleanup
Seems like https://github.com/typings/typings claims to work with proper external module based typings instead of just ambient external module typings. I'm not entirely sure how it manages to work with TypeScript's node-like module resolution, but that should be easy enough to test with the typings at https://github.co...
1.0
Consider replacing DefinitelyTyped typings - Seems like https://github.com/typings/typings claims to work with proper external module based typings instead of just ambient external module typings. I'm not entirely sure how it manages to work with TypeScript's node-like module resolution, but that should be easy enough ...
build
consider replacing definitelytyped typings seems like claims to work with proper external module based typings instead of just ambient external module typings i m not entirely sure how it manages to work with typescript s node like module resolution but that should be easy enough to test with the typings at ...
1
210,924
7,196,618,006
IssuesEvent
2018-02-05 04:20:38
AdamKopczenski/marksman
https://api.github.com/repos/AdamKopczenski/marksman
opened
Accomodate a very basic terminal
low priority
Many features I'd like to add will involve more advanced terminal features (color output, Unicode support). Should I make sure that this still is playable on a much more basic terminal? (Preferably something with, like, zero interesting output options.)
1.0
Accomodate a very basic terminal - Many features I'd like to add will involve more advanced terminal features (color output, Unicode support). Should I make sure that this still is playable on a much more basic terminal? (Preferably something with, like, zero interesting output options.)
non_build
accomodate a very basic terminal many features i d like to add will involve more advanced terminal features color output unicode support should i make sure that this still is playable on a much more basic terminal preferably something with like zero interesting output options
0
50,551
12,520,710,698
IssuesEvent
2020-06-03 16:17:13
spack/spack
https://api.github.com/repos/spack/spack
opened
Installation issue: Faodel 1.1906.1 GCC 9.3.0 Ubuntu 20.04
build-error
Using `spack@develop` with commit id `70c3b0ba0941` from 3-June-2020. System: * Ubuntu 20.04 * GCC 9.3.0 * x86_64 and ppc64le ``` $> spack install faodel ... 3 errors found in build log: 2302 [ 90%] Built target mpi_dirman_op_messages 2303 [ 90%] Building CXX object src/kelpie/CMakeFiles/k...
1.0
Installation issue: Faodel 1.1906.1 GCC 9.3.0 Ubuntu 20.04 - Using `spack@develop` with commit id `70c3b0ba0941` from 3-June-2020. System: * Ubuntu 20.04 * GCC 9.3.0 * x86_64 and ppc64le ``` $> spack install faodel ... 3 errors found in build log: 2302 [ 90%] Built target mpi_dirman_op_messages ...
build
installation issue faodel gcc ubuntu using spack develop with commit id from june system ubuntu gcc and spack install faodel errors found in build log built target mpi dirman op messages building cxx object src kelp...
1
90,700
26,171,905,783
IssuesEvent
2023-01-02 01:42:40
CGNS/CGNS
https://api.github.com/repos/CGNS/CGNS
opened
[CGNS-125] make install fails to install cgnstools into the build prefix directory.
bug Build Trilab To Do Critical
> This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-125). - _**Created at:**_ Tue, 24 Oct 2017 22:00:45 -0500 <p>I can compile with ./configure just fine, but the install is broken so I was wondering if the cmake install would work any better. Specific...
1.0
[CGNS-125] make install fails to install cgnstools into the build prefix directory. - > This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-125). - _**Created at:**_ Tue, 24 Oct 2017 22:00:45 -0500 <p>I can compile with ./configure just fine, but the ins...
build
make install fails to install cgnstools into the build prefix directory this issue has been imported from jira read the created at tue oct i can compile with configure just fine but the install is broken so i was wondering if the cmake install would work any better specifical...
1
25,934
7,762,307,996
IssuesEvent
2018-06-01 13:08:15
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
opened
Smoketest: TypeScript definition location broke
broken-build smoke-test
As reported by @roblourens, the smoketests have been failing consistently over the past 1/2 days here: ``` 2018-06-01T09:52:00.7191680Z 1) Test Editor verifies that 'Go To Definition' works: 2018-06-01T09:52:00.7212410Z Error: Timeout: get element '.tabs-container div.tab.active[aria-selected="true"][aria-l...
1.0
Smoketest: TypeScript definition location broke - As reported by @roblourens, the smoketests have been failing consistently over the past 1/2 days here: ``` 2018-06-01T09:52:00.7191680Z 1) Test Editor verifies that 'Go To Definition' works: 2018-06-01T09:52:00.7212410Z Error: Timeout: get element '.tabs-con...
build
smoketest typescript definition location broke as reported by roblourens the smoketests have been failing consistently over the past days here test editor verifies that go to definition works error timeout get element tabs container div tab active after s...
1
316,771
9,654,772,336
IssuesEvent
2019-05-19 16:36:09
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
closed
Draping effect for geometries on DEM
> Enhancement Display OpenGL Priority Low
**Is your request related to a problem? Please describe.** GAMA allows with OpenGL display to draw a grid as a 3D DEM. But, it is difficult to display agents on the top of the DEM. So, a nice enhancement would be to give the possibility to let GAMA manage the fact that geometry is displayed with a draping effect on th...
1.0
Draping effect for geometries on DEM - **Is your request related to a problem? Please describe.** GAMA allows with OpenGL display to draw a grid as a 3D DEM. But, it is difficult to display agents on the top of the DEM. So, a nice enhancement would be to give the possibility to let GAMA manage the fact that geometry i...
non_build
draping effect for geometries on dem is your request related to a problem please describe gama allows with opengl display to draw a grid as a dem but it is difficult to display agents on the top of the dem so a nice enhancement would be to give the possibility to let gama manage the fact that geometry is...
0
15,566
6,007,458,146
IssuesEvent
2017-06-06 03:26:31
Microsoft/vsts-tasks
https://api.github.com/repos/Microsoft/vsts-tasks
closed
Custom agent with only VS Build Tools (not full Visual Studio 2017) - not found
Area: Build
# Background We have some custom agents with the VS build tools for 2017 but _without_ full VS2017 installed. These build agents have been working for a while now but we noticed that in the past couple days they no longer are able to build our 2017 projects. We get an error when using the VS 2017 build task of "Visu...
1.0
Custom agent with only VS Build Tools (not full Visual Studio 2017) - not found - # Background We have some custom agents with the VS build tools for 2017 but _without_ full VS2017 installed. These build agents have been working for a while now but we noticed that in the past couple days they no longer are able to b...
build
custom agent with only vs build tools not full visual studio not found background we have some custom agents with the vs build tools for but without full installed these build agents have been working for a while now but we noticed that in the past couple days they no longer are able to build our ...
1
194,174
15,398,793,600
IssuesEvent
2021-03-04 00:47:24
microsoft/MixedRealityToolkit-Unity
https://api.github.com/repos/microsoft/MixedRealityToolkit-Unity
closed
Improve clarity on when / how to use XRSDK profiles
Documentation
From the holodevelopers slack group: Ben N. Yesterday at 12:01 PM Apologizes if this has been addressed already (seems like there's a bunch of related posts recently), but it appears that the MRTK example scenes in 2.5.3 don't work out of the box on HL2 if you're using Unity's XR SDK. The MRTK example scenes have c...
1.0
Improve clarity on when / how to use XRSDK profiles - From the holodevelopers slack group: Ben N. Yesterday at 12:01 PM Apologizes if this has been addressed already (seems like there's a bunch of related posts recently), but it appears that the MRTK example scenes in 2.5.3 don't work out of the box on HL2 if you'r...
non_build
improve clarity on when how to use xrsdk profiles from the holodevelopers slack group ben n yesterday at pm apologizes if this has been addressed already seems like there s a bunch of related posts recently but it appears that the mrtk example scenes in don t work out of the box on if you re us...
0
32,000
6,676,597,627
IssuesEvent
2017-10-05 06:47:24
proarc/proarc
https://api.github.com/repos/proarc/proarc
closed
Povinnost vyplnění - vnitřní část periodika
auto-migrated Priority-Low Type-Defect
``` Prosíme opravit: 1. přidat pole physical description 2. subject - přidat vlastní pole authority pro topic - může se vyplňovat volně, ostatní podle czenas 3. subject - name chybí 4. identifier - chybí identifikátor oclc a sysno ``` Original issue reported on code.google.com by `daneck...@knav.cz` on 13 Jun 2014 ...
1.0
Povinnost vyplnění - vnitřní část periodika - ``` Prosíme opravit: 1. přidat pole physical description 2. subject - přidat vlastní pole authority pro topic - může se vyplňovat volně, ostatní podle czenas 3. subject - name chybí 4. identifier - chybí identifikátor oclc a sysno ``` Original issue reported on code.goo...
non_build
povinnost vyplnění vnitřní část periodika prosíme opravit přidat pole physical description subject přidat vlastní pole authority pro topic může se vyplňovat volně ostatní podle czenas subject name chybí identifier chybí identifikátor oclc a sysno original issue reported on code goo...
0
77,178
21,691,218,126
IssuesEvent
2022-05-09 15:31:35
bitcoin-s/bitcoin-s
https://api.github.com/repos/bitcoin-s/bitcoin-s
opened
`jlink` build results in `java.lang.NoClassDefFoundError: scala/reflect/ClassTag$cache$`
bug build
I saw this on c911808996fa8aa3e9b13f956d6462867afe5c8a when trying to run with this webpack config @user411 provided: https://github.com/bitcoin-s/bitcoin-s-ts/pull/130#issuecomment-1121211695 I'm not sure about the webpack config provided, but it seems that regardless this is a build error. ``` ✔ Compiling ...
1.0
`jlink` build results in `java.lang.NoClassDefFoundError: scala/reflect/ClassTag$cache$` - I saw this on c911808996fa8aa3e9b13f956d6462867afe5c8a when trying to run with this webpack config @user411 provided: https://github.com/bitcoin-s/bitcoin-s-ts/pull/130#issuecomment-1121211695 I'm not sure about the webpa...
build
jlink build results in java lang noclassdeffounderror scala reflect classtag cache i saw this on when trying to run with this webpack config provided i m not sure about the webpack config provided but it seems that regardless this is a build error ✔ compiling renderer code issues chec...
1
284,455
8,742,251,820
IssuesEvent
2018-12-12 16:00:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
mail.google.com - see bug description
browser-firefox priority-critical
<!-- @browser: Firefox 64.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:64.0) Gecko/20100101 Firefox/64.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://mail.google.com/mail/u/0/h/6cf2rhwdtbfw/?& **Browser / Version**: Firefox 64.0 **Operating System**: Windows 7 **Tested Another Browser**: N...
1.0
mail.google.com - see bug description - <!-- @browser: Firefox 64.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; rv:64.0) Gecko/20100101 Firefox/64.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://mail.google.com/mail/u/0/h/6cf2rhwdtbfw/?& **Browser / Version**: Firefox 64.0 **Operating System**:...
non_build
mail google com see bug description url browser version firefox operating system windows tested another browser no problem type something else description internet data bundle ends within a minute inmstead of hours steps to reproduce browser configur...
0
14,337
5,632,294,054
IssuesEvent
2017-04-05 16:15:30
3F/GetNuTool
https://api.github.com/repos/3F/GetNuTool
closed
MSB1001: Unknown switch -notamd64
executable-version msbuild-helper support
For something like this - build.bat: ```bash set msbuild=tools/msbuild call gnt /p:ngconfig="packages.config" /nologo /v:m /m:4 || goto err call %msbuild% -notamd64 "Conari.sln" /v:normal /l:"packages\vsSBE.CI.MSBuild\bin\CI.MSBuild.dll" /m:4 /t:Rebuild /p:Configuration=Release || goto err goto exit :...
1.0
MSB1001: Unknown switch -notamd64 - For something like this - build.bat: ```bash set msbuild=tools/msbuild call gnt /p:ngconfig="packages.config" /nologo /v:m /m:4 || goto err call %msbuild% -notamd64 "Conari.sln" /v:normal /l:"packages\vsSBE.CI.MSBuild\bin\CI.MSBuild.dll" /m:4 /t:Rebuild /p:Configuration=Rel...
build
unknown switch for something like this build bat bash set msbuild tools msbuild call gnt p ngconfig packages config nologo v m m goto err call msbuild conari sln v normal l packages vssbe ci msbuild bin ci msbuild dll m t rebuild p configuration release goto err ...
1