Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10
values | text_combine stringlengths 96 261k | label stringclasses 2
values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
33,811 | 7,255,176,226 | IssuesEvent | 2018-02-16 14:01:19 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | H2 MetaTable's string column default values are wrong | C: Functionality P: Medium R: Fixed T: Defect | For a table like:
```sql
CREATE TABLE t (i VARCHAR(10) DEFAULT 'abc');
```
The reported default value is `'abc'` (including apostrophes), not `abc` as in other databases. | 1.0 | H2 MetaTable's string column default values are wrong - For a table like:
```sql
CREATE TABLE t (i VARCHAR(10) DEFAULT 'abc');
```
The reported default value is `'abc'` (including apostrophes), not `abc` as in other databases. | defect | metatable s string column default values are wrong for a table like sql create table t i varchar default abc the reported default value is abc including apostrophes not abc as in other databases | 1 |
5,103 | 7,882,665,732 | IssuesEvent | 2018-06-27 00:00:29 | rubberduck-vba/Rubberduck | https://api.github.com/repos/rubberduck-vba/Rubberduck | closed | Grammar - Mid statement is not correct | bug parse-tree-processing | Per https://msdn.microsoft.com/en-us/library/ee156918.aspx, this parser rule is not correct:
https://github.com/rubberduck-vba/Rubberduck/blob/e2468806b7da88f20ca28a4ea0f08edb92cacd78/Rubberduck.Parsing/Grammar/VBAParser.g4#L467
`ASSIGN` should be `EQ`. This should be fixed, and also a test added.
Related: Not... | 1.0 | Grammar - Mid statement is not correct - Per https://msdn.microsoft.com/en-us/library/ee156918.aspx, this parser rule is not correct:
https://github.com/rubberduck-vba/Rubberduck/blob/e2468806b7da88f20ca28a4ea0f08edb92cacd78/Rubberduck.Parsing/Grammar/VBAParser.g4#L467
`ASSIGN` should be `EQ`. This should be fixe... | non_defect | grammar mid statement is not correct per this parser rule is not correct assign should be eq this should be fixed and also a test added related not sure if it s desirable to have assign defined in the lexer the only other place it appears to be used is for named arguments which could equal... | 0 |
42,512 | 9,222,706,368 | IssuesEvent | 2019-03-12 00:01:13 | dotnet/coreclr | https://api.github.com/repos/dotnet/coreclr | closed | x64 Checked Windows_NT GCStress=0xc has four failures | GCStress arch-x64 area-CodeGen bug os-windows | #21128 fixed an issue where the GCStress tests were not running with the appropriate timeout. However, there were still four remaining failures (see https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_windows_nt_gcstress0xc_prtest/85/ for more details):
* Interop_COM._NativeClients_Primitive... | 1.0 | x64 Checked Windows_NT GCStress=0xc has four failures - #21128 fixed an issue where the GCStress tests were not running with the appropriate timeout. However, there were still four remaining failures (see https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_windows_nt_gcstress0xc_prtest/85/ fo... | non_defect | checked windows nt gcstress has four failures fixed an issue where the gcstress tests were not running with the appropriate timeout however there were still four remaining failures see for more details interop com nativeclients primitives primitives nativeclients primitives primitives cmd loade... | 0 |
33,831 | 9,205,997,745 | IssuesEvent | 2019-03-08 12:22:32 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Incomplete loading of 11.0 after using 10.0 on Intel iMac | Category: Build/Install Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **johngi1 -** (johngi1 -)
Original Redmine Issue: 1299, https://issues.qgis.org/issues/1299
Original Assignee: nobody -
---
The problem occurs when 11.0 installation follows a 10.0 installation and operation.
An initial installation of 11.0 on a new [[MacBook]] was successful but the same .dmg fai... | 1.0 | Incomplete loading of 11.0 after using 10.0 on Intel iMac - ---
Author Name: **johngi1 -** (johngi1 -)
Original Redmine Issue: 1299, https://issues.qgis.org/issues/1299
Original Assignee: nobody -
---
The problem occurs when 11.0 installation follows a 10.0 installation and operation.
An initial installation of 11... | non_defect | incomplete loading of after using on intel imac author name original redmine issue original assignee nobody the problem occurs when installation follows a installation and operation an initial installation of on a new was successful but the same dmg failed... | 0 |
289,775 | 8,876,255,877 | IssuesEvent | 2019-01-12 13:19:01 | nluedtke/linux_kernel_cves | https://api.github.com/repos/nluedtke/linux_kernel_cves | opened | Vulnerability Time Line [Wishlist item] | enhancement low priority | **Describe the solution you'd like**
Visualization of the life of a vulnerabilities. Important dates/points for a vulnerability can be mapped given the data we have. It would be nice to visualize that in a time line or graph of some sort.
| 1.0 | Vulnerability Time Line [Wishlist item] - **Describe the solution you'd like**
Visualization of the life of a vulnerabilities. Important dates/points for a vulnerability can be mapped given the data we have. It would be nice to visualize that in a time line or graph of some sort.
| non_defect | vulnerability time line describe the solution you d like visualization of the life of a vulnerabilities important dates points for a vulnerability can be mapped given the data we have it would be nice to visualize that in a time line or graph of some sort | 0 |
202,934 | 15,307,934,887 | IssuesEvent | 2021-02-24 21:39:16 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | x86_64: page fault with access violation error complaining supervisor thread not allowed to rwx | area: Tests bug priority: medium |
**To Reproduce**
Steps to reproduce the behavior:
1. west build -b up_squared -p auto tests/kernel/device
2. west flash ~/up_squared.sh
3. see error
**Logs and console output**
Booting Zephyr OS build zephyr-v2.5.0-239-ge287fd7ab2fb
Running test suite device
START - test_dummy_device_pm
SKIP - test_du... | 1.0 | x86_64: page fault with access violation error complaining supervisor thread not allowed to rwx -
**To Reproduce**
Steps to reproduce the behavior:
1. west build -b up_squared -p auto tests/kernel/device
2. west flash ~/up_squared.sh
3. see error
**Logs and console output**
Booting Zephyr OS build zephyr-v2.... | non_defect | page fault with access violation error complaining supervisor thread not allowed to rwx to reproduce steps to reproduce the behavior west build b up squared p auto tests kernel device west flash up squared sh see error logs and console output booting zephyr os build zephyr ... | 0 |
36,743 | 8,109,272,301 | IssuesEvent | 2018-08-14 06:52:47 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | When clicking a selectOneMenu item that extends past an overlayPanel's buttom edge, the overlayPanel is closed. | 6.2.9 defect | Reported By PRO User;
> Put a selectOneMenu in an overlayPanel and add several items to it so the list extends below the bottom edge of the overlayPanel. If you open the selectOneMenu's list and click on an item that is below the bottom edge of the overlayPanel, not only will the selectOneMenu accept the selection, bu... | 1.0 | When clicking a selectOneMenu item that extends past an overlayPanel's buttom edge, the overlayPanel is closed. - Reported By PRO User;
> Put a selectOneMenu in an overlayPanel and add several items to it so the list extends below the bottom edge of the overlayPanel. If you open the selectOneMenu's list and click on ... | defect | when clicking a selectonemenu item that extends past an overlaypanel s buttom edge the overlaypanel is closed reported by pro user put a selectonemenu in an overlaypanel and add several items to it so the list extends below the bottom edge of the overlaypanel if you open the selectonemenu s list and click on ... | 1 |
720,400 | 24,791,061,480 | IssuesEvent | 2022-10-24 13:48:05 | Aizistral-Studios/No-Chat-Reports | https://api.github.com/repos/Aizistral-Studios/No-Chat-Reports | closed | Address the possibility of slurs appearing in encrypted text | enhancement confirmed priority: normal | ### Idea
The odds of that are fairly low, but not astronomically low apparently, especially for short ones. The obvious solution would be to include a filter, but I think we can do better than that by simply shifting all encrypted messages away from the alphabet and into special symbols.
### Reasoning
Would be ironi... | 1.0 | Address the possibility of slurs appearing in encrypted text - ### Idea
The odds of that are fairly low, but not astronomically low apparently, especially for short ones. The obvious solution would be to include a filter, but I think we can do better than that by simply shifting all encrypted messages away from the al... | non_defect | address the possibility of slurs appearing in encrypted text idea the odds of that are fairly low but not astronomically low apparently especially for short ones the obvious solution would be to include a filter but i think we can do better than that by simply shifting all encrypted messages away from the al... | 0 |
33,589 | 7,177,110,444 | IssuesEvent | 2018-01-31 12:29:19 | STEllAR-GROUP/phylanx | https://api.github.com/repos/STEllAR-GROUP/phylanx | closed | Arguments are not being passed correctly to define | category: PhySL type: defect | The following physl code produces unexpected output as the data passed to define is different from what is read inside.
```
char const* const read_code = R"(block(
//
// display data
//
define(read, data_m, data_v, data_0,
block(
cout("0-D Data Received = ",data_0),
... | 1.0 | Arguments are not being passed correctly to define - The following physl code produces unexpected output as the data passed to define is different from what is read inside.
```
char const* const read_code = R"(block(
//
// display data
//
define(read, data_m, data_v, data_0,
block(
... | defect | arguments are not being passed correctly to define the following physl code produces unexpected output as the data passed to define is different from what is read inside char const const read code r block display data define read data m data v data block ... | 1 |
49,787 | 13,187,272,238 | IssuesEvent | 2020-08-13 02:53:22 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | MuEx compat option has a global state, prevents multiple uses in one tray (Trac #2087) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2087">https://code.icecube.wisc.edu/ticket/2087</a>, reported by thomas.kintscher and owned by dima</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:55",
"description": "The MuEx module has... | 1.0 | MuEx compat option has a global state, prevents multiple uses in one tray (Trac #2087) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2087">https://code.icecube.wisc.edu/ticket/2087</a>, reported by thomas.kintscher and owned by dima</em></summary>
<p>
```json
{
"status": "cl... | defect | muex compat option has a global state prevents multiple uses in one tray trac migrated from json status closed changetime description the muex module has a compat option to toggle between two different implementations which yield substantially different... | 1 |
168,165 | 13,063,839,799 | IssuesEvent | 2020-07-30 17:07:58 | CRANE-toolbox/analysis-pipelines | https://api.github.com/repos/CRANE-toolbox/analysis-pipelines | opened | Should find a way to test for the removal of \x00-type non-ASCI characters | good first issue testing | In test/test_preprocessing.py, test_remove_unicode() | 1.0 | Should find a way to test for the removal of \x00-type non-ASCI characters - In test/test_preprocessing.py, test_remove_unicode() | non_defect | should find a way to test for the removal of type non asci characters in test test preprocessing py test remove unicode | 0 |
10,225 | 2,618,943,038 | IssuesEvent | 2015-03-03 00:04:53 | marmarek/test | https://api.github.com/repos/marmarek/test | closed | /sbin/iptables may return "resource temporarily unavailable" | C: core P: major R: fixed T: defect | **Reported by rafal on 3 Jul 40425732 09:20 UTC**
It seems that it is normal that /sbin/iptables may fail with the subject error. Get rid of it from shell scripts where possible; use iptables-restore elsewhere. | 1.0 | /sbin/iptables may return "resource temporarily unavailable" - **Reported by rafal on 3 Jul 40425732 09:20 UTC**
It seems that it is normal that /sbin/iptables may fail with the subject error. Get rid of it from shell scripts where possible; use iptables-restore elsewhere. | defect | sbin iptables may return resource temporarily unavailable reported by rafal on jul utc it seems that it is normal that sbin iptables may fail with the subject error get rid of it from shell scripts where possible use iptables restore elsewhere | 1 |
2,568 | 2,607,928,738 | IssuesEvent | 2015-02-26 00:25:47 | chrsmithdemos/minify | https://api.github.com/repos/chrsmithdemos/minify | closed | Fatal error when Zlib support not present | auto-migrated Priority-Medium Release-2.1.0 Type-Defect | ```
Minify version: 2.1.0
PHP version: 5.2.6
ERROR: PHP Fatal Error: Call to undefined function gzdeflate() in
Minify.php on line 266
I realize this is likely due to
(http://us.php.net/manual/en/zlib.installation.php) zlib not being enabled
on my server. If I have run into this issue I'm wondering if others might
as... | 1.0 | Fatal error when Zlib support not present - ```
Minify version: 2.1.0
PHP version: 5.2.6
ERROR: PHP Fatal Error: Call to undefined function gzdeflate() in
Minify.php on line 266
I realize this is likely due to
(http://us.php.net/manual/en/zlib.installation.php) zlib not being enabled
on my server. If I have run into... | defect | fatal error when zlib support not present minify version php version error php fatal error call to undefined function gzdeflate in minify php on line i realize this is likely due to zlib not being enabled on my server if i have run into this issue i m wondering if others might as well ... | 1 |
73,077 | 24,448,703,234 | IssuesEvent | 2022-10-06 20:25:35 | ubisoft/shotmanager | https://api.github.com/repos/ubisoft/shotmanager | closed | Toggle Overlay Tool Display not working on MacOs (Silicon) - Works as intended on Win10-11 | not a defect | **Infos on the context**
- Add-on version: V2-0-225
- Blender version, from installer or from zip: 3.4 Alpha
- Blender was launched in Admin mode? Yes
- OS: MacOs 12.6 (Apple Silicon)
- Bug was also on previous versions (I don't know / No / Yes, seen on version x.x): Don't know. Works on Win10-11
**Describe the... | 1.0 | Toggle Overlay Tool Display not working on MacOs (Silicon) - Works as intended on Win10-11 - **Infos on the context**
- Add-on version: V2-0-225
- Blender version, from installer or from zip: 3.4 Alpha
- Blender was launched in Admin mode? Yes
- OS: MacOs 12.6 (Apple Silicon)
- Bug was also on previous versions (I... | defect | toggle overlay tool display not working on macos silicon works as intended on infos on the context add on version blender version from installer or from zip alpha blender was launched in admin mode yes os macos apple silicon bug was also on previous versions i don t kn... | 1 |
66,563 | 20,328,505,233 | IssuesEvent | 2022-02-18 08:28:02 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | random fail to mount zpools on startup | Type: Defect Status: Stale Status: Triage Needed | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | random fail to mount zpools on startup - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the Ope... | defect | random fail to mount zpools on startup thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible ... | 1 |
9,007 | 2,615,119,780 | IssuesEvent | 2015-03-01 05:45:51 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Google Latitude API v1-json-oauth-sample fails with IllegalArgumentException | auto-migrated Priority-Medium Type-Defect | ```
Version of google-api-java-client (e.g. 1.3.1-alpha)?
1.3.1-alpha
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
Java 6
Describe the problem.
When retrieving the currentLocation, an HTTP response 200 is returned with the
following content :
{ "data": { "kind": "latitude#location", "timesta... | 1.0 | Google Latitude API v1-json-oauth-sample fails with IllegalArgumentException - ```
Version of google-api-java-client (e.g. 1.3.1-alpha)?
1.3.1-alpha
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
Java 6
Describe the problem.
When retrieving the currentLocation, an HTTP response 200 is returned wit... | defect | google latitude api json oauth sample fails with illegalargumentexception version of google api java client e g alpha alpha java environment e g java android app engine java describe the problem when retrieving the currentlocation an http response is returned with t... | 1 |
172,304 | 21,043,346,382 | IssuesEvent | 2022-03-31 14:06:25 | jgeraigery/dynatrace-service-broker | https://api.github.com/repos/jgeraigery/dynatrace-service-broker | opened | CVE-2019-12384 (Medium) detected in jackson-databind-2.3.4.jar | security vulnerability | ## CVE-2019-12384 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core stream... | True | CVE-2019-12384 (Medium) detected in jackson-databind-2.3.4.jar - ## CVE-2019-12384 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.3.4.jar</b></p></summary>
<p>Gen... | non_defect | cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file pom xml path to vulnerable library home wss scanner ... | 0 |
8,035 | 2,611,424,763 | IssuesEvent | 2015-02-27 04:38:49 | chrsmith/codesearch | https://api.github.com/repos/chrsmith/codesearch | opened | How can I tell cindex to ignore certain folders? (such as logs/, *.log, tmp/ etc.) | auto-migrated Priority-Medium Type-Defect | ```
See summary above.
```
Original issue reported on code.google.com by `simon.w...@gmail.com` on 21 Jan 2013 at 12:33 | 1.0 | How can I tell cindex to ignore certain folders? (such as logs/, *.log, tmp/ etc.) - ```
See summary above.
```
Original issue reported on code.google.com by `simon.w...@gmail.com` on 21 Jan 2013 at 12:33 | defect | how can i tell cindex to ignore certain folders such as logs log tmp etc see summary above original issue reported on code google com by simon w gmail com on jan at | 1 |
12,008 | 18,764,035,012 | IssuesEvent | 2021-11-05 20:22:33 | AAFC-BICoE/dina-planning | https://api.github.com/repos/AAFC-BICoE/dina-planning | closed | Add new fields to Institution | type: requirement | GIVEN I have accessed DINA as a user
WHEN visit the Institution page
THEN I should see the following new fields
`Institution Code`: a text field
`Homepage`: a URL
`Address`: a free-form text field
`Notes`: a free-form text field
`Identifier` and identifier type as is done with #223 with the option (for n... | 1.0 | Add new fields to Institution - GIVEN I have accessed DINA as a user
WHEN visit the Institution page
THEN I should see the following new fields
`Institution Code`: a text field
`Homepage`: a URL
`Address`: a free-form text field
`Notes`: a free-form text field
`Identifier` and identifier type as is done ... | non_defect | add new fields to institution given i have accessed dina as a user when visit the institution page then i should see the following new fields institution code a text field homepage a url address a free form text field notes a free form text field identifier and identifier type as is done ... | 0 |
45,117 | 12,553,109,301 | IssuesEvent | 2020-06-06 20:39:06 | reckue/post-api | https://api.github.com/repos/reckue/post-api | closed | Fix limit and offset in services | defect priority:low | Hi!
Please fix limit and offset in services.
How to reproduce?
1. Go to `http://127.0.0.1:8080/tags?desc=false&limit=-1&offset=-1&sort=id`
2. Execute.
**EXPECTED:**
```
status: 400 BAD REQUEST
```
**ACTUAL:**
```
status: 200 OK
body: []
```
It's all. Thanks. Good Job! 👍 | 1.0 | Fix limit and offset in services - Hi!
Please fix limit and offset in services.
How to reproduce?
1. Go to `http://127.0.0.1:8080/tags?desc=false&limit=-1&offset=-1&sort=id`
2. Execute.
**EXPECTED:**
```
status: 400 BAD REQUEST
```
**ACTUAL:**
```
status: 200 OK
body: []
```
It's all. Thanks. Good J... | defect | fix limit and offset in services hi please fix limit and offset in services how to reproduce go to execute expected status bad request actual status ok body it s all thanks good job 👍 | 1 |
385,255 | 26,627,321,833 | IssuesEvent | 2023-01-24 15:23:42 | novelrt/NovelRT | https://api.github.com/repos/novelrt/NovelRT | opened | Doxygen generation appears to be wrong for some definitions. | bug documentation | **_Note: for support questions, please use the #engine-user-help channel in our [Discord](https://discord.novelrt.dev/) or [create a discussion](https://github.com/novelrt/NovelRT/discussions/new). This repository's issues are reserved for feature requests and bug reports._**
**Describe the issue:**
The documentati... | 1.0 | Doxygen generation appears to be wrong for some definitions. - **_Note: for support questions, please use the #engine-user-help channel in our [Discord](https://discord.novelrt.dev/) or [create a discussion](https://github.com/novelrt/NovelRT/discussions/new). This repository's issues are reserved for feature requests ... | non_defect | doxygen generation appears to be wrong for some definitions note for support questions please use the engine user help channel in our or this repository s issues are reserved for feature requests and bug reports describe the issue the documentation contains doxygen generation tags ... | 0 |
408,980 | 27,717,443,135 | IssuesEvent | 2023-03-14 17:53:44 | neurogenomics/rworkflows | https://api.github.com/repos/neurogenomics/rworkflows | closed | Depgraph vignette unreadable font color | documentation | A very minor thing, but this is the depgraph vignette on my Android device:

| 1.0 | Depgraph vignette unreadable font color - A very minor thing, but this is the depgraph vignette on my Android device:

| non_defect | depgraph vignette unreadable font color a very minor thing but this is the depgraph vignette on my android device | 0 |
22,061 | 3,591,936,065 | IssuesEvent | 2016-02-01 14:13:37 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | set timestep manually? | Component-Readers confirmed defect Format-Amber | when reading amber netcdf trajectory, timestep is always abnormal, can I set the timestep manually instead of getting a warning says "Reader has no dt information, set to 1.0 ps"? | 1.0 | set timestep manually? - when reading amber netcdf trajectory, timestep is always abnormal, can I set the timestep manually instead of getting a warning says "Reader has no dt information, set to 1.0 ps"? | defect | set timestep manually when reading amber netcdf trajectory timestep is always abnormal can i set the timestep manually instead of getting a warning says reader has no dt information set to ps | 1 |
669,788 | 22,640,888,311 | IssuesEvent | 2022-07-01 01:50:51 | tensorchord/envd | https://api.github.com/repos/tensorchord/envd | closed | feat(CLI): Support push command | help wanted 🆘 priority/1-high 🔥 type/feature 💡 area/cli 🖥️ area/docker 🐳 | ## Description
Push the envd environment to the docker registry. | 1.0 | feat(CLI): Support push command - ## Description
Push the envd environment to the docker registry. | non_defect | feat cli support push command description push the envd environment to the docker registry | 0 |
12,816 | 2,718,338,655 | IssuesEvent | 2015-04-12 06:37:23 | codenameone/CodenameOne | https://api.github.com/repos/codenameone/CodenameOne | closed | Fix the scale feature of the multi-image UI | Priority-Medium Type-Defect | Original [issue 37](https://code.google.com/p/codenameone/issues/detail?id=37) created by codenameone on 2012-02-15T14:14:10.000Z:
The scale feature in multi-image is remarkably confusing since it scales to a different image and seems like it isn't working. It should instantly change the view to that resolution. | 1.0 | Fix the scale feature of the multi-image UI - Original [issue 37](https://code.google.com/p/codenameone/issues/detail?id=37) created by codenameone on 2012-02-15T14:14:10.000Z:
The scale feature in multi-image is remarkably confusing since it scales to a different image and seems like it isn't working. It should insta... | defect | fix the scale feature of the multi image ui original created by codenameone on the scale feature in multi image is remarkably confusing since it scales to a different image and seems like it isn t working it should instantly change the view to that resolution | 1 |
48,935 | 10,308,034,253 | IssuesEvent | 2019-08-29 09:59:52 | JetBrains-Research/snakecharm | https://api.github.com/repos/JetBrains-Research/snakecharm | closed | Completion in 'run:' section for input/output/log/resources/wildcards/params keys | codeInsight | E.g.
```
rule foo:
input: ke1="dd"
output: ke2 = "{ooo1}/{ooo2}"
group: "{ggggg}"
message: "{mmmmmm} {input.ke1}"
params: "{input} {output} {ooo1}"
resources: r=1
run:
f = [
input.ke1,
input.ke1,
output.ke2, resources.r, wildcards.oo... | 1.0 | Completion in 'run:' section for input/output/log/resources/wildcards/params keys - E.g.
```
rule foo:
input: ke1="dd"
output: ke2 = "{ooo1}/{ooo2}"
group: "{ggggg}"
message: "{mmmmmm} {input.ke1}"
params: "{input} {output} {ooo1}"
resources: r=1
run:
f = [
i... | non_defect | completion in run section for input output log resources wildcards params keys e g rule foo input dd output group ggggg message mmmmmm input params input output resources r run f input ... | 0 |
65,288 | 7,869,533,763 | IssuesEvent | 2018-06-24 15:03:29 | CodeWarriorsOrganization/CodeWarriorsFinalYearProject | https://api.github.com/repos/CodeWarriorsOrganization/CodeWarriorsFinalYearProject | closed | CW0021/T0021.2 -Design a Service to handle request to check balance and transaction history (Priority-2) | design | ### User Story :
> AS a player,
> I NEED all stocks to be associated with a sector, SO THAT I can buy/sell shares of a specific sector.
### Task :
> **Design a Service to handle request to check balance and transaction history** | 1.0 | CW0021/T0021.2 -Design a Service to handle request to check balance and transaction history (Priority-2) - ### User Story :
> AS a player,
> I NEED all stocks to be associated with a sector, SO THAT I can buy/sell shares of a specific sector.
### Task :
> **Design a Service to handle request to check balance ... | non_defect | design a service to handle request to check balance and transaction history priority user story as a player i need all stocks to be associated with a sector so that i can buy sell shares of a specific sector task design a service to handle request to check balance and trans... | 0 |
7,075 | 9,359,997,986 | IssuesEvent | 2019-04-02 08:24:55 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | json_remove is not same with MySQL | help wanted type/compatibility | ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```SQL
select json_remove( '{"id": 123, "name": "systemQA", "array": [1, 2, 3]}', '$[0]' );
```
2. What did you expect to see?
## In MySQL
```SQL
... | True | json_remove is not same with MySQL - ## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```SQL
select json_remove( '{"id": 123, "name": "systemQA", "array": [1, 2, 3]}', '$[0]' );
```
2. What did you... | non_defect | json remove is not same with mysql bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error sql select json remove id name systemqa array what did you expect to s... | 0 |
147,453 | 19,522,819,920 | IssuesEvent | 2021-12-29 22:26:26 | swagger-api/swagger-codegen | https://api.github.com/repos/swagger-api/swagger-codegen | opened | CVE-2020-36180 (High) detected in multiple libraries | security vulnerability | ## CVE-2020-36180 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.9.jar</b>, <b>jackson-databind-2.4.5.jar</b>, <b>jackson-databind-2.8.8.jar</b>, <b>jackson-data... | True | CVE-2020-36180 (High) detected in multiple libraries - ## CVE-2020-36180 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.8.9.jar</b>, <b>jackson-databind-2.4.5.jar<... | non_defect | cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar jackson databind jar general data bi... | 0 |
283,895 | 8,725,361,876 | IssuesEvent | 2018-12-10 09:11:34 | elysium-project/tbc-bug-tracker | https://api.github.com/repos/elysium-project/tbc-bug-tracker | closed | The Slave Penns: Quagmirran encounter unstable, broken script (NPC17942) | Confirmed High Priority | Quagmirran causes client crashes and possible server crashes.
When not crashing, Quagmirran does not use abilities | 1.0 | The Slave Penns: Quagmirran encounter unstable, broken script (NPC17942) - Quagmirran causes client crashes and possible server crashes.
When not crashing, Quagmirran does not use abilities | non_defect | the slave penns quagmirran encounter unstable broken script quagmirran causes client crashes and possible server crashes when not crashing quagmirran does not use abilities | 0 |
75,767 | 7,482,332,701 | IssuesEvent | 2018-04-05 00:41:15 | atlasmap/atlasmap | https://api.github.com/repos/atlasmap/atlasmap | closed | Automate offline inspection to be used for UI unit test | module/tests module/ui notif/triage | Enhance atlasmap-maven-plugin to support JSON/XML inspection and use it to generate UI unit test data. Just for UI testing purpose ATM. | 1.0 | Automate offline inspection to be used for UI unit test - Enhance atlasmap-maven-plugin to support JSON/XML inspection and use it to generate UI unit test data. Just for UI testing purpose ATM. | non_defect | automate offline inspection to be used for ui unit test enhance atlasmap maven plugin to support json xml inspection and use it to generate ui unit test data just for ui testing purpose atm | 0 |
50,459 | 6,088,936,305 | IssuesEvent | 2017-06-19 02:03:43 | red/red | https://api.github.com/repos/red/red | closed | [View] Select an index which is out of range | GUI status.built status.tested type.review | When selecting an index which is out of range, the behavior on macOS and on Windows 10 are different.
In the following example, nothing is selected on Windows, and "CCC" is selected on macOS.
```Red
view [ text-list data ["AAA" "BBB" "CCC" ] select 4 ]
```
In the following example, nothing is selected both on Win... | 1.0 | [View] Select an index which is out of range - When selecting an index which is out of range, the behavior on macOS and on Windows 10 are different.
In the following example, nothing is selected on Windows, and "CCC" is selected on macOS.
```Red
view [ text-list data ["AAA" "BBB" "CCC" ] select 4 ]
```
In the fol... | non_defect | select an index which is out of range when selecting an index which is out of range the behavior on macos and on windows are different in the following example nothing is selected on windows and ccc is selected on macos red view select in the following example nothing is selected both o... | 0 |
17,445 | 10,041,158,003 | IssuesEvent | 2019-07-18 21:53:46 | MicrosoftDocs/windows-itpro-docs | https://api.github.com/repos/MicrosoftDocs/windows-itpro-docs | closed | Missing Paren in MD link | security |
[Enter feedback here]
End-user: For more information on how to enroll your Windows 10 device in Intune, see [Enroll your Windows 10 device in Intune]https://docs.microsoft.com/intune/quickstart-enroll-windows-device)
Missing paren, Should be:
End-user: For more information on how to enroll your Windows 10 devi... | True | Missing Paren in MD link -
[Enter feedback here]
End-user: For more information on how to enroll your Windows 10 device in Intune, see [Enroll your Windows 10 device in Intune]https://docs.microsoft.com/intune/quickstart-enroll-windows-device)
Missing paren, Should be:
End-user: For more information on how to ... | non_defect | missing paren in md link end user for more information on how to enroll your windows device in intune see missing paren should be end user for more information on how to enroll your windows device in intune see document details ⚠ do not edit this section it is required fo... | 0 |
64,685 | 12,488,035,171 | IssuesEvent | 2020-05-31 12:20:38 | MatejKastak/orglearn | https://api.github.com/repos/MatejKastak/orglearn | opened | Create testing framework | code tests | - [ ] Create [pytest](https://docs.pytest.org/en/latest/) skeleton
- [ ] Generate coverage - add coverage badge
- [ ] Integrate with tox
### Linting
- [ ] Add `mypy` to tests
- [ ] Add `flake` to tests
- [ ] Add `pylint` to tests
### Formatting
- [ ] Add `isort` to tests
- [ ] Add `black` to tests (can it ... | 1.0 | Create testing framework - - [ ] Create [pytest](https://docs.pytest.org/en/latest/) skeleton
- [ ] Generate coverage - add coverage badge
- [ ] Integrate with tox
### Linting
- [ ] Add `mypy` to tests
- [ ] Add `flake` to tests
- [ ] Add `pylint` to tests
### Formatting
- [ ] Add `isort` to tests
- [ ] Ad... | non_defect | create testing framework create skeleton generate coverage add coverage badge integrate with tox linting add mypy to tests add flake to tests add pylint to tests formatting add isort to tests add black to tests can it run here inspiratio... | 0 |
19,168 | 3,147,407,967 | IssuesEvent | 2015-09-15 07:56:33 | netty/netty | https://api.github.com/repos/netty/netty | closed | websocket server does not send close frame | defect | Netty version = 4.0.27.Final
In WebSocketServerProtocolHandler getHandshaker and setHandshaker, storing in channel context instead of ChannelHandlerContext helped to make server answer to client close frame.
ctx.channel().attr(HANDSHAKER_ATTR_KEY)
instead of ctx.attr(HANDSHAKER_ATTR_KEY)
Without that, handsh... | 1.0 | websocket server does not send close frame - Netty version = 4.0.27.Final
In WebSocketServerProtocolHandler getHandshaker and setHandshaker, storing in channel context instead of ChannelHandlerContext helped to make server answer to client close frame.
ctx.channel().attr(HANDSHAKER_ATTR_KEY)
instead of ctx.attr(... | defect | websocket server does not send close frame netty version final in websocketserverprotocolhandler gethandshaker and sethandshaker storing in channel context instead of channelhandlercontext helped to make server answer to client close frame ctx channel attr handshaker attr key instead of ctx attr h... | 1 |
26,784 | 4,787,467,050 | IssuesEvent | 2016-10-30 01:10:46 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | AuthComponent doesn't compatible with PHP7 ? | Defect On hold | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
### What you did
The function bellow working very well on PHP5, but not on PHP7.
The Auth component can't store data's with the storage interface (I'm trying to doing more tests to confirm it).
The `$this->Auth->setUse... | 1.0 | AuthComponent doesn't compatible with PHP7 ? - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
### What you did
The function bellow working very well on PHP5, but not on PHP7.
The Auth component can't store data's with the storage interface (I'm trying to doing more te... | defect | authcomponent doesn t compatible with this is a multiple allowed bug enhancement feature discussion rfc what you did the function bellow working very well on but not on the auth component can t store data s with the storage interface i m trying to doing more tests to confirm ... | 1 |
546,574 | 16,015,075,746 | IssuesEvent | 2021-04-20 15:06:19 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | duckduckgo.com - site is not usable | browser-firefox engine-gecko ml-needsdiagnosis-false priority-important | <!-- @browser: Firefox iOS 33.0 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.0 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/70895 -->
**URL**: https://... | 1.0 | duckduckgo.com - site is not usable - <!-- @browser: Firefox iOS 33.0 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.0 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bu... | non_defect | duckduckgo com site is not usable url browser version firefox ios operating system ios tested another browser yes safari problem type site is not usable description unable to login steps to reproduce can’t login to firefox home page browser configuration... | 0 |
336 | 2,532,782,783 | IssuesEvent | 2015-01-23 18:27:32 | google/error-prone | https://api.github.com/repos/google/error-prone | closed | Maven dependency issue | migrated Priority-Medium Type-Defect | _[Original issue](https://code.google.com/p/error-prone/issues/detail?id=260) created by **hr.stoyanov** on 2014-08-15 at 12:49 AM_
---
Hi,
In my comany, there is an artifctory server and proxy set up for maven. When I try to update my pom.xml and downlod errroprone, I ma getting the below - somehow maven gets confus... | 1.0 | Maven dependency issue - _[Original issue](https://code.google.com/p/error-prone/issues/detail?id=260) created by **hr.stoyanov** on 2014-08-15 at 12:49 AM_
---
Hi,
In my comany, there is an artifctory server and proxy set up for maven. When I try to update my pom.xml and downlod errroprone, I ma getting the below - ... | defect | maven dependency issue created by hr stoyanov on at am hi in my comany there is an artifctory server and proxy set up for maven when i try to update my pom xml and downlod errroprone i ma getting the below somehow maven gets confused and trys to download errorprone artifact from the wr... | 1 |
92,554 | 11,682,362,876 | IssuesEvent | 2020-03-05 00:02:09 | quicwg/base-drafts | https://api.github.com/repos/quicwg/base-drafts | closed | Flow Control Tuning | -transport design has-consensus |
/ A receiver can use an autotuning mechanism to tune the frequency and
amount of advertised additional credit based on a round-trip time
estimate and the rate at which the receiving application consumes
data, similar to common TCP implementations.
/
- I think this has potential for strange pathologies... | 1.0 | Flow Control Tuning -
/ A receiver can use an autotuning mechanism to tune the frequency and
amount of advertised additional credit based on a round-trip time
estimate and the rate at which the receiving application consumes
data, similar to common TCP implementations.
/
- I think this has potential f... | non_defect | flow control tuning a receiver can use an autotuning mechanism to tune the frequency and amount of advertised additional credit based on a round trip time estimate and the rate at which the receiving application consumes data similar to common tcp implementations i think this has potential f... | 0 |
49,656 | 13,187,246,821 | IssuesEvent | 2020-08-13 02:48:43 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | dst - fails to build under C++11 (Trac #1822) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1822">https://code.icecube.wisc.edu/ticket/1822</a>, reported by nega and owned by juancarlos</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:38",
"description": "After enabling C++11 [sou... | 1.0 | dst - fails to build under C++11 (Trac #1822) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1822">https://code.icecube.wisc.edu/ticket/1822</a>, reported by nega and owned by juancarlos</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:12:38"... | defect | dst fails to build under c trac migrated from json status closed changetime description after enabling c fails to build with gcc n n n building cxx object dst cmakefiles dst dir cmakefiles dstdict cxx o nin file included from source ... | 1 |
13,532 | 2,764,752,568 | IssuesEvent | 2015-04-29 17:01:38 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | [LINQ] Complex grouping causes this.comparer.getHashCode is not a function | defect | ```C#
using Bridge;
using Bridge.Html5;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Demo
{
public class App
{
[Ready]
public static void Main()
{
var numbers = new[] { 2, 10, 3, 5, 30, 1, -15 };
var words = new[] { ... | 1.0 | [LINQ] Complex grouping causes this.comparer.getHashCode is not a function - ```C#
using Bridge;
using Bridge.Html5;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Demo
{
public class App
{
[Ready]
public static void Main()
{
var n... | defect | complex grouping causes this comparer gethashcode is not a function c using bridge using bridge using system using system collections generic using system linq namespace demo public class app public static void main var numbers new ... | 1 |
77,525 | 27,039,703,329 | IssuesEvent | 2023-02-13 03:28:45 | zed-industries/community | https://api.github.com/repos/zed-industries/community | closed | IME caused incorrect character completion in LSP | defect triage | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Typing `a` with IME, then typing `backspace` to delete it, it should empty words, but make unexpected characters.
It isn't happend in no LSP file.
 Environment
- PrimeFaces version: 6.2
- Does it work on the newest released PrimeFaces version? Version? No (6.2)
- Does it work on the newest sources in GitHub? No
- Application server + version: Tested with Wildfly 10.1.0.Final and PrimeFaces Sample Project with Jetty 9.4.11
- Affected browsers: tested wit... | 1.0 | DataTable: rowSelect event not triggered when clicking on checkboxes - ## 1) Environment
- PrimeFaces version: 6.2
- Does it work on the newest released PrimeFaces version? Version? No (6.2)
- Does it work on the newest sources in GitHub? No
- Application server + version: Tested with Wildfly 10.1.0.Final and Prime... | defect | datatable rowselect event not triggered when clicking on checkboxes environment primefaces version does it work on the newest released primefaces version version no does it work on the newest sources in github no application server version tested with wildfly final and primef... | 1 |
284,424 | 21,418,125,851 | IssuesEvent | 2022-04-22 13:03:40 | nspcc-dev/neofs-sdk-go | https://api.github.com/repos/nspcc-dev/neofs-sdk-go | opened | Refactor and document `container` package | documentation enhancement triage | List of packages:
* `acl`
* `eacl`
* `container`
I propose to collect all this functionality in `container` package. | 1.0 | Refactor and document `container` package - List of packages:
* `acl`
* `eacl`
* `container`
I propose to collect all this functionality in `container` package. | non_defect | refactor and document container package list of packages acl eacl container i propose to collect all this functionality in container package | 0 |
48,738 | 13,184,727,110 | IssuesEvent | 2020-08-12 19:59:03 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | metaproject docs infrastructure needs projectizing (offline/trunk/meta-project-docs and analysis/trunk/meta-project/docs) (Trac #119) | Incomplete Migration Migrated from Trac defect documentation | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/119
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56",
"description": "",
"reporter": "troy",
"cc": "",
"resolution": "wont or cant fix",
"_ts": ... | 1.0 | metaproject docs infrastructure needs projectizing (offline/trunk/meta-project-docs and analysis/trunk/meta-project/docs) (Trac #119) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/119
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2... | defect | metaproject docs infrastructure needs projectizing offline trunk meta project docs and analysis trunk meta project docs trac migrated from reported by troy and owned by troy json status closed changetime description reporter troy cc... | 1 |
398,093 | 11,737,767,360 | IssuesEvent | 2020-03-11 15:06:10 | hotosm/tasking-manager | https://api.github.com/repos/hotosm/tasking-manager | closed | Check if task is already open in another browser tab | Component: Frontend Priority: Low Status: Needs implementation Type: Enhancement | Every time you use the ‘Resume mapping’ button, it loads the task as a new layer.
Consider changing to not allow task to be opened if it showing as locked but to give warning message instead and allow user to update EDIT STATUS and Submit to clear the lock. This would alert user that they already have task opened in e... | 1.0 | Check if task is already open in another browser tab - Every time you use the ‘Resume mapping’ button, it loads the task as a new layer.
Consider changing to not allow task to be opened if it showing as locked but to give warning message instead and allow user to update EDIT STATUS and Submit to clear the lock. This w... | non_defect | check if task is already open in another browser tab every time you use the ‘resume mapping’ button it loads the task as a new layer consider changing to not allow task to be opened if it showing as locked but to give warning message instead and allow user to update edit status and submit to clear the lock this w... | 0 |
38,643 | 2,849,589,063 | IssuesEvent | 2015-05-30 20:38:19 | jonesdy/StockSim | https://api.github.com/repos/jonesdy/StockSim | closed | View Stock page sometimes doesn't show yahoo footer | priority:high status:active type:bug | The yahoo footer is required, so it better show up. | 1.0 | View Stock page sometimes doesn't show yahoo footer - The yahoo footer is required, so it better show up. | non_defect | view stock page sometimes doesn t show yahoo footer the yahoo footer is required so it better show up | 0 |
148,377 | 23,345,430,766 | IssuesEvent | 2022-08-09 17:29:17 | BCDevOps/developer-experience | https://api.github.com/repos/BCDevOps/developer-experience | opened | Curate stackoverflow tags, questions, and collections. | service-design | **Describe the issue**
Stackoverflow tags, collections, and questions need to be edited.
**Additional context**
Add any other context, attachments or screenshots
**How does this benefit the users of our platform?**
Consolidates tags, keeps things consistent, makes more findable.
**Definition of done**
- [ ] Triage ... | 1.0 | Curate stackoverflow tags, questions, and collections. - **Describe the issue**
Stackoverflow tags, collections, and questions need to be edited.
**Additional context**
Add any other context, attachments or screenshots
**How does this benefit the users of our platform?**
Consolidates tags, keeps things consistent, ma... | non_defect | curate stackoverflow tags questions and collections describe the issue stackoverflow tags collections and questions need to be edited additional context add any other context attachments or screenshots how does this benefit the users of our platform consolidates tags keeps things consistent ma... | 0 |
67,291 | 20,961,598,861 | IssuesEvent | 2022-03-27 21:46:51 | abedmaatalla/imsdroid | https://api.github.com/repos/abedmaatalla/imsdroid | closed | Add support for EVRC | Priority-Medium Type-Defect auto-migrated | ```
Add support for EVRC audio codec
```
Original issue reported on code.google.com by `boss...@yahoo.fr` on 31 Jul 2010 at 3:25
| 1.0 | Add support for EVRC - ```
Add support for EVRC audio codec
```
Original issue reported on code.google.com by `boss...@yahoo.fr` on 31 Jul 2010 at 3:25
| defect | add support for evrc add support for evrc audio codec original issue reported on code google com by boss yahoo fr on jul at | 1 |
475,737 | 13,725,149,126 | IssuesEvent | 2020-10-03 17:14:03 | alaoweb/2020.alaoweb.org | https://api.github.com/repos/alaoweb/2020.alaoweb.org | closed | Update _data/sessions.yml with Zoom Meeting IDs | priority - level 1 | > Requires completion of issue #174
Derek & Melissa will create the Zoom meetings using the @alaoweb.org user accounts and build a map of Session ID => Meeting ID | 1.0 | Update _data/sessions.yml with Zoom Meeting IDs - > Requires completion of issue #174
Derek & Melissa will create the Zoom meetings using the @alaoweb.org user accounts and build a map of Session ID => Meeting ID | non_defect | update data sessions yml with zoom meeting ids requires completion of issue derek melissa will create the zoom meetings using the alaoweb org user accounts and build a map of session id meeting id | 0 |
621,629 | 19,593,103,740 | IssuesEvent | 2022-01-05 15:00:36 | teamforus/general | https://api.github.com/repos/teamforus/general | closed | Provider sign-up: More context about fund when providers signs up. | Priority: Could have Scope: Small project-100 question Urgency: Low Impact: Significant | Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
- Groningen
**Note:** This change was requested after acceptance testing with stakeholders of project 100
**Requirement:** D1
### Change description
- We got the feedback that we should add more context/information about the fun... | 1.0 | Provider sign-up: More context about fund when providers signs up. - Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
- Groningen
**Note:** This change was requested after acceptance testing with stakeholders of project 100
**Requirement:** D1
### Change description
- We got t... | non_defect | provider sign up more context about fund when providers signs up learn more about change requests here requested by groningen note this change was requested after acceptance testing with stakeholders of project requirement change description we got the feedback that we shou... | 0 |
1,162 | 2,599,627,096 | IssuesEvent | 2015-02-23 10:22:16 | v-l-m/vlm | https://api.github.com/repos/v-l-m/vlm | closed | Mailing liste | C: site P: major R: fixed T: defect | **Reported by paparazzia on 25 Nov 2008 06:39 UTC**
Franois, tu as parl d'une mailing liste, c'est une bonne ide.
Cela permettrait :
* de mutualiser les discussions (le nombre de fois ou j'oublie de faire rpondre tous...)
* de router les alertes Trac (dpot de tickets, commit dans le subversion) | 1.0 | Mailing liste - **Reported by paparazzia on 25 Nov 2008 06:39 UTC**
Franois, tu as parl d'une mailing liste, c'est une bonne ide.
Cela permettrait :
* de mutualiser les discussions (le nombre de fois ou j'oublie de faire rpondre tous...)
* de router les alertes Trac (dpot de tickets, commit dans le subversion) | defect | mailing liste reported by paparazzia on nov utc franois tu as parl d une mailing liste c est une bonne ide cela permettrait de mutualiser les discussions le nombre de fois ou j oublie de faire rpondre tous de router les alertes trac dpot de tickets commit dans le subversion | 1 |
47,597 | 13,061,485,665 | IssuesEvent | 2020-07-30 13:57:25 | jlaffaye/ftp | https://api.github.com/repos/jlaffaye/ftp | closed | Add Dial option to disable UTF8 | accepted defect | **Describe the bug**
The FTP server one of my client's ISP is using doesn't recognize the UTF8 option and refuses to continue from there. I had to comment the line in the library to get it to work.
**To Reproduce**
```
Connect to ftpcluster.loopia.se and enable UTF8.
``` | 1.0 | Add Dial option to disable UTF8 - **Describe the bug**
The FTP server one of my client's ISP is using doesn't recognize the UTF8 option and refuses to continue from there. I had to comment the line in the library to get it to work.
**To Reproduce**
```
Connect to ftpcluster.loopia.se and enable UTF8.
``` | defect | add dial option to disable describe the bug the ftp server one of my client s isp is using doesn t recognize the option and refuses to continue from there i had to comment the line in the library to get it to work to reproduce connect to ftpcluster loopia se and enable | 1 |
62,230 | 17,023,877,246 | IssuesEvent | 2021-07-03 04:19:25 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Searches for "Gilwell Park" do not match "Gilwell Park Scout Activity Centre" | Component: nominatim Priority: minor Resolution: worksforme Type: defect | **[Submitted to the original trac issue database at 8.16pm, Tuesday, 3rd September 2013]**
Searches for "Gilwell Park" do not match "Gilwell Park Scout Activity Centre" ([http://www.openstreetmap.org/browse/way/84657073 way 84657073]) where "Gilwell Scout" DOES match that way.
lonvia said this is a bug where the "p... | 1.0 | Searches for "Gilwell Park" do not match "Gilwell Park Scout Activity Centre" - **[Submitted to the original trac issue database at 8.16pm, Tuesday, 3rd September 2013]**
Searches for "Gilwell Park" do not match "Gilwell Park Scout Activity Centre" ([http://www.openstreetmap.org/browse/way/84657073 way 84657073]) wher... | defect | searches for gilwell park do not match gilwell park scout activity centre searches for gilwell park do not match gilwell park scout activity centre where gilwell scout does match that way lonvia said this is a bug where the park is dropped from the indexes | 1 |
9,750 | 13,887,279,908 | IssuesEvent | 2020-10-19 03:22:45 | goharbor/harbor | https://api.github.com/repos/goharbor/harbor | closed | Links are not clickable on repository search result page (for anonymous access) | area/ui kind/requirement target/2.2.0 | **Expected behavior and actual behavior:**
It is not possible for an **anonymous user** to view/gather informations (e.g. "pull command" or "artifact details") about images in public projects, change the language or just view the "About"-Site. It seems that the "mask-layer" class on the result page prevents the user f... | 1.0 | Links are not clickable on repository search result page (for anonymous access) - **Expected behavior and actual behavior:**
It is not possible for an **anonymous user** to view/gather informations (e.g. "pull command" or "artifact details") about images in public projects, change the language or just view the "About"... | non_defect | links are not clickable on repository search result page for anonymous access expected behavior and actual behavior it is not possible for an anonymous user to view gather informations e g pull command or artifact details about images in public projects change the language or just view the about ... | 0 |
422,712 | 12,287,476,190 | IssuesEvent | 2020-05-09 12:23:04 | googleapis/elixir-google-api | https://api.github.com/repos/googleapis/elixir-google-api | opened | Synthesis failed for AdMob | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate AdMob. :broken_heart:
Here's the output from running `synth.py`:
```
2020-05-09 05:03:10 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-09 05:03:10,862 autosynth > logs will be written to: /tmpfs/src/github/synthtool/logs/goog... | 1.0 | Synthesis failed for AdMob - Hello! Autosynth couldn't regenerate AdMob. :broken_heart:
Here's the output from running `synth.py`:
```
2020-05-09 05:03:10 [INFO] logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/elixir-google-api
2020-05-09 05:03:10,862 autosynth > logs will be written to: /tmpfs/s... | non_defect | synthesis failed for admob hello autosynth couldn t regenerate admob broken heart here s the output from running synth py logs will be written to tmpfs src github synthtool logs googleapis elixir google api autosynth logs will be written to tmpfs src github synthtool log... | 0 |
112,477 | 9,576,266,248 | IssuesEvent | 2019-05-07 08:42:02 | IDgis/geoportaal-test | https://api.github.com/repos/IDgis/geoportaal-test | closed | rapport geodata toevoegen Alleen beschikbaar in historisch archief | gebruikerstest impact laag wens | Bij de gebruiksbeperkingen is een extra element toegevoegd: Alleen beschikbaar in historisch archief
In het rapport voor geodata moet dit ook zichtbaar gemaakt worden. Na de kolom "in NGR" moet komen de kolom "historisch archief" met optie Ja of Nee
Ja, dan staat in de metadata: Alleen beschikbaar in historisch ar... | 1.0 | rapport geodata toevoegen Alleen beschikbaar in historisch archief - Bij de gebruiksbeperkingen is een extra element toegevoegd: Alleen beschikbaar in historisch archief
In het rapport voor geodata moet dit ook zichtbaar gemaakt worden. Na de kolom "in NGR" moet komen de kolom "historisch archief" met optie Ja of ... | non_defect | rapport geodata toevoegen alleen beschikbaar in historisch archief bij de gebruiksbeperkingen is een extra element toegevoegd alleen beschikbaar in historisch archief in het rapport voor geodata moet dit ook zichtbaar gemaakt worden na de kolom in ngr moet komen de kolom historisch archief met optie ja of ... | 0 |
297,440 | 25,731,600,818 | IssuesEvent | 2022-12-07 20:46:02 | USEPA/haztrak | https://api.github.com/repos/USEPA/haztrak | closed | Update POC in services/api.ts | good first issue reactjs test | # 🐞 Bug Report
The current source was converted from JS with `fetch` to TS with `axios` but the logic could us a serious makeover. convert to creating an instance of axios. Remove unnecessary parts.
<!--
Please provide a clear and concise description, steps to reproduce, and any other information you believe may ... | 1.0 | Update POC in services/api.ts - # 🐞 Bug Report
The current source was converted from JS with `fetch` to TS with `axios` but the logic could us a serious makeover. convert to creating an instance of axios. Remove unnecessary parts.
<!--
Please provide a clear and concise description, steps to reproduce, and any o... | non_defect | update poc in services api ts 🐞 bug report the current source was converted from js with fetch to ts with axios but the logic could us a serious makeover convert to creating an instance of axios remove unnecessary parts please provide a clear and concise description steps to reproduce and any o... | 0 |
645,882 | 21,031,827,190 | IssuesEvent | 2022-03-31 01:53:09 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | opened | Anonymize new posts | bug low priority 1 | When when both anonymity permissions are set and new posts are created by a user, they see their own names on the post on the canvas rather than "Anonymous" | 1.0 | Anonymize new posts - When when both anonymity permissions are set and new posts are created by a user, they see their own names on the post on the canvas rather than "Anonymous" | non_defect | anonymize new posts when when both anonymity permissions are set and new posts are created by a user they see their own names on the post on the canvas rather than anonymous | 0 |
76,384 | 26,400,336,353 | IssuesEvent | 2023-01-13 00:16:24 | matrix-org/synapse | https://api.github.com/repos/matrix-org/synapse | closed | Rate Limiter: `RecursionError: maximum recursion depth exceeded` | A-Federation S-Major T-Defect O-Occasional | This can't be good (observed in the federation-reader logs on `libera.chat`):
```
2022-11-17 10:48:27,448 - twisted - 274 - CRITICAL - sentinel- Unhandled error in Deferred:
2022-11-17 10:48:27,474 - twisted - 274 - CRITICAL - sentinel-
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-pa... | 1.0 | Rate Limiter: `RecursionError: maximum recursion depth exceeded` - This can't be good (observed in the federation-reader logs on `libera.chat`):
```
2022-11-17 10:48:27,448 - twisted - 274 - CRITICAL - sentinel- Unhandled error in Deferred:
2022-11-17 10:48:27,474 - twisted - 274 - CRITICAL - sentinel-
Traceback... | defect | rate limiter recursionerror maximum recursion depth exceeded this can t be good observed in the federation reader logs on libera chat twisted critical sentinel unhandled error in deferred twisted critical sentinel traceback most recent call last ... | 1 |
7,752 | 2,610,631,453 | IssuesEvent | 2015-02-26 21:31:56 | alistairreilly/open-ig | https://api.github.com/repos/alistairreilly/open-ig | closed | Its possible to create empty fleets and move around with them | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. create a fleet and dont assign any ships to it
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
0.90
```
Original issue reported on code.google.com by `t.eckfel...@gmx.de` on 16 Apr 201... | 1.0 | Its possible to create empty fleets and move around with them - ```
What steps will reproduce the problem?
1. create a fleet and dont assign any ships to it
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
0.90
```
Original issue r... | defect | its possible to create empty fleets and move around with them what steps will reproduce the problem create a fleet and dont assign any ships to it what is the expected output what do you see instead what version of the product are you using on what operating system original issue re... | 1 |
73,714 | 24,767,914,473 | IssuesEvent | 2022-10-22 19:22:39 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | opened | MenuBar: Menu Icon in mobile view is shown even though there are no items in model | defect | ### Describe the bug
While the menu bar handles empty or NULL values for `[model]` gracefully in normal situations, once switched to the mobile view (`max-width <= 960px`) a menu-icon is shown no matter what.
It is confusing to a user if the menu bar shows this menu-icon and even displays a menu stub on click but n... | 1.0 | MenuBar: Menu Icon in mobile view is shown even though there are no items in model - ### Describe the bug
While the menu bar handles empty or NULL values for `[model]` gracefully in normal situations, once switched to the mobile view (`max-width <= 960px`) a menu-icon is shown no matter what.
It is confusing to a u... | defect | menubar menu icon in mobile view is shown even though there are no items in model describe the bug while the menu bar handles empty or null values for gracefully in normal situations once switched to the mobile view max width a menu icon is shown no matter what it is confusing to a user if the... | 1 |
16,864 | 2,955,648,924 | IssuesEvent | 2015-07-08 05:31:16 | psi-plus/main | https://api.github.com/repos/psi-plus/main | closed | невозможно подключиться нескольким аккаунтам джаббер сразу | Priority-Low Type-Defect | Original [issue 607](https://code.google.com/p/psi-dev/issues/detail?id=607) created by psi-plus on 2015-02-08T11:13:10.000Z:
Выбрал статус "Доступен" в psi+
Ожидал что несколько моих джаббер изменят статус на "online"
Вместо этого, бесконечное подключение. | 1.0 | невозможно подключиться нескольким аккаунтам джаббер сразу - Original [issue 607](https://code.google.com/p/psi-dev/issues/detail?id=607) created by psi-plus on 2015-02-08T11:13:10.000Z:
Выбрал статус "Доступен" в psi+
Ожидал что несколько моих джаббер изменят статус на "online"
Вместо этого... | defect | невозможно подключиться нескольким аккаунтам джаббер сразу original created by psi plus on выбрал статус quot доступен quot в psi ожидал что несколько моих джаббер изменят статус на quot online quot вместо этого бесконечное подключение | 1 |
87,751 | 17,369,857,725 | IssuesEvent | 2021-07-30 12:35:44 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4] create a new admin menu with preset | No Code Attached Yet | ### Steps to reproduce the issue
create a new admin menu with preset with postgresql
### Expected result
able to create a new admin menu with preset
### Actual result

### System informatio... | 1.0 | [4] create a new admin menu with preset - ### Steps to reproduce the issue
create a new admin menu with preset with postgresql
### Expected result
able to create a new admin menu with preset
### Actual result
 detected in url-parse-1.5.3.tgz | security vulnerability | ## CVE-2022-0691 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.3.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser en... | True | CVE-2022-0691 (High) detected in url-parse-1.5.3.tgz - ## CVE-2022-0691 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.5.3.tgz</b></p></summary>
<p>Small footprint URL par... | non_defect | cve high detected in url parse tgz cve high severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file quiz app package json path to... | 0 |
13,218 | 2,740,545,557 | IssuesEvent | 2015-04-21 03:09:10 | Joerlan/rooms-manager | https://api.github.com/repos/Joerlan/rooms-manager | closed | Mesma email | auto-migrated Priority-Medium Type-Defect | ```
persiste o problema do email
```
Original issue reported on code.google.com by `adrianop...@gmail.com` on 28 Oct 2012 at 3:43 | 1.0 | Mesma email - ```
persiste o problema do email
```
Original issue reported on code.google.com by `adrianop...@gmail.com` on 28 Oct 2012 at 3:43 | defect | mesma email persiste o problema do email original issue reported on code google com by adrianop gmail com on oct at | 1 |
376,540 | 11,148,294,546 | IssuesEvent | 2019-12-23 15:08:12 | lc-soft/LCUI | https://api.github.com/repos/lc-soft/LCUI | closed | Improve highlighting of repainted areas | :dollar: Funded on Issuehunt low priority | <!-- Issuehunt Badges -->
[<img alt="Issuehunt badges" src="https://img.shields.io/badge/IssueHunt-%2410%20Funded-%2300A156.svg" />](https://issuehunt.io/r/lc-soft/LCUI/issues/180)
<!-- /Issuehunt Badges -->
**Is your feature request related to a problem? Please describe.**
https://github.com/lc-soft/LCUI/blob/... | 1.0 | Improve highlighting of repainted areas - <!-- Issuehunt Badges -->
[<img alt="Issuehunt badges" src="https://img.shields.io/badge/IssueHunt-%2410%20Funded-%2300A156.svg" />](https://issuehunt.io/r/lc-soft/LCUI/issues/180)
<!-- /Issuehunt Badges -->
**Is your feature request related to a problem? Please describe... | non_defect | improve highlighting of repainted areas is your feature request related to a problem please describe describe the solution you d like remove function and use flashpaintarea instead this function should do the following save the repainting area and its paint time into a... | 0 |
289,794 | 31,999,030,558 | IssuesEvent | 2023-09-21 11:03:16 | uthrasri/frameworks_av_AOSP_4.2.2_r1 | https://api.github.com/repos/uthrasri/frameworks_av_AOSP_4.2.2_r1 | opened | CVE-2017-0731 (High) detected in https://source.codeaurora.org/quic/qrd-android/platform/frameworks/av/A8064AAAAANLYA161332, https://source.codeaurora.org/quic/qrd-android/platform/frameworks/av/A8064AAAAANLYA161332 | Mend: dependency security vulnerability | ## CVE-2017-0731 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>https://source.codeaurora.org/quic/qrd-android/platform/frameworks/av/A8064AAAAANLYA161332</b>, <b>https://source.code... | True | CVE-2017-0731 (High) detected in https://source.codeaurora.org/quic/qrd-android/platform/frameworks/av/A8064AAAAANLYA161332, https://source.codeaurora.org/quic/qrd-android/platform/frameworks/av/A8064AAAAANLYA161332 - ## CVE-2017-0731 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resourc... | non_defect | cve high detected in cve high severity vulnerability vulnerable libraries vulnerability details a elevation of privilege vulnerability in the android media framework encoder product android versions andro... | 0 |
2,911 | 2,607,965,887 | IssuesEvent | 2015-02-26 00:42:19 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | opened | Build issue on Solaris | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Untar 1.4.0 sources on Solaris 10, run gmake
The environment (partly set by the OpenCSW build system):
HOME="/home/maciej"
PATH="/opt/csw/gnu:/home/maciej/src/opencsw/pkg/leveldb/trunk/work/solaris10-i38
6/install-isa-amd64/opt/csw/bin/amd64:/home/maciej/src/opencsw/pkg/l... | 1.0 | Build issue on Solaris - ```
What steps will reproduce the problem?
1. Untar 1.4.0 sources on Solaris 10, run gmake
The environment (partly set by the OpenCSW build system):
HOME="/home/maciej"
PATH="/opt/csw/gnu:/home/maciej/src/opencsw/pkg/leveldb/trunk/work/solaris10-i38
6/install-isa-amd64/opt/csw/bin/amd64:/home... | defect | build issue on solaris what steps will reproduce the problem untar sources on solaris run gmake the environment partly set by the opencsw build system home home maciej path opt csw gnu home maciej src opencsw pkg leveldb trunk work install isa opt csw bin home maciej src opencsw... | 1 |
118,545 | 25,332,575,959 | IssuesEvent | 2022-11-18 14:23:17 | arduino/arduino-serial-plotter-webapp | https://api.github.com/repos/arduino/arduino-serial-plotter-webapp | opened | Allow scrolling X axis | type: enhancement topic: code | ### Describe the request
Allow scrolling along the X axis to see previous sections of the plot.
🙂 The user will have access to more than 50 data points, while also avoiding the cramped plot that results from increasing the number of data points (Arduino IDE 1.x Serial Plotter uses 500)
### Describe the curren... | 1.0 | Allow scrolling X axis - ### Describe the request
Allow scrolling along the X axis to see previous sections of the plot.
🙂 The user will have access to more than 50 data points, while also avoiding the cramped plot that results from increasing the number of data points (Arduino IDE 1.x Serial Plotter uses 500)
... | non_defect | allow scrolling x axis describe the request allow scrolling along the x axis to see previous sections of the plot 🙂 the user will have access to more than data points while also avoiding the cramped plot that results from increasing the number of data points arduino ide x serial plotter uses ... | 0 |
82,095 | 10,221,529,482 | IssuesEvent | 2019-08-16 02:09:39 | xepherys/XephConnect | https://api.github.com/repos/xepherys/XephConnect | closed | v0.1 - Orion sometimes triggers more harshly, especially after X/Y movement | bug pcb layout/design wiring | Orion sometimes triggers more harshly, especially after X/Y movement, though not always. Shutting the power off entirely and bringing it back up does seem to resolve the issue 100% of the time. Further investigation needed. Will continue looking into it and retest with v0.6 when it arrives as well. | 1.0 | v0.1 - Orion sometimes triggers more harshly, especially after X/Y movement - Orion sometimes triggers more harshly, especially after X/Y movement, though not always. Shutting the power off entirely and bringing it back up does seem to resolve the issue 100% of the time. Further investigation needed. Will continue l... | non_defect | orion sometimes triggers more harshly especially after x y movement orion sometimes triggers more harshly especially after x y movement though not always shutting the power off entirely and bringing it back up does seem to resolve the issue of the time further investigation needed will continue look... | 0 |
11,107 | 7,058,930,437 | IssuesEvent | 2018-01-04 22:31:15 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Reusable Blocks: Add ability to delete a Reusable Block | Blocks Reusable Blocks [Type] Enhancement | The user should be able to delete a Reusable Block that they've created.
Technically, this can be accomplished by:
- Implementing the `delete_item` and `delete_item_permissions_check` methods in `WP_REST_Reusable_Blocks_Controller`
- Adding a `DELETE_REUSABLE_BLOCK` effect, which calls `new wp.api.models.Reusab... | True | Reusable Blocks: Add ability to delete a Reusable Block - The user should be able to delete a Reusable Block that they've created.
Technically, this can be accomplished by:
- Implementing the `delete_item` and `delete_item_permissions_check` methods in `WP_REST_Reusable_Blocks_Controller`
- Adding a `DELETE_REU... | non_defect | reusable blocks add ability to delete a reusable block the user should be able to delete a reusable block that they ve created technically this can be accomplished by implementing the delete item and delete item permissions check methods in wp rest reusable blocks controller adding a delete reu... | 0 |
5,790 | 2,610,215,526 | IssuesEvent | 2015-02-26 19:08:45 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | гдз по алгебре 7 класс г в дорофеева | auto-migrated Priority-Medium Type-Defect | ```
'''Бертольд Субботин'''
День добрый никак не могу найти .гдз по
алгебре 7 класс г в дорофеева. где то видел
уже
'''Алан Рыбаков'''
Вот держи линк http://bit.ly/174BVyM
'''Арсений Кузьмин'''
Спасибо вроде то но просит телефон вводить
'''Велимир Анисимов'''
Не это не влияет на баланс
'''Артём Филиппов'''
Не это... | 1.0 | гдз по алгебре 7 класс г в дорофеева - ```
'''Бертольд Субботин'''
День добрый никак не могу найти .гдз по
алгебре 7 класс г в дорофеева. где то видел
уже
'''Алан Рыбаков'''
Вот держи линк http://bit.ly/174BVyM
'''Арсений Кузьмин'''
Спасибо вроде то но просит телефон вводить
'''Велимир Анисимов'''
Не это не влияет... | defect | гдз по алгебре класс г в дорофеева бертольд субботин день добрый никак не могу найти гдз по алгебре класс г в дорофеева где то видел уже алан рыбаков вот держи линк арсений кузьмин спасибо вроде то но просит телефон вводить велимир анисимов не это не влияет на баланс артём... | 1 |
51,083 | 13,188,092,348 | IssuesEvent | 2020-08-13 05:32:00 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | [simulation] error in MC afterprocessing (MCPulseSeriesParticleIDMap) (Trac #1942) | Migrated from Trac combo simulation defect | I was again on the search for simulation of some MCstudies, for which I need the complete I3MCPulse-info (MCPulseMap, ParticleIDMap and I3MCTRee); It took me some while to locate an appropriate one, which I found in dataset 11843 resp. 11642 (IC86:2013 GENIE simulation), one of the latest produced datasets
This datase... | 1.0 | [simulation] error in MC afterprocessing (MCPulseSeriesParticleIDMap) (Trac #1942) - I was again on the search for simulation of some MCstudies, for which I need the complete I3MCPulse-info (MCPulseMap, ParticleIDMap and I3MCTRee); It took me some while to locate an appropriate one, which I found in dataset 11843 resp.... | defect | error in mc afterprocessing mcpulseseriesparticleidmap trac i was again on the search for simulation of some mcstudies for which i need the complete info mcpulsemap particleidmap and it took me some while to locate an appropriate one which i found in dataset resp genie simulation one of... | 1 |
349,025 | 10,455,960,525 | IssuesEvent | 2019-09-19 23:01:01 | minetest/minetest.github.io | https://api.github.com/repos/minetest/minetest.github.io | closed | Old forum links don't work | bug high priority | Old forum links like [this](https://www.minetest.net/forum/viewtopic.php?id=628) should get redirected to the proper location (https://forum.minetest.net/viewtopic.php?id=628) | 1.0 | Old forum links don't work - Old forum links like [this](https://www.minetest.net/forum/viewtopic.php?id=628) should get redirected to the proper location (https://forum.minetest.net/viewtopic.php?id=628) | non_defect | old forum links don t work old forum links like should get redirected to the proper location | 0 |
20,429 | 11,447,721,293 | IssuesEvent | 2020-02-06 00:43:48 | uber/cadence | https://api.github.com/repos/uber/cadence | closed | Emit History engine metric on empty decisions | serviceability | Emit a server-side metric on RespondDecisionTaskCompleted with empty decisions. | 1.0 | Emit History engine metric on empty decisions - Emit a server-side metric on RespondDecisionTaskCompleted with empty decisions. | non_defect | emit history engine metric on empty decisions emit a server side metric on responddecisiontaskcompleted with empty decisions | 0 |
4,931 | 2,610,161,497 | IssuesEvent | 2015-02-26 18:51:14 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Text | auto-migrated Priority-Medium Type-Defect | ```
Landspeeder text missing
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 17 Feb 2011 at 1:06 | 1.0 | Text - ```
Landspeeder text missing
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 17 Feb 2011 at 1:06 | defect | text landspeeder text missing original issue reported on code google com by gmail com on feb at | 1 |
73,341 | 24,574,892,785 | IssuesEvent | 2022-10-13 11:33:29 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Manual shouldn't suggest calling JSON::toString or JSONB::toString | T: Defect C: Documentation P: Medium E: All Editions | The manual currently suggests calling `JSON::toString` or `JSONB::toString`:
https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-database/codegen-database-forced-types/codegen-database-forced-types-binding/
The call is implicit:
```java
// Converting the JsonElement to a S... | 1.0 | Manual shouldn't suggest calling JSON::toString or JSONB::toString - The manual currently suggests calling `JSON::toString` or `JSONB::toString`:
https://www.jooq.org/doc/latest/manual/code-generation/codegen-advanced/codegen-config-database/codegen-database-forced-types/codegen-database-forced-types-binding/
The c... | defect | manual shouldn t suggest calling json tostring or jsonb tostring the manual currently suggests calling json tostring or jsonb tostring the call is implicit java converting the jsonelement to a string value and setting that on a jdbc preparedstatement override public void set b... | 1 |
65,152 | 19,185,901,683 | IssuesEvent | 2021-12-05 07:14:15 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Call logs sometimes show calls as being ended by both sides | T-Defect P2 S-Tolerable A-VoIP | Created by @ matthew:matrix.org.
If A and B clear the call at roughly the same time, you end up with messages for 'A ended the call' as well as 'B ended the call'
| 1.0 | Call logs sometimes show calls as being ended by both sides - Created by @ matthew:matrix.org.
If A and B clear the call at roughly the same time, you end up with messages for 'A ended the call' as well as 'B ended the call'
| defect | call logs sometimes show calls as being ended by both sides created by matthew matrix org if a and b clear the call at roughly the same time you end up with messages for a ended the call as well as b ended the call | 1 |
245,377 | 26,549,182,075 | IssuesEvent | 2023-01-20 05:19:25 | nidhi7598/linux-3.0.35_CVE-2022-45934 | https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934 | opened | CVE-2013-7263 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2013-7263 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-3.0.49</b>, <b>linux-stable-rtv3.8.6</b>, <b>linux-stable-rtv3.8.6</b>, <b>linuxlinux-3.0.49</b>, <b>linu... | True | CVE-2013-7263 (Medium) detected in multiple libraries - ## CVE-2013-7263 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-3.0.49</b>, <b>linux-stable-rtv3.8.6</b>, <b>linu... | non_defect | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries linuxlinux linux stable linux stable linuxlinux linux stable linuxlinux vulnerability details the linux kernel before ... | 0 |
20,576 | 3,385,172,101 | IssuesEvent | 2015-11-27 09:58:43 | hrace009/pw-tools | https://api.github.com/repos/hrace009/pw-tools | closed | r236 crashing client | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. r236 crashing client
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
last update PWI
Please provide any additional information below.
flying mount Blinding Shine
```
Original issue reporte... | 1.0 | r236 crashing client - ```
What steps will reproduce the problem?
1. r236 crashing client
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
last update PWI
Please provide any additional information below.
flying mount Blinding Shine
```
... | defect | crashing client what steps will reproduce the problem crashing client what is the expected output what do you see instead what version of the product are you using on what operating system last update pwi please provide any additional information below flying mount blinding shine origi... | 1 |
151,997 | 12,068,051,416 | IssuesEvent | 2020-04-16 14:15:46 | dotnet/xharness | https://api.github.com/repos/dotnet/xharness | opened | [Runners] Provide Android application entry point implementation. | test-runners | Provide the required implementation for the android entry point. Code should allow callers to:
* Provided a text writer to be used as a logger.
* Specify a location used to store the results. | 1.0 | [Runners] Provide Android application entry point implementation. - Provide the required implementation for the android entry point. Code should allow callers to:
* Provided a text writer to be used as a logger.
* Specify a location used to store the results. | non_defect | provide android application entry point implementation provide the required implementation for the android entry point code should allow callers to provided a text writer to be used as a logger specify a location used to store the results | 0 |
62,267 | 17,023,885,523 | IssuesEvent | 2021-07-03 04:22:10 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | [water] lake names are not rendered | Component: mapnik Priority: major Resolution: duplicate Type: defect | **[Submitted to the original trac issue database at 10.38am, Sunday, 10th November 2013]**
name=* of multipolygons tagged as natural=water are currently not rendered.
Examples: Bodensee (id 1156846), Neusiedler See (id 28066)
Strange enough, this is a bug of all openstreetmap.org map layers at the same time. | 1.0 | [water] lake names are not rendered - **[Submitted to the original trac issue database at 10.38am, Sunday, 10th November 2013]**
name=* of multipolygons tagged as natural=water are currently not rendered.
Examples: Bodensee (id 1156846), Neusiedler See (id 28066)
Strange enough, this is a bug of all openstreetmap.... | defect | lake names are not rendered name of multipolygons tagged as natural water are currently not rendered examples bodensee id neusiedler see id strange enough this is a bug of all openstreetmap org map layers at the same time | 1 |
30,734 | 14,660,459,502 | IssuesEvent | 2020-12-28 23:46:18 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | opened | Evaluate another implementation of `memcpy` | performance | https://github.com/jart/cosmopolitan/blob/de09bec215675e9b0beb722df89c6f794da74f3f/libc/nexgen32e/memcpy.S#L49
Note: it has some dependencies and requires initialization (to check for AVX2). | True | Evaluate another implementation of `memcpy` - https://github.com/jart/cosmopolitan/blob/de09bec215675e9b0beb722df89c6f794da74f3f/libc/nexgen32e/memcpy.S#L49
Note: it has some dependencies and requires initialization (to check for AVX2). | non_defect | evaluate another implementation of memcpy note it has some dependencies and requires initialization to check for | 0 |
683,118 | 23,368,573,919 | IssuesEvent | 2022-08-10 17:35:05 | MartinXPN/profound.academy | https://api.github.com/repos/MartinXPN/profound.academy | closed | [Gamification] Exercises should get unlocked upon solving | enhancement priority/top | Gamification: Exercises should unlock when the student solves previous ones.
Currently, all the exercises are open. They should get unlocked gradually. | 1.0 | [Gamification] Exercises should get unlocked upon solving - Gamification: Exercises should unlock when the student solves previous ones.
Currently, all the exercises are open. They should get unlocked gradually. | non_defect | exercises should get unlocked upon solving gamification exercises should unlock when the student solves previous ones currently all the exercises are open they should get unlocked gradually | 0 |
52,665 | 13,224,890,318 | IssuesEvent | 2020-08-17 20:03:18 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | how not to clobber LD_LIBRARY_PATH in your env-shell.sh docs (Trac #124) | Migrated from Trac defect documentation | done in new .rst docs
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/124">https://code.icecube.wisc.edu/projects/icecube/ticket/124</a>, reported by troyand owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2014-11-23T03:37:56... | 1.0 | how not to clobber LD_LIBRARY_PATH in your env-shell.sh docs (Trac #124) - done in new .rst docs
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/124">https://code.icecube.wisc.edu/projects/icecube/ticket/124</a>, reported by troyand owned by troy</em></summary>
<p... | defect | how not to clobber ld library path in your env shell sh docs trac done in new rst docs migrated from json status closed changetime ts description done in new rst docs n n reporter troy cc resolution fixed ... | 1 |
1,453 | 2,603,965,865 | IssuesEvent | 2015-02-24 18:58:58 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳生殖器上长了个小疙瘩 | auto-migrated Priority-Medium Type-Defect | ```
沈阳生殖器上长了个小疙瘩〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.google.com by `q96... | 1.0 | 沈阳生殖器上长了个小疙瘩 - ```
沈阳生殖器上长了个小疙瘩〓沈陽軍區政治部醫院性病〓TEL��
�024-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治�
��。位于沈陽市沈河區二緯路32號。是一所與新中國同建立共�
��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、
保健、醫療、科研康復為一體的綜合性醫院。是國家首批公��
�甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大�
��、東南大學等知名高等院校的教學醫院。曾被中國人民解放
軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立��
�體二等功。
```
-----
Original issue reported on code.goo... | defect | 沈阳生殖器上长了个小疙瘩 沈阳生殖器上长了个小疙瘩〓沈陽軍區政治部醫院性病〓tel�� � 〓 , � ��。 。是一所與新中國同建立共� ��煌的歷史悠久、設備精良、技術權威、專家云集,是預防、 保健、醫療、科研康復為一體的綜合性醫院。是國家首批公�� �甲等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大� ��、東南大學等知名高等院校的教學醫院。曾被中國人民解放 軍空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立�� �體二等功。 original issue reported on code google com by gmail com on jun at ... | 1 |
38,286 | 12,533,933,902 | IssuesEvent | 2020-06-04 18:29:48 | prefixaut/splitterino | https://api.github.com/repos/prefixaut/splitterino | closed | CVE-2018-11698 (High) detected in opennms-opennms-source-22.0.1-1 | bug security vulnerability | ## CVE-2018-11698 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-22.0.1-1</b></p></summary>
<p>
<p>A Java based fault and performance management system</p>
<p>Li... | True | CVE-2018-11698 (High) detected in opennms-opennms-source-22.0.1-1 - ## CVE-2018-11698 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-22.0.1-1</b></p></summary>
<p... | non_defect | cve high detected in opennms opennms source cve high severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href library source files ... | 0 |
44,424 | 12,149,783,870 | IssuesEvent | 2020-04-24 16:45:42 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | opened | Complemento de Pago, ya no genera los XML que no llevan factoraje | bug defect | Intenté hacer un complemento normal, y no jaló.
Marca "error no clasificado", esto es que no va completo el XML con el complemento, checa el cuerpo del XML, le falta el nodo del complemento.
<img width="933" alt="noclasificado" src="https://user-images.githubusercontent.com/2912775/80236658-0db17d80-8621-11e... | 1.0 | Complemento de Pago, ya no genera los XML que no llevan factoraje - Intenté hacer un complemento normal, y no jaló.
Marca "error no clasificado", esto es que no va completo el XML con el complemento, checa el cuerpo del XML, le falta el nodo del complemento.
<img width="933" alt="noclasificado" src="https://... | defect | complemento de pago ya no genera los xml que no llevan factoraje intenté hacer un complemento normal y no jaló marca error no clasificado esto es que no va completo el xml con el complemento checa el cuerpo del xml le falta el nodo del complemento img width alt noclasificado src | 1 |
17,290 | 2,997,979,070 | IssuesEvent | 2015-07-23 11:20:43 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | closed | Error when deleting backend user | defect needs backport | `Catchable Fatal Error: Argument 1 passed to tl_user::removeSession() must be an instance of Contao\DataContainer, string given, called in /home/travelne/public_html/development/vendor/contao/core-bundle/src/Resources/contao/drivers/DC_Table.php on line 1525`
Seems to be related to https://github.com/contao/core/iss... | 1.0 | Error when deleting backend user - `Catchable Fatal Error: Argument 1 passed to tl_user::removeSession() must be an instance of Contao\DataContainer, string given, called in /home/travelne/public_html/development/vendor/contao/core-bundle/src/Resources/contao/drivers/DC_Table.php on line 1525`
Seems to be related to... | defect | error when deleting backend user catchable fatal error argument passed to tl user removesession must be an instance of contao datacontainer string given called in home travelne public html development vendor contao core bundle src resources contao drivers dc table php on line seems to be related to ... | 1 |
51,410 | 13,207,466,688 | IssuesEvent | 2020-08-14 23:12:48 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | Time Scroll Bar (Trac #365) | Incomplete Migration Migrated from Trac defect glshovel | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/365">https://code.icecube.wisc.edu/projects/icecube/ticket/365</a>, reported by olivasand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2013-08-23T16:42:33",
"_ts": "137727... | 1.0 | Time Scroll Bar (Trac #365) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/365">https://code.icecube.wisc.edu/projects/icecube/ticket/365</a>, reported by olivasand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2013-08-23... | defect | time scroll bar trac migrated from json status closed changetime ts description from boersma s wishlist n nthe horizontal time slide bar is heavily handicapped especially nfor neutrino data sets for which t sometimes corresponds to the nneu... | 1 |
14,767 | 2,831,389,408 | IssuesEvent | 2015-05-24 15:54:16 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | 3G Routers that dslr dashboard supports | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. The 3G router
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
My question is about the brand of the 3G router that your app support.Does i... | 1.0 | 3G Routers that dslr dashboard supports - ```
What steps will reproduce the problem?
1. The 3G router
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
My question is about the brand of ... | defect | routers that dslr dashboard supports what steps will reproduce the problem the router what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below my question is about the brand of th... | 1 |
82,459 | 7,841,760,679 | IssuesEvent | 2018-06-18 20:42:05 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | catalog page support displaying endpoint point properly | area/catalog area/ui kind/enhancement status/resolved status/to-test version/2.0 | Rancher version 2.0 master 05/24
Steps to Reproduce:
1. Go to Catalog Apps and deploy the Prometheus chart (or app with multiple endpoints)

the way to display endpoints are not user-friendly and servi... | 1.0 | catalog page support displaying endpoint point properly - Rancher version 2.0 master 05/24
Steps to Reproduce:
1. Go to Catalog Apps and deploy the Prometheus chart (or app with multiple endpoints)

th... | non_defect | catalog page support displaying endpoint point properly rancher version master steps to reproduce go to catalog apps and deploy the prometheus chart or app with multiple endpoints the way to display endpoints are not user friendly and service name is missing so service and ingress for ... | 0 |
188,523 | 22,046,562,101 | IssuesEvent | 2022-05-30 02:53:17 | turkdevops/issuehub.io | https://api.github.com/repos/turkdevops/issuehub.io | opened | CVE-2022-30123 (Medium) detected in rack-2.2.3.gem | security vulnerability | ## CVE-2022-30123 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-2.2.3.gem</b></p></summary>
<p>Rack provides a minimal, modular and adaptable interface for developing
web appl... | True | CVE-2022-30123 (Medium) detected in rack-2.2.3.gem - ## CVE-2022-30123 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rack-2.2.3.gem</b></p></summary>
<p>Rack provides a minimal, mo... | non_defect | cve medium detected in rack gem cve medium severity vulnerability vulnerable library rack gem rack provides a minimal modular and adaptable interface for developing web applications in ruby by wrapping http requests and responses in the simplest way possible it unifies and di... | 0 |
5,488 | 7,179,977,598 | IssuesEvent | 2018-01-31 21:33:06 | badges/shields | https://api.github.com/repos/badges/shields | closed | Code Climate's 100% coverage shows red | bug service-badge | I noticed Code Climate's coverage shows red even if i got 100% coverage, is this expected behavior? shouldn't it be green?

| 1.0 | Code Climate's 100% coverage shows red - I noticed Code Climate's coverage shows red even if i got 100% coverage, is this expected behavior? shouldn't it be green?

| non_defect | code climate s coverage shows red i noticed code climate s coverage shows red even if i got coverage is this expected behavior shouldn t it be green | 0 |
13,885 | 2,789,523,519 | IssuesEvent | 2015-05-08 19:52:03 | orwant/google-visualization-issues | https://api.github.com/repos/orwant/google-visualization-issues | opened | Annotated Time Line: Y-axis does not handle scale well with small (< 1) numbers & scaleType='maximized'. | Priority-Medium Type-Defect | Original [issue 121](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=121) created by orwant on 2009-11-13T19:32:36.000Z:
Annotated Time Line: Y-axis does not scale well with small numbers (< 1) &
scaleType='maximized'.
If data values are all between 0 and 1 (for example), the Y-axi... | 1.0 | Annotated Time Line: Y-axis does not handle scale well with small (< 1) numbers & scaleType='maximized'. - Original [issue 121](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=121) created by orwant on 2009-11-13T19:32:36.000Z:
Annotated Time Line: Y-axis does not scale well with small num... | defect | annotated time line y axis does not handle scale well with small numbers scaletype maximized original created by orwant on annotated time line y axis does not scale well with small numbers lt amp scaletype maximized if data values are all between and for example th... | 1 |
18,408 | 3,057,970,079 | IssuesEvent | 2015-08-14 02:38:49 | firemodels/fds-smv | https://api.github.com/repos/firemodels/fds-smv | closed | Smokeview Script does not follow certain commands (rotate, render step) | Application-SMV Priority-Medium Type-Defect | ```
Please complete the following lines...
FDS Version: 6.2.0
SVN Revision Number: 22343
Compile Date: 11 Apr 2015
Smokeview Version/Revision: 6.2.2 Revision 22325
Operating System: Ubuntu 15.04 / OSX 10.9.5
Describe details of the issue below:
The smokeview script I have created does not render every 4th im... | 1.0 | Smokeview Script does not follow certain commands (rotate, render step) - ```
Please complete the following lines...
FDS Version: 6.2.0
SVN Revision Number: 22343
Compile Date: 11 Apr 2015
Smokeview Version/Revision: 6.2.2 Revision 22325
Operating System: Ubuntu 15.04 / OSX 10.9.5
Describe details of the issue... | defect | smokeview script does not follow certain commands rotate render step please complete the following lines fds version svn revision number compile date apr smokeview version revision revision operating system ubuntu osx describe details of the issue below the s... | 1 |
28,774 | 11,694,225,981 | IssuesEvent | 2020-03-06 03:16:47 | fufunoyu/example-pip-travis | https://api.github.com/repos/fufunoyu/example-pip-travis | opened | CVE-2019-16792 (Medium) detected in waitress-1.1.0-py2.py3-none-any.whl | security vulnerability | ## CVE-2019-16792 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>waitress-1.1.0-py2.py3-none-any.whl</b></p></summary>
<p>Waitress WSGI server</p>
<p>Library home page: <a href="htt... | True | CVE-2019-16792 (Medium) detected in waitress-1.1.0-py2.py3-none-any.whl - ## CVE-2019-16792 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>waitress-1.1.0-py2.py3-none-any.whl</b></p>... | non_defect | cve medium detected in waitress none any whl cve medium severity vulnerability vulnerable library waitress none any whl waitress wsgi server library home page a href path to dependency file tmp ws scm example pip travis requirements txt path to vulnerable lib... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.