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 744 | labels stringlengths 4 574 | body stringlengths 9 211k | index stringclasses 10
values | text_combine stringlengths 96 211k | label stringclasses 2
values | text stringlengths 96 188k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
169,044 | 13,111,653,104 | IssuesEvent | 2020-08-04 23:40:48 | rust-lang/cargo | https://api.github.com/repos/rust-lang/cargo | closed | close_output test is randomly failing | A-testing-cargo-itself C-bug | ~~TLDR: Should we run some flaky tests single-threaded?~~ (Nope)
The `build::close_output` test is randomly failing on CI. There were some fixes applied in #8286 in May 26, but there appears to be more recent failures:
https://github.com/rust-lang/rust/pull/74312#issuecomment-657964827
https://github.com/rust-... | 1.0 | close_output test is randomly failing - ~~TLDR: Should we run some flaky tests single-threaded?~~ (Nope)
The `build::close_output` test is randomly failing on CI. There were some fixes applied in #8286 in May 26, but there appears to be more recent failures:
https://github.com/rust-lang/rust/pull/74312#issuecom... | non_process | close output test is randomly failing tldr should we run some flaky tests single threaded nope the build close output test is randomly failing on ci there were some fixes applied in in may but there appears to be more recent failures the failure is build clos... | 0 |
17,124 | 22,643,137,813 | IssuesEvent | 2022-07-01 05:42:05 | pyanodon/pybugreports | https://api.github.com/repos/pyanodon/pybugreports | closed | [ShortPy] Missing localisation string - fluid-processing-machines-1 | bug confirmed locale mod:pycoalprocessing mod:pyhightech | ### Mod source
PyAE Beta
### Which mod are you having an issue with?
- [ ] pyalienlife
- [ ] pyalternativeenergy
- [X] pycoalprocessing
- [X] pyfusionenergy
- [ ] pyhightech
- [X] pyindustry
- [ ] pypetroleumhandling
- [X] pypostprocessing
- [ ] pyrawores
### Operating system
GNU/Linux
### Wha... | 1.0 | [ShortPy] Missing localisation string - fluid-processing-machines-1 - ### Mod source
PyAE Beta
### Which mod are you having an issue with?
- [ ] pyalienlife
- [ ] pyalternativeenergy
- [X] pycoalprocessing
- [X] pyfusionenergy
- [ ] pyhightech
- [X] pyindustry
- [ ] pypetroleumhandling
- [X] pypostproce... | process | missing localisation string fluid processing machines mod source pyae beta which mod are you having an issue with pyalienlife pyalternativeenergy pycoalprocessing pyfusionenergy pyhightech pyindustry pypetroleumhandling pypostprocessing pyrawores ... | 1 |
71,526 | 8,663,573,624 | IssuesEvent | 2018-11-28 17:41:34 | byucs340ta/Fall2018 | https://api.github.com/repos/byucs340ta/Fall2018 | closed | Cannot log back in after pressing back | P4: Aesthetic or Design Flaw Team 2 | When you hit the back button it logs you out and you can never return until closing the app | 1.0 | Cannot log back in after pressing back - When you hit the back button it logs you out and you can never return until closing the app | non_process | cannot log back in after pressing back when you hit the back button it logs you out and you can never return until closing the app | 0 |
310,215 | 23,326,261,803 | IssuesEvent | 2022-08-08 21:34:45 | arviz-devs/arviz | https://api.github.com/repos/arviz-devs/arviz | closed | Remove deprecated arguments from `plot_pair()` | Beginner User Documentation | `plot_kwargs` is an argument of `plot_pair()` yet it is not described in the [documentation](https://python.arviz.org/en/latest/api/generated/arviz.plot_pair.html#arviz.plot_pair) for this function.
**To Reproduce**
Go to the link and search for the description of `plot_kwargs`
**Expected behavior**
A complete ... | 1.0 | Remove deprecated arguments from `plot_pair()` - `plot_kwargs` is an argument of `plot_pair()` yet it is not described in the [documentation](https://python.arviz.org/en/latest/api/generated/arviz.plot_pair.html#arviz.plot_pair) for this function.
**To Reproduce**
Go to the link and search for the description of `p... | non_process | remove deprecated arguments from plot pair plot kwargs is an argument of plot pair yet it is not described in the for this function to reproduce go to the link and search for the description of plot kwargs expected behavior a complete docstring were plot kwargs usage and behaviour i... | 0 |
63 | 2,522,117,576 | IssuesEvent | 2015-01-19 19:30:47 | tinkerpop/tinkerpop3 | https://api.github.com/repos/tinkerpop/tinkerpop3 | closed | Added CREW Test case for ... | process test-suite | ```
gremlin> g.V().has('name','gremlin').inE('uses').
order().by('skill',incr).as('a').
outV().as('b').
select().by('skill').by('name') // rank the users of gremlin by their skill level
==>[a:3, b:matthias]
==>[a:4, b:marko]
==>[a:5, b:stephen]
==>[a:5, b:daniel]
```
| 1.0 | Added CREW Test case for ... - ```
gremlin> g.V().has('name','gremlin').inE('uses').
order().by('skill',incr).as('a').
outV().as('b').
select().by('skill').by('name') // rank the users of gremlin by their skill level
==>[a:3, b:matthias]
==>[a:4, b:marko]
==>[a:5, b:stephen]
=... | process | added crew test case for gremlin g v has name gremlin ine uses order by skill incr as a outv as b select by skill by name rank the users of gremlin by their skill level | 1 |
11,377 | 7,525,618,820 | IssuesEvent | 2018-04-13 11:14:33 | master-keying/mks | https://api.github.com/repos/master-keying/mks | closed | satpiler::init can be accidentally quadratic | performance bug question | The behaviour of data resizing in `satpiler::init`, shown in the code below, can be easily made accidentally quadratic.
```cpp
if (idx >= data.size())
data.resize(1+idx);
data[idx] = lit;
```
This is similar to what `suggest::key` did in issue #8 | True | satpiler::init can be accidentally quadratic - The behaviour of data resizing in `satpiler::init`, shown in the code below, can be easily made accidentally quadratic.
```cpp
if (idx >= data.size())
data.resize(1+idx);
data[idx] = lit;
```
This is similar to what `suggest... | non_process | satpiler init can be accidentally quadratic the behaviour of data resizing in satpiler init shown in the code below can be easily made accidentally quadratic cpp if idx data size data resize idx data lit this is similar to what suggest ke... | 0 |
50,097 | 21,012,470,426 | IssuesEvent | 2022-03-30 08:01:09 | Azure/azure-cli | https://api.github.com/repos/Azure/azure-cli | closed | az aks install-cli fails | Service Attention question AKS needs-author-feedback no-recent-activity |
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
az aks install-cli --install-location=~/.azure-kubectl/kubectl.exe
**Errors:**
```
[Errno 13] Permission denied: '/usr/local/bin/kubelogin'
Traceback (most recent call last):
az/lib/python3.6/shutil.p... | 1.0 | az aks install-cli fails -
### **This is autogenerated. Please review and update as needed.**
## Describe the bug
**Command Name**
az aks install-cli --install-location=~/.azure-kubectl/kubectl.exe
**Errors:**
```
[Errno 13] Permission denied: '/usr/local/bin/kubelogin'
Traceback (most recent call last):... | non_process | az aks install cli fails this is autogenerated please review and update as needed describe the bug command name az aks install cli install location azure kubectl kubectl exe errors permission denied usr local bin kubelogin traceback most recent call last az lib ... | 0 |
304,905 | 26,345,270,708 | IssuesEvent | 2023-01-10 21:25:33 | USEPA/haztrak | https://api.github.com/repos/USEPA/haztrak | closed | RI Site Permissions serializer | good first issue django test | # 🚀 Feature Request
depends on #294
Add a [DRF model serializer](https://www.django-rest-framework.org/api-guide/serializers/#modelserializer)
for the RCRAInfo site permissions model.
Should be relatively straight forward as I don't think there's DRF methods we need to override on this one.
PR should incl... | 1.0 | RI Site Permissions serializer - # 🚀 Feature Request
depends on #294
Add a [DRF model serializer](https://www.django-rest-framework.org/api-guide/serializers/#modelserializer)
for the RCRAInfo site permissions model.
Should be relatively straight forward as I don't think there's DRF methods we need to overri... | non_process | ri site permissions serializer 🚀 feature request depends on add a for the rcrainfo site permissions model should be relatively straight forward as i don t think there s drf methods we need to override on this one pr should include new test s along with new fixtures as well ping me here or o... | 0 |
561,500 | 16,618,253,818 | IssuesEvent | 2021-06-02 19:48:27 | internetarchive/openlibrary | https://api.github.com/repos/internetarchive/openlibrary | opened | Last deploy broke cron jobs | Affects: Admin/Maintenance Lead: @mekarpeles Priority: 1 Type: Bug | More investigation needed
### Proposal & Constraints
<!-- What is the proposed solution / implementation? Is there a precedent of this approach succeeding elsewhere? -->
### Related files
<!-- Files related to this issue; this is super useful for new contributors who might want to help! If you're not sure, leav... | 1.0 | Last deploy broke cron jobs - More investigation needed
### Proposal & Constraints
<!-- What is the proposed solution / implementation? Is there a precedent of this approach succeeding elsewhere? -->
### Related files
<!-- Files related to this issue; this is super useful for new contributors who might want to ... | non_process | last deploy broke cron jobs more investigation needed proposal constraints related files stakeholders mekarpeles | 0 |
10,303 | 13,153,229,555 | IssuesEvent | 2020-08-10 02:29:00 | kubeflow/testing | https://api.github.com/repos/kubeflow/testing | closed | Remove GKE permissions to kubeflow-ci from kubeflow-testing serving account | area/engprod kind/feature kind/process lifecycle/frozen lifecycle/stale priority/p1 | Argo workflows for E2E test run in the project kubeflow-ci.
If E2E tests deploy GCP infrastructure (e.g. clusters) they should do this in project: kubeflow-ci-deployment.
However, some tests are still deploying in kubeflow-ci.
We should update the tests and lock down the permissions on the service account ass... | 1.0 | Remove GKE permissions to kubeflow-ci from kubeflow-testing serving account - Argo workflows for E2E test run in the project kubeflow-ci.
If E2E tests deploy GCP infrastructure (e.g. clusters) they should do this in project: kubeflow-ci-deployment.
However, some tests are still deploying in kubeflow-ci.
We sh... | process | remove gke permissions to kubeflow ci from kubeflow testing serving account argo workflows for test run in the project kubeflow ci if tests deploy gcp infrastructure e g clusters they should do this in project kubeflow ci deployment however some tests are still deploying in kubeflow ci we should... | 1 |
429,451 | 30,055,045,621 | IssuesEvent | 2023-06-28 05:57:02 | PLAIF-dev/sw_synthetic_rospkg | https://api.github.com/repos/PLAIF-dev/sw_synthetic_rospkg | closed | github pakcage를 docker 레지스트리로 활용하기 연구 | documentation | github containers package를 사용하면, private registry로 사용할 수 있는 것을 확인
참고문서 : https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
1. Public Access Token (PAT) 만들기
-write package 옵션을 넣어주도록 합시다
2. ghcr.io 계정으로 도커 로그인
3. 레지스트리에 이미지 commit & push | 1.0 | github pakcage를 docker 레지스트리로 활용하기 연구 - github containers package를 사용하면, private registry로 사용할 수 있는 것을 확인
참고문서 : https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
1. Public Access Token (PAT) 만들기
-write package 옵션을 넣어주도록 합시다
2. ghcr.io 계정으로 도커 로그인
3. 레지스트리... | non_process | github pakcage를 docker 레지스트리로 활용하기 연구 github containers package를 사용하면 private registry로 사용할 수 있는 것을 확인 참고문서 public access token pat 만들기 write package 옵션을 넣어주도록 합시다 ghcr io 계정으로 도커 로그인 레지스트리에 이미지 commit push | 0 |
63,366 | 6,844,531,416 | IssuesEvent | 2017-11-13 02:09:46 | neovim/neovim | https://api.github.com/repos/neovim/neovim | closed | Test failures in 0.2.1 from Debian's builds | tests | 0.2.1 has been uploaded to Debian and there are various [build/test failures](https://buildd.debian.org/status/logs.php?pkg=neovim&ver=0.2.1-2&suite=sid). As I have time, I'll perform triage on the available porterboxes I have access to, but don't let that stop you from offering ideas/fixes. :)
Here's a breakdown o... | 1.0 | Test failures in 0.2.1 from Debian's builds - 0.2.1 has been uploaded to Debian and there are various [build/test failures](https://buildd.debian.org/status/logs.php?pkg=neovim&ver=0.2.1-2&suite=sid). As I have time, I'll perform triage on the available porterboxes I have access to, but don't let that stop you from of... | non_process | test failures in from debian s builds has been uploaded to debian and there are various as i have time i ll perform triage on the available porterboxes i have access to but don t let that stop you from offering ideas fixes here s a breakdown of what s happened for tracking purposes along wi... | 0 |
11,295 | 14,101,399,912 | IssuesEvent | 2020-11-06 06:45:23 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | components/tidb_query_vec_expr/src/impl_cast.rs:979:5 fails | severity/Moderate sig/coprocessor | ## Bug Report
<!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. -->
### What version of TiKV are you using?
<!-- You can run `tikv-server --version` -->
15c15b512c95465ff78a990451e5bbe6084a6b3a
rustc-bin-9999 -V
rustc 1.47.0-nightly (2d8a3b918 2020-08-26)
### What ope... | 1.0 | components/tidb_query_vec_expr/src/impl_cast.rs:979:5 fails - ## Bug Report
<!-- Thanks for your bug report! Don't worry if you can't fill out all the sections. -->
### What version of TiKV are you using?
<!-- You can run `tikv-server --version` -->
15c15b512c95465ff78a990451e5bbe6084a6b3a
rustc-bin-9999 -V
... | process | components tidb query vec expr src impl cast rs fails bug report what version of tikv are you using rustc bin v rustc nightly what operating system and cpu are you using steps to reproduce what did you expect what did happened ... | 1 |
384 | 2,823,574,569 | IssuesEvent | 2015-05-21 09:39:53 | austundag/testing | https://api.github.com/repos/austundag/testing | closed | Undo VM machine changes | enhancement in process | Now that local development is possible undo changes in 4afc23f146bcc06a6ff76dcc140e2c52b8dc5b8e and VHAINNOVATIONS/AccessAllergyInfo-ADK@6b8da4f494003ff24f55e60d92a511b7e0c626a4. | 1.0 | Undo VM machine changes - Now that local development is possible undo changes in 4afc23f146bcc06a6ff76dcc140e2c52b8dc5b8e and VHAINNOVATIONS/AccessAllergyInfo-ADK@6b8da4f494003ff24f55e60d92a511b7e0c626a4. | process | undo vm machine changes now that local development is possible undo changes in and vhainnovations accessallergyinfo adk | 1 |
365,348 | 25,531,022,492 | IssuesEvent | 2022-11-29 08:25:51 | tavi22/Reseller-Web | https://api.github.com/repos/tavi22/Reseller-Web | closed | Functional decomposition | documentation enhancement | Functional decomposition should help reduce complexity and uncertainty. | 1.0 | Functional decomposition - Functional decomposition should help reduce complexity and uncertainty. | non_process | functional decomposition functional decomposition should help reduce complexity and uncertainty | 0 |
345,477 | 30,816,422,634 | IssuesEvent | 2023-08-01 13:44:55 | transmission/transmission | https://api.github.com/repos/transmission/transmission | closed | MacOS option-click not working | scope:mac needs confirmation type:ui needs testers | ### What is the issue?
I might be misremembering this function, but holding the option key would allow the user to click the start/play/reload button and start the remaining inactive torrents. This doesn't work at the moment.
An assumption, given that it was the last major change to the macOS client, but possibly... | 1.0 | MacOS option-click not working - ### What is the issue?
I might be misremembering this function, but holding the option key would allow the user to click the start/play/reload button and start the remaining inactive torrents. This doesn't work at the moment.
An assumption, given that it was the last major change... | non_process | macos option click not working what is the issue i might be misremembering this function but holding the option key would allow the user to click the start play reload button and start the remaining inactive torrents this doesn t work at the moment an assumption given that it was the last major change... | 0 |
318,685 | 27,321,017,587 | IssuesEvent | 2023-02-24 19:50:53 | peviitor-ro/ui-js | https://api.github.com/repos/peviitor-ro/ui-js | closed | [SERP] "Alătură-te" button's height is 20px | bug TestQuality Low | ## Precondition
URL: https://beta.peviitor.ro/
Device: Samsung Galaxy S21 Ultra
Browser: Chrome
Platform: Android 12
## Steps to Reproduce:
### Step 1 <span style="color:#58b880"> **[Pass]** </span>
Open URL in browser
#### Expected Result
Website is loaded without any error
### Step 2 <span style="color:#58b880"> ... | 1.0 | [SERP] "Alătură-te" button's height is 20px - ## Precondition
URL: https://beta.peviitor.ro/
Device: Samsung Galaxy S21 Ultra
Browser: Chrome
Platform: Android 12
## Steps to Reproduce:
### Step 1 <span style="color:#58b880"> **[Pass]** </span>
Open URL in browser
#### Expected Result
Website is loaded without any e... | non_process | alătură te button s height is precondition url device samsung galaxy ultra browser chrome platform android steps to reproduce step open url in browser expected result website is loaded without any error step click on “caută” expected result the use... | 0 |
21,794 | 30,300,834,341 | IssuesEvent | 2023-07-10 05:43:15 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | Masks with reconstruct in LCh | reproduce: confirmed scope: image processing bug: pending | ### Describe the bug
It seems to me that mask handling in the highlight reconstruction module does not work as expected when using the reconstruct in LCh mode.
I have an image with clipped highlights. Highlight reconstruction in the Filmic RGB module is switched of. I want to do highlight reconstruction with the high... | 1.0 | Masks with reconstruct in LCh - ### Describe the bug
It seems to me that mask handling in the highlight reconstruction module does not work as expected when using the reconstruct in LCh mode.
I have an image with clipped highlights. Highlight reconstruction in the Filmic RGB module is switched of. I want to do highli... | process | masks with reconstruct in lch describe the bug it seems to me that mask handling in the highlight reconstruction module does not work as expected when using the reconstruct in lch mode i have an image with clipped highlights highlight reconstruction in the filmic rgb module is switched of i want to do highli... | 1 |
13,401 | 15,874,816,266 | IssuesEvent | 2021-04-09 05:53:39 | googleapis/python-pubsub | https://api.github.com/repos/googleapis/python-pubsub | closed | Bump required unit test coverage to 100% | api: pubsub type: process | Currently the required test coverage is set to a magic number 99%. This is not ideal for at least two reasons:
- The missing "one percent" is still a bit wide, meaning that new code with less than 100% coverage can be submitted, but the coverage check might not catch that.
- One could legitimately refactor some cod... | 1.0 | Bump required unit test coverage to 100% - Currently the required test coverage is set to a magic number 99%. This is not ideal for at least two reasons:
- The missing "one percent" is still a bit wide, meaning that new code with less than 100% coverage can be submitted, but the coverage check might not catch that.
... | process | bump required unit test coverage to currently the required test coverage is set to a magic number this is not ideal for at least two reasons the missing one percent is still a bit wide meaning that new code with less than coverage can be submitted but the coverage check might not catch that on... | 1 |
15,911 | 20,117,356,736 | IssuesEvent | 2022-02-07 21:04:00 | googleapis/gapic-showcase | https://api.github.com/repos/googleapis/gapic-showcase | closed | migrate custom release job to release-please | type: process | The release notes, tag, and release creation should be handled by release-please, but the asset generation and upload can be done by the existing GitHub Action(s) with a little tweaking. This was done in gapic-generator-go (https://github.com/googleapis/gapic-generator-go/pull/839 and https://github.com/googleapis/gapi... | 1.0 | migrate custom release job to release-please - The release notes, tag, and release creation should be handled by release-please, but the asset generation and upload can be done by the existing GitHub Action(s) with a little tweaking. This was done in gapic-generator-go (https://github.com/googleapis/gapic-generator-go/... | process | migrate custom release job to release please the release notes tag and release creation should be handled by release please but the asset generation and upload can be done by the existing github action s with a little tweaking this was done in gapic generator go and | 1 |
5,110 | 7,886,189,855 | IssuesEvent | 2018-06-27 14:35:41 | gvwilson/teachtogether.tech | https://api.github.com/repos/gvwilson/teachtogether.tech | closed | Ch06 Tiffany Timbers | Ch06 Process | - I like "The rules" section. It is witty and spot on.
- In the table of contents initially I thought the "Challenges" parts of each chapter was a section where you described challenges with that topic, but then digging into Chapter 6 I see that they are like the SWC challenges. Even though I am familiar with SWC "cha... | 1.0 | Ch06 Tiffany Timbers - - I like "The rules" section. It is witty and spot on.
- In the table of contents initially I thought the "Challenges" parts of each chapter was a section where you described challenges with that topic, but then digging into Chapter 6 I see that they are like the SWC challenges. Even though I am... | process | tiffany timbers i like the rules section it is witty and spot on in the table of contents initially i thought the challenges parts of each chapter was a section where you described challenges with that topic but then digging into chapter i see that they are like the swc challenges even though i am fa... | 1 |
102,860 | 8,862,889,925 | IssuesEvent | 2019-01-10 07:57:28 | chameleon-system/chameleon-system | https://api.github.com/repos/chameleon-system/chameleon-system | closed | Backend: replace icons with icon font | Status: Test Type: Feature | **Describe the solution you'd like**
Remove unused, deprecated icons, move necessary icons (massive BC break) to one directory.
Replace main menu icons with vector icon set (font) and map all old icons to new ones.
**Possible solution (if any)**
The main set of icons is located in CoreBundle/Resources/public/imag... | 1.0 | Backend: replace icons with icon font - **Describe the solution you'd like**
Remove unused, deprecated icons, move necessary icons (massive BC break) to one directory.
Replace main menu icons with vector icon set (font) and map all old icons to new ones.
**Possible solution (if any)**
The main set of icons is loc... | non_process | backend replace icons with icon font describe the solution you d like remove unused deprecated icons move necessary icons massive bc break to one directory replace main menu icons with vector icon set font and map all old icons to new ones possible solution if any the main set of icons is loc... | 0 |
273,474 | 20,793,882,661 | IssuesEvent | 2022-03-17 07:01:41 | AY2122S2-CS2103-F11-2/tp | https://api.github.com/repos/AY2122S2-CS2103-F11-2/tp | closed | Update DG with `schedule` command | type.Story type.Task priority.High Documentation | User should be able schedule interview time slots for TA candidates in TAlent Assistant™. This functionality should be updated in the following sections:
- [ ] User stories
- [ ] Use cases | 1.0 | Update DG with `schedule` command - User should be able schedule interview time slots for TA candidates in TAlent Assistant™. This functionality should be updated in the following sections:
- [ ] User stories
- [ ] Use cases | non_process | update dg with schedule command user should be able schedule interview time slots for ta candidates in talent assistant™ this functionality should be updated in the following sections user stories use cases | 0 |
22,319 | 30,882,607,841 | IssuesEvent | 2023-08-03 18:51:17 | openline-ai/openline-customer-os | https://api.github.com/repos/openline-ai/openline-customer-os | closed | Crashes in events-processing on dev env | app/events-processing-platform | Crashes in events-processing on dev env should log accordingly | 1.0 | Crashes in events-processing on dev env - Crashes in events-processing on dev env should log accordingly | process | crashes in events processing on dev env crashes in events processing on dev env should log accordingly | 1 |
36,549 | 12,417,702,417 | IssuesEvent | 2020-05-22 21:25:57 | wrbejar/Nova8HML | https://api.github.com/repos/wrbejar/Nova8HML | opened | CVE-2017-3523 (High) detected in mysql-connector-java-5.1.26.jar | security vulnerability | ## CVE-2017-3523 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.26.jar</b></p></summary>
<p>MySQL JDBC Type 4 driver</p>
<p>Library home page: <a href="http:/... | True | CVE-2017-3523 (High) detected in mysql-connector-java-5.1.26.jar - ## CVE-2017-3523 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mysql-connector-java-5.1.26.jar</b></p></summary>
<p... | non_process | cve high detected in mysql connector java jar cve high severity vulnerability vulnerable library mysql connector java jar mysql jdbc type driver library home page a href path to dependency file tmp ws ua ouimqa archiveextraction tasgjv ws scm depth target jav... | 0 |
19,698 | 26,048,178,480 | IssuesEvent | 2022-12-22 16:06:24 | MicrosoftDocs/windows-dev-docs | https://api.github.com/repos/MicrosoftDocs/windows-dev-docs | closed | URL referrer / source | uwp/prod processes-and-threading/tech Pri1 |
Do you have a referrer / source parameter that can be used to track the link in the partner dashboard?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: a8f30bb9-d11a-1865-2d17-9c56cfc3e641
* Version Independent ID: ded22236-86fd-f... | 1.0 | URL referrer / source -
Do you have a referrer / source parameter that can be used to track the link in the partner dashboard?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: a8f30bb9-d11a-1865-2d17-9c56cfc3e641
* Version Indepen... | process | url referrer source do you have a referrer source parameter that can be used to track the link in the partner dashboard document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id conte... | 1 |
20,094 | 26,624,968,371 | IssuesEvent | 2023-01-24 13:59:02 | firebase/firebase-cpp-sdk | https://api.github.com/repos/firebase/firebase-cpp-sdk | reopened | [C++] Nightly Integration Testing Report for Firestore | type: process nightly-testing |
<hidden value="integration-test-status-comment"></hidden>
### ✅ [build against repo] Integration test succeeded!
Requested by @sunmou99 on commit 9c494f708c5918d1b82e9624460b7ab4bbaf8431
Last updated: Tue Jan 24 04:03 PST 2023
**[View integration test log & download artifacts](https://github.com/firebase/fire... | 1.0 | [C++] Nightly Integration Testing Report for Firestore -
<hidden value="integration-test-status-comment"></hidden>
### ✅ [build against repo] Integration test succeeded!
Requested by @sunmou99 on commit 9c494f708c5918d1b82e9624460b7ab4bbaf8431
Last updated: Tue Jan 24 04:03 PST 2023
**[View integration test l... | process | nightly integration testing report for firestore ✅ nbsp integration test succeeded requested by on commit last updated tue jan pst ✅ nbsp integration test succeeded requested by firebase workflow trigger on commit last updated mon jan pst ... | 1 |
134,929 | 19,424,037,738 | IssuesEvent | 2021-12-21 01:27:40 | yukiHaga/regex-hunting | https://api.github.com/repos/yukiHaga/regex-hunting | opened | Add: ゲーム画面を一旦完成させる。 | Priority: high Type: design Type: improvement Type: new feature | ## 概要
説明スライドの前に、まずはゲーム画面を一旦完成させる。
以下のようなゲーム画面を作成する。
<a href="https://gyazo.com/3854a825cc2613de929e87be2760dbde"><img src="https://i.gyazo.com/3854a825cc2613de929e87be2760dbde.png" alt="Image from Gyazo" width="534"/></a>
## やること
- [ ] ヘッダーを配置する。
- [ ] 背景を配置する。
- [ ] スライダーを配置する。
- [ ] モンスターとhpをセットで配置する。
- ... | 1.0 | Add: ゲーム画面を一旦完成させる。 - ## 概要
説明スライドの前に、まずはゲーム画面を一旦完成させる。
以下のようなゲーム画面を作成する。
<a href="https://gyazo.com/3854a825cc2613de929e87be2760dbde"><img src="https://i.gyazo.com/3854a825cc2613de929e87be2760dbde.png" alt="Image from Gyazo" width="534"/></a>
## やること
- [ ] ヘッダーを配置する。
- [ ] 背景を配置する。
- [ ] スライダーを配置する。
- [ ] ... | non_process | add ゲーム画面を一旦完成させる。 概要 説明スライドの前に、まずはゲーム画面を一旦完成させる。 以下のようなゲーム画面を作成する。 やること ヘッダーを配置する。 背景を配置する。 スライダーを配置する。 モンスターとhpをセットで配置する。 問題ブロックを配置する。 解答ブロックを配置する。 timeゲージを配置する。 chart js的なのreactにないか探す hpゲージを配置する。 chart js的なのreactにないか探す スライドを見るいう項目が入ったフッターを配置する。 ... | 0 |
5,921 | 8,742,954,190 | IssuesEvent | 2018-12-12 17:44:47 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | DITA-OT assumes strong constraints rather than weak constraints | feature preprocess/conref priority/medium stale | [Section 2.5.5.4 of the DITA 1.3 Specification](http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/constraints-strong-and-weak.html) states
> By default, constraints are weak unless they are explicitly designated as strong
Technically, the DITA-OT is in compliance with the spec because 2.5.5.4 also... | 1.0 | DITA-OT assumes strong constraints rather than weak constraints - [Section 2.5.5.4 of the DITA 1.3 Specification](http://docs.oasis-open.org/dita/dita/v1.3/os/part1-base/archSpec/base/constraints-strong-and-weak.html) states
> By default, constraints are weak unless they are explicitly designated as strong
Technicall... | process | dita ot assumes strong constraints rather than weak constraints states by default constraints are weak unless they are explicitly designated as strong technically the dita ot is in compliance with the spec because also states processors also can be configured to treat all constraints as strong s... | 1 |
21,631 | 30,034,121,851 | IssuesEvent | 2023-06-27 11:37:19 | firebase/firebase-cpp-sdk | https://api.github.com/repos/firebase/firebase-cpp-sdk | closed | [C++] Nightly Integration Testing Report for Firestore | type: process nightly-testing |
<hidden value="integration-test-status-comment"></hidden>
### [build against repo] Integration test with FLAKINESS (succeeded after retry)
Requested by @sunmou99 on commit 9723100f301952fdfdeb31a412dec9b27873683a
Last updated: Mon Jun 26 04:50 PDT 2023
**[View integration test log & download artifacts](https://gith... | 1.0 | [C++] Nightly Integration Testing Report for Firestore -
<hidden value="integration-test-status-comment"></hidden>
### [build against repo] Integration test with FLAKINESS (succeeded after retry)
Requested by @sunmou99 on commit 9723100f301952fdfdeb31a412dec9b27873683a
Last updated: Mon Jun 26 04:50 PDT 2023
**[Vie... | process | nightly integration testing report for firestore integration test with flakiness succeeded after retry requested by on commit last updated mon jun pdt failures configs firestore failed tests nbsp nbsp querytest testcanlistenforthes... | 1 |
610,789 | 18,924,461,652 | IssuesEvent | 2021-11-17 07:56:45 | MadsBalslev/P3 | https://api.github.com/repos/MadsBalslev/P3 | closed | Refactor ```frontend.Shared.Manager``` and assoiciated files | Type: Maintenance Priority: Medium Domain: Client | Limit this do a one person, one day assignment. | 1.0 | Refactor ```frontend.Shared.Manager``` and assoiciated files - Limit this do a one person, one day assignment. | non_process | refactor frontend shared manager and assoiciated files limit this do a one person one day assignment | 0 |
9,977 | 13,021,867,280 | IssuesEvent | 2020-07-27 07:15:14 | gthecrack/COVID-predictions | https://api.github.com/repos/gthecrack/COVID-predictions | opened | Iterate over model | data process | Iterate over the model and the features trying to obtain more significantly relevant results | 1.0 | Iterate over model - Iterate over the model and the features trying to obtain more significantly relevant results | process | iterate over model iterate over the model and the features trying to obtain more significantly relevant results | 1 |
48,889 | 6,112,080,416 | IssuesEvent | 2017-06-21 18:30:23 | Esri/solutions-webappbuilder-widgets | https://api.github.com/repos/Esri/solutions-webappbuilder-widgets | closed | warning labels not red or do not stand out | 4 - Done B - As Designed B - Enhancement Distance and Direction G - Defense Team Military Tools | ### Widget
DD
### Version of widget
6/14
### Bug or Enhancement
Enhancement
### Repo Steps or Enhancement details
The warnings for incorrect input are white and do not stand out as warning. See graphic below. In other themes the warning is red.
 and call the function in dom.js
| 1.0 | refactoring suruh file - - remove commented lines
- remove repeated functions
- convert many functions into one renderAyahs() and call the function in dom.js
| process | refactoring suruh file remove commented lines remove repeated functions convert many functions into one renderayahs and call the function in dom js | 1 |
21,752 | 30,271,103,013 | IssuesEvent | 2023-07-07 15:24:36 | brave/brave-talk-gcalendar-extension | https://api.github.com/repos/brave/brave-talk-gcalendar-extension | opened | Tasks for Release of Multi-Cal Update | in-process | We're soon going to release a major update to the extension which adds support for multiple calendars. Here are a few associated tasks which need to be completed:
Update extension-related references/content on:
- [ ] https://talk.brave.com/
- [ ] https://brave.com/talk/
- [ ] https://brave.com/talk/
- [ ] https:... | 1.0 | Tasks for Release of Multi-Cal Update - We're soon going to release a major update to the extension which adds support for multiple calendars. Here are a few associated tasks which need to be completed:
Update extension-related references/content on:
- [ ] https://talk.brave.com/
- [ ] https://brave.com/talk/
- [... | process | tasks for release of multi cal update we re soon going to release a major update to the extension which adds support for multiple calendars here are a few associated tasks which need to be completed update extension related references content on | 1 |
14,595 | 17,703,562,370 | IssuesEvent | 2021-08-25 03:17:08 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change term - georeferenceVerificationStatus | Term - change Class - Occurrence Class - Location normative Process - complete | ## Change term
* Submitter: John Wieczorek @tucotuco
* Justification (why is this change necessary?): Consistency and clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/terms/#dwc:gereferenceVerificationStatus
Proposed new attributes of the term:
* Term na... | 1.0 | Change term - georeferenceVerificationStatus - ## Change term
* Submitter: John Wieczorek @tucotuco
* Justification (why is this change necessary?): Consistency and clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/terms/#dwc:gereferenceVerificationStatus
Pr... | process | change term georeferenceverificationstatus change term submitter john wieczorek tucotuco justification why is this change necessary consistency and clarity proponents who needs this change everyone current term definition proposed new attributes of the term term name in lowerc... | 1 |
52,297 | 10,820,039,332 | IssuesEvent | 2019-11-08 15:35:25 | pywbem/pywbem | https://api.github.com/repos/pywbem/pywbem | closed | Remove methodname init argument of CIMMethod | area: code resolution: fixed type: cleanup | Remove the `methodname` input argument of `CIMMethod()`. We renamed it to `name` but still allow `methodname`. Its use is deprecated right now.
Because this change is incompatible for users that still use methodname, this change cannot be rolled back before 1.0.0.
This issue was created from issue #635. | 1.0 | Remove methodname init argument of CIMMethod - Remove the `methodname` input argument of `CIMMethod()`. We renamed it to `name` but still allow `methodname`. Its use is deprecated right now.
Because this change is incompatible for users that still use methodname, this change cannot be rolled back before 1.0.0.
Th... | non_process | remove methodname init argument of cimmethod remove the methodname input argument of cimmethod we renamed it to name but still allow methodname its use is deprecated right now because this change is incompatible for users that still use methodname this change cannot be rolled back before th... | 0 |
16,157 | 20,574,887,268 | IssuesEvent | 2022-03-04 02:46:42 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Union/Difference fails | Feedback stale Processing Bug | Author Name: **Massimiliano Moraca** (Massimiliano Moraca)
Original Redmine Issue: [21584](https://issues.qgis.org/issues/21584)
Affected QGIS version: 3.6.0
Redmine category:processing/qgis
---
I think I've found a bug in version 4.4. I'm trying to use Union with two vectors and QGIS show me this error:
*GEOS geopr... | 1.0 | Union/Difference fails - Author Name: **Massimiliano Moraca** (Massimiliano Moraca)
Original Redmine Issue: [21584](https://issues.qgis.org/issues/21584)
Affected QGIS version: 3.6.0
Redmine category:processing/qgis
---
I think I've found a bug in version 4.4. I'm trying to use Union with two vectors and QGIS show me... | process | union difference fails author name massimiliano moraca massimiliano moraca original redmine issue affected qgis version redmine category processing qgis i think i ve found a bug in version i m trying to use union with two vectors and qgis show me this error geos geoprocessing error d... | 1 |
582 | 3,060,127,966 | IssuesEvent | 2015-08-14 18:50:41 | Microsoft/poshtools | https://api.github.com/repos/Microsoft/poshtools | closed | Local Attach Should Default to PowerShell Only | Process Attaching task | Visual Studio should not identify processes we say are ok for PowerShell Tools to attach to as debuggable by both our debug engine and the managed code engine. | 1.0 | Local Attach Should Default to PowerShell Only - Visual Studio should not identify processes we say are ok for PowerShell Tools to attach to as debuggable by both our debug engine and the managed code engine. | process | local attach should default to powershell only visual studio should not identify processes we say are ok for powershell tools to attach to as debuggable by both our debug engine and the managed code engine | 1 |
178,850 | 6,619,331,926 | IssuesEvent | 2017-09-21 11:48:38 | TheScienceMuseum/collectionsonline | https://api.github.com/repos/TheScienceMuseum/collectionsonline | opened | Add 'related' ISAD / RUoD documents to Archive records | enhancement priority-4 | Need to be added to index
http://collection.sciencemuseum.org.uk/documents/aa110000003/
<img width="724" alt="screen shot 2017-09-21 at 12 46 17" src="https://user-images.githubusercontent.com/91365/30694234-0b356458-9ecb-11e7-9e52-67d40bf6e5cc.png"> | 1.0 | Add 'related' ISAD / RUoD documents to Archive records - Need to be added to index
http://collection.sciencemuseum.org.uk/documents/aa110000003/
<img width="724" alt="screen shot 2017-09-21 at 12 46 17" src="https://user-images.githubusercontent.com/91365/30694234-0b356458-9ecb-11e7-9e52-67d40bf6e5cc.png"> | non_process | add related isad ruod documents to archive records need to be added to index img width alt screen shot at src | 0 |
479,393 | 13,795,812,623 | IssuesEvent | 2020-10-09 18:41:28 | xwikisas/application-antivirus | https://api.github.com/repos/xwikisas/application-antivirus | opened | Can't delete Incident log | Priority: Major Type: Bug | Preconditions: Have the Incidents log livetable populated.
Steps to reproduce:
1. Access Administer Wiki > Other > Antivirus
2. Observe the entries in the Incidents log
3. Click on Delete from the Actions column to remove an entry
Expected results: Each incident can be deleted individually.
Actual result... | 1.0 | Can't delete Incident log - Preconditions: Have the Incidents log livetable populated.
Steps to reproduce:
1. Access Administer Wiki > Other > Antivirus
2. Observe the entries in the Incidents log
3. Click on Delete from the Actions column to remove an entry
Expected results: Each incident can be deleted in... | non_process | can t delete incident log preconditions have the incidents log livetable populated steps to reproduce access administer wiki other antivirus observe the entries in the incidents log click on delete from the actions column to remove an entry expected results each incident can be deleted in... | 0 |
22,583 | 19,682,286,195 | IssuesEvent | 2022-01-11 17:57:57 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Integrations] Missing shipper label on integration overview page | usability Team:Fleet v8.1.0 Feature:Unified Integrations | **Kibana version:**
7.16
**Elasticsearch version:**
7.16
**Original install method (e.g. download page, yum, from source, etc.):**
Docker
**Describe the bug:**
There is no label indicating whether the integration a user is viewing is for Elastic Agent or Beats. This can be confusing because the tiles can s... | True | [Integrations] Missing shipper label on integration overview page - **Kibana version:**
7.16
**Elasticsearch version:**
7.16
**Original install method (e.g. download page, yum, from source, etc.):**
Docker
**Describe the bug:**
There is no label indicating whether the integration a user is viewing is for E... | non_process | missing shipper label on integration overview page kibana version elasticsearch version original install method e g download page yum from source etc docker describe the bug there is no label indicating whether the integration a user is viewing is for elastic agent or... | 0 |
17,122 | 22,638,802,397 | IssuesEvent | 2022-06-30 22:13:00 | open-telemetry/opentelemetry-collector-contrib | https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib | closed | [processor/transform]: add replace_regex_match config setting to replace attributes/metrics based on regex pattern | priority:p2 comp: transformprocessor | **Is your feature request related to a problem? Please describe.**
This issue relates to transformprocessor. replace_match relies on wild cards to find a pattern to replace a string. In some scenarios where the location of the portion of the string to replace is not clear, a regex expression may be more appropriate.... | 1.0 | [processor/transform]: add replace_regex_match config setting to replace attributes/metrics based on regex pattern - **Is your feature request related to a problem? Please describe.**
This issue relates to transformprocessor. replace_match relies on wild cards to find a pattern to replace a string. In some scenarios... | process | add replace regex match config setting to replace attributes metrics based on regex pattern is your feature request related to a problem please describe this issue relates to transformprocessor replace match relies on wild cards to find a pattern to replace a string in some scenarios where the location ... | 1 |
2,241 | 5,088,641,609 | IssuesEvent | 2016-12-31 23:50:34 | sw4j-org/tool-jpa-processor | https://api.github.com/repos/sw4j-org/tool-jpa-processor | opened | Handle @ManyToOne Annotation | annotation processor task | Handle the `@ManyToOne` annotation for a property or field.
See [JSR 338: Java Persistence API, Version 2.1](http://download.oracle.com/otn-pub/jcp/persistence-2_1-fr-eval-spec/JavaPersistence.pdf)
- 11.1.30 ManyToOne Annotation
| 1.0 | Handle @ManyToOne Annotation - Handle the `@ManyToOne` annotation for a property or field.
See [JSR 338: Java Persistence API, Version 2.1](http://download.oracle.com/otn-pub/jcp/persistence-2_1-fr-eval-spec/JavaPersistence.pdf)
- 11.1.30 ManyToOne Annotation
| process | handle manytoone annotation handle the manytoone annotation for a property or field see manytoone annotation | 1 |
15,897 | 20,102,575,482 | IssuesEvent | 2022-02-07 06:57:32 | SAP/openui5-docs | https://api.github.com/repos/SAP/openui5-docs | closed | Missing Deprecation Info for sap.ui.layout.form.GridLayout | In Process | `GridLayout` is listed as layout option for the `SimpleFormLayout` without any note about its deprecation:
https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleFormLayout | 1.0 | Missing Deprecation Info for sap.ui.layout.form.GridLayout - `GridLayout` is listed as layout option for the `SimpleFormLayout` without any note about its deprecation:
https://openui5.hana.ondemand.com/api/sap.ui.layout.form.SimpleFormLayout | process | missing deprecation info for sap ui layout form gridlayout gridlayout is listed as layout option for the simpleformlayout without any note about its deprecation | 1 |
43,559 | 7,050,511,547 | IssuesEvent | 2018-01-03 06:50:03 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | opened | Publish through multiple gateways document not available in 3.0.0 space | 3.0.0 documentation-required Priority/Highest Severity/Blocker | In order to develop a geographical distributed wide API Management solution that needs api publishing through multiple gateways needs the respective document. Please include the documentation
| 1.0 | Publish through multiple gateways document not available in 3.0.0 space - In order to develop a geographical distributed wide API Management solution that needs api publishing through multiple gateways needs the respective document. Please include the documentation
| non_process | publish through multiple gateways document not available in space in order to develop a geographical distributed wide api management solution that needs api publishing through multiple gateways needs the respective document please include the documentation | 0 |
14,464 | 17,569,981,961 | IssuesEvent | 2021-08-14 13:34:44 | oasis-tcs/csaf | https://api.github.com/repos/oasis-tcs/csaf | opened | Acknowledgement table should be sorted by first name | csaf 2.0 editorial oasis_tc_process CSDPR01_feedback | # Situation
Probably an artifact of the publication pipeline, but the table for acknowledging the names of contributors is ordered by last name and not as it should by first name (given).
https://docs.oasis-open.org/csaf/csaf/v2.0/csd01/csaf-v2.0-csd01.html#appendix-a-acknowledgments
# Proposal:
Sort asce... | 1.0 | Acknowledgement table should be sorted by first name - # Situation
Probably an artifact of the publication pipeline, but the table for acknowledging the names of contributors is ordered by last name and not as it should by first name (given).
https://docs.oasis-open.org/csaf/csaf/v2.0/csd01/csaf-v2.0-csd01.html#... | process | acknowledgement table should be sorted by first name situation probably an artifact of the publication pipeline but the table for acknowledging the names of contributors is ordered by last name and not as it should by first name given proposal sort ascending by first name last name and orga... | 1 |
8,941 | 12,055,480,323 | IssuesEvent | 2020-04-15 13:03:52 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | Cleanup of MoreAsserts#assertThrows | P3 category: misc > misc type: process | JUnit 4.13 will add a very helpful method called assertThrows. Until that is released, we can add this method to com.google.devtools.build.lib.testutil.MoreAsserts. After JUnit 4.13 is released, we should go back and change all of the callsites. | 1.0 | Cleanup of MoreAsserts#assertThrows - JUnit 4.13 will add a very helpful method called assertThrows. Until that is released, we can add this method to com.google.devtools.build.lib.testutil.MoreAsserts. After JUnit 4.13 is released, we should go back and change all of the callsites. | process | cleanup of moreasserts assertthrows junit will add a very helpful method called assertthrows until that is released we can add this method to com google devtools build lib testutil moreasserts after junit is released we should go back and change all of the callsites | 1 |
9,606 | 12,545,693,624 | IssuesEvent | 2020-06-05 19:23:34 | mendezc1/GenderMagRecordersAssistant | https://api.github.com/repos/mendezc1/GenderMagRecordersAssistant | closed | Add README Section on Downloading from the Chrome Store | Enhancement Good First Issue Information Processing Style Medium Priority | The README currently references downloading the tool via the chrome store instead of downloading from github but there is no information on how to do that.
README should include a section with info on how to do this or a link to another page that says how to do this. | 1.0 | Add README Section on Downloading from the Chrome Store - The README currently references downloading the tool via the chrome store instead of downloading from github but there is no information on how to do that.
README should include a section with info on how to do this or a link to another page that says how to ... | process | add readme section on downloading from the chrome store the readme currently references downloading the tool via the chrome store instead of downloading from github but there is no information on how to do that readme should include a section with info on how to do this or a link to another page that says how to ... | 1 |
7,868 | 11,043,790,376 | IssuesEvent | 2019-12-09 11:58:09 | cetic/tsorage | https://api.github.com/repos/cetic/tsorage | closed | Consider Protobuf as an alternative representation format for published messages | enhancement ingestion processing | The current representation format for published messages is JSON.
While convenient for the human reader, Protobuf is supposed to be more performant, because of its binary representation.
- [ ] Implement an Protobuf encoder / decoder as an alternative to the JSON one.
- [X] Determine to which extend this represen... | 1.0 | Consider Protobuf as an alternative representation format for published messages - The current representation format for published messages is JSON.
While convenient for the human reader, Protobuf is supposed to be more performant, because of its binary representation.
- [ ] Implement an Protobuf encoder / decode... | process | consider protobuf as an alternative representation format for published messages the current representation format for published messages is json while convenient for the human reader protobuf is supposed to be more performant because of its binary representation implement an protobuf encoder decoder ... | 1 |
14,169 | 3,236,803,574 | IssuesEvent | 2015-10-14 08:16:50 | quantmind/lux | https://api.github.com/repos/quantmind/lux | opened | Add form relatedfield via a rest model | enhancement form requires design effort REST | Currently, when one needs to add a related model to a ``RestModel`` it also needs to modify the form so that it uses a ``RelatedField``.
I propose to add enhance the ``RestModel.add_related_column`` so that the ``RelatedField`` is added to the ``form`` and ``updateform`` unless specified otherwise. | 1.0 | Add form relatedfield via a rest model - Currently, when one needs to add a related model to a ``RestModel`` it also needs to modify the form so that it uses a ``RelatedField``.
I propose to add enhance the ``RestModel.add_related_column`` so that the ``RelatedField`` is added to the ``form`` and ``updateform`` unless... | non_process | add form relatedfield via a rest model currently when one needs to add a related model to a restmodel it also needs to modify the form so that it uses a relatedfield i propose to add enhance the restmodel add related column so that the relatedfield is added to the form and updateform unless... | 0 |
293,198 | 25,275,704,654 | IssuesEvent | 2022-11-16 12:28:17 | epiphany-platform/epiphany | https://api.github.com/repos/epiphany-platform/epiphany | closed | [FEATURE REQUEST] [epicli test] Print total number of failed tests | status/grooming-needed area/testing | **Is your feature request related to a problem? Please describe.**
`epicli test` may produce a big number of xml files (in `spec_tests` sub-directory) and there is no information about total failed tests.
One has to check all xml files manually, for example using grep:
```
grep -Por 'failures="\d+"' /workspaces/ep... | 1.0 | [FEATURE REQUEST] [epicli test] Print total number of failed tests - **Is your feature request related to a problem? Please describe.**
`epicli test` may produce a big number of xml files (in `spec_tests` sub-directory) and there is no information about total failed tests.
One has to check all xml files manually, for... | non_process | print total number of failed tests is your feature request related to a problem please describe epicli test may produce a big number of xml files in spec tests sub directory and there is no information about total failed tests one has to check all xml files manually for example using grep g... | 0 |
46,252 | 11,806,570,910 | IssuesEvent | 2020-03-19 09:47:15 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | opened | confirm button cut-off in the middle when it's on description mode while creating new transaction | Bug: development Build test: success Docs: not needed Effort: small Feature Priority: immediate UX | ## Describe the bug
confirm button cut-off in the middle when it's on description mode while creating new transaction
<img width="813" alt="Screen Shot 2020-03-19 at 10 38 37 PM" src="https://user-images.githubusercontent.com/57238075/77053008-89bd1200-6a32-11ea-9585-3046d0b76a6e.png">
### To reproduce
Steps... | 1.0 | confirm button cut-off in the middle when it's on description mode while creating new transaction - ## Describe the bug
confirm button cut-off in the middle when it's on description mode while creating new transaction
<img width="813" alt="Screen Shot 2020-03-19 at 10 38 37 PM" src="https://user-images.githubuser... | non_process | confirm button cut off in the middle when it s on description mode while creating new transaction describe the bug confirm button cut off in the middle when it s on description mode while creating new transaction img width alt screen shot at pm src to reproduce steps to reprod... | 0 |
4,100 | 7,047,438,829 | IssuesEvent | 2018-01-02 13:32:56 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | opened | Update freebsd port to 0.9.0 to fix bazel nightly | category: misc > bootstrap / installation P1 type: process | Since https://github.com/bazelbuild/bazel/commit/caceacd984a3f86b623ea726f4df36bd81998d25 bazel nightly on freebsd has been failing as "configuration_field" is not available in bazel 0.7.0. Now that configuration_field is available on bazel 0.9.0 now, can we update bazel version in freebsd? Or change freebsd ci scripts... | 1.0 | Update freebsd port to 0.9.0 to fix bazel nightly - Since https://github.com/bazelbuild/bazel/commit/caceacd984a3f86b623ea726f4df36bd81998d25 bazel nightly on freebsd has been failing as "configuration_field" is not available in bazel 0.7.0. Now that configuration_field is available on bazel 0.9.0 now, can we update ba... | process | update freebsd port to to fix bazel nightly since bazel nightly on freebsd has been failing as configuration field is not available in bazel now that configuration field is available on bazel now can we update bazel version in freebsd or change freebsd ci scripts to use latest released bazel ... | 1 |
373,620 | 11,046,384,168 | IssuesEvent | 2019-12-09 16:45:51 | webpack-contrib/compression-webpack-plugin | https://api.github.com/repos/webpack-contrib/compression-webpack-plugin | closed | Allow multiple file outputs one for each algorithm | priority: 5 (nice to have) semver: Minor severity: 4 (inconvenient) type: Feature | - Operating System: Windows / Mac / Linux
- Node Version: 8.9.0
- NPM Version: 6.9.0
- webpack Version: 4.3.0
- compression-webpack-plugin Version: 3.0.0
### Feature Proposal
Allow plugin to generate multiple file outputs for multiple algorithms. Maybe algorithms can take an optional array format to indicate mo... | 1.0 | Allow multiple file outputs one for each algorithm - - Operating System: Windows / Mac / Linux
- Node Version: 8.9.0
- NPM Version: 6.9.0
- webpack Version: 4.3.0
- compression-webpack-plugin Version: 3.0.0
### Feature Proposal
Allow plugin to generate multiple file outputs for multiple algorithms. Maybe algori... | non_process | allow multiple file outputs one for each algorithm operating system windows mac linux node version npm version webpack version compression webpack plugin version feature proposal allow plugin to generate multiple file outputs for multiple algorithms maybe algori... | 0 |
8,645 | 11,789,396,888 | IssuesEvent | 2020-03-17 17:04:47 | rohanchandra30/Spectral-Trajectory-and-Behavior-Prediction | https://api.github.com/repos/rohanchandra30/Spectral-Trajectory-and-Behavior-Prediction | closed | Problems in data preparation steps | Data Processing enhancement | "Thanks for pointing that out! As you can see from the comment, that section is to generate multiple batches of data in case the raw data file is too large. But before that, "single" function will basically do similar thing and just put all data in one file. You can comment out that section and gave it a try.
Just ... | 1.0 | Problems in data preparation steps - "Thanks for pointing that out! As you can see from the comment, that section is to generate multiple batches of data in case the raw data file is too large. But before that, "single" function will basically do similar thing and just put all data in one file. You can comment out that... | process | problems in data preparation steps thanks for pointing that out as you can see from the comment that section is to generate multiple batches of data in case the raw data file is too large but before that single function will basically do similar thing and just put all data in one file you can comment out that... | 1 |
13,631 | 16,240,547,410 | IssuesEvent | 2021-05-07 09:00:35 | w3c/mediacapture-image | https://api.github.com/repos/w3c/mediacapture-image | closed | WG CR review for mediacapture-image | TAG-review process/infra | This issue serves to track internal WG review (in the WGs making up the mediacapture TF) of the mediacapture-image document for CR publication.
If you have reviewed the document, please add a “thumbs up” reaction to the issue.
If you find issues that you think need addressing before CR publication, please file the issu... | 1.0 | WG CR review for mediacapture-image - This issue serves to track internal WG review (in the WGs making up the mediacapture TF) of the mediacapture-image document for CR publication.
If you have reviewed the document, please add a “thumbs up” reaction to the issue.
If you find issues that you think need addressing befor... | process | wg cr review for mediacapture image this issue serves to track internal wg review in the wgs making up the mediacapture tf of the mediacapture image document for cr publication if you have reviewed the document please add a “thumbs up” reaction to the issue if you find issues that you think need addressing befor... | 1 |
4,512 | 6,664,387,087 | IssuesEvent | 2017-10-02 19:57:12 | cedardevs/onestop | https://api.github.com/repos/cedardevs/onestop | closed | Migrate Envelope dateline wrapping bugfix to api-metadata | api bug EPIC: Microservices ready | #206 Bugfix was applied to the api module, and needs to be applied to the new api-metadata module as well.
See https://github.com/cedardevs/onestop/pull/207 | 1.0 | Migrate Envelope dateline wrapping bugfix to api-metadata - #206 Bugfix was applied to the api module, and needs to be applied to the new api-metadata module as well.
See https://github.com/cedardevs/onestop/pull/207 | non_process | migrate envelope dateline wrapping bugfix to api metadata bugfix was applied to the api module and needs to be applied to the new api metadata module as well see | 0 |
9,768 | 11,816,710,321 | IssuesEvent | 2020-03-20 09:37:10 | Leaflet/Leaflet | https://api.github.com/repos/Leaflet/Leaflet | closed | L.Browser.pointer value is wrong | compatibility | Here are both docs and code:
https://github.com/Leaflet/Leaflet/blob/d1a1e97b8290f642eb677284af53c2db64199a76/src/core/Browser.js#L94-L96
It is clearly seen that `pointer` value will be `false` in webkit despite docs statement.
The issue appeared after #6855.
I understand that PR purpose, but still insist tha... | True | L.Browser.pointer value is wrong - Here are both docs and code:
https://github.com/Leaflet/Leaflet/blob/d1a1e97b8290f642eb677284af53c2db64199a76/src/core/Browser.js#L94-L96
It is clearly seen that `pointer` value will be `false` in webkit despite docs statement.
The issue appeared after #6855.
I understand th... | non_process | l browser pointer value is wrong here are both docs and code it is clearly seen that pointer value will be false in webkit despite docs statement the issue appeared after i understand that pr purpose but still insist that proposed fix was not proper webkit is not ios specific property ... | 0 |
7,359 | 2,601,758,726 | IssuesEvent | 2015-02-24 00:34:08 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | Method to get bot-only APM | auto-migrated Component-Logic NewFeature Object-Game Priority-Low Type-Enhancement | ```
A method to obtain the bot's APM and exclude all user-interact clicks.
Should this also include Selects? Or only mark Select+Command pairs?
int Game::getAPM()?
also
int Game::getActionCount()?
```
-----
Original issue reported on code.google.com by `AHeinerm` on 26 Nov 2010 at 5:13 | 1.0 | Method to get bot-only APM - ```
A method to obtain the bot's APM and exclude all user-interact clicks.
Should this also include Selects? Or only mark Select+Command pairs?
int Game::getAPM()?
also
int Game::getActionCount()?
```
-----
Original issue reported on code.google.com by `AHeinerm` on 26 Nov 2010 at 5:13 | non_process | method to get bot only apm a method to obtain the bot s apm and exclude all user interact clicks should this also include selects or only mark select command pairs int game getapm also int game getactioncount original issue reported on code google com by aheinerm on nov at | 0 |
1,427 | 3,994,374,528 | IssuesEvent | 2016-05-10 12:09:26 | thesgc/chembiohub_helpdesk | https://api.github.com/repos/thesgc/chembiohub_helpdesk | closed | Clarification in what external users can and can't do required. | Managing users priority: Low processed backlog suggestion | I can add an external user as an editor on a project via edit user roles. The External user does not have access to editing privileges despite being added as editor by the project owner. We need to be clear about what an external user can and can’t do here | 1.0 | Clarification in what external users can and can't do required. - I can add an external user as an editor on a project via edit user roles. The External user does not have access to editing privileges despite being added as editor by the project owner. We need to be clear about what an external user can and can’t do he... | process | clarification in what external users can and can t do required i can add an external user as an editor on a project via edit user roles the external user does not have access to editing privileges despite being added as editor by the project owner we need to be clear about what an external user can and can’t do he... | 1 |
13,256 | 15,725,719,346 | IssuesEvent | 2021-03-29 10:20:13 | hashicorp/packer | https://api.github.com/repos/hashicorp/packer | closed | amazon-import - improvement | enhancement post-processor/amazon-import remote-plugin/amazon | #### Feature Description
amazon-import supporting "import-snapshot" (ami import passing through snapshot.).
#### Use Case(s)
I know support from vendor is important, this case can be an exception. AWS is not declaring support for kernel version present in many new OS (CentOS 8, Fedora 31, ...) and stop vmimpor... | 1.0 | amazon-import - improvement - #### Feature Description
amazon-import supporting "import-snapshot" (ami import passing through snapshot.).
#### Use Case(s)
I know support from vendor is important, this case can be an exception. AWS is not declaring support for kernel version present in many new OS (CentOS 8, Fe... | process | amazon import improvement feature description amazon import supporting import snapshot ami import passing through snapshot use case s i know support from vendor is important this case can be an exception aws is not declaring support for kernel version present in many new os centos fe... | 1 |
270,960 | 20,616,481,169 | IssuesEvent | 2022-03-07 13:43:33 | cockroachdb/cockroach-operator | https://api.github.com/repos/cockroachdb/cockroach-operator | closed | Operator on OpenShift Challenges | bug documentation | The Operator installation instructions are not working for me. I explored [gcp-install.md](https://github.com/cockroachdb/cockroach-operator/blob/master/docs/openshift/gcp-install.md) and [openshift-dev.md](https://github.com/cockroachdb/cockroach-operator/blob/master/docs/openshift/openshift-dev.md).
I assume the [... | 1.0 | Operator on OpenShift Challenges - The Operator installation instructions are not working for me. I explored [gcp-install.md](https://github.com/cockroachdb/cockroach-operator/blob/master/docs/openshift/gcp-install.md) and [openshift-dev.md](https://github.com/cockroachdb/cockroach-operator/blob/master/docs/openshift/o... | non_process | operator on openshift challenges the operator installation instructions are not working for me i explored and i assume the are the instructions that we are supposed to be using is that correct in the other file it instructs one to navigate to the openshift web console does that require a su... | 0 |
17,654 | 23,472,401,282 | IssuesEvent | 2022-08-17 00:01:02 | MPMG-DCC-UFMG/C01 | https://api.github.com/repos/MPMG-DCC-UFMG/C01 | closed | Adaptação da resolução do Playwright para configuração da página | [2] Baixa Prioridade [0] Desenvolvimento [1] Aprimoramento [3] Processamento Dinâmico | ## Comportamento Esperado
Desejamos que seja possível configurar a resolução de execução do navegador na coleta dinâmica. O usuário terá a possibilidade de escolher a resolução desejada. Essa resolução pode ser escolhida com a escolha de uma largura e altura arbitrária, como também através de uma lista de resoluções u... | 1.0 | Adaptação da resolução do Playwright para configuração da página - ## Comportamento Esperado
Desejamos que seja possível configurar a resolução de execução do navegador na coleta dinâmica. O usuário terá a possibilidade de escolher a resolução desejada. Essa resolução pode ser escolhida com a escolha de uma largura e ... | process | adaptação da resolução do playwright para configuração da página comportamento esperado desejamos que seja possível configurar a resolução de execução do navegador na coleta dinâmica o usuário terá a possibilidade de escolher a resolução desejada essa resolução pode ser escolhida com a escolha de uma largura e ... | 1 |
20,913 | 27,753,590,531 | IssuesEvent | 2023-03-15 23:19:26 | dDevTech/tapas-top-frontend | https://api.github.com/repos/dDevTech/tapas-top-frontend | closed | Modificación ajustes perfil page 20/03/2023 | pending in process require testing | Añadir a la página /account/settings la posibilidad de cambiar:
-Ubicación [categoría]
-Género [categoria]
-País [categoría]
-Foto text
-Descripción multitext | 1.0 | Modificación ajustes perfil page 20/03/2023 - Añadir a la página /account/settings la posibilidad de cambiar:
-Ubicación [categoría]
-Género [categoria]
-País [categoría]
-Foto text
-Descripción multitext | process | modificación ajustes perfil page añadir a la página account settings la posibilidad de cambiar ubicación género país foto text descripción multitext | 1 |
246,754 | 18,853,154,133 | IssuesEvent | 2021-11-12 00:25:27 | Interlisp/medley | https://api.github.com/repos/Interlisp/medley | reopened | Embed SUBR documentation in C code | documentation wontfix maiko testing | The SUBR (i.e. VM opcode) dispatch table seems to be in Maiko's [`src/subr.c`](https://github.com/Interlisp/maiko/blob/master/src/subr.c). Could we add a specially formatted comment into the C code to document each SUBR, and write a script to extract those comments and generate a nice HTML document from them?
If the... | 1.0 | Embed SUBR documentation in C code - The SUBR (i.e. VM opcode) dispatch table seems to be in Maiko's [`src/subr.c`](https://github.com/Interlisp/maiko/blob/master/src/subr.c). Could we add a specially formatted comment into the C code to document each SUBR, and write a script to extract those comments and generate a ni... | non_process | embed subr documentation in c code the subr i e vm opcode dispatch table seems to be in maiko s could we add a specially formatted comment into the c code to document each subr and write a script to extract those comments and generate a nice html document from them if the description of each subr is right... | 0 |
428,867 | 12,418,461,854 | IssuesEvent | 2020-05-23 00:25:19 | eclipse-ee4j/glassfish | https://api.github.com/repos/eclipse-ee4j/glassfish | closed | Deployment Fails If EclipseLink Cache Coordination Is Configured | Component: entity-persistence ERR: Assignee Priority: Major Stale Type: Bug | Glassfish 3.1.2 introduced early validation of JPA persistence units on DAS.
For this reason DAS creates and entity manager during deployment which will fail with EclipseLink Cache Coordination configured because the required resources are missing on the DAS server.
For JMSTopicTransportManager this would be the Topic... | 1.0 | Deployment Fails If EclipseLink Cache Coordination Is Configured - Glassfish 3.1.2 introduced early validation of JPA persistence units on DAS.
For this reason DAS creates and entity manager during deployment which will fail with EclipseLink Cache Coordination configured because the required resources are missing on th... | non_process | deployment fails if eclipselink cache coordination is configured glassfish introduced early validation of jpa persistence units on das for this reason das creates and entity manager during deployment which will fail with eclipselink cache coordination configured because the required resources are missing on th... | 0 |
11,886 | 14,680,972,694 | IssuesEvent | 2020-12-31 11:46:06 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | Fields should not be editable | Bug P1 Participant manager Process: Tested QA Process: Tested dev | Fields should not be editable in the following
1. Edit user details page when user is deactivated
2. Edit Location details page when location is deactivated
| 2.0 | Fields should not be editable - Fields should not be editable in the following
1. Edit user details page when user is deactivated
2. Edit Location details page when location is deactivated
| process | fields should not be editable fields should not be editable in the following edit user details page when user is deactivated edit location details page when location is deactivated | 1 |
52,562 | 22,294,379,937 | IssuesEvent | 2022-06-12 20:49:04 | badges/shields | https://api.github.com/repos/badges/shields | opened | GitLab Pipeline (nested group) service test failing | keep-service-tests-green | :clock11: **When did the problem start?**
At least a week ago
<!-- Indicate when the problem started -->
:camera: **Live badge**
<!-- Provide a link to the live badge in plain text and markdown. -->
https://img.shields.io/gitlab/pipeline-status/gitlab-org/gitlab?branch=master
 service test failing - :clock11: **When did the problem start?**
At least a week ago
<!-- Indicate when the problem started -->
:camera: **Live badge**
<!-- Provide a link to the live badge in plain text and markdown. -->
https://img.shields.io/gitlab/pipeline-status/gitlab-org/... | non_process | gitlab pipeline nested group service test failing when did the problem start at least a week ago camera live badge wrench is the live badge working yes at least for non nested group link circleci link lady beetle stack trace gitlab pip... | 0 |
17,376 | 23,200,154,458 | IssuesEvent | 2022-08-01 20:32:59 | Ultimate-Hosts-Blacklist/whitelist | https://api.github.com/repos/Ultimate-Hosts-Blacklist/whitelist | closed | [FALSE-POSITIVE?] | whitelisting process | **Domains or links**
Please list any domains and links listed here which you believe are a false positive.
**More Information**
How did you discover your web site or domain was listed here?
Notified by another domain blocking company
**Have you requested removal from other sources?**
Yes, working on a whole l... | 1.0 | [FALSE-POSITIVE?] - **Domains or links**
Please list any domains and links listed here which you believe are a false positive.
**More Information**
How did you discover your web site or domain was listed here?
Notified by another domain blocking company
**Have you requested removal from other sources?**
Yes,... | process | domains or links please list any domains and links listed here which you believe are a false positive more information how did you discover your web site or domain was listed here notified by another domain blocking company have you requested removal from other sources yes working on a wh... | 1 |
161,180 | 12,533,338,289 | IssuesEvent | 2020-06-04 17:25:39 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | server: TestAdminAPINonTableStats failed | C-test-failure O-robot branch-master | [(server).TestAdminAPINonTableStats failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1952263&tab=buildLog) on [master@a0f5c15b3929c224a46e3ca2545171f349c233fa](https://github.com/cockroachdb/cockroach/commits/a0f5c15b3929c224a46e3ca2545171f349c233fa):
```
github.com/cockroachdb/cockroach/pkg/server.(*Te... | 1.0 | server: TestAdminAPINonTableStats failed - [(server).TestAdminAPINonTableStats failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1952263&tab=buildLog) on [master@a0f5c15b3929c224a46e3ca2545171f349c233fa](https://github.com/cockroachdb/cockroach/commits/a0f5c15b3929c224a46e3ca2545171f349c233fa):
```
githu... | non_process | server testadminapinontablestats failed on github com cockroachdb cockroach pkg server testserver start go src github com cockroachdb cockroach pkg server testserver go github com cockroachdb cockroach pkg testutils serverutils startserverraw go src github com cockroachdb c... | 0 |
15,577 | 19,703,689,923 | IssuesEvent | 2022-01-12 19:20:41 | googleapis/google-cloud-php-compute | https://api.github.com/repos/googleapis/google-cloud-php-compute | opened | Your .repo-metadata.json file has a problem 🤒 | type: process repo-metadata: lint | You have a problem with your .repo-metadata.json file:
Result of scan 📈:
* release_level must be equal to one of the allowed values in .repo-metadata.json
* api_shortname field missing from .repo-metadata.json
☝️ Once you correct these problems, you can close this issue.
Reach out to **go/github-automation** if y... | 1.0 | Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file:
Result of scan 📈:
* release_level must be equal to one of the allowed values in .repo-metadata.json
* api_shortname field missing from .repo-metadata.json
☝️ Once you correct these problems, you can close this i... | process | your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname field missing from repo metadata json ☝️ once you correct these problems you can close this i... | 1 |
25,124 | 12,218,266,760 | IssuesEvent | 2020-05-01 18:57:52 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | opened | Ensure that we are tracking Go test coverage correctly | planned/3.17 team/core-services testing | From @keegancsmith [on Slack](https://sourcegraph.slack.com/archives/CHPC7UX16/p1588235602278900?thread_ts=1588193714.276400&cid=CHPC7UX16)
> FYI the current measurement is much lower than the reality. Everytime we have tried to use `-coverpkg` it broke something (I think because of how it interacts with race? I can... | 1.0 | Ensure that we are tracking Go test coverage correctly - From @keegancsmith [on Slack](https://sourcegraph.slack.com/archives/CHPC7UX16/p1588235602278900?thread_ts=1588193714.276400&cid=CHPC7UX16)
> FYI the current measurement is much lower than the reality. Everytime we have tried to use `-coverpkg` it broke someth... | non_process | ensure that we are tracking go test coverage correctly from keegancsmith fyi the current measurement is much lower than the reality everytime we have tried to use coverpkg it broke something i think because of how it interacts with race i can t remember but right now we only collect coverage inside... | 0 |
175,940 | 28,001,072,684 | IssuesEvent | 2023-03-27 11:49:00 | kodadot/nft-gallery | https://api.github.com/repos/kodadot/nft-gallery | closed | Collection Redesign | p2 collection redesign | Hey 5000th issue 🎂🥳
@exezbcz is author here,
@yangwao reserved special number.
Collection activity
---
- #5272
- #5286
Quick Brief
---
Here we go with collection
- Activity tab missing, will be finished parallelly with item view going live
- note that many parts are similar to to explore v0.9 - #4... | 1.0 | Collection Redesign - Hey 5000th issue 🎂🥳
@exezbcz is author here,
@yangwao reserved special number.
Collection activity
---
- #5272
- #5286
Quick Brief
---
Here we go with collection
- Activity tab missing, will be finished parallelly with item view going live
- note that many parts are similar t... | non_process | collection redesign hey issue 🎂🥳 exezbcz is author here yangwao reserved special number collection activity quick brief here we go with collection activity tab missing will be finished parallelly with item view going live note that many parts are similar to to explor... | 0 |
435,856 | 30,523,367,861 | IssuesEvent | 2023-07-19 09:33:31 | SciTools/iris | https://api.github.com/repos/SciTools/iris | closed | Iris incorrectly merging variables with the same STASH code from pp file | Type: Bug Type: Documentation Feature: Merge/Concatenate | ## 🐛 Bug Report
I have pp files that have two temperature variables with the same STASH code, but two different pressure domain profiles. One has 19 pressure levels and the other has 27 pressure levels. When viewing the file using xconv I can see the two variables listed separately.
Some of the values of the pres... | 1.0 | Iris incorrectly merging variables with the same STASH code from pp file - ## 🐛 Bug Report
I have pp files that have two temperature variables with the same STASH code, but two different pressure domain profiles. One has 19 pressure levels and the other has 27 pressure levels. When viewing the file using xconv I can ... | non_process | iris incorrectly merging variables with the same stash code from pp file 🐛 bug report i have pp files that have two temperature variables with the same stash code but two different pressure domain profiles one has pressure levels and the other has pressure levels when viewing the file using xconv i can se... | 0 |
2,491 | 5,267,387,166 | IssuesEvent | 2017-02-04 21:58:02 | jlm2017/jlm-video-subtitles | https://api.github.com/repos/jlm2017/jlm-video-subtitles | opened | [subtitles] [eng] MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney | Language: English Process: [0] Awaiting subtitles | # Video title
MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney
# URL
https://www.youtube.com/watch?v=jO8TCOMU2i8
# Youtube subtitles language
Langue des sous-titres (Anglais)
# Duration
36:27
# Subtitles URL
https://www.youtube.com/timedtext_editor?ref=player&forceedit=captio... | 1.0 | [subtitles] [eng] MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney - # Video title
MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney
# URL
https://www.youtube.com/watch?v=jO8TCOMU2i8
# Youtube subtitles language
Langue des sous-titres (Anglais)
# Duration
36:27
# ... | process | mélenchon discours sur l abolition de l esclavage à champagney video title mélenchon discours sur l abolition de l esclavage à champagney url youtube subtitles language langue des sous titres anglais duration subtitles url | 1 |
84,158 | 10,478,966,279 | IssuesEvent | 2019-09-24 02:15:43 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | opened | Block Navigator: Add ability to insert blocks from inside navigator | Block Navigation Menu Needs Design [Type] Enhancement | 
It would be useful for the Navigation block if users could Block Navigator could insert blocks from within the Block Navigator.
The primary use case is for adding Menu Items to a Navigation block. | 1.0 | Block Navigator: Add ability to insert blocks from inside navigator - 
It would be useful for the Navigation block if users could Block Navigator could insert blocks from within the Block Navigator.
The primary ... | non_process | block navigator add ability to insert blocks from inside navigator it would be useful for the navigation block if users could block navigator could insert blocks from within the block navigator the primary use case is for adding menu items to a navigation block | 0 |
5,286 | 2,610,184,718 | IssuesEvent | 2015-02-26 18:58:42 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 转载遗传色斑怎么去掉 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
那一夜,坐着缓慢行驶的轿车,走过,曾经最美好的画面,��
�数曾经你给我的感动,一个挺拔的身影,一张帅气的娃娃脸�
��牵着我的手,漫步在星空下,灯光洒落,身后印下相依快乐
的你我......我已将它埋入心底,谢谢你,希望你要的幸福她��
�以给你。那一夜,我对于这满脸的色斑达到了难于明喻的痛�
��!遗传色斑怎么去掉,
《客户案例》
在我的生活当中,要问我对自己最不满意的地方是什么��
�想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种�
��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐
若现,不多也不明显。后来毕业工作了,因为做的是经常对��
�电脑的文员工作,电脑辐射本身对皮肤伤害很大,我平常... | 1.0 | 转载遗传色斑怎么去掉 - ```
《摘要》
那一夜,坐着缓慢行驶的轿车,走过,曾经最美好的画面,��
�数曾经你给我的感动,一个挺拔的身影,一张帅气的娃娃脸�
��牵着我的手,漫步在星空下,灯光洒落,身后印下相依快乐
的你我......我已将它埋入心底,谢谢你,希望你要的幸福她��
�以给你。那一夜,我对于这满脸的色斑达到了难于明喻的痛�
��!遗传色斑怎么去掉,
《客户案例》
在我的生活当中,要问我对自己最不满意的地方是什么��
�想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种�
��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐
若现,不多也不明显。后来毕业工作了,因为做的是经常对��
�电脑的文员工作,电脑辐... | non_process | 转载遗传色斑怎么去掉 《摘要》 那一夜,坐着缓慢行驶的轿车,走过,曾经最美好的画面,�� �数曾经你给我的感动,一个挺拔的身影,一张帅气的娃娃脸� ��牵着我的手,漫步在星空下,灯光洒落,身后印下相依快乐 的你我 我已将它埋入心底,谢谢你,希望你要的幸福她�� �以给你。那一夜,我对于这满脸的色斑达到了难于明喻的痛� ��!遗传色斑怎么去掉, 《客户案例》 在我的生活当中,要问我对自己最不满意的地方是什么�� �想想,就是我的一脸黄褐斑了。我的皮肤属于比较白的那种� ��生,在很小的时候,鼻梁就有一点黄褐斑,但那时斑是若隐 若现,不多也不明显。后来毕业工作了,因为做的是经常对�� �电脑的文员工作,电脑辐... | 0 |
1,864 | 4,691,155,573 | IssuesEvent | 2016-10-11 09:32:07 | CERNDocumentServer/cds | https://api.github.com/repos/CERNDocumentServer/cds | closed | Generate frames ` ffmpeg` (?) | avc_processing review | We want to generate video frames (still images) each ``X`` seconds or percent of the video and should have ``cli`` for generating the frames manually.
One option is to use the wrapper ``PyFFmpeg``. | 1.0 | Generate frames ` ffmpeg` (?) - We want to generate video frames (still images) each ``X`` seconds or percent of the video and should have ``cli`` for generating the frames manually.
One option is to use the wrapper ``PyFFmpeg``. | process | generate frames ffmpeg we want to generate video frames still images each x seconds or percent of the video and should have cli for generating the frames manually one option is to use the wrapper pyffmpeg | 1 |
22,455 | 31,233,673,030 | IssuesEvent | 2023-08-20 02:00:06 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Thu, 17 Aug 23 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
There is no result
## Keyword: event camera
There is no result
## Keyword: events camera
There is no result
## Keyword: white balance
There is no result
## Keyword: color contrast
There is no result
## Keyword: AWB
There is no result
## Keyword: ISP
### SYENet: A Simple Yet Effective Network fo... | 2.0 | New submissions for Thu, 17 Aug 23 - ## Keyword: events
There is no result
## Keyword: event camera
There is no result
## Keyword: events camera
There is no result
## Keyword: white balance
There is no result
## Keyword: color contrast
There is no result
## Keyword: AWB
There is no result
## Keyword: ISP
### SYEN... | process | new submissions for thu aug keyword events there is no result keyword event camera there is no result keyword events camera there is no result keyword white balance there is no result keyword color contrast there is no result keyword awb there is no result keyword isp syenet... | 1 |
1,946 | 4,770,502,155 | IssuesEvent | 2016-10-26 15:25:58 | P0cL4bs/WiFi-Pumpkin | https://api.github.com/repos/P0cL4bs/WiFi-Pumpkin | closed | IOError: [Errno 2] No such file or directory | in process priority solved | Hello
I have had this error, but if you create the folder manually, and Reloading the program, the logs are generated normally and everything continues well. I guess some will be writing problem
/////////////////////
root@kali:/opt/Wifi-Pumpkin/WiFi-Pumpkin# sudo python wifi-pumpkin.py
Loading GUI...
WiFi-Pumpk... | 1.0 | IOError: [Errno 2] No such file or directory - Hello
I have had this error, but if you create the folder manually, and Reloading the program, the logs are generated normally and everything continues well. I guess some will be writing problem
/////////////////////
root@kali:/opt/Wifi-Pumpkin/WiFi-Pumpkin# sudo pyth... | process | ioerror no such file or directory hello i have had this error but if you create the folder manually and reloading the program the logs are generated normally and everything continues well i guess some will be writing problem root kali opt wifi pumpkin wifi pumpkin sudo python wifi ... | 1 |
728,372 | 25,076,402,734 | IssuesEvent | 2022-11-07 15:48:29 | OpenTabletDriver/OpenTabletDriver | https://api.github.com/repos/OpenTabletDriver/OpenTabletDriver | closed | Aux Buttons should not have Pen Passthrough as an option | enhancement linux/gtk priority:low desktop | ## Description
Aux buttons with pen passthrough does not make sense. I tried implementing it with stuff like BTN_0 etc, but applications do not seem to know what to do with this. Until we know it makes sense, it's probably smarter to hide it entirely.
## System Information:
<!-- Please fill out this information --... | 1.0 | Aux Buttons should not have Pen Passthrough as an option - ## Description
Aux buttons with pen passthrough does not make sense. I tried implementing it with stuff like BTN_0 etc, but applications do not seem to know what to do with this. Until we know it makes sense, it's probably smarter to hide it entirely.
## Sy... | non_process | aux buttons should not have pen passthrough as an option description aux buttons with pen passthrough does not make sense i tried implementing it with stuff like btn etc but applications do not seem to know what to do with this until we know it makes sense it s probably smarter to hide it entirely sy... | 0 |
809,411 | 30,191,602,703 | IssuesEvent | 2023-07-04 15:51:10 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | Placeholder overmap detectable at any range on sensors | Priority: Low Could Reproduce | ### Description of issue
Placeholders don't adhere to standard overmap icon behaviour.
### Difference between expected and actual behaviour
Placeholder icons should share the same behaviour of being detected- classified as contact- etc. And not be always visible.
### Steps to reproduce
1. Have sensors of... | 1.0 | Placeholder overmap detectable at any range on sensors - ### Description of issue
Placeholders don't adhere to standard overmap icon behaviour.
### Difference between expected and actual behaviour
Placeholder icons should share the same behaviour of being detected- classified as contact- etc. And not be always... | non_process | placeholder overmap detectable at any range on sensors description of issue placeholders don t adhere to standard overmap icon behaviour difference between expected and actual behaviour placeholder icons should share the same behaviour of being detected classified as contact etc and not be always... | 0 |
6,911 | 10,061,039,623 | IssuesEvent | 2019-07-22 20:20:26 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Process.Start and File.Open not working | area-System.Diagnostics.Process question | Hi, I don't know if I set this issue in the correct place ;) but I have a problem with .net Core 3.0.
When I try to open file or start process I get an error:
```Log
Exception has occurred: CLR/System.ComponentModel.Win32Exception
An unhandled type exception has occurred „System.ComponentModel.Win32Exception” w S... | 1.0 | Process.Start and File.Open not working - Hi, I don't know if I set this issue in the correct place ;) but I have a problem with .net Core 3.0.
When I try to open file or start process I get an error:
```Log
Exception has occurred: CLR/System.ComponentModel.Win32Exception
An unhandled type exception has occurred ... | process | process start and file open not working hi i don t know if i set this issue in the correct place but i have a problem with net core when i try to open file or start process i get an error log exception has occurred clr system componentmodel an unhandled type exception has occurred „system compo... | 1 |
30,628 | 4,641,490,926 | IssuesEvent | 2016-09-30 05:13:20 | JuliaLang/julia | https://api.github.com/repos/JuliaLang/julia | opened | Refactoring base's runtests harness for packages to use too | packages testsystem | Ref https://github.com/JuliaLang/julia/pull/17165#issuecomment-241830583, we should try to refactor what's currently in `test/runtests.jl` to instead be a default part of the `Base.Test` module so packages can also use it for pretty-printing, parallel execution, running of selective subsets of tests (related to https:/... | 1.0 | Refactoring base's runtests harness for packages to use too - Ref https://github.com/JuliaLang/julia/pull/17165#issuecomment-241830583, we should try to refactor what's currently in `test/runtests.jl` to instead be a default part of the `Base.Test` module so packages can also use it for pretty-printing, parallel execut... | non_process | refactoring base s runtests harness for packages to use too ref we should try to refactor what s currently in test runtests jl to instead be a default part of the base test module so packages can also use it for pretty printing parallel execution running of selective subsets of tests related to and everyth... | 0 |
126,030 | 4,971,651,320 | IssuesEvent | 2016-12-05 19:18:58 | SIU-CS/BarGame-Production | https://api.github.com/repos/SIU-CS/BarGame-Production | closed | Leveling Up | Priority-Medium Product Backlog | I want to earn experience points by completing quests and winning duels which will lead to me leveling up. When I level up I want my stats to increase.
| 1.0 | Leveling Up - I want to earn experience points by completing quests and winning duels which will lead to me leveling up. When I level up I want my stats to increase.
| non_process | leveling up i want to earn experience points by completing quests and winning duels which will lead to me leveling up when i level up i want my stats to increase | 0 |
191,646 | 6,835,912,465 | IssuesEvent | 2017-11-10 04:12:22 | DMS-Aus/Roam | https://api.github.com/repos/DMS-Aus/Roam | closed | NameError: global name 'roam' is not defined | bug :( priority/mid | I'm getting a Roam Error message
> Traceback (most recent call last):
> File "roam\mainwindow.pyc", line 331, in openkeyboard
> File "roam\api\utils.pyc", line 41, in open_keyboard
> NameError: global name 'roam' is not defined
when trying to use **Text** control to a String Column.
I get no Error message if I pi... | 1.0 | NameError: global name 'roam' is not defined - I'm getting a Roam Error message
> Traceback (most recent call last):
> File "roam\mainwindow.pyc", line 331, in openkeyboard
> File "roam\api\utils.pyc", line 41, in open_keyboard
> NameError: global name 'roam' is not defined
when trying to use **Text** control to a... | non_process | nameerror global name roam is not defined i m getting a roam error message traceback most recent call last file roam mainwindow pyc line in openkeyboard file roam api utils pyc line in open keyboard nameerror global name roam is not defined when trying to use text control to a st... | 0 |
1,363 | 2,511,944,272 | IssuesEvent | 2015-01-14 12:50:22 | transientskp/tkp | https://api.github.com/repos/transientskp/tkp | opened | Quality Control: Percentage of flagged data | enhancement priority low | In version 1, we will concentrate on the total percentage of flagged data in the measurement set. This test can be fairly easily implemented using the TAQL query:
`taql 'CALC sum([select ntrue(FLAG) from '+ $msname + '])' `
This gives the total number of flags. Changing 'ntrue' to 'nfalse' gives the total amount ... | 1.0 | Quality Control: Percentage of flagged data - In version 1, we will concentrate on the total percentage of flagged data in the measurement set. This test can be fairly easily implemented using the TAQL query:
`taql 'CALC sum([select ntrue(FLAG) from '+ $msname + '])' `
This gives the total number of flags. Changi... | non_process | quality control percentage of flagged data in version we will concentrate on the total percentage of flagged data in the measurement set this test can be fairly easily implemented using the taql query taql calc sum this gives the total number of flags changing ntrue to nfalse gives the total ... | 0 |
206,656 | 15,766,377,355 | IssuesEvent | 2021-03-31 15:00:41 | pulumi/pulumi | https://api.github.com/repos/pulumi/pulumi | opened | Provide a built-in way to wait for a resource to be completely provisioned (for testing) | area/testing impact/usability kind/enhancement | To make it easier to do mocks in unit testing (at least in TypeScript, but likely in all Pulumi languages), I want the Pulumi framework to provide a built-in way to wait on any resources to be completely provisioned. This would enable me to write tests that assert over the state of a set of resources that I provisione... | 1.0 | Provide a built-in way to wait for a resource to be completely provisioned (for testing) - To make it easier to do mocks in unit testing (at least in TypeScript, but likely in all Pulumi languages), I want the Pulumi framework to provide a built-in way to wait on any resources to be completely provisioned. This would e... | non_process | provide a built in way to wait for a resource to be completely provisioned for testing to make it easier to do mocks in unit testing at least in typescript but likely in all pulumi languages i want the pulumi framework to provide a built in way to wait on any resources to be completely provisioned this would e... | 0 |
14,710 | 17,910,319,710 | IssuesEvent | 2021-09-09 03:44:02 | NationalSecurityAgency/ghidra | https://api.github.com/repos/NationalSecurityAgency/ghidra | closed | Support for 65c02 mnemonics | Type: Enhancement Feature: Processor/6502 | **Is your feature request related to a problem? Please describe.**
Yes, it is not possible to fully disassembled 65C02 code currently.
**Describe the solution you'd like**
The 6502 module currently in Ghidra only supports the 6502 set of mnemonics. The 65C02 variant added several more mnemonics (e.g. STZ) which it... | 1.0 | Support for 65c02 mnemonics - **Is your feature request related to a problem? Please describe.**
Yes, it is not possible to fully disassembled 65C02 code currently.
**Describe the solution you'd like**
The 6502 module currently in Ghidra only supports the 6502 set of mnemonics. The 65C02 variant added several more... | process | support for mnemonics is your feature request related to a problem please describe yes it is not possible to fully disassembled code currently describe the solution you d like the module currently in ghidra only supports the set of mnemonics the variant added several more mnemonics e g s... | 1 |
202,982 | 15,863,667,379 | IssuesEvent | 2021-04-08 13:02:30 | gabygab159/foodPickupOrdering | https://api.github.com/repos/gabygab159/foodPickupOrdering | opened | code cleaning | cleaning documentation | - [ ] add comments to functions/routines
- [ ] remove console.log entries
- [ ] remove test/old code
- [ ] run eslint to sanitize the javascript code
- [ ] | 1.0 | code cleaning - - [ ] add comments to functions/routines
- [ ] remove console.log entries
- [ ] remove test/old code
- [ ] run eslint to sanitize the javascript code
- [ ] | non_process | code cleaning add comments to functions routines remove console log entries remove test old code run eslint to sanitize the javascript code | 0 |
10,635 | 13,443,429,647 | IssuesEvent | 2020-09-08 08:21:03 | threefoldtech/js-sdk | https://api.github.com/repos/threefoldtech/js-sdk | closed | Hosted 3Bot deployment: succeeded but can't be shown | process_wontfix type_bug | ### Description
I deployed a hosted 3Bot, and the chatflow said it all went well, but Google Chrome gives an error, saying it can't be shown due to 'scrambled credentials'.
<img width="1235" alt="Screenshot 2020-09-08 at 08 18 16" src="https://user-images.githubusercontent.com/30384423/92441009-b7973e00-f1ad-11ea-... | 1.0 | Hosted 3Bot deployment: succeeded but can't be shown - ### Description
I deployed a hosted 3Bot, and the chatflow said it all went well, but Google Chrome gives an error, saying it can't be shown due to 'scrambled credentials'.
<img width="1235" alt="Screenshot 2020-09-08 at 08 18 16" src="https://user-images.gith... | process | hosted deployment succeeded but can t be shown description i deployed a hosted and the chatflow said it all went well but google chrome gives an error saying it can t be shown due to scrambled credentials img width alt screenshot at src version information os mac... | 1 |
15,329 | 19,440,789,318 | IssuesEvent | 2021-12-22 00:23:14 | redwoodjs/redwood | https://api.github.com/repos/redwoodjs/redwood | closed | Support for pnpm, ability to choose package manager | triage/processing | First of all thank you for such a great tool🔥.
As I understand Redwood picks up best technologies so you do not need to make a choice. So why don't use pnpm instead of yarn? As I know I has lot of advantages over both npm and yarn. And if not, then why don't put it optionally, to be able choose package manager? For e... | 1.0 | Support for pnpm, ability to choose package manager - First of all thank you for such a great tool🔥.
As I understand Redwood picks up best technologies so you do not need to make a choice. So why don't use pnpm instead of yarn? As I know I has lot of advantages over both npm and yarn. And if not, then why don't put i... | process | support for pnpm ability to choose package manager first of all thank you for such a great tool🔥 as i understand redwood picks up best technologies so you do not need to make a choice so why don t use pnpm instead of yarn as i know i has lot of advantages over both npm and yarn and if not then why don t put i... | 1 |
51,524 | 13,635,139,968 | IssuesEvent | 2020-09-25 02:00:50 | nasifimtiazohi/openmrs-module-metadatamapping-1.3.4 | https://api.github.com/repos/nasifimtiazohi/openmrs-module-metadatamapping-1.3.4 | opened | CVE-2016-10518 (High) detected in ws-0.8.0.tgz | security vulnerability | ## CVE-2016-10518 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ws-0.8.0.tgz</b></p></summary>
<p>simple to use, blazing fast and thoroughly tested websocket client, server and conso... | True | CVE-2016-10518 (High) detected in ws-0.8.0.tgz - ## CVE-2016-10518 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ws-0.8.0.tgz</b></p></summary>
<p>simple to use, blazing fast and tho... | non_process | cve high detected in ws tgz cve high severity vulnerability vulnerable library ws tgz simple to use blazing fast and thoroughly tested websocket client server and console for node js up to date against rfc library home page a href path to dependency file openmrs mo... | 0 |
7,210 | 10,343,381,260 | IssuesEvent | 2019-09-04 08:50:14 | Hurence/logisland | https://api.github.com/repos/Hurence/logisland | closed | Support new processor EvaluteXPath | processor | # Expected behavior and actual behavior.
The need is to be able to apply xpath queries to an XML blob contained in a field of a record to generate new attributes in the record.
Therefore the processor should specify the name of the attribute containing the xml blob in the record to process; plus a set of xpath quer... | 1.0 | Support new processor EvaluteXPath - # Expected behavior and actual behavior.
The need is to be able to apply xpath queries to an XML blob contained in a field of a record to generate new attributes in the record.
Therefore the processor should specify the name of the attribute containing the xml blob in the record... | process | support new processor evalutexpath expected behavior and actual behavior the need is to be able to apply xpath queries to an xml blob contained in a field of a record to generate new attributes in the record therefore the processor should specify the name of the attribute containing the xml blob in the record... | 1 |
13,890 | 16,655,674,039 | IssuesEvent | 2021-06-05 13:31:29 | paul-buerkner/brms | https://api.github.com/repos/paul-buerkner/brms | closed | extending pp_average to work with posterior_epred | feature post-processing | I am using `pp_average` to get the posterior predictive values across different models via Bayesian model stacking. But it seems that `pp_average` calls `posterior_predict` by default, which makes it hard to specify other dependent parameters in a distributional model.
It would be better to extend `pp_average` to w... | 1.0 | extending pp_average to work with posterior_epred - I am using `pp_average` to get the posterior predictive values across different models via Bayesian model stacking. But it seems that `pp_average` calls `posterior_predict` by default, which makes it hard to specify other dependent parameters in a distributional model... | process | extending pp average to work with posterior epred i am using pp average to get the posterior predictive values across different models via bayesian model stacking but it seems that pp average calls posterior predict by default which makes it hard to specify other dependent parameters in a distributional model... | 1 |
1,307 | 3,863,407,410 | IssuesEvent | 2016-04-08 09:17:06 | PlagueHO/LabBuilder | https://api.github.com/repos/PlagueHO/LabBuilder | closed | Creating External Switches - define XML attrib for binding adapter | enhancement In Process | When creating an external switch, the first non-virtual adapter will be bound.
```
$null = New-VMSwitch `
-Name $SwitchName `
-NetAdapterName (`
Get-NetAdapter | `
Where-Object { $_.Status -eq 'Up' -and $_.In... | 1.0 | Creating External Switches - define XML attrib for binding adapter - When creating an external switch, the first non-virtual adapter will be bound.
```
$null = New-VMSwitch `
-Name $SwitchName `
-NetAdapterName (`
Get-NetAdapter | `
... | process | creating external switches define xml attrib for binding adapter when creating an external switch the first non virtual adapter will be bound null new vmswitch name switchname netadaptername get netadapter ... | 1 |
213,226 | 23,967,743,702 | IssuesEvent | 2022-09-13 03:52:09 | elastic/integrations | https://api.github.com/repos/elastic/integrations | closed | [okta] API Key should be labelled as required. | Team:Security-External Integrations Integration:Okta | ```
- name: api_key
type: text
title: API Key
multi: false
required: false
show_user: true
```
required should be `true` in manifest.yml
https://github.com/elastic/integrations/blob/6a3921602e9ed6cfd0bc7fdfc88832eb2c0bf46d/packages/okta/... | True | [okta] API Key should be labelled as required. - ```
- name: api_key
type: text
title: API Key
multi: false
required: false
show_user: true
```
required should be `true` in manifest.yml
https://github.com/elastic/integrations/blob/6a3921... | non_process | api key should be labelled as required name api key type text title api key multi false required false show user true required should be true in manifest yml | 0 |
192,091 | 22,215,897,353 | IssuesEvent | 2022-06-08 01:34:54 | Nivaskumark/kernel_v4.1.15 | https://api.github.com/repos/Nivaskumark/kernel_v4.1.15 | reopened | WS-2021-0274 (High) detected in linuxlinux-4.6 | security vulnerability | ## WS-2021-0274 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.o... | True | WS-2021-0274 (High) detected in linuxlinux-4.6 - ## WS-2021-0274 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library... | non_process | ws high detected in linuxlinux ws high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files lib seq buf c l... | 0 |
114 | 2,546,367,691 | IssuesEvent | 2015-01-29 23:23:55 | GsDevKit/GsDevKit | https://api.github.com/repos/GsDevKit/GsDevKit | opened | With ZipArchive in GemStone-Compression package, mcz based upgrade fails | in process | See [Pieter's post](https://groups.google.com/forum/#!topic/metacello/kejIJ0MooqQ) for details.
To fix this bug, we will need to extract the ZipArchive (and friends) dependencies from the Core package and move them into GemStone-Compression ... or take an entirely different approach. | 1.0 | With ZipArchive in GemStone-Compression package, mcz based upgrade fails - See [Pieter's post](https://groups.google.com/forum/#!topic/metacello/kejIJ0MooqQ) for details.
To fix this bug, we will need to extract the ZipArchive (and friends) dependencies from the Core package and move them into GemStone-Compression .... | process | with ziparchive in gemstone compression package mcz based upgrade fails see for details to fix this bug we will need to extract the ziparchive and friends dependencies from the core package and move them into gemstone compression or take an entirely different approach | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.