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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6,737 | 9,872,901,333 | IssuesEvent | 2019-06-22 09:16:11 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Can't define a RASTER_LAYER input parameter type when defining a new @decorator style processing algoritm | Bug Feedback Processing | Author Name: **enrico ferreguti** (@enricofer)
Original Redmine Issue: [21789](https://issues.qgis.org/issues/21789)
Affected QGIS version: 3.6.0
Redmine category:processing/core
---
as from https://github.com/qgis/QGIS-Documentation/blob/c1c228eb8a3ab4c5f72ef10f323070f64dd23056/source/docs/user_manual/processing/scr... | 1.0 | Can't define a RASTER_LAYER input parameter type when defining a new @decorator style processing algoritm - Author Name: **enrico ferreguti** (@enricofer)
Original Redmine Issue: [21789](https://issues.qgis.org/issues/21789)
Affected QGIS version: 3.6.0
Redmine category:processing/core
---
as from https://github.com/... | process | can t define a raster layer input parameter type when defining a new decorator style processing algoritm author name enrico ferreguti enricofer original redmine issue affected qgis version redmine category processing core as from defining a raster input parameter alg input type alg ... | 1 |
58,981 | 24,617,645,331 | IssuesEvent | 2022-10-15 14:27:16 | twitter-dart/twitter-api-v2 | https://api.github.com/repos/twitter-dart/twitter-api-v2 | closed | Deprecate `connectVolumeStream` and rename to `connectSampleStream` | enhancement service/Tweets | <!-- When reporting a improvement, please read this complete template and fill all the questions in order to get a better response -->
# 1. What could be improved
<!-- What part of the code/functionality could be improved? -->
The name `Volume Stream` does not describe the endpoint, but rather the characterist... | 1.0 | Deprecate `connectVolumeStream` and rename to `connectSampleStream` - <!-- When reporting a improvement, please read this complete template and fill all the questions in order to get a better response -->
# 1. What could be improved
<!-- What part of the code/functionality could be improved? -->
The name `Volu... | non_process | deprecate connectvolumestream and rename to connectsamplestream what could be improved the name volume stream does not describe the endpoint but rather the characteristics of the stream in fact if future additions such as which retrieves of the tweet data are added the name volum... | 0 |
19,014 | 25,014,905,557 | IssuesEvent | 2022-11-03 17:57:07 | python/cpython | https://api.github.com/repos/python/cpython | closed | multiprocessing: Process.join() should emit a warning if the process is killed by a signal | stdlib 3.9 expert-multiprocessing | BPO | [39941](https://bugs.python.org/issue39941)
--- | :---
Nosy | @vstinner
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
... | 1.0 | multiprocessing: Process.join() should emit a warning if the process is killed by a signal - BPO | [39941](https://bugs.python.org/issue39941)
--- | :---
Nosy | @vstinner
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summa... | process | multiprocessing process join should emit a warning if the process is killed by a signal bpo nosy vstinner note these values reflect the state of the issue at the time it was migrated and might not reflect the current state show more details github fields python assignee none ... | 1 |
2,393 | 5,190,384,424 | IssuesEvent | 2017-01-21 08:09:41 | AllenFang/react-bootstrap-table | https://api.github.com/repos/AllenFang/react-bootstrap-table | closed | Expand row broken if configure selectRow and expandBy column | bug inprocess | Following code will fail
```js
render() {
const options = {
expandRowBgColor: 'rgb(242, 255, 163)',
expandBy: 'column' // Currently, available value is row and column, default is row
};
const selectRow = {
mode: 'checkbox',
clickToSelect: false, // click to select, default... | 1.0 | Expand row broken if configure selectRow and expandBy column - Following code will fail
```js
render() {
const options = {
expandRowBgColor: 'rgb(242, 255, 163)',
expandBy: 'column' // Currently, available value is row and column, default is row
};
const selectRow = {
mode: 'check... | process | expand row broken if configure selectrow and expandby column following code will fail js render const options expandrowbgcolor rgb expandby column currently available value is row and column default is row const selectrow mode checkbox ... | 1 |
20,532 | 4,565,851,261 | IssuesEvent | 2016-09-15 03:02:37 | twosigma/beaker-notebook | https://api.github.com/repos/twosigma/beaker-notebook | closed | document module loader in p5.js tutorial | Documentation Enhancement | explain where the JS comes from in the initial html cell.
| 1.0 | document module loader in p5.js tutorial - explain where the JS comes from in the initial html cell.
| non_process | document module loader in js tutorial explain where the js comes from in the initial html cell | 0 |
19,522 | 25,833,044,826 | IssuesEvent | 2022-12-12 17:24:49 | scverse/spatialdata | https://api.github.com/repos/scverse/spatialdata | opened | Remove need for editable install on CI | enhancement CI dev process | We fixed collection of coverage data by codecov in #76 by making the package install in editable mode on CI.
Ideally we wouldn't need to do that. To reproduce the failure:
```
pip install .
pytest --cov >/dev/null # Redirecting stdout so we only see stderr
```
```
Users/isaac/miniconda3/envs/spatialdata/l... | 1.0 | Remove need for editable install on CI - We fixed collection of coverage data by codecov in #76 by making the package install in editable mode on CI.
Ideally we wouldn't need to do that. To reproduce the failure:
```
pip install .
pytest --cov >/dev/null # Redirecting stdout so we only see stderr
```
```
... | process | remove need for editable install on ci we fixed collection of coverage data by codecov in by making the package install in editable mode on ci ideally we wouldn t need to do that to reproduce the failure pip install pytest cov dev null redirecting stdout so we only see stderr u... | 1 |
10,797 | 13,609,208,796 | IssuesEvent | 2020-09-23 04:36:13 | googleapis/java-logging | https://api.github.com/repos/googleapis/java-logging | closed | Dependency Dashboard | api: logging type: process | This issue contains a list of Renovate updates and their statuses.
## Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] <!-- rebase-branch=renovate/com.google.cloud-google-cloud-logging-1.x -->chore(deps): update dependency com.google.cloud:google-cloud-l... | 1.0 | Dependency Dashboard - This issue contains a list of Renovate updates and their statuses.
## Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] <!-- rebase-branch=renovate/com.google.cloud-google-cloud-logging-1.x -->chore(deps): update dependency com.goog... | process | dependency dashboard this issue contains a list of renovate updates and their statuses open these updates have all been created already click a checkbox below to force a retry rebase of any chore deps update dependency com google cloud google cloud logging to chore deps update dependenc... | 1 |
294,127 | 25,347,577,210 | IssuesEvent | 2022-11-19 11:35:50 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | sql/parser: TestParseDatadriven failed | C-test-failure O-robot branch-release-22.2 | sql/parser.TestParseDatadriven [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7600198?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7600198?buildTab=artifacts#/) on release-22.2 @ [022d19ab6c1c6f6dd477d512... | 1.0 | sql/parser: TestParseDatadriven failed - sql/parser.TestParseDatadriven [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7600198?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/7600198?buildTab=artifacts#/) on... | non_process | sql parser testparsedatadriven failed sql parser testparsedatadriven with on release home roach cache bazel bazel roach sandbox processwrapper sandbox execroot com github cockroachdb cockroach bazel out fastbuild bin pkg sql parser parser test parser test runfiles com github... | 0 |
12,720 | 15,093,587,076 | IssuesEvent | 2021-02-07 01:24:18 | Maximus5/ConEmu | https://api.github.com/repos/Maximus5/ConEmu | closed | Start-Process with "-new_console" throws an error | processes | ### Versions
ConEmu build: 210202 x64
OS version: Windows 10 x64
Used shell version: powershell
### Problem description
Calling "Start-Process" from powershell throws an error if "-new_console" argument presents
**210128**: problem is not reproduced, everything works as excepted
**210202**: problem is re... | 1.0 | Start-Process with "-new_console" throws an error - ### Versions
ConEmu build: 210202 x64
OS version: Windows 10 x64
Used shell version: powershell
### Problem description
Calling "Start-Process" from powershell throws an error if "-new_console" argument presents
**210128**: problem is not reproduced, eve... | process | start process with new console throws an error versions conemu build os version windows used shell version powershell problem description calling start process from powershell throws an error if new console argument presents problem is not reproduced everything works a... | 1 |
46 | 2,513,878,249 | IssuesEvent | 2015-01-15 04:33:35 | GsDevKit/zinc | https://api.github.com/repos/GsDevKit/zinc | closed | review server stack for GemStone/Seaside | inprocess task | The server stack starts with a fork in [ZnSingleThreadedServer>>start][1], then [ZnSingleThreadedServer>>listenLoop][2] initiates an infinite loop for serving requests calling [ZnSingleThreadedServer>>serveConnectionOn:](https://github.com/glassdb/zinc/blob/gemstone2.4/repository/Zinc-HTTP.package/ZnSingleThreadedServe... | 1.0 | review server stack for GemStone/Seaside - The server stack starts with a fork in [ZnSingleThreadedServer>>start][1], then [ZnSingleThreadedServer>>listenLoop][2] initiates an infinite loop for serving requests calling [ZnSingleThreadedServer>>serveConnectionOn:](https://github.com/glassdb/zinc/blob/gemstone2.4/reposit... | process | review server stack for gemstone seaside the server stack starts with a fork in then initiates an infinite loop for serving requests calling which forks off a separate thread to serve each request presumably the seaside is adaptor is called during the request handling where the transaction boundaries... | 1 |
17,884 | 23,840,880,895 | IssuesEvent | 2022-09-06 10:06:41 | python/cpython | https://api.github.com/repos/python/cpython | closed | multiprocessing sentinel resource leak | performance stdlib 3.7 pending expert-multiprocessing | BPO | [26732](https://bugs.python.org/issue26732)
--- | :---
Nosy | @pitrou, @vstinner, @applio
PRs | <li>python/cpython#2813</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHu... | 1.0 | multiprocessing sentinel resource leak - BPO | [26732](https://bugs.python.org/issue26732)
--- | :---
Nosy | @pitrou, @vstinner, @applio
PRs | <li>python/cpython#2813</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summ... | process | multiprocessing sentinel resource leak bpo nosy pitrou vstinner applio prs python cpython note these values reflect the state of the issue at the time it was migrated and might not reflect the current state show more details github fields python assignee none closed at... | 1 |
12,455 | 7,883,545,862 | IssuesEvent | 2018-06-27 05:46:31 | surveyjs/editor | https://api.github.com/repos/surveyjs/editor | closed | DefaultValue for radiogroup not removable | fixed usability issue | ### Are you requesting a feature, reporting a bug or ask a question?
Feature
### What is the current behavior?
If you set the defaultValue for a radiogroup, it seems to be impossible to remove it again. You can only remove it in the JSON Editor.
### What is the expected behavior?
I think there should be ... | True | DefaultValue for radiogroup not removable - ### Are you requesting a feature, reporting a bug or ask a question?
Feature
### What is the current behavior?
If you set the defaultValue for a radiogroup, it seems to be impossible to remove it again. You can only remove it in the JSON Editor.
### What is the ex... | non_process | defaultvalue for radiogroup not removable are you requesting a feature reporting a bug or ask a question feature what is the current behavior if you set the defaultvalue for a radiogroup it seems to be impossible to remove it again you can only remove it in the json editor what is the ex... | 0 |
44,567 | 11,462,044,439 | IssuesEvent | 2020-02-07 13:21:32 | google/or-tools | https://api.github.com/repos/google/or-tools | closed | Can't apply zlib patch when add_subdirectory(or-tools) | Bug Build: CMake | I'm on ubuntu 18.04LTS
cmake version 3.10.2
git version 2.17.1
Steps to reproduce:
```sh
git clone https://github.com/google/or-tools.git
cd or-tools
mkdir build && cd build
cmake ..
```
The error I get is the following:
```
-- The CXX compiler identification is GNU 7.4.0
-- Check for working CXX... | 1.0 | Can't apply zlib patch when add_subdirectory(or-tools) - I'm on ubuntu 18.04LTS
cmake version 3.10.2
git version 2.17.1
Steps to reproduce:
```sh
git clone https://github.com/google/or-tools.git
cd or-tools
mkdir build && cd build
cmake ..
```
The error I get is the following:
```
-- The CXX compi... | non_process | can t apply zlib patch when add subdirectory or tools i m on ubuntu cmake version git version steps to reproduce sh git clone cd or tools mkdir build cd build cmake the error i get is the following the cxx compiler identification is gnu check fo... | 0 |
222,832 | 7,439,459,601 | IssuesEvent | 2018-03-27 06:38:35 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | closed | Python ImageFrame get more attributes easily | API medium priority python | Python ImageFrame currently can only reture image/label/predict, may need to add API to get more attributes easily | 1.0 | Python ImageFrame get more attributes easily - Python ImageFrame currently can only reture image/label/predict, may need to add API to get more attributes easily | non_process | python imageframe get more attributes easily python imageframe currently can only reture image label predict may need to add api to get more attributes easily | 0 |
478,769 | 13,785,184,807 | IssuesEvent | 2020-10-08 22:18:11 | certbot/certbot | https://api.github.com/repos/certbot/certbot | closed | Automatically move Certbot (and DNS snaps) to the stable channel | area: pkging area: snaps area: tooling has pr priority: significant | If we don't want to publish stable DNS snaps yet, I think we should just figure out the mechanism we want to use here and implement it for the Certbot snap.
I do not think we accomplish this issue by storing the necessary credentials in CI. I think storing these credentials in CI greatly increases the likelihood the... | 1.0 | Automatically move Certbot (and DNS snaps) to the stable channel - If we don't want to publish stable DNS snaps yet, I think we should just figure out the mechanism we want to use here and implement it for the Certbot snap.
I do not think we accomplish this issue by storing the necessary credentials in CI. I think s... | non_process | automatically move certbot and dns snaps to the stable channel if we don t want to publish stable dns snaps yet i think we should just figure out the mechanism we want to use here and implement it for the certbot snap i do not think we accomplish this issue by storing the necessary credentials in ci i think s... | 0 |
8,331 | 4,226,973,775 | IssuesEvent | 2016-07-02 21:05:03 | RicinApp/Ricin | https://api.github.com/repos/RicinApp/Ricin | closed | symbol lookup error: ./lib/libgtk-3.so.0: undefined symbol: g_list_model_get_type | bug build-appimage | I'm on the newest Debien Jessie with the newest installation of tox and Ricin.
Installation as instructed on this github page (below Download)
On the last step (./ricin-0.1.1.app) I get an error:
/tmp/.mount_E462Ym/usr/bin/ricin.wrapper
zenity, kdialog, Xdialog missing. Skipping ./bin//ricin.wrapper.
/tmp/.mou... | 1.0 | symbol lookup error: ./lib/libgtk-3.so.0: undefined symbol: g_list_model_get_type - I'm on the newest Debien Jessie with the newest installation of tox and Ricin.
Installation as instructed on this github page (below Download)
On the last step (./ricin-0.1.1.app) I get an error:
/tmp/.mount_E462Ym/usr/bin/ricin.... | non_process | symbol lookup error lib libgtk so undefined symbol g list model get type i m on the newest debien jessie with the newest installation of tox and ricin installation as instructed on this github page below download on the last step ricin app i get an error tmp mount usr bin ricin wrapp... | 0 |
6,083 | 7,471,336,713 | IssuesEvent | 2018-04-03 08:57:10 | hyperledger/composer | https://api.github.com/repos/hyperledger/composer | closed | Go log points should include transaction Id | P3 bug runtime serviceability v0.16.x | If you start the fabric network with `CORE_CHAINCODE_LOGGING_LEVEL=DEBUG` on the peer then you are able to control composer runtime logging through the `composer network loglevel` command. However if you don't have this environment variable set or set to debug, then `composer network loglevel` only changes the logging ... | 1.0 | Go log points should include transaction Id - If you start the fabric network with `CORE_CHAINCODE_LOGGING_LEVEL=DEBUG` on the peer then you are able to control composer runtime logging through the `composer network loglevel` command. However if you don't have this environment variable set or set to debug, then `compos... | non_process | go log points should include transaction id if you start the fabric network with core chaincode logging level debug on the peer then you are able to control composer runtime logging through the composer network loglevel command however if you don t have this environment variable set or set to debug then compos... | 0 |
6,000 | 8,808,906,493 | IssuesEvent | 2018-12-27 16:50:07 | linnovate/root | https://api.github.com/repos/linnovate/root | closed | documents tab, office documents from tasks bugs | 2.0.6 Fixed Process bug critical | when theres an office document in a task and you try to access it through the documents tab -> office documents from tasks tab it shows the document for a split second and then disappears
when you dont have an office document in a task, it just doesnt show a list of documents you can create
 well scoped values to choose from. | 1.0 | Design Doc - Ideas and brainstorming in #87 but I want to do a better job of planning it all out before starting coding since I don't want this to just be a one off for reach feature. I want there to eventually be a few (not necessarily just one) well scoped values to choose from. | process | design doc ideas and brainstorming in but i want to do a better job of planning it all out before starting coding since i don t want this to just be a one off for reach feature i want there to eventually be a few not necessarily just one well scoped values to choose from | 1 |
318,779 | 23,740,494,048 | IssuesEvent | 2022-08-31 12:01:31 | jmosbacher/pydantic-panel | https://api.github.com/repos/jmosbacher/pydantic-panel | closed | Improve docstrings to help users | documentation enhancement good first issue | Docstrings can help users or contributors like me working in VS Code use the package much more efficiently.
## Examples
https://github.com/jmosbacher/pydantic-panel/blob/040a55adf788591904b8a117a9cb1ab183169057/pydantic_panel/pane.py#L39
 (should update document install cluster),
i run extend cluster. It has error
I
> n [1]: from ovs.extensions.db.arakoon.ArakoonInstaller import ArakoonInstaller
>
> In [2]: from subprocess import check... | 1.0 | Extend cluster abm failed - Hi all.
After change parameter to fix error in [https://github.com/openvstorage/framework/issues/1554](url) (should update document install cluster),
i run extend cluster. It has error
I
> n [1]: from ovs.extensions.db.arakoon.ArakoonInstaller import ArakoonInstaller
>
> In [2]: ... | process | extend cluster abm failed hi all after change parameter to fix error in url should update document install cluster i run extend cluster it has error i n from ovs extensions db arakoon arakooninstaller import arakooninstaller in from subprocess import check output in i... | 1 |
16,171 | 20,611,706,737 | IssuesEvent | 2022-03-07 09:17:47 | oasis-tcs/csaf | https://api.github.com/repos/oasis-tcs/csaf | opened | Motion to publish current editor draft as CSD 02 | email oasis_tc_process | In release https://github.com/oasis-tcs/csaf/releases/tag/csd-02-20220219-rc1 we provide all artifacts needed and a link to the email on the TC maing list that moves to publish the current editor draft as CSD 02. | 1.0 | Motion to publish current editor draft as CSD 02 - In release https://github.com/oasis-tcs/csaf/releases/tag/csd-02-20220219-rc1 we provide all artifacts needed and a link to the email on the TC maing list that moves to publish the current editor draft as CSD 02. | process | motion to publish current editor draft as csd in release we provide all artifacts needed and a link to the email on the tc maing list that moves to publish the current editor draft as csd | 1 |
5,934 | 8,756,779,645 | IssuesEvent | 2018-12-14 18:54:14 | googleapis/google-cloud-node | https://api.github.com/repos/googleapis/google-cloud-node | closed | Eliminate usage of the `async` npm module | help wanted type: process | We almost never have a good reason to be using the `async` npm module, as node 8 includes native async/await support. We need to go through the following repos, and drop the dependency:
- [ ] [googleapis/gce-images](https://github.com/googleapis/gce-images)
- [ ] [googleapis/nodejs-bigtable](https://github.com/goo... | 1.0 | Eliminate usage of the `async` npm module - We almost never have a good reason to be using the `async` npm module, as node 8 includes native async/await support. We need to go through the following repos, and drop the dependency:
- [ ] [googleapis/gce-images](https://github.com/googleapis/gce-images)
- [ ] [google... | process | eliminate usage of the async npm module we almost never have a good reason to be using the async npm module as node includes native async await support we need to go through the following repos and drop the dependency | 1 |
15,597 | 19,722,687,561 | IssuesEvent | 2022-01-13 16:47:39 | damb/scdetect | https://api.github.com/repos/damb/scdetect | closed | Alternative magnitude implementation: amplitude ratio between template and detected event | enhancement magnitude processing amplitude | ### Discussed in https://github.com/damb/scdetect/discussions/55
<div type='discussions-op-text'>
<sup>Originally posted by **mmesim** November 4, 2021</sup>
Ideas for magnitude calculation based on what is already available and used in the literature (etc).
- **Amplitude ratio between template and detected e... | 1.0 | Alternative magnitude implementation: amplitude ratio between template and detected event - ### Discussed in https://github.com/damb/scdetect/discussions/55
<div type='discussions-op-text'>
<sup>Originally posted by **mmesim** November 4, 2021</sup>
Ideas for magnitude calculation based on what is already avail... | process | alternative magnitude implementation amplitude ratio between template and detected event discussed in originally posted by mmesim november ideas for magnitude calculation based on what is already available and used in the literature etc amplitude ratio between template and detecte... | 1 |
96,016 | 12,077,059,770 | IssuesEvent | 2020-04-17 08:47:37 | witnet/sheikah | https://api.github.com/repos/witnet/sheikah | closed | Design transaction details | design 🖼️ duplicate 👬 | With the output of #960 we should be able to design a `transaction` view including the new transaction information.
This issue will be resolved when we have sketch a detailed design in Figma. | 1.0 | Design transaction details - With the output of #960 we should be able to design a `transaction` view including the new transaction information.
This issue will be resolved when we have sketch a detailed design in Figma. | non_process | design transaction details with the output of we should be able to design a transaction view including the new transaction information this issue will be resolved when we have sketch a detailed design in figma | 0 |
2,146 | 2,524,081,785 | IssuesEvent | 2015-01-20 15:37:53 | TranxCraft/iTranxCraft | https://api.github.com/repos/TranxCraft/iTranxCraft | opened | Colour MOTD | Enhancement Low Priority | Like a lot of plugins out there, this needs to be able to colourize the MOTD of the server. | 1.0 | Colour MOTD - Like a lot of plugins out there, this needs to be able to colourize the MOTD of the server. | non_process | colour motd like a lot of plugins out there this needs to be able to colourize the motd of the server | 0 |
7,872 | 11,045,177,135 | IssuesEvent | 2019-12-09 14:40:58 | deepset-ai/FARM | https://api.github.com/repos/deepset-ai/FARM | closed | Make it easier to use own metrics, log more metrics | enhancement help wanted part: evaluator part: processor | Currently the metric (for TextClassificationProcessor) needs to get specified as a string and picked from one of the pre-defined ones. That metric will then also get logged during training.
It would be very useful if it was possible to specify my own metric definition instead by allowing a function to get passed whi... | 1.0 | Make it easier to use own metrics, log more metrics - Currently the metric (for TextClassificationProcessor) needs to get specified as a string and picked from one of the pre-defined ones. That metric will then also get logged during training.
It would be very useful if it was possible to specify my own metric defin... | process | make it easier to use own metrics log more metrics currently the metric for textclassificationprocessor needs to get specified as a string and picked from one of the pre defined ones that metric will then also get logged during training it would be very useful if it was possible to specify my own metric defin... | 1 |
206,744 | 15,771,956,504 | IssuesEvent | 2021-03-31 21:10:48 | sympy/sympy | https://api.github.com/repos/sympy/sympy | opened | Improve doctest skipping in rst files | Testing | Right now if a doctest needs to be conditionally skipped (because some dependency isn't installed) in an rst file, it is done by adding it to a blacklist in sympy/testing/runtests.py.
We should instead use a Sphinx directive to do this. For instance, https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html... | 1.0 | Improve doctest skipping in rst files - Right now if a doctest needs to be conditionally skipped (because some dependency isn't installed) in an rst file, it is done by adding it to a blacklist in sympy/testing/runtests.py.
We should instead use a Sphinx directive to do this. For instance, https://www.sphinx-doc.org... | non_process | improve doctest skipping in rst files right now if a doctest needs to be conditionally skipped because some dependency isn t installed in an rst file it is done by adding it to a blacklist in sympy testing runtests py we should instead use a sphinx directive to do this for instance or if that cannot be ap... | 0 |
8,915 | 12,017,601,098 | IssuesEvent | 2020-04-10 18:46:51 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Multiple Pipelines with same name? | Pri1 devops-cicd-process/tech devops/prod | How do we handle picking the right pipeline if we have more than one with the same name? Is the folder structure supported in the source parameter?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 86285f72-9e28-da97-59bb-c29eb60f627d
* Versio... | 1.0 | Multiple Pipelines with same name? - How do we handle picking the right pipeline if we have more than one with the same name? Is the folder structure supported in the source parameter?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 86285f72... | process | multiple pipelines with same name how do we handle picking the right pipeline if we have more than one with the same name is the folder structure supported in the source parameter document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ... | 1 |
16,172 | 20,615,833,259 | IssuesEvent | 2022-03-07 13:10:04 | celo-org/celo-monorepo | https://api.github.com/repos/celo-org/celo-monorepo | closed | Investigate and prototype cLab's wide solution for CICD | release-process ci ODIS Component: Identity identity: needs review | The goal is to provide a standard across cLabs for merge and release automation and validation. Output should be a design doc and prototype that is reviewed with the team. Instructions should be provided to allow other teams to easily adopt the pattern for their service or components. | 1.0 | Investigate and prototype cLab's wide solution for CICD - The goal is to provide a standard across cLabs for merge and release automation and validation. Output should be a design doc and prototype that is reviewed with the team. Instructions should be provided to allow other teams to easily adopt the pattern for their... | process | investigate and prototype clab s wide solution for cicd the goal is to provide a standard across clabs for merge and release automation and validation output should be a design doc and prototype that is reviewed with the team instructions should be provided to allow other teams to easily adopt the pattern for their... | 1 |
2,878 | 8,461,748,442 | IssuesEvent | 2018-10-22 23:01:16 | poanetwork/blockscout | https://api.github.com/repos/poanetwork/blockscout | opened | Geth Clique blocks always mined by 0x000 | enhancement priority: high team: architecture | In order to find the miner for Geth Clique blocks, we must use `clique.getSignersAtHash('0x86837f148f096f1ce53463ecb4acf3d99bae0b2f0297dacbb6d33fcfdb7c04d9')`.
| 1.0 | Geth Clique blocks always mined by 0x000 - In order to find the miner for Geth Clique blocks, we must use `clique.getSignersAtHash('0x86837f148f096f1ce53463ecb4acf3d99bae0b2f0297dacbb6d33fcfdb7c04d9')`.
| non_process | geth clique blocks always mined by in order to find the miner for geth clique blocks we must use clique getsignersathash | 0 |
73,780 | 8,925,177,858 | IssuesEvent | 2019-01-21 21:34:26 | Pitastic/TeacherTab | https://api.github.com/repos/Pitastic/TeacherTab | closed | Mobile Design: Buttons Klick | design | Es gibt noch kein optisches Feedback, wenn Buttons in Popups geklickt werden.
Gerade bei den Credentials hinderlich, wegen dem leichten Delay... | 1.0 | Mobile Design: Buttons Klick - Es gibt noch kein optisches Feedback, wenn Buttons in Popups geklickt werden.
Gerade bei den Credentials hinderlich, wegen dem leichten Delay... | non_process | mobile design buttons klick es gibt noch kein optisches feedback wenn buttons in popups geklickt werden gerade bei den credentials hinderlich wegen dem leichten delay | 0 |
14,123 | 16,986,219,849 | IssuesEvent | 2021-06-30 14:39:52 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Statistics: Review Heatmap | Anki Ecosystem Compatibility Blocked by dependency Keep Open Statistics | Anki 2.1.28 includes a 'Calendar' in the statistics section. We should port this. | True | Statistics: Review Heatmap - Anki 2.1.28 includes a 'Calendar' in the statistics section. We should port this. | non_process | statistics review heatmap anki includes a calendar in the statistics section we should port this | 0 |
55,252 | 30,655,559,238 | IssuesEvent | 2023-07-25 11:54:17 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Regressions in System.Collections.Tests.Perf_PriorityQueue<String, String> | arch-arm64 area-System.Collections os-windows tenet-performance tenet-performance-benchmarks | ### Run Information
Architecture | arm64
-- | --
OS | Windows 10.0.19041
Baseline | [1c442fcb36e73eb3d8be10423a45389ce2a468b9](https://github.com/dotnet/runtime/commit/1c442fcb36e73eb3d8be10423a45389ce2a468b9)
Compare | [00c60e41ac459b005338329cd9b5fd5d6652777c](https://github.com/dotnet/runtime/commit/00c60e41a... | True | Regressions in System.Collections.Tests.Perf_PriorityQueue<String, String> - ### Run Information
Architecture | arm64
-- | --
OS | Windows 10.0.19041
Baseline | [1c442fcb36e73eb3d8be10423a45389ce2a468b9](https://github.com/dotnet/runtime/commit/1c442fcb36e73eb3d8be10423a45389ce2a468b9)
Compare | [00c60e41ac459b0... | non_process | regressions in system collections tests perf priorityqueue run information architecture os windows baseline compare diff regressions in system collections tests perf priorityqueue lt string string gt benchmark baseline test test base test qualit... | 0 |
12,941 | 15,306,589,626 | IssuesEvent | 2021-02-24 19:41:31 | retaildevcrews/ngsa | https://api.github.com/repos/retaildevcrews/ngsa | opened | Sprint 2 tracking | Process Sharing | ## Sprint 2
### 👩🏾💻👩🏻💻 POINT DEV 👩🏻💻 👩🏾💻
- Kushal & Gerardo
### Sprint tracking
PnP spike
- [x] `FC:Pnp`
- [ ] [Create a private network](https://github.com/retaildevcrews/ngsa/issues/383)
- [ ] [Delta: aks-secure-baseline <> NGSA](https://github.com/retaildevcrews/ngsa/issues/178)
... | 1.0 | Sprint 2 tracking - ## Sprint 2
### 👩🏾💻👩🏻💻 POINT DEV 👩🏻💻 👩🏾💻
- Kushal & Gerardo
### Sprint tracking
PnP spike
- [x] `FC:Pnp`
- [ ] [Create a private network](https://github.com/retaildevcrews/ngsa/issues/383)
- [ ] [Delta: aks-secure-baseline <> NGSA](https://github.com/retaildevcrews/... | process | sprint tracking sprint 👩🏾💻👩🏻💻 point dev 👩🏻💻 👩🏾💻 kushal gerardo sprint tracking pnp spike fc pnp scaling spike fc scaling gitops arc fc gitop... | 1 |
237,909 | 19,684,385,387 | IssuesEvent | 2022-01-11 20:16:51 | dotnet/machinelearning-modelbuilder | https://api.github.com/repos/dotnet/machinelearning-modelbuilder | closed | Azure portal link on Train page doesn't work. | Priority:2 Test Team Stale | **System Information (please complete the following information):**
- Windows OS: Windows 11 Enterprise 21H2
- Model Builder Version (available in Manage Extensions dialog): 16.9.1.2155301 (Main)
- Microsoft Visual Studio Enterprise 2019: 16.11.5
- Microsoft Visual Studio Enterprise 2022 RC (64-bit): Version 17... | 1.0 | Azure portal link on Train page doesn't work. - **System Information (please complete the following information):**
- Windows OS: Windows 11 Enterprise 21H2
- Model Builder Version (available in Manage Extensions dialog): 16.9.1.2155301 (Main)
- Microsoft Visual Studio Enterprise 2019: 16.11.5
- Microsoft Visua... | non_process | azure portal link on train page doesn t work system information please complete the following information windows os windows enterprise model builder version available in manage extensions dialog main microsoft visual studio enterprise microsoft visual studio enterpr... | 0 |
8,867 | 2,891,482,245 | IssuesEvent | 2015-06-15 05:55:16 | mozilla/togetherjs | https://api.github.com/repos/mozilla/togetherjs | closed | person who creates the session can kick out another participant from their Participant window | Design |
Admin controls:
When they click on a Participant avatar, the Participant window adds a "Kick out" or remove from session button at the bottom of the window.
| 1.0 | person who creates the session can kick out another participant from their Participant window -
Admin controls:
When they click on a Participant avatar, the Participant window adds a "Kick out" or remove from session button at the bottom of the window.
| non_process | person who creates the session can kick out another participant from their participant window admin controls when they click on a participant avatar the participant window adds a kick out or remove from session button at the bottom of the window | 0 |
55,749 | 11,463,280,624 | IssuesEvent | 2020-02-07 15:43:15 | canonical-web-and-design/tutorials.ubuntu.com | https://api.github.com/repos/canonical-web-and-design/tutorials.ubuntu.com | closed | Tutorial Wanted - How to debug a snap | Google Code In Tutorials Content Type: Tutorial Request | Snaps are Linux packages you can install on a wide range of Linux distributions. They are installed from a centralized store and run in a confined sandbox. The trouble with sandboxed apps is that they can be harder to debug that non-sandboxed (traditionally packaged) apps. This tutorial will take readers through common... | 1.0 | Tutorial Wanted - How to debug a snap - Snaps are Linux packages you can install on a wide range of Linux distributions. They are installed from a centralized store and run in a confined sandbox. The trouble with sandboxed apps is that they can be harder to debug that non-sandboxed (traditionally packaged) apps. This t... | non_process | tutorial wanted how to debug a snap snaps are linux packages you can install on a wide range of linux distributions they are installed from a centralized store and run in a confined sandbox the trouble with sandboxed apps is that they can be harder to debug that non sandboxed traditionally packaged apps this t... | 0 |
9,406 | 12,405,387,650 | IssuesEvent | 2020-05-21 17:11:05 | googleapis/google-api-python-client | https://api.github.com/repos/googleapis/google-api-python-client | closed | Snyk is unable to find django/requirements.txt | type: process | The Snyk security check fails because the django requirements.txt has been removed.
See #663 for an example. | 1.0 | Snyk is unable to find django/requirements.txt - The Snyk security check fails because the django requirements.txt has been removed.
See #663 for an example. | process | snyk is unable to find django requirements txt the snyk security check fails because the django requirements txt has been removed see for an example | 1 |
34,365 | 4,918,324,273 | IssuesEvent | 2016-11-24 08:27:25 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/e2e: (unknown) failed under stress | Robot test-failure | SHA: https://github.com/cockroachdb/cockroach/commits/b54490b2cf70c155ec2b7af5133276ffe24dc02c
Parameters:
```
COCKROACH_PROPOSER_EVALUATED_KV=true
TAGS=stress
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=58192&tab=buildLog
```
go list -tags 'stress' -f 'go tes... | 1.0 | github.com/cockroachdb/cockroach/vendor/github.com/coreos/etcd/e2e: (unknown) failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/b54490b2cf70c155ec2b7af5133276ffe24dc02c
Parameters:
```
COCKROACH_PROPOSER_EVALUATED_KV=true
TAGS=stress
GOFLAGS=
```
Stress build found a failed test: https://tea... | non_process | github com cockroachdb cockroach vendor github com coreos etcd unknown failed under stress sha parameters cockroach proposer evaluated kv true tags stress goflags stress build found a failed test go list tags stress f go test v tags stress ldflags i c importp... | 0 |
93,145 | 26,872,405,359 | IssuesEvent | 2023-02-04 16:33:02 | mRemoteNG/mRemoteNG | https://api.github.com/repos/mRemoteNG/mRemoteNG | closed | Build installer in Debug mode | Ready Improvement required 1.77.3 Build | <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
As a developer, I want to build the installer in debug mode
## Current Behavior
Installer fails to build due to missing CustomActions dependency. If that is resolved, the post buils powershell script fails due to hardcoding... | 1.0 | Build installer in Debug mode - <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
As a developer, I want to build the installer in debug mode
## Current Behavior
Installer fails to build due to missing CustomActions dependency. If that is resolved, the post buils powershel... | non_process | build installer in debug mode expected behavior as a developer i want to build the installer in debug mode current behavior installer fails to build due to missing customactions dependency if that is resolved the post buils powershell script fails due to hardcoding of the buildconfiguration in path... | 0 |
16,074 | 20,248,709,727 | IssuesEvent | 2022-02-14 15:56:21 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | cannot find Scrt1.o: No such file or directory | type: support / not a bug (process) team-Rules-CPP untriaged | I got this error while cross-compile for aarch64. while compile i got error: cannot find Scrt1.o: No such file or directory. but this object is exist.
below is my bazel config.
## BUILD
this is `BUILD` file
```
load(":cc_toolchain_config.bzl", "cc_toolchain_config")
package(default_visibility = ["//visibili... | 1.0 | cannot find Scrt1.o: No such file or directory - I got this error while cross-compile for aarch64. while compile i got error: cannot find Scrt1.o: No such file or directory. but this object is exist.
below is my bazel config.
## BUILD
this is `BUILD` file
```
load(":cc_toolchain_config.bzl", "cc_toolchain_conf... | process | cannot find o no such file or directory i got this error while cross compile for while compile i got error cannot find o no such file or directory but this object is exist below is my bazel config build this is build file load cc toolchain config bzl cc toolchain config packag... | 1 |
20,001 | 10,576,075,365 | IssuesEvent | 2019-10-07 17:03:18 | xtermjs/xterm.js | https://api.github.com/repos/xtermjs/xterm.js | closed | Minimize drawing calls by finding words that have changed | area/performance area/renderer type/enhancement | Earlier individual cells were clipped such that text from one cell could never enter another cell. This was great for performance but not so great for font rendering. Now characters can overlap which leads to much more legible text but it also means that the line gets redrawn every time.
The idea behind this issue i... | True | Minimize drawing calls by finding words that have changed - Earlier individual cells were clipped such that text from one cell could never enter another cell. This was great for performance but not so great for font rendering. Now characters can overlap which leads to much more legible text but it also means that the l... | non_process | minimize drawing calls by finding words that have changed earlier individual cells were clipped such that text from one cell could never enter another cell this was great for performance but not so great for font rendering now characters can overlap which leads to much more legible text but it also means that the l... | 0 |
17,096 | 22,611,526,733 | IssuesEvent | 2022-06-29 17:39:02 | spinalcordtoolbox/spinalcordtoolbox | https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox | closed | CSA normalization models are in the wrong `data` subfolder | sct_process_segmentation good first issue refactoring | Normally, models are installed to the `$SCT_DIR/data` folder (i.e. a `data/` folder in the root of the SCT project folder). However, the models were instead added inside [`$SCT_DIR/spinalcordtoolbox/data`](https://github.com/spinalcordtoolbox/spinalcordtoolbox/tree/master/spinalcordtoolbox/data/) (i.e. an extra folder ... | 1.0 | CSA normalization models are in the wrong `data` subfolder - Normally, models are installed to the `$SCT_DIR/data` folder (i.e. a `data/` folder in the root of the SCT project folder). However, the models were instead added inside [`$SCT_DIR/spinalcordtoolbox/data`](https://github.com/spinalcordtoolbox/spinalcordtoolbo... | process | csa normalization models are in the wrong data subfolder normally models are installed to the sct dir data folder i e a data folder in the root of the sct project folder however the models were instead added inside i e an extra folder too deep this must have slipped by during review of ... | 1 |
4,909 | 7,785,238,278 | IssuesEvent | 2018-06-06 15:20:20 | ropensci/onboarding-meta | https://api.github.com/repos/ropensci/onboarding-meta | closed | Make checking GitHub linguist results for onboarded packages an editor task | process standards | If a package isn't classified as R repo, then tell the author to make a PR to https://github.com/github/linguist | 1.0 | Make checking GitHub linguist results for onboarded packages an editor task - If a package isn't classified as R repo, then tell the author to make a PR to https://github.com/github/linguist | process | make checking github linguist results for onboarded packages an editor task if a package isn t classified as r repo then tell the author to make a pr to | 1 |
14,417 | 17,466,521,592 | IssuesEvent | 2021-08-06 17:41:59 | ORNL-AMO/AMO-Tools-Desktop | https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop | opened | Manage Bin Sets/Cases | enhancement Process Cooling | User should be able to switch between multiple cases within the weather calculator and the active calculator. Each case may have different (and multiple) binning parameters, etc. This could look like case tabs above the add case button:
 binning parameters, etc. This could look like case tabs above the add case button:
 detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl | security vulnerability | ## CVE-2022-23573 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning... | True | CVE-2022-23573 (High) detected in tensorflow-1.13.1-cp27-cp27mu-manylinux1_x86_64.whl - ## CVE-2022-23573 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-1.13.1-cp27-cp27mu-m... | non_process | cve high detected in tensorflow whl cve high severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file finalproject requirements tx... | 0 |
18,932 | 13,169,490,543 | IssuesEvent | 2020-08-11 13:49:47 | wireapp/wire-webapp | https://api.github.com/repos/wireapp/wire-webapp | closed | Missing PASSWORD_RESET source code. Source code for account and teams. | comp: infrastructure prio: low type: feature / request ✨ | Dear Wire developers,
Can you please share source code for https://account.wire.com and https://teams.wire.com which both are set in
https://github.com/wireapp/wire-webapp/blob/dev/app/script/config.js#L98 and https://github.com/wireapp/wire-webapp/blob/dev/app/script/config.js#L103
In current source codes it's ... | 1.0 | Missing PASSWORD_RESET source code. Source code for account and teams. - Dear Wire developers,
Can you please share source code for https://account.wire.com and https://teams.wire.com which both are set in
https://github.com/wireapp/wire-webapp/blob/dev/app/script/config.js#L98 and https://github.com/wireapp/wire-we... | non_process | missing password reset source code source code for account and teams dear wire developers can you please share source code for and which both are set in and in current source codes it s seems to be missing password reset forgot feature thank you for your efforts and sharing your project to... | 0 |
273,180 | 20,775,576,876 | IssuesEvent | 2022-03-16 10:09:46 | image-et-son/p600fw | https://api.github.com/repos/image-et-son/p600fw | closed | new manual page 55 either either. | documentation | To reach the Teensy board unscrew the top 2 screws on the wooden side panels on either either.
either either?
******
To reach the Teensy board, loosen the two screws at the top of the wooden side panels on both sides. | 1.0 | new manual page 55 either either. - To reach the Teensy board unscrew the top 2 screws on the wooden side panels on either either.
either either?
******
To reach the Teensy board, loosen the two screws at the top of the wooden side panels on both sides. | non_process | new manual page either either to reach the teensy board unscrew the top screws on the wooden side panels on either either either either? to reach the teensy board loosen the two screws at the top of the wooden side panels on both sides | 0 |
17,963 | 23,973,941,737 | IssuesEvent | 2022-09-13 09:58:56 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Update the Note in Runbook types section | automation/svc triaged cxp doc-enhancement process-automation/subsvc Pri2 | Note in [Runbook types](https://docs.microsoft.com/en-us/azure/automation/automation-child-runbooks#runbook-types) section needs update. It also needs to provide a reference to [Start a child runbook by using a cmdlet](https://docs.microsoft.com/en-us/azure/automation/automation-child-runbooks#start-a-child-runbook-by-... | 1.0 | Update the Note in Runbook types section - Note in [Runbook types](https://docs.microsoft.com/en-us/azure/automation/automation-child-runbooks#runbook-types) section needs update. It also needs to provide a reference to [Start a child runbook by using a cmdlet](https://docs.microsoft.com/en-us/azure/automation/automati... | process | update the note in runbook types section note in section needs update it also needs to provide a reference to section and explain issues associated with starting a child runbook using the cmdlet reference document details ⚠ do not edit this section it is required for docs microsoft com ... | 1 |
261,358 | 27,809,744,497 | IssuesEvent | 2023-03-18 01:36:37 | madhans23/linux-4.1.15 | https://api.github.com/repos/madhans23/linux-4.1.15 | closed | CVE-2016-9919 (High) detected in linux-stable-rtv4.1.33 - autoclosed | Mend: dependency security vulnerability | ## CVE-2016-9919 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page... | True | CVE-2016-9919 (High) detected in linux-stable-rtv4.1.33 - autoclosed - ## CVE-2016-9919 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>... | non_process | cve high detected in linux stable autoclosed cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable... | 0 |
17,327 | 23,144,197,041 | IssuesEvent | 2022-07-28 21:53:25 | medic/cht-core | https://api.github.com/repos/medic/cht-core | closed | Release 3.15.0-FR-bulk-user-upload | Type: Internal process | When development is ready to begin on a [Feature Release](https://docs.communityhealthtoolkit.org/core/releases/feature_releases/#release-names), an engineer on the appropriate Care Team or Allies should be nominated as a Release Engineer. They will be responsible for making sure the following tasks are followed, thoug... | 1.0 | Release 3.15.0-FR-bulk-user-upload - When development is ready to begin on a [Feature Release](https://docs.communityhealthtoolkit.org/core/releases/feature_releases/#release-names), an engineer on the appropriate Care Team or Allies should be nominated as a Release Engineer. They will be responsible for making sure th... | process | release fr bulk user upload when development is ready to begin on a an engineer on the appropriate care team or allies should be nominated as a release engineer they will be responsible for making sure the following tasks are followed though not necessarily doing the work themselves planning ... | 1 |
139,805 | 12,879,938,878 | IssuesEvent | 2020-07-12 01:59:16 | rdwoodring/seven-degrees-of-staind | https://api.github.com/repos/rdwoodring/seven-degrees-of-staind | closed | Update the installation documentation to reflect the switch to yarn and the new package structure | documentation | see #128 | 1.0 | Update the installation documentation to reflect the switch to yarn and the new package structure - see #128 | non_process | update the installation documentation to reflect the switch to yarn and the new package structure see | 0 |
11,623 | 14,484,661,507 | IssuesEvent | 2020-12-10 16:37:13 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Pipeline Resources triggering based on commit | Pri2 devops-cicd-process/tech devops/prod product-question |
Nowhere in the documentation explains the ability for the pipeline resource to be linked to the same commit as the commit that is being triggered on the root pipeline. Is this ability possible and if not will it be possible in the future?
---
#### Document Details
⚠ *Do not edit this section. It is required ... | 1.0 | Pipeline Resources triggering based on commit -
Nowhere in the documentation explains the ability for the pipeline resource to be linked to the same commit as the commit that is being triggered on the root pipeline. Is this ability possible and if not will it be possible in the future?
---
#### Document Details... | process | pipeline resources triggering based on commit nowhere in the documentation explains the ability for the pipeline resource to be linked to the same commit as the commit that is being triggered on the root pipeline is this ability possible and if not will it be possible in the future document details... | 1 |
409,832 | 11,968,396,628 | IssuesEvent | 2020-04-06 08:35:10 | osmontrouge/caresteouvert | https://api.github.com/repos/osmontrouge/caresteouvert | closed | NoteReview alors que correction effectuée | priority: medium question | Hello,
Je suis passé sur une note, mais le compte générique de caresteouvert a crée une modif en base de sorte qu'il n'y avait rien à faire.
J'ai eu ce truc plusieurs fois. Un genre de note faux-positif.
Je laisse la note en place
 are out of date, patches included | BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: FIXED Build scripts/Makefiles dummy import from bugzilla | This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=2148. | 1.0 | 3 VC8 Build Scripts (Projects) are out of date, patches included - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=2148. | non_process | build scripts projects are out of date patches included this issue was imported from bugzilla | 0 |
21,256 | 28,377,040,215 | IssuesEvent | 2023-04-12 21:50:22 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | [MLv2] [Bug] Join `:fields` not converted correctly | Type:Bug .Backend .metabase-lib .Team/QueryProcessor :hammer_and_wrench: | A legacy MBQL query with `:fields` in a join does not validate against the pMBQL schema
```clj
legacy query=
{:database 2356,
:type :query,
:query
{:joins
[{:source-table 32386,
:alias "Cat",
:condition [:= [:field 133035 nil] [:field 133035 nil]],
:fields [[:field 133049 {:join-alias "Cat"... | 1.0 | [MLv2] [Bug] Join `:fields` not converted correctly - A legacy MBQL query with `:fields` in a join does not validate against the pMBQL schema
```clj
legacy query=
{:database 2356,
:type :query,
:query
{:joins
[{:source-table 32386,
:alias "Cat",
:condition [:= [:field 133035 nil] [:field 133035 ... | process | join fields not converted correctly a legacy mbql query with fields in a join does not validate against the pmbql schema clj legacy query database type query query joins source table alias cat condition fields limit source table ... | 1 |
5,629 | 8,482,109,831 | IssuesEvent | 2018-10-25 17:36:13 | aspnet/IISIntegration | https://api.github.com/repos/aspnet/IISIntegration | closed | question: What will work in/with `in-process` model | in-process | 1. [x] asp.net-core on dotnet core with framework-dependent-publish
2. [ ] one application pool multiple application
3. [x] self-dependent-publish app
4. [ ] asp.net core on .net framework | 1.0 | question: What will work in/with `in-process` model - 1. [x] asp.net-core on dotnet core with framework-dependent-publish
2. [ ] one application pool multiple application
3. [x] self-dependent-publish app
4. [ ] asp.net core on .net framework | process | question what will work in with in process model asp net core on dotnet core with framework dependent publish one application pool multiple application self dependent publish app asp net core on net framework | 1 |
3,958 | 6,893,594,723 | IssuesEvent | 2017-11-23 05:15:37 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | System.Diagnostics.Tests.ProcessWaitingTests.SingleProcess_EnableRaisingEvents_CorrectExitCode failed in CI | area-System.Diagnostics.Process test-run-core | Failed test: System.Diagnostics.Tests.ProcessWaitingTests.SingleProcess_EnableRaisingEvents_CorrectExitCode
Configuration: osx10.12_debug
Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/osx10.12_debug/3296/testReport/System.Diagnostics.Tests/ProcessWaitingTests/SingleProcess_EnableRaisingEvents_Correc... | 1.0 | System.Diagnostics.Tests.ProcessWaitingTests.SingleProcess_EnableRaisingEvents_CorrectExitCode failed in CI - Failed test: System.Diagnostics.Tests.ProcessWaitingTests.SingleProcess_EnableRaisingEvents_CorrectExitCode
Configuration: osx10.12_debug
Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/osx10.... | process | system diagnostics tests processwaitingtests singleprocess enableraisingevents correctexitcode failed in ci failed test system diagnostics tests processwaitingtests singleprocess enableraisingevents correctexitcode configuration debug detail message assert equal failure nexpected nactual... | 1 |
55,350 | 13,617,310,463 | IssuesEvent | 2020-09-23 16:49:00 | virtualsatellite/VirtualSatellite4-CEF | https://api.github.com/repos/virtualsatellite/VirtualSatellite4-CEF | closed | Release 4.12.0 | build | Virtual Satellite Release Version 4.12.0
This ticket captures all release related work of the VirtualSatellite4-CEF release
1. Perform version update:
- [x] Checkout/Update the Development branch
- [x] Remove current integration branch (Make sure no one else is integrating at the moment)
- [x] Create new inte... | 1.0 | Release 4.12.0 - Virtual Satellite Release Version 4.12.0
This ticket captures all release related work of the VirtualSatellite4-CEF release
1. Perform version update:
- [x] Checkout/Update the Development branch
- [x] Remove current integration branch (Make sure no one else is integrating at the moment)
- [x... | non_process | release virtual satellite release version this ticket captures all release related work of the cef release perform version update checkout update the development branch remove current integration branch make sure no one else is integrating at the moment create new integration... | 0 |
11,840 | 9,460,887,092 | IssuesEvent | 2019-04-17 12:12:49 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | Flaky test: test_pytest_exit_returncode fails due to ResourceWarning | type: bug type: infrastructure | ```
_________________________ test_pytest_exit_returncode __________________________
[gw0] linux -- Python 3.5.3 /home/travis/build/pytest-dev/pytest/.tox/pypy3-xdist/bin/python
testdir = <Testdir local('/tmp/pytest-of-travis/pytest-0/popen-gw0/test_pytest_exit_returncode0')>
def test_pytest_exit_returncode(tes... | 1.0 | Flaky test: test_pytest_exit_returncode fails due to ResourceWarning - ```
_________________________ test_pytest_exit_returncode __________________________
[gw0] linux -- Python 3.5.3 /home/travis/build/pytest-dev/pytest/.tox/pypy3-xdist/bin/python
testdir = <Testdir local('/tmp/pytest-of-travis/pytest-0/popen-gw0/t... | non_process | flaky test test pytest exit returncode fails due to resourcewarning test pytest exit returncode linux python home travis build pytest dev pytest tox xdist bin python testdir def test pytest exit returncode testdir testdir ... | 0 |
381,121 | 11,273,857,986 | IssuesEvent | 2020-01-14 17:20:21 | myceworld/myce | https://api.github.com/repos/myceworld/myce | closed | [third party] update coingecko | Priority: Low Type: Bug | **Describe the solution**
https://www.coingecko.com/en/coins/myce shows no `circulating supply` and affects several sites taking the info from there | 1.0 | [third party] update coingecko - **Describe the solution**
https://www.coingecko.com/en/coins/myce shows no `circulating supply` and affects several sites taking the info from there | non_process | update coingecko describe the solution shows no circulating supply and affects several sites taking the info from there | 0 |
16,409 | 21,191,413,463 | IssuesEvent | 2022-04-08 17:52:33 | cypress-io/cypress | https://api.github.com/repos/cypress-io/cypress | closed | internal: flaky unit test - PEM certs | process: flaky test stage: icebox | ### Current behavior
When running our Cypress unit tests, this has been failing often lately.
<img width="1404" alt="Screen Shot 2021-07-19 at 8 52 09 AM" src="https://user-images.githubusercontent.com/1271364/126170867-6e4a546e-53da-4086-82fc-6e993e479d07.png">
### Desired behavior
_No response_
### Tes... | 1.0 | internal: flaky unit test - PEM certs - ### Current behavior
When running our Cypress unit tests, this has been failing often lately.
<img width="1404" alt="Screen Shot 2021-07-19 at 8 52 09 AM" src="https://user-images.githubusercontent.com/1271364/126170867-6e4a546e-53da-4086-82fc-6e993e479d07.png">
### ... | process | internal flaky unit test pem certs current behavior when running our cypress unit tests this has been failing often lately img width alt screen shot at am src desired behavior no response test code to reproduce failing circl cypress version develop ... | 1 |
320,233 | 23,804,819,912 | IssuesEvent | 2022-09-03 21:54:21 | strigiforme/portfolio | https://api.github.com/repos/strigiforme/portfolio | closed | Document SSL Setup | documentation | I used the instructions at https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal
Create some light docs to describe how this was done. | 1.0 | Document SSL Setup - I used the instructions at https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal
Create some light docs to describe how this was done. | non_process | document ssl setup i used the instructions at create some light docs to describe how this was done | 0 |
200,402 | 15,105,362,015 | IssuesEvent | 2021-02-08 12:57:09 | NOAA-EMC/UFS_UTILS | https://api.github.com/repos/NOAA-EMC/UFS_UTILS | opened | Modify existing workflow to use caches for ESMF, NCEPLIBS, etc. | test | Currently we are rebuilding the same versions of ESMF, Jasper, and NCEPLIBS.
Seems like we could cache these, since they are the same every time. This would make the CI faster. | 1.0 | Modify existing workflow to use caches for ESMF, NCEPLIBS, etc. - Currently we are rebuilding the same versions of ESMF, Jasper, and NCEPLIBS.
Seems like we could cache these, since they are the same every time. This would make the CI faster. | non_process | modify existing workflow to use caches for esmf nceplibs etc currently we are rebuilding the same versions of esmf jasper and nceplibs seems like we could cache these since they are the same every time this would make the ci faster | 0 |
20,734 | 27,432,591,840 | IssuesEvent | 2023-03-02 03:23:27 | alibaba/MNN | https://api.github.com/repos/alibaba/MNN | closed | 怎么把输出的特征图保存成图片(转换成opencv然后保存也可) | question cv/ImageProcess | 类似demo/segment.cpp,获得的outputTensor怎么保存成图片呢?
```
net->runSession(session);
auto outputTensor = net->getSessionOutput(session, nullptr);
```
| 1.0 | 怎么把输出的特征图保存成图片(转换成opencv然后保存也可) - 类似demo/segment.cpp,获得的outputTensor怎么保存成图片呢?
```
net->runSession(session);
auto outputTensor = net->getSessionOutput(session, nullptr);
```
| process | 怎么把输出的特征图保存成图片(转换成opencv然后保存也可) 类似demo segment cpp,获得的outputtensor怎么保存成图片呢? net runsession session auto outputtensor net getsessionoutput session nullptr | 1 |
9,503 | 12,490,670,393 | IssuesEvent | 2020-06-01 01:10:19 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | TiDB should pushdown collation insensitive expr to TiFlash even if new collation is enabled | component/charset component/coprocessor type/feature-request | ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
TiDB support collation if new collation feature is enable, while TiFlash does not support collation yet, so TiDB disable all th... | 1.0 | TiDB should pushdown collation insensitive expr to TiFlash even if new collation is enabled - ## Feature Request
**Is your feature request related to a problem? Please describe:**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
TiDB support collation if new col... | process | tidb should pushdown collation insensitive expr to tiflash even if new collation is enabled feature request is your feature request related to a problem please describe tidb support collation if new collation feature is enable while tiflash does not support collation yet so tidb disable all the expr... | 1 |
7,524 | 10,599,433,742 | IssuesEvent | 2019-10-10 07:56:49 | linnovate/root | https://api.github.com/repos/linnovate/root | closed | filters in sub projects dont work | Process bug Projects | create a project and a sub project
try to filter by status or custom,status, title, etc...
the list isnt updated | 1.0 | filters in sub projects dont work - create a project and a sub project
try to filter by status or custom,status, title, etc...
the list isnt updated | process | filters in sub projects dont work create a project and a sub project try to filter by status or custom status title etc the list isnt updated | 1 |
22,965 | 15,705,354,936 | IssuesEvent | 2021-03-26 16:03:09 | emory-libraries/blacklight-catalog | https://api.github.com/repos/emory-libraries/blacklight-catalog | closed | STORY: Automate Infrastructure Configuration - ARCH | Epic Infrastructure Operational Story | In order to facilitate environment setup, disaster recovery, and performance testing, we want infrastructure configuration to be automated.
- [x] Get new environment terraformed
- [x] Update tfm to use stock amzn2 AMI
- [x] ansible all required packages
- [x] verify ansible shibboleth config w/ apache
- [x] ensure new... | 1.0 | STORY: Automate Infrastructure Configuration - ARCH - In order to facilitate environment setup, disaster recovery, and performance testing, we want infrastructure configuration to be automated.
- [x] Get new environment terraformed
- [x] Update tfm to use stock amzn2 AMI
- [x] ansible all required packages
- [x] verif... | non_process | story automate infrastructure configuration arch in order to facilitate environment setup disaster recovery and performance testing we want infrastructure configuration to be automated get new environment terraformed update tfm to use stock ami ansible all required packages verify ansible sh... | 0 |
334,866 | 10,146,629,637 | IssuesEvent | 2019-08-05 08:38:23 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.qwant.com - site is not usable | browser-fenix engine-gecko priority-important | <!-- @browser: Firefox preview build #11901818 -->
<!-- @ua_header: Mozilla/5.0 (Android 5.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.qwant.com/maps
**Browser / Version**: Firefox preview build #11901818
**Operating System**: An... | 1.0 | www.qwant.com - site is not usable - <!-- @browser: Firefox preview build #11901818 -->
<!-- @ua_header: Mozilla/5.0 (Android 5.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.qwant.com/maps
**Browser / Version**: Firefox preview bui... | non_process | site is not usable url browser version firefox preview build operating system android tested another browser yes problem type site is not usable description map is not rendered steps to reproduce while with firefox the map is showed correctly with firefox ... | 0 |
22,014 | 30,519,477,794 | IssuesEvent | 2023-07-19 07:01:00 | fkdl0048/BookReview | https://api.github.com/repos/fkdl0048/BookReview | closed | The Object-Oriented Thought Process | 2023 The Object-Oriented Thought Process | 2차 오프라인 멘토링 증정 책
- [x] #39
- [x] #53
- [x] #62
- [x] #82
- [x] #83
- [x] #84
- [x] #117
- [x] #119
- [x] #120
- [x] #121
- [x] #122
- [x] #123 | 1.0 | The Object-Oriented Thought Process - 2차 오프라인 멘토링 증정 책
- [x] #39
- [x] #53
- [x] #62
- [x] #82
- [x] #83
- [x] #84
- [x] #117
- [x] #119
- [x] #120
- [x] #121
- [x] #122
- [x] #123 | process | the object oriented thought process 오프라인 멘토링 증정 책 | 1 |
2,073 | 4,889,611,615 | IssuesEvent | 2016-11-18 10:49:01 | openvstorage/framework | https://api.github.com/repos/openvstorage/framework | closed | Disable role assignment button when a role is being assigned | priority_minor process_wontfix type_feature | In continuation of #694 it would be interesting to disable the role assignment button when a role is already being assigned to a partition.
| 1.0 | Disable role assignment button when a role is being assigned - In continuation of #694 it would be interesting to disable the role assignment button when a role is already being assigned to a partition.
| process | disable role assignment button when a role is being assigned in continuation of it would be interesting to disable the role assignment button when a role is already being assigned to a partition | 1 |
16,442 | 21,317,070,219 | IssuesEvent | 2022-04-16 13:16:28 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | No warning for broken in-topic link / unresolved link text. | bug priority/medium preprocess stale | ## Expected Behavior
The attached topic has three invalid `@href` attributes that refer to content within the same file. When building HTML5 output, the result is a broken link and link text like `#jira680__twwo` and `#badtopic__twwo`
The build should warn about these unresolved links during `topicpull`.
## Ac... | 1.0 | No warning for broken in-topic link / unresolved link text. - ## Expected Behavior
The attached topic has three invalid `@href` attributes that refer to content within the same file. When building HTML5 output, the result is a broken link and link text like `#jira680__twwo` and `#badtopic__twwo`
The build should ... | process | no warning for broken in topic link unresolved link text expected behavior the attached topic has three invalid href attributes that refer to content within the same file when building output the result is a broken link and link text like twwo and badtopic twwo the build should warn about... | 1 |
259,297 | 27,621,798,018 | IssuesEvent | 2023-03-10 01:12:24 | nidhi7598/linux-3.0.35 | https://api.github.com/repos/nidhi7598/linux-3.0.35 | closed | CVE-2016-9604 (Medium) detected in linuxlinux-3.0.40 - autoclosed | Mend: dependency security vulnerability | ## CVE-2016-9604 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.40</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https:/... | True | CVE-2016-9604 (Medium) detected in linuxlinux-3.0.40 - autoclosed - ## CVE-2016-9604 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.40</b></p></summary>
<p>
<p>Apache... | non_process | cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ... | 0 |
16,691 | 21,791,228,517 | IssuesEvent | 2022-05-14 23:38:26 | googlefonts/noto-fonts | https://api.github.com/repos/googlefonts/noto-fonts | closed | Filenames causing problem with GitHub Desktop in Windows | Platform-Windows Noto-Process-Issue | The names of certain recently added files are invalid in Windows, which creates problems when pulling with GitHub Desktop.
The files are in the main/images/issue_data/ directory, a total of 8 files with names starting with “s:” (which is not valid in Windows filenames), such as `s: myanmar-TOP01-googlefonts.noto-fon... | 1.0 | Filenames causing problem with GitHub Desktop in Windows - The names of certain recently added files are invalid in Windows, which creates problems when pulling with GitHub Desktop.
The files are in the main/images/issue_data/ directory, a total of 8 files with names starting with “s:” (which is not valid in Windows... | process | filenames causing problem with github desktop in windows the names of certain recently added files are invalid in windows which creates problems when pulling with github desktop the files are in the main images issue data directory a total of files with names starting with “s ” which is not valid in windows... | 1 |
431,052 | 30,215,125,961 | IssuesEvent | 2023-07-05 15:05:55 | cdisc-org/cdisc-rules-engine | https://api.github.com/repos/cdisc-org/cdisc-rules-engine | closed | Operator refactoring | documentation schema | **Description**
Currently operator parameters are independent of operators
**Acceptance Criteria**
- Each operator in the json-schema has required and optional parameters specified individually
| 1.0 | Operator refactoring - **Description**
Currently operator parameters are independent of operators
**Acceptance Criteria**
- Each operator in the json-schema has required and optional parameters specified individually
| non_process | operator refactoring description currently operator parameters are independent of operators acceptance criteria each operator in the json schema has required and optional parameters specified individually | 0 |
84,939 | 7,948,729,041 | IssuesEvent | 2018-07-11 09:05:00 | apache/incubator-mxnet | https://api.github.com/repos/apache/incubator-mxnet | closed | Flaky keyserver keyserver.ubuntu.com | CI Flaky Test | ci/docker/install/ubuntu_scala.sh often fails due to gpg keyserver. | 1.0 | Flaky keyserver keyserver.ubuntu.com - ci/docker/install/ubuntu_scala.sh often fails due to gpg keyserver. | non_process | flaky keyserver keyserver ubuntu com ci docker install ubuntu scala sh often fails due to gpg keyserver | 0 |
19,957 | 26,432,825,340 | IssuesEvent | 2023-01-15 02:00:07 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Fri, 13 Jan 23 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
### Event-Based Frame Interpolation with Ad-hoc Deblurring
- **Authors:** Lei Sun, Christos Sakaridis, Jingyun Liang, Peng Sun, Jiezhang Cao, Kai Zhang, Qi Jiang, Kaiwei Wang, Luc Van Gool
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV)
- **Arxiv link:** https://arxiv.org/abs/2301.... | 2.0 | New submissions for Fri, 13 Jan 23 - ## Keyword: events
### Event-Based Frame Interpolation with Ad-hoc Deblurring
- **Authors:** Lei Sun, Christos Sakaridis, Jingyun Liang, Peng Sun, Jiezhang Cao, Kai Zhang, Qi Jiang, Kaiwei Wang, Luc Van Gool
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV)
- **Arxi... | process | new submissions for fri jan keyword events event based frame interpolation with ad hoc deblurring authors lei sun christos sakaridis jingyun liang peng sun jiezhang cao kai zhang qi jiang kaiwei wang luc van gool subjects computer vision and pattern recognition cs cv arxiv ... | 1 |
171,047 | 27,053,129,506 | IssuesEvent | 2023-02-13 14:32:03 | CMPUT301W23T47/Canary | https://api.github.com/repos/CMPUT301W23T47/Canary | closed | UI: Lo-FI Mockup for viewing Player's ranking by highest scored QR Code | design | Design a Lo-FI Mockup for viewing Player's ranking by highest-scored QR Code | 1.0 | UI: Lo-FI Mockup for viewing Player's ranking by highest scored QR Code - Design a Lo-FI Mockup for viewing Player's ranking by highest-scored QR Code | non_process | ui lo fi mockup for viewing player s ranking by highest scored qr code design a lo fi mockup for viewing player s ranking by highest scored qr code | 0 |
270,546 | 23,517,195,372 | IssuesEvent | 2022-08-18 23:08:06 | LMastro99/cricsheet-data | https://api.github.com/repos/LMastro99/cricsheet-data | opened | Add test for 'clean_innings_regulation_2_absent_hurt_data' function in Preprocess_Data class | testing | [Add 'clean_innings_regulation_2_absent_hurt_data'](https://github.com/LMastro99/cricsheet-data/commit/31789b45ab1e5340e16037720a7d54b6cd1ceeb8) | 1.0 | Add test for 'clean_innings_regulation_2_absent_hurt_data' function in Preprocess_Data class - [Add 'clean_innings_regulation_2_absent_hurt_data'](https://github.com/LMastro99/cricsheet-data/commit/31789b45ab1e5340e16037720a7d54b6cd1ceeb8) | non_process | add test for clean innings regulation absent hurt data function in preprocess data class | 0 |
9,982 | 13,024,757,863 | IssuesEvent | 2020-07-27 12:26:45 | spring-projects/spring-hateoas | https://api.github.com/repos/spring-projects/spring-hateoas | closed | VndErrors logref is not just Integer | in: mediatypes process: waiting for review specification type: bug | Looks like constructor is trying to parse `Integer` out from `String`:
https://github.com/spring-projects/spring-hateoas/blob/5d1136ee121fa099ca0ae8fe08572a2b5f10b165/src/main/java/org/springframework/hateoas/mediatype/vnderrors/VndErrors.java#L95
This then for example in a dataflow errors out when trying to upgrad... | 1.0 | VndErrors logref is not just Integer - Looks like constructor is trying to parse `Integer` out from `String`:
https://github.com/spring-projects/spring-hateoas/blob/5d1136ee121fa099ca0ae8fe08572a2b5f10b165/src/main/java/org/springframework/hateoas/mediatype/vnderrors/VndErrors.java#L95
This then for example in a da... | process | vnderrors logref is not just integer looks like constructor is trying to parse integer out from string this then for example in a dataflow errors out when trying to upgrade to boot x java lang numberformatexception for input string nosuchappregistrationexception at java lang numberformatex... | 1 |
2,731 | 5,619,694,076 | IssuesEvent | 2017-04-04 02:57:27 | allinurl/goaccess | https://api.github.com/repos/allinurl/goaccess | closed | Can I have the opportunity to filter already parsed html report with dates. | add duplicate enhancement log-processing | Hello, it's me again.
I'd like to ask if we have the opportunity to filter real time html report with `start_date` and `end_date` arguments.
Since real time html report got more and more information day by day, it would be useful if we can select specific time period and look deep into it. | 1.0 | Can I have the opportunity to filter already parsed html report with dates. - Hello, it's me again.
I'd like to ask if we have the opportunity to filter real time html report with `start_date` and `end_date` arguments.
Since real time html report got more and more information day by day, it would be useful if we ... | process | can i have the opportunity to filter already parsed html report with dates hello it s me again i d like to ask if we have the opportunity to filter real time html report with start date and end date arguments since real time html report got more and more information day by day it would be useful if we ... | 1 |
25,230 | 7,657,114,765 | IssuesEvent | 2018-05-10 18:33:05 | runconduit/conduit | https://api.github.com/repos/runconduit/conduit | opened | Strip all Go executables | area/build | Right now we strip debug information on the `conduit` CLI executable, using `-ldflags -s -w`, due to PR #367. I didn't do the same for the other executables because I didn't know if it would be useful to have debug information for them when running in the cluster.
The goal with stripping the `conduit` executable was... | 1.0 | Strip all Go executables - Right now we strip debug information on the `conduit` CLI executable, using `-ldflags -s -w`, due to PR #367. I didn't do the same for the other executables because I didn't know if it would be useful to have debug information for them when running in the cluster.
The goal with stripping t... | non_process | strip all go executables right now we strip debug information on the conduit cli executable using ldflags s w due to pr i didn t do the same for the other executables because i didn t know if it would be useful to have debug information for them when running in the cluster the goal with stripping the... | 0 |
66,473 | 16,618,930,155 | IssuesEvent | 2021-06-02 20:47:08 | Macaulay2/M2 | https://api.github.com/repos/Macaulay2/M2 | closed | Minimum autoconf version? | build system | Currently, it's set at 2.71:
https://github.com/Macaulay2/M2/blob/104c35429dbc9d0a9defe0443f82caeaaf440679/M2/Makefile#L19-L24
However, autoconf 2.71 is still relatively new (Jan 2021), and isn't available in any Debian-based distributions yet (except Debian experimental -- https://tracker.debian.org/pkg/autoconf).... | 1.0 | Minimum autoconf version? - Currently, it's set at 2.71:
https://github.com/Macaulay2/M2/blob/104c35429dbc9d0a9defe0443f82caeaaf440679/M2/Makefile#L19-L24
However, autoconf 2.71 is still relatively new (Jan 2021), and isn't available in any Debian-based distributions yet (except Debian experimental -- https://track... | non_process | minimum autoconf version currently it s set at however autoconf is still relatively new jan and isn t available in any debian based distributions yet except debian experimental i have no problems building with autoconf which is what s available on my system ubuntu after ... | 0 |
486,718 | 14,012,975,219 | IssuesEvent | 2020-10-29 09:47:47 | jetstack/cert-manager | https://api.github.com/repos/jetstack/cert-manager | closed | Incorrect zone/domain when looking up CAA | area/acme/http01 priority/awaiting-more-evidence triage/needs-information | > Bugs should be filed for issues encountered whilst operating cert-manager.
> You should first attempt to resolve your issues through the community support
> channels, e.g. Slack, in order to rule out individual configuration errors.
> Please provide as much detail as possible.
**Describe the bug**:
A clear and... | 1.0 | Incorrect zone/domain when looking up CAA - > Bugs should be filed for issues encountered whilst operating cert-manager.
> You should first attempt to resolve your issues through the community support
> channels, e.g. Slack, in order to rule out individual configuration errors.
> Please provide as much detail as po... | non_process | incorrect zone domain when looking up caa bugs should be filed for issues encountered whilst operating cert manager you should first attempt to resolve your issues through the community support channels e g slack in order to rule out individual configuration errors please provide as much detail as po... | 0 |
237,771 | 19,674,251,720 | IssuesEvent | 2022-01-11 10:37:38 | parallaxsecond/parsec | https://api.github.com/repos/parallaxsecond/parsec | opened | Disable test from old E2E suite | bug small testing | The following test should be disabled/ignored in the CI script, when running old E2E tests in the per-provider workflows: per_provider::normal_tests::asym_sign_verify::fail_verify_hash .
The test takes a valid signature and adds 1 to one of its bytes, attempting to make it invalid. However, every now and then the in... | 1.0 | Disable test from old E2E suite - The following test should be disabled/ignored in the CI script, when running old E2E tests in the per-provider workflows: per_provider::normal_tests::asym_sign_verify::fail_verify_hash .
The test takes a valid signature and adds 1 to one of its bytes, attempting to make it invalid. ... | non_process | disable test from old suite the following test should be disabled ignored in the ci script when running old tests in the per provider workflows per provider normal tests asym sign verify fail verify hash the test takes a valid signature and adds to one of its bytes attempting to make it invalid howe... | 0 |
14,736 | 18,006,275,432 | IssuesEvent | 2021-09-16 00:17:14 | dtcenter/MET | https://api.github.com/repos/dtcenter/MET | closed | pb2nc: missing some values on processing all variable with BURF input | type: enhancement priority: medium alert: NEED MORE DEFINITION alert: NEED ACCOUNT KEY component: CI/CD alert: NEED PROJECT ASSIGNMENT requestor: METplus Team MET: PreProcessing Tools (Point) | To process all available variables for BUFR input, pb2nc checks the valid data at the first level only. I found a case the valid data for HOCT variable is at the third level (the 56959-th message from /d1/projects/MET/MET_test_data/unit_test/obs_data/prepbufr/ndas/nam.20120409.t12z.prepbufr.tm00.nr, the unit test "pb2n... | 1.0 | pb2nc: missing some values on processing all variable with BURF input - To process all available variables for BUFR input, pb2nc checks the valid data at the first level only. I found a case the valid data for HOCT variable is at the third level (the 56959-th message from /d1/projects/MET/MET_test_data/unit_test/obs_da... | process | missing some values on processing all variable with burf input to process all available variables for bufr input checks the valid data at the first level only i found a case the valid data for hoct variable is at the third level the th message from projects met met test data unit test obs data prepbufr n... | 1 |
17,433 | 23,251,367,836 | IssuesEvent | 2022-08-04 04:19:58 | streamnative/flink | https://api.github.com/repos/streamnative/flink | opened | [Pulsar Connector] Backlog has too many noack messages. | compute/data-processing | According to community user, they run into some backlog related issues in 1.15.0.1. The two issues are:
First:
no ack messages are around 50 ~ 100, which is not desired. Need to add more context

Secon... | 1.0 | [Pulsar Connector] Backlog has too many noack messages. - According to community user, they run into some backlog related issues in 1.15.0.1. The two issues are:
First:
no ack messages are around 50 ~ 100, which is not desired. Need to add more context
 is bad on performance | Help Wanted In Process Performance Issue Priority:Major Waiting For Reply | **Describe the issue**
ProtectionListenerBase.getShopRedstone() used in various places such as BlockListener#onInventoryMove() and ShopProtectionListener#onInventoryMove() is causing bad performance, using up to 10% of each tick on some sparks! This is extremely poor performance. I can see that you have tried to cache... | 1.0 | [PERFORMANCE] ProtectionListenerBase.getShopRedstone() is bad on performance - **Describe the issue**
ProtectionListenerBase.getShopRedstone() used in various places such as BlockListener#onInventoryMove() and ShopProtectionListener#onInventoryMove() is causing bad performance, using up to 10% of each tick on some spa... | process | protectionlistenerbase getshopredstone is bad on performance describe the issue protectionlistenerbase getshopredstone used in various places such as blocklistener oninventorymove and shopprotectionlistener oninventorymove is causing bad performance using up to of each tick on some sparks this is ... | 1 |
15,544 | 19,703,501,609 | IssuesEvent | 2022-01-12 19:07:53 | googleapis/java-managed-identities | https://api.github.com/repos/googleapis/java-managed-identities | 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 'managed-identities' invalid in .repo-metadata.json
☝️ Once you correct these problems, you can close this issue.
Reach out to **go/github-auto... | 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 'managed-identities' invalid in .repo-metadata.json
☝️ Once you correct these problems, you can... | 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 managed identities invalid in repo metadata json ☝️ once you correct these problems you can... | 1 |
19,446 | 25,722,349,927 | IssuesEvent | 2022-12-07 14:31:16 | open-telemetry/opentelemetry-collector-contrib | https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib | closed | [servicegraphprocessor] Edge loss attributes from client-side or server-side | bug priority:p2 processor/servicegraph | ### Describe the issue you're reporting
Edge attributes are set by `p.upsertDimensions()` whatever `span.kind` is client or server:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/304196f51b12804846e24d060d0f9b9e2b6df059/processor/servicegraphprocessor/processor.go#L198-L231
it does't handle... | 1.0 | [servicegraphprocessor] Edge loss attributes from client-side or server-side - ### Describe the issue you're reporting
Edge attributes are set by `p.upsertDimensions()` whatever `span.kind` is client or server:
https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/304196f51b12804846e24d060d0f9b9e2b6d... | process | edge loss attributes from client side or server side describe the issue you re reporting edge attributes are set by p upsertdimensions whatever span kind is client or server it does t handle a sense that the two spans have a attribute with same name but different value like client span have attri... | 1 |
127,367 | 5,029,268,262 | IssuesEvent | 2016-12-15 20:40:32 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | opened | kubectl in-cluster config trumps command line arguments | priority/important-soon | Found in openshift, but I'm pretty sure the codepaths are the same.
```
sh-4.2$ oc --token=my-users-token get user/~
NAME UID FULL NAME IDENTITIES
system:serviceaccount:deads:default
```
That means the token is getting ignored and in-cluster config is being used in ... | 1.0 | kubectl in-cluster config trumps command line arguments - Found in openshift, but I'm pretty sure the codepaths are the same.
```
sh-4.2$ oc --token=my-users-token get user/~
NAME UID FULL NAME IDENTITIES
system:serviceaccount:deads:default
```
That means the token ... | non_process | kubectl in cluster config trumps command line arguments found in openshift but i m pretty sure the codepaths are the same sh oc token my users token get user name uid full name identities system serviceaccount deads default that means the token ... | 0 |
17,158 | 22,716,878,530 | IssuesEvent | 2022-07-06 03:31:58 | camunda/feel-scala | https://api.github.com/repos/camunda/feel-scala | closed | Release 1.15.0 doesn't have a compile dependency to fastparse | type: bug team/process-automation | **Describe the bug**
The version `1.15.0` has a dependency issue. In a dependent project, the new version results in the following runtime error:
```
java.lang.NoClassDefFoundError: fastparse/Parsed
```
In the [pom.xml](https://mvnrepository.com/artifact/org.camunda.feel/feel-engine/1.15.0) of this version, t... | 1.0 | Release 1.15.0 doesn't have a compile dependency to fastparse - **Describe the bug**
The version `1.15.0` has a dependency issue. In a dependent project, the new version results in the following runtime error:
```
java.lang.NoClassDefFoundError: fastparse/Parsed
```
In the [pom.xml](https://mvnrepository.com/... | process | release doesn t have a compile dependency to fastparse describe the bug the version has a dependency issue in a dependent project the new version results in the following runtime error java lang noclassdeffounderror fastparse parsed in the of this version the dependency to... | 1 |
9,993 | 13,040,023,562 | IssuesEvent | 2020-07-28 17:45:49 | hashicorp/packer | https://api.github.com/repos/hashicorp/packer | closed | [feature] Add support for vsphere vcenter/host | good first issue post-processor/vsphere | Trying to deploy an image to a vCenter on a specific host and it seems that the `ovftool --help examples` supports it
```
ovftool /ovfs/my_vapp.ovf \
vi://username:pass@my_vc_server/?ip=10.20.30.40
(.ovf file to vCenter server using managed ESX host ip address)
ovftool vi://username:pass@my_... | 1.0 | [feature] Add support for vsphere vcenter/host - Trying to deploy an image to a vCenter on a specific host and it seems that the `ovftool --help examples` supports it
```
ovftool /ovfs/my_vapp.ovf \
vi://username:pass@my_vc_server/?ip=10.20.30.40
(.ovf file to vCenter server using managed ESX host... | process | add support for vsphere vcenter host trying to deploy an image to a vcenter on a specific host and it seems that the ovftool help examples supports it ovftool ovfs my vapp ovf vi username pass my vc server ip ovf file to vcenter server using managed esx host ip address ... | 1 |
19,717 | 26,073,661,719 | IssuesEvent | 2022-12-24 06:27:50 | pyanodon/pybugreports | https://api.github.com/repos/pyanodon/pybugreports | closed | Dependency loop with Ammo Loader+ mod. | mod:pypostprocessing postprocess-fail compatibility | ### Mod source
Factorio Mod Portal
### Which mod are you having an issue with?
- [ ] pyalienlife
- [ ] pyalternativeenergy
- [ ] pycoalprocessing
- [ ] pyfusionenergy
- [ ] pyhightech
- [ ] pyindustry
- [ ] pypetroleumhandling
- [X] pypostprocessing
- [ ] pyrawores
### Operating system
>=Windows 10
### What kind ... | 2.0 | Dependency loop with Ammo Loader+ mod. - ### Mod source
Factorio Mod Portal
### Which mod are you having an issue with?
- [ ] pyalienlife
- [ ] pyalternativeenergy
- [ ] pycoalprocessing
- [ ] pyfusionenergy
- [ ] pyhightech
- [ ] pyindustry
- [ ] pypetroleumhandling
- [X] pypostprocessing
- [ ] pyrawores
### Opera... | process | dependency loop with ammo loader mod mod source factorio mod portal which mod are you having an issue with pyalienlife pyalternativeenergy pycoalprocessing pyfusionenergy pyhightech pyindustry pypetroleumhandling pypostprocessing pyrawores operating system win... | 1 |
410,539 | 11,993,264,718 | IssuesEvent | 2020-04-08 11:41:15 | hotosm/tasking-manager | https://api.github.com/repos/hotosm/tasking-manager | opened | Validate random tasks | Component: Frontend Priority: Low Status: Needs implementation Type: Enhancement | User feedback:
> it seems the only way to Validate a task is to manually select it from the grid of the map. Wasn’t able to find a way to randomly validate tasks like we can do in TM3, which I liked. | 1.0 | Validate random tasks - User feedback:
> it seems the only way to Validate a task is to manually select it from the grid of the map. Wasn’t able to find a way to randomly validate tasks like we can do in TM3, which I liked. | non_process | validate random tasks user feedback it seems the only way to validate a task is to manually select it from the grid of the map wasn’t able to find a way to randomly validate tasks like we can do in which i liked | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.