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
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
483,436
13,924,752,997
IssuesEvent
2020-10-21 15:56:36
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Complex Linear does not work
enhancement high priority module: complex module: nn triaged
## 🐛 Bug ```pycon >> torch.__version__ '1.7.0.dev20200819' >>> torch.nn.Linear(5, 1)(torch.zeros(3, 5, dtype=torch.complex64)) Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".../torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs...
1.0
Complex Linear does not work - ## 🐛 Bug ```pycon >> torch.__version__ '1.7.0.dev20200819' >>> torch.nn.Linear(5, 1)(torch.zeros(3, 5, dtype=torch.complex64)) Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".../torch/nn/modules/module.py", line 727, in _call_impl result ...
priority
complex linear does not work 🐛 bug pycon torch version torch nn linear torch zeros dtype torch traceback most recent call last file line in file torch nn modules module py line in call impl result self forward input kwargs ...
1
479,603
13,803,742,984
IssuesEvent
2020-10-11 05:03:27
AY2021S1-CS2103T-W16-3/tp
https://api.github.com/repos/AY2021S1-CS2103T-W16-3/tp
opened
Connect Logic to Ui
priority.medium :2nd_place_medal: type.enhancement :+1:
Currently, the Ui is not able to display the list of expenses and incomes in its respective Expense and Income tab. Refactor the the `Income Panel` and `Expense Panel` to capture `ListView<Income>` and `ListView<Expense>` respectively instead of `ListView<Transaction>`.
1.0
Connect Logic to Ui - Currently, the Ui is not able to display the list of expenses and incomes in its respective Expense and Income tab. Refactor the the `Income Panel` and `Expense Panel` to capture `ListView<Income>` and `ListView<Expense>` respectively instead of `ListView<Transaction>`.
priority
connect logic to ui currently the ui is not able to display the list of expenses and incomes in its respective expense and income tab refactor the the income panel and expense panel to capture listview and listview respectively instead of listview
1
360
2,515,913,140
IssuesEvent
2015-01-15 21:54:42
coreos/etcd
https://api.github.com/repos/coreos/etcd
closed
I think there's some mistakes in this document.
documentation
Is the following lines correct? >`sendBandwidthRate`: number of bytes per second this node is **receiving(??)** (leader only). This value is undefined on single machine clusters. >`sendPkgRate`: number of requests per second this node is **receiving(??)** (leader only). This value is undefined on single machine clu...
1.0
I think there's some mistakes in this document. - Is the following lines correct? >`sendBandwidthRate`: number of bytes per second this node is **receiving(??)** (leader only). This value is undefined on single machine clusters. >`sendPkgRate`: number of requests per second this node is **receiving(??)** (leader on...
non_priority
i think there s some mistakes in this document is the following lines correct sendbandwidthrate number of bytes per second this node is receiving leader only this value is undefined on single machine clusters sendpkgrate number of requests per second this node is receiving leader on...
0
433,883
12,511,886,074
IssuesEvent
2020-06-02 21:27:48
markfarrell/3tier
https://api.github.com/repos/markfarrell/3tier
closed
Repetition
AUXILIARY PARSING/VALIDATION PRIORITY:MEDIUM
# Steps to Resolution e1f9080 * ~~Create package of helper functions for repetition of PureScript parsers, based on e.g. range of number of occurrences and validation constraints on trailing input, with unit tests.~~ * ~~Add as a separate project dependency.~~ * ~~See [purescript-parsing-repetition](https://githu...
1.0
Repetition - # Steps to Resolution e1f9080 * ~~Create package of helper functions for repetition of PureScript parsers, based on e.g. range of number of occurrences and validation constraints on trailing input, with unit tests.~~ * ~~Add as a separate project dependency.~~ * ~~See [purescript-parsing-repetition](...
priority
repetition steps to resolution create package of helper functions for repetition of purescript parsers based on e g range of number of occurrences and validation constraints on trailing input with unit tests add as a separate project dependency see follow up issues publish...
1
86,275
15,755,483,170
IssuesEvent
2021-03-31 01:51:46
ErickSegaar/vsts-extension-basic
https://api.github.com/repos/ErickSegaar/vsts-extension-basic
opened
WS-2018-0625 (High) detected in xmlbuilder-9.0.4.tgz
security vulnerability
## WS-2018-0625 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlbuilder-9.0.4.tgz</b></p></summary> <p>An XML builder for node.js</p> <p>Library home page: <a href="https://registry...
True
WS-2018-0625 (High) detected in xmlbuilder-9.0.4.tgz - ## WS-2018-0625 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlbuilder-9.0.4.tgz</b></p></summary> <p>An XML builder for node...
non_priority
ws high detected in xmlbuilder tgz ws high severity vulnerability vulnerable library xmlbuilder tgz an xml builder for node js library home page a href path to dependency file vsts extension basic package json path to vulnerable library vsts extension basic node mod...
0
51,543
10,687,688,610
IssuesEvent
2019-10-22 16:38:00
phetsims/vector-addition
https://api.github.com/repos/phetsims/vector-addition
closed
duplication in *Model and *ScreenView classes
dev:code-review
Related to code review #231. > - [ ] Are any significant chunks of code duplicated? This will be checked manually as well as with https://github.com/danielstjules/jsinspect or grunt find-duplicates There's some duplication in the `*Model` and `*ScreenView` classes, the top-level model and view "containers", that ...
1.0
duplication in *Model and *ScreenView classes - Related to code review #231. > - [ ] Are any significant chunks of code duplicated? This will be checked manually as well as with https://github.com/danielstjules/jsinspect or grunt find-duplicates There's some duplication in the `*Model` and `*ScreenView` classes, ...
non_priority
duplication in model and screenview classes related to code review are any significant chunks of code duplicated this will be checked manually as well as with or grunt find duplicates there s some duplication in the model and screenview classes the top level model and view containers th...
0
82,748
10,310,391,835
IssuesEvent
2019-08-29 15:04:49
SwissDataScienceCenter/renku
https://api.github.com/repos/SwissDataScienceCenter/renku
closed
Augment collaboration docs - how multiple users edit project
documentation
For a project that will belong to multiple users, it's unclear from the UI that they can be shared beyond "forking". Documentation should be added that tells users that in order for other users to be able to edit code and run notebooks for a given project, they need to add these users to the project via the gitlab sett...
1.0
Augment collaboration docs - how multiple users edit project - For a project that will belong to multiple users, it's unclear from the UI that they can be shared beyond "forking". Documentation should be added that tells users that in order for other users to be able to edit code and run notebooks for a given project, ...
non_priority
augment collaboration docs how multiple users edit project for a project that will belong to multiple users it s unclear from the ui that they can be shared beyond forking documentation should be added that tells users that in order for other users to be able to edit code and run notebooks for a given project ...
0
765,485
26,848,454,133
IssuesEvent
2023-02-03 09:11:47
canonical/ubuntu.com
https://api.github.com/repos/canonical/ubuntu.com
closed
/advantage table row anchors hide the purpose of the table
Priority: Low
1\. Go to any of these URLs: - https://ubuntu.com/advantage/#esm - https://ubuntu.com/advantage/#livepatch - https://ubuntu.com/advantage/#fips What happens: 👍 The relevant row in the “Plans for enterprise use” table is highlighted. 👎 The page is scrolled so that nothing is visible above that table row. Wh...
1.0
/advantage table row anchors hide the purpose of the table - 1\. Go to any of these URLs: - https://ubuntu.com/advantage/#esm - https://ubuntu.com/advantage/#livepatch - https://ubuntu.com/advantage/#fips What happens: 👍 The relevant row in the “Plans for enterprise use” table is highlighted. 👎 The page is sc...
priority
advantage table row anchors hide the purpose of the table go to any of these urls what happens 👍 the relevant row in the “plans for enterprise use” table is highlighted 👎 the page is scrolled so that nothing is visible above that table row what’s wrong with this linking to an anc...
1
42,032
6,962,044,246
IssuesEvent
2017-12-08 12:01:11
IATI/IATI-Extra-Documentation
https://api.github.com/repos/IATI/IATI-Extra-Documentation
opened
Add @aggregation-status to indicator element
2.03 Documentation enhancement
Add `@aggregation-status` to `result/indicator`: - [ ] Add example to `activity-standard-example.xml` - [ ] Create/amend `.rst` file for element - [ ] Provide usage example - [ ] Add to changelog - [ ] Update 2.03 changelog in IATI-Guidance
1.0
Add @aggregation-status to indicator element - Add `@aggregation-status` to `result/indicator`: - [ ] Add example to `activity-standard-example.xml` - [ ] Create/amend `.rst` file for element - [ ] Provide usage example - [ ] Add to changelog - [ ] Update 2.03 changelog in IATI-Guidance
non_priority
add aggregation status to indicator element add aggregation status to result indicator add example to activity standard example xml create amend rst file for element provide usage example add to changelog update changelog in iati guidance
0
133,289
5,200,303,837
IssuesEvent
2017-01-23 23:24:41
IBMDataScience/datascix
https://api.github.com/repos/IBMDataScience/datascix
closed
Add the ability to validate URL syntax for "image_url", "blog_url" properties
priority-low type-enhancement
e.g. Bad: ``` "image_url" : "https://github.com/IBMDataScience/datascix/blob/master/public/prod/changelog/img/github.png?raw=true?raw=true", ```
1.0
Add the ability to validate URL syntax for "image_url", "blog_url" properties - e.g. Bad: ``` "image_url" : "https://github.com/IBMDataScience/datascix/blob/master/public/prod/changelog/img/github.png?raw=true?raw=true", ```
priority
add the ability to validate url syntax for image url blog url properties e g bad image url
1
142,976
5,487,346,802
IssuesEvent
2017-03-14 04:05:01
nvkelso/election-geodata
https://api.github.com/repos/nvkelso/election-geodata
closed
Add 2016 election precinct shapes for Kansas
priority 1 ready for PR
This state is in priority tier 1 (out of all US states) according to https://lawreview.uchicago.edu/sites/lawreview.uchicago.edu/files/uploads/82_2/04%20Stephanopoulos_McGhee_ART.pdf (via http://mike.teczno.com/notes/redistricting/measuring-efficiency-gap.html). **105 counties.** _Worse than California, only better...
1.0
Add 2016 election precinct shapes for Kansas - This state is in priority tier 1 (out of all US states) according to https://lawreview.uchicago.edu/sites/lawreview.uchicago.edu/files/uploads/82_2/04%20Stephanopoulos_McGhee_ART.pdf (via http://mike.teczno.com/notes/redistricting/measuring-efficiency-gap.html). **105 c...
priority
add election precinct shapes for kansas this state is in priority tier out of all us states according to via counties worse than california only better than texas georgia virginia kentucky and missouri ks statewide pr allen county ks anders...
1
560,013
16,582,934,602
IssuesEvent
2021-05-31 14:15:44
FirebirdSQL/firebird
https://api.github.com/repos/FirebirdSQL/firebird
closed
v2.5.9 Regression: MON$Attachments.MON$Remote_Address now includes the remote TCP port number [CORE6151]
affect-version: 2.5.9 component: engine priority: minor type: bug
Submitted by: Attila Molnár (e_pluribus_unum) Before 2\.5\.9 mon$attachments\.mon$remote\_address returned just IP, e\.g\.: "192\.168\.0\.1"\. With 2\.5\.9 it returns IP \+ port number, e\.g\.: "192\.168\.0\.1/55970"\. It made broke some of our code\. \(We are comparing mon$remote\_address to outer source IP witho...
1.0
v2.5.9 Regression: MON$Attachments.MON$Remote_Address now includes the remote TCP port number [CORE6151] - Submitted by: Attila Molnár (e_pluribus_unum) Before 2\.5\.9 mon$attachments\.mon$remote\_address returned just IP, e\.g\.: "192\.168\.0\.1"\. With 2\.5\.9 it returns IP \+ port number, e\.g\.: "192\.168\.0\.1/5...
priority
regression mon attachments mon remote address now includes the remote tcp port number submitted by attila molnár e pluribus unum before mon attachments mon remote address returned just ip e g with it returns ip port number e g it made bro...
1
35,262
9,554,964,619
IssuesEvent
2019-05-03 00:20:27
skpm/skpm
https://api.github.com/repos/skpm/skpm
closed
Clean up a long running script before running it again
blocked builder enhancement
Ref https://github.com/BohemianCoding/SketchAPI/pull/165 When you are working with a webview for example, the workflow becomes less than ideal: you need to restart sketch everytime you change something. It would be nice if, instead of directly running the plugin, we could clean the previous one before running the...
1.0
Clean up a long running script before running it again - Ref https://github.com/BohemianCoding/SketchAPI/pull/165 When you are working with a webview for example, the workflow becomes less than ideal: you need to restart sketch everytime you change something. It would be nice if, instead of directly running the p...
non_priority
clean up a long running script before running it again ref when you are working with a webview for example the workflow becomes less than ideal you need to restart sketch everytime you change something it would be nice if instead of directly running the plugin we could clean the previous one before runni...
0
175,261
6,548,682,204
IssuesEvent
2017-09-05 00:52:00
landfill-eforms/landfill-web-app
https://api.github.com/repos/landfill-eforms/landfill-web-app
opened
The ability to have "this quarter, month, or year" be selectable in the reports
Back-End Front-End P3: Medium Priority Reports Task
The ability to have "this quarter, month, or year" be selectable in the reports. This is what would be commonly used. This will be needed in automated reports.
1.0
The ability to have "this quarter, month, or year" be selectable in the reports - The ability to have "this quarter, month, or year" be selectable in the reports. This is what would be commonly used. This will be needed in automated reports.
priority
the ability to have this quarter month or year be selectable in the reports the ability to have this quarter month or year be selectable in the reports this is what would be commonly used this will be needed in automated reports
1
207,127
15,793,238,189
IssuesEvent
2021-04-02 08:37:25
WoWManiaUK/Redemption
https://api.github.com/repos/WoWManiaUK/Redemption
closed
[NPC] Time Keeper 17918 from [ITEM] Chrono-beacon 24289 spawns perished ([DUNGEON] The Black Morass 10296)
Fixed on PTR - Tester Confirmed
Links: Time Keeper: https://wow-mania.com/armory/?npc=17918 Chrono-beacon: https://wow-mania.com/armory/?item=24289 The Black Morass: https://wow-mania.com/armory/?quest=10296 What is Happening: ![unknown](https://user-images.githubusercontent.com/66064613/112682931-133ac780-8e71-11eb-8451-1773301a0b48.png) It sp...
1.0
[NPC] Time Keeper 17918 from [ITEM] Chrono-beacon 24289 spawns perished ([DUNGEON] The Black Morass 10296) - Links: Time Keeper: https://wow-mania.com/armory/?npc=17918 Chrono-beacon: https://wow-mania.com/armory/?item=24289 The Black Morass: https://wow-mania.com/armory/?quest=10296 What is Happening: ![unknown](...
non_priority
time keeper from chrono beacon spawns perished the black morass links time keeper chrono beacon the black morass what is happening it spawns perished what should happen it s meant to help with fighting
0
688,360
23,579,397,535
IssuesEvent
2022-08-23 06:07:27
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Make an option to set solid color background for NTP
feature/new-tab priority/P3 QA/Yes OS/Desktop
sub task of #15252 . Overall design also can be found there. Spec: * Users can choose a solid color for NTP background * This will be applied only to the current local machine. * When Users choose another option like `custom background` and `brave background`, the background should be changes to it. Open...
1.0
Make an option to set solid color background for NTP - sub task of #15252 . Overall design also can be found there. Spec: * Users can choose a solid color for NTP background * This will be applied only to the current local machine. * When Users choose another option like `custom background` and `brave backg...
priority
make an option to set solid color background for ntp sub task of overall design also can be found there spec users can choose a solid color for ntp background this will be applied only to the current local machine when users choose another option like custom background and brave backgroun...
1
338,491
10,230,057,346
IssuesEvent
2019-08-17 17:58:42
freeCodeCamp/coderadio-client
https://api.github.com/repos/freeCodeCamp/coderadio-client
opened
switch to Live Websocket/EventSource
priority
we are currently using Static Now Playing JSON File to get the mount. we should switch to Live Websocket/EventSource https://www.azuracast.com/developers/nowplaying.html#standard-now-playing-api
1.0
switch to Live Websocket/EventSource - we are currently using Static Now Playing JSON File to get the mount. we should switch to Live Websocket/EventSource https://www.azuracast.com/developers/nowplaying.html#standard-now-playing-api
priority
switch to live websocket eventsource we are currently using static now playing json file to get the mount we should switch to live websocket eventsource
1
85,656
15,755,122,713
IssuesEvent
2021-03-31 01:13:29
tamirverthim/NodeGoat
https://api.github.com/repos/tamirverthim/NodeGoat
closed
CVE-2012-6708 (Medium) detected in jquery-1.4.4.min.js - autoclosed
security vulnerability
## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2012-6708 (Medium) detected in jquery-1.4.4.min.js - autoclosed - ## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary> <p>JavaSc...
non_priority
cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file nodegoat node modules selenium webdriver lib test data droppableit...
0
137,216
30,651,936,304
IssuesEvent
2023-07-25 09:28:46
priyankarpal/ProjectsHut
https://api.github.com/repos/priyankarpal/ProjectsHut
closed
InfiniteScroll not working when applying filter
🛠 goal: fix 🧹 status: ticket work required 💻 aspect: code 💬 talk: discussion
### What happened? while applying it show all related profile card data. It should show 15 profile card after that when scrolling it should show more remaining profile card data and so on. ### Add screenshots <img width="868" alt="image" src="https://github.com/priyankarpal/ProjectsHut/assets/68702055/a7b08a16-22ad...
1.0
InfiniteScroll not working when applying filter - ### What happened? while applying it show all related profile card data. It should show 15 profile card after that when scrolling it should show more remaining profile card data and so on. ### Add screenshots <img width="868" alt="image" src="https://github.com/priy...
non_priority
infinitescroll not working when applying filter what happened while applying it show all related profile card data it should show profile card after that when scrolling it should show more remaining profile card data and so on add screenshots img width alt image src what browsers are...
0
810,366
30,238,335,877
IssuesEvent
2023-07-06 11:53:24
sebastien-d-me/BileMo
https://api.github.com/repos/sebastien-d-me/BileMo
opened
Optimization of the APIs
Priority: High Status: Not started Type: Back-end
#### Description: Make the optimization(s) of the APIs. ------------ ###### Estimated time: 3 day(s) ###### Difficulty: ⭐⭐
1.0
Optimization of the APIs - #### Description: Make the optimization(s) of the APIs. ------------ ###### Estimated time: 3 day(s) ###### Difficulty: ⭐⭐
priority
optimization of the apis description make the optimization s of the apis estimated time day s difficulty ⭐⭐
1
1,024
2,700,533,616
IssuesEvent
2015-04-04 08:15:40
eugenkiss/chanobol
https://api.github.com/repos/eugenkiss/chanobol
opened
Longclick Blackarea to Dismiss All Posts
usability
Analogous to longlick on back button, see #94 and #116.
True
Longclick Blackarea to Dismiss All Posts - Analogous to longlick on back button, see #94 and #116.
non_priority
longclick blackarea to dismiss all posts analogous to longlick on back button see and
0
175,830
6,554,336,001
IssuesEvent
2017-09-06 05:07:41
hacksu/2017-kenthackenough-ui-main
https://api.github.com/repos/hacksu/2017-kenthackenough-ui-main
closed
Powered by Hacksu Icon @ the bottom of the site
Low Priority
Add Powered by Hacksu logo to the bottom of the site (Or somewhere)
1.0
Powered by Hacksu Icon @ the bottom of the site - Add Powered by Hacksu logo to the bottom of the site (Or somewhere)
priority
powered by hacksu icon the bottom of the site add powered by hacksu logo to the bottom of the site or somewhere
1
55,428
14,008,919,518
IssuesEvent
2020-10-29 00:58:12
mwilliams7197/bootstrap
https://api.github.com/repos/mwilliams7197/bootstrap
closed
CVE-2018-19838 (Medium) detected in node-sass-4.11.0.tgz, opennmsopennms-source-24.1.2-1 - autoclosed
security vulnerability
## CVE-2018-19838 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b>, <b>opennmsopennms-source-24.1.2-1</b></p></summary> <p> <details><summary><b>node-sass-4...
True
CVE-2018-19838 (Medium) detected in node-sass-4.11.0.tgz, opennmsopennms-source-24.1.2-1 - autoclosed - ## CVE-2018-19838 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4...
non_priority
cve medium detected in node sass tgz opennmsopennms source autoclosed cve medium severity vulnerability vulnerable libraries node sass tgz opennmsopennms source node sass tgz wrapper around libsass library home page a href path to dep...
0
276,941
8,614,771,282
IssuesEvent
2018-11-19 18:29:29
MontrealCorpusTools/iscan-server
https://api.github.com/repos/MontrealCorpusTools/iscan-server
opened
Add default stop subsets to phone subset enrichment
UI enrichment low priority
Currently the phone subset enrichment has defaults for syllabics, etc. There should also be buttons for voiced and voiceless stops just to save time. Maybe this could be generalised to just add a few more phonetic categories in general to the subset enrichment.
1.0
Add default stop subsets to phone subset enrichment - Currently the phone subset enrichment has defaults for syllabics, etc. There should also be buttons for voiced and voiceless stops just to save time. Maybe this could be generalised to just add a few more phonetic categories in general to the subset enrichment.
priority
add default stop subsets to phone subset enrichment currently the phone subset enrichment has defaults for syllabics etc there should also be buttons for voiced and voiceless stops just to save time maybe this could be generalised to just add a few more phonetic categories in general to the subset enrichment
1
468,527
13,484,482,833
IssuesEvent
2020-09-11 06:27:23
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
watch.spectrum.net - video or audio doesn't play
browser-firefox engine-gecko ml-needsdiagnosis-false priority-normal
<!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/58032 --> **URL**: https://watch.spectrum.net/ondemand/play/historychannel.com::HS...
1.0
watch.spectrum.net - video or audio doesn't play - <!-- @browser: Firefox 81.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 --> <!-- @reported_with: desktop-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/58032 --> **URL**: https://watc...
priority
watch spectrum net video or audio doesn t play url browser version firefox operating system windows tested another browser yes chrome problem type video or audio doesn t play description the video or audio does not play steps to reproduce freezes and will not ...
1
42,536
17,187,727,980
IssuesEvent
2021-07-16 06:16:13
Azure/azure-cli-extensions
https://api.github.com/repos/Azure/azure-cli-extensions
closed
az arcdata has mixed up shortened parameters
Service Attention arcdata
### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az arcdata dc create` Extension Name: arcdata. Version: 0.0.2. same applies to `az sql mi-arc create` **Errors:** This command has been ported from azdata arc dc create The old command used -ns for n...
1.0
az arcdata has mixed up shortened parameters - ### **This is autogenerated. Please review and update as needed.** ## Describe the bug **Command Name** `az arcdata dc create` Extension Name: arcdata. Version: 0.0.2. same applies to `az sql mi-arc create` **Errors:** This command has been ported from azdat...
non_priority
az arcdata has mixed up shortened parameters this is autogenerated please review and update as needed describe the bug command name az arcdata dc create extension name arcdata version same applies to az sql mi arc create errors this command has been ported from azdat...
0
623,514
19,670,580,129
IssuesEvent
2022-01-11 06:37:53
opensquare-network/statescan
https://api.github.com/repos/opensquare-network/statescan
closed
NFT Metadata#data should be converted to string from hex
enhancement ready to review priority:high
![IV60W3FhuW](https://user-images.githubusercontent.com/2264908/148668036-d14d4dcf-0567-4b7c-b505-e1dd8a27ca89.png) Check in fronted, if hex, then call hexToString and show the string result, or just show the raw data.
1.0
NFT Metadata#data should be converted to string from hex - ![IV60W3FhuW](https://user-images.githubusercontent.com/2264908/148668036-d14d4dcf-0567-4b7c-b505-e1dd8a27ca89.png) Check in fronted, if hex, then call hexToString and show the string result, or just show the raw data.
priority
nft metadata data should be converted to string from hex check in fronted if hex then call hextostring and show the string result or just show the raw data
1
192,183
14,602,193,634
IssuesEvent
2020-12-21 09:53:20
curl/curl
https://api.github.com/repos/curl/curl
closed
Weird mixup of test data in test suite run
CI tests
### I did this While working on #6049 [this weird test suite run](https://github.com/curl/curl/files/5358468/158.txt) occurred. For some unknown reason the tests 2055 3002 3003 3004 3005 3006 3007 failed while showing irrelevant test data. ### I expected the following No irrelevant test data, like MQTT related ...
1.0
Weird mixup of test data in test suite run - ### I did this While working on #6049 [this weird test suite run](https://github.com/curl/curl/files/5358468/158.txt) occurred. For some unknown reason the tests 2055 3002 3003 3004 3005 3006 3007 failed while showing irrelevant test data. ### I expected the following...
non_priority
weird mixup of test data in test suite run i did this while working on occurred for some unknown reason the tests failed while showing irrelevant test data i expected the following no irrelevant test data like mqtt related things for these test cases cc bagder any idea
0
450,861
13,020,701,359
IssuesEvent
2020-07-27 04:01:12
eclipse/repairnator
https://api.github.com/repos/eclipse/repairnator
closed
Improve release process
chore priority:major
The scripts and jar with dependencies should be automatically pushed to Github. A docker image with the proper tag should be pushed to docker hub.
1.0
Improve release process - The scripts and jar with dependencies should be automatically pushed to Github. A docker image with the proper tag should be pushed to docker hub.
priority
improve release process the scripts and jar with dependencies should be automatically pushed to github a docker image with the proper tag should be pushed to docker hub
1
664,182
22,242,257,352
IssuesEvent
2022-06-09 06:52:59
The-FireHub-Project/FireHub
https://api.github.com/repos/The-FireHub-Project/FireHub
opened
GIT files
platform: FireHub priority: Normal scope: APP status: Pending type: Feature
### .gitignore > Master ignore file only for root folder. Contains paths i files not needed to upload on GitHub. > > **Only root file!!** - [ ] completed ___ ### .gitattributes > File with attributes to pathnames. - [ ] completed ___ ### .editorconfig > File for coding style. - [ ] completed ___
1.0
GIT files - ### .gitignore > Master ignore file only for root folder. Contains paths i files not needed to upload on GitHub. > > **Only root file!!** - [ ] completed ___ ### .gitattributes > File with attributes to pathnames. - [ ] completed ___ ### .editorconfig > File for coding style. - [ ] completed __...
priority
git files gitignore master ignore file only for root folder contains paths i files not needed to upload on github only root file completed gitattributes file with attributes to pathnames completed editorconfig file for coding style completed
1
135,233
10,967,124,865
IssuesEvent
2019-11-28 08:54:15
khartec/waltz
https://api.github.com/repos/khartec/waltz
closed
AllocationScheme: add unique index on category + name
DDL change fixed (test & close) small change
We need to prevent duplicate schemes being registered.
1.0
AllocationScheme: add unique index on category + name - We need to prevent duplicate schemes being registered.
non_priority
allocationscheme add unique index on category name we need to prevent duplicate schemes being registered
0
778,878
27,332,639,798
IssuesEvent
2023-02-25 20:35:39
we-race-here/wrh-organization
https://api.github.com/repos/we-race-here/wrh-organization
closed
Update Member in /admin when no user is linked
bug Priority
For example here: https://weracehere.org/admin/cycling_org/member/22/change/?_changelist_filters=q%3Dpaul This member does not have a user account and it is not possible to update the record. I am trying to add a USAC license number.
1.0
Update Member in /admin when no user is linked - For example here: https://weracehere.org/admin/cycling_org/member/22/change/?_changelist_filters=q%3Dpaul This member does not have a user account and it is not possible to update the record. I am trying to add a USAC license number.
priority
update member in admin when no user is linked for example here this member does not have a user account and it is not possible to update the record i am trying to add a usac license number
1
415,492
28,039,475,480
IssuesEvent
2023-03-28 17:21:56
TFG-Aureliano-Piqueras-Rodriguez/forms4tv
https://api.github.com/repos/TFG-Aureliano-Piqueras-Rodriguez/forms4tv
opened
Estudiar y documentar cómo se usará el framework Plasmo en la extensión
documentation
Se debe estudiar y comprender la documentación de Plasmo disponible e incluir la información necesaria en los documentos explicando cómo se usará.
1.0
Estudiar y documentar cómo se usará el framework Plasmo en la extensión - Se debe estudiar y comprender la documentación de Plasmo disponible e incluir la información necesaria en los documentos explicando cómo se usará.
non_priority
estudiar y documentar cómo se usará el framework plasmo en la extensión se debe estudiar y comprender la documentación de plasmo disponible e incluir la información necesaria en los documentos explicando cómo se usará
0
29,883
5,947,286,496
IssuesEvent
2017-05-26 07:44:02
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
closed
Rename store Buffered config option to BufferedRenderer
4.x defect invalid
According to ExtJS documentation on Ext.data.Store, there's no buffered but a [bufferedRenderer config](http://docs.sencha.com/extjs/6.2.1/classic/Ext.grid.Panel.html#cfg-bufferedRenderer) option to the class, whereas Ext.NET still exports the [Buffered](http://docs.ext.net/db/db6/class_ext_1_1_net_1_1_store_base.html#...
1.0
Rename store Buffered config option to BufferedRenderer - According to ExtJS documentation on Ext.data.Store, there's no buffered but a [bufferedRenderer config](http://docs.sencha.com/extjs/6.2.1/classic/Ext.grid.Panel.html#cfg-bufferedRenderer) option to the class, whereas Ext.NET still exports the [Buffered](http://...
non_priority
rename store buffered config option to bufferedrenderer according to extjs documentation on ext data store there s no buffered but a option to the class whereas ext net still exports the one we are to mark the buffered as deprecated to be removed on the next major release and make it output buffere...
0
94,066
19,475,241,811
IssuesEvent
2021-12-24 10:51:34
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Odd functionality when I upload an image
No Code Attached Yet
### Steps to reproduce the issue In the media manager add "svg" to supported file extensions and "image/svg+xml" to the allowed mime types both. Now go to System > templates > site template styles > Cassiopeia - Default Upload an SVG as the logo ### Expected result SVG URL and logo loaded ### Actual resul...
1.0
Odd functionality when I upload an image - ### Steps to reproduce the issue In the media manager add "svg" to supported file extensions and "image/svg+xml" to the allowed mime types both. Now go to System > templates > site template styles > Cassiopeia - Default Upload an SVG as the logo ### Expected result SVG ...
non_priority
odd functionality when i upload an image steps to reproduce the issue in the media manager add svg to supported file extensions and image svg xml to the allowed mime types both now go to system templates site template styles cassiopeia default upload an svg as the logo expected result svg ...
0
749,672
26,174,769,412
IssuesEvent
2023-01-02 08:14:04
premail/premail
https://api.github.com/repos/premail/premail
closed
Run something like prettier on dev version of rendered HTML
Type: Feature Status: Available Status: Stale Priority: Medium x-Bot: No Abandonment
See https://github.com/premail/premail/blob/93e9a0dfe8ffa482e386594ec63376a35a716777/__lib/tasks/build.js#L346-L347 This replaces MJML's built-in function that is now depreciated.
1.0
Run something like prettier on dev version of rendered HTML - See https://github.com/premail/premail/blob/93e9a0dfe8ffa482e386594ec63376a35a716777/__lib/tasks/build.js#L346-L347 This replaces MJML's built-in function that is now depreciated.
priority
run something like prettier on dev version of rendered html see this replaces mjml s built in function that is now depreciated
1
90,757
26,181,158,247
IssuesEvent
2023-01-02 15:46:27
CGNS/CGNS
https://api.github.com/repos/CGNS/CGNS
closed
[CGNS-96] RUNPARALLEL is defined but never used.
bug Done Build Blocker
> This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-96). - _**Created at:**_ Wed, 27 Apr 2016 09:11:51 -0500 - _**Resolved at:**_ Thu, 14 Dec 2017 08:48:01 -0600 <p>I think RUNPARALLEL is really suppose to be MPIEXEC, Also the comment needs to be modifi...
1.0
[CGNS-96] RUNPARALLEL is defined but never used. - > This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-96). - _**Created at:**_ Wed, 27 Apr 2016 09:11:51 -0500 - _**Resolved at:**_ Thu, 14 Dec 2017 08:48:01 -0600 <p>I think RUNPARALLEL is really suppose...
non_priority
runparallel is defined but never used this issue has been imported from jira read the created at wed apr resolved at thu dec i think runparallel is really suppose to be mpiexec also the comment needs to be modified to reflect the actual use th...
0
201,066
15,171,898,776
IssuesEvent
2021-02-13 05:58:36
instalator/ioBroker.kodi
https://api.github.com/repos/instalator/ioBroker.kodi
closed
Please better qualify the css classes
need test
In your styles.css you have some generic named css-classes (eg stop prev next) If someone else uses the CSS classes stop, the generically formulated CSS styles also interfere with other elements. Please add more specification to your css classes: e.g. for stop .kodi.stop {background: url ("../ img / btn / btn_s...
1.0
Please better qualify the css classes - In your styles.css you have some generic named css-classes (eg stop prev next) If someone else uses the CSS classes stop, the generically formulated CSS styles also interfere with other elements. Please add more specification to your css classes: e.g. for stop .kodi.stop ...
non_priority
please better qualify the css classes in your styles css you have some generic named css classes eg stop prev next if someone else uses the css classes stop the generically formulated css styles also interfere with other elements please add more specification to your css classes e g for stop kodi stop ...
0
700,958
24,080,496,823
IssuesEvent
2022-09-19 05:55:57
tensorchord/envd
https://api.github.com/repos/tensorchord/envd
closed
enhancement(network error): Make error message more informative
priority/3-low 💙 type/enhancement 💭
## Description When the image pulling process is affected by the network issue, the error message is not friendly. ![image](https://user-images.githubusercontent.com/8686776/169013624-d8cd07d7-0abf-4c97-b836-c95ae6dd0f85.png)
1.0
enhancement(network error): Make error message more informative - ## Description When the image pulling process is affected by the network issue, the error message is not friendly. ![image](https://user-images.githubusercontent.com/8686776/169013624-d8cd07d7-0abf-4c97-b836-c95ae6dd0f85.png)
priority
enhancement network error make error message more informative description when the image pulling process is affected by the network issue the error message is not friendly
1
83,290
10,324,751,422
IssuesEvent
2019-09-01 12:00:05
leohmoraes/rocketseat-02
https://api.github.com/repos/leohmoraes/rocketseat-02
closed
28 10 configurando mongodb
documentation
// Banco nao relacional - [ ] Conceitos: Porque e quando - [ ] Iniciando o Mongo em um Docker - [ ] Conexao usando o Node - [ ] Testando e vendo logs no Docker
1.0
28 10 configurando mongodb - // Banco nao relacional - [ ] Conceitos: Porque e quando - [ ] Iniciando o Mongo em um Docker - [ ] Conexao usando o Node - [ ] Testando e vendo logs no Docker
non_priority
configurando mongodb banco nao relacional conceitos porque e quando iniciando o mongo em um docker conexao usando o node testando e vendo logs no docker
0
86,199
3,703,540,726
IssuesEvent
2016-02-29 20:47:37
CompEvol/beast2
https://api.github.com/repos/CompEvol/beast2
closed
Error and Warning reporting in initAndValidate
enhancement MEDIUM priority
CalibratedYuleModel.initAndValidate() contains this code ```java if (!_MRCAPrior.isMonophyleticInput.get()) { throw new Exception("MRCAPriors must be monophyletic for Calibrated Yule prior"); } ``` and ```java if (_MRCAPrior.isMonophyleticInput.get()) { System.err.println("WARNING: MRCAPriors must...
1.0
Error and Warning reporting in initAndValidate - CalibratedYuleModel.initAndValidate() contains this code ```java if (!_MRCAPrior.isMonophyleticInput.get()) { throw new Exception("MRCAPriors must be monophyletic for Calibrated Yule prior"); } ``` and ```java if (_MRCAPrior.isMonophyleticInput.get()) { ...
priority
error and warning reporting in initandvalidate calibratedyulemodel initandvalidate contains this code java if mrcaprior ismonophyleticinput get throw new exception mrcapriors must be monophyletic for calibrated yule prior and java if mrcaprior ismonophyleticinput get ...
1
403,685
11,844,882,699
IssuesEvent
2020-03-24 07:04:55
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
Invalid `push` on a union-typed array results in a bad, sad error at runtime
Area/Language Priority/Blocker Type/Bug
**Description:** $title. **Steps to reproduce:** ```ballerina public function main() { int[]|string[] arr = [1, 2]; arr.push("foo"); } ``` ballerina-internal.log ```log [2020-03-24 12:32:31,321] SEVERE {b7a.log.crash} - java.lang.String cannot be cast to java.lang.Long java.lang.ClassCastExcept...
1.0
Invalid `push` on a union-typed array results in a bad, sad error at runtime - **Description:** $title. **Steps to reproduce:** ```ballerina public function main() { int[]|string[] arr = [1, 2]; arr.push("foo"); } ``` ballerina-internal.log ```log [2020-03-24 12:32:31,321] SEVERE {b7a.log.crash} ...
priority
invalid push on a union typed array results in a bad sad error at runtime description title steps to reproduce ballerina public function main int string arr arr push foo ballerina internal log log severe log crash java lang string cannot be cast...
1
120,075
4,779,853,979
IssuesEvent
2016-10-28 00:22:09
CS2103AUG2016-F09-C1/main
https://api.github.com/repos/CS2103AUG2016-F09-C1/main
closed
[MS4] As a user, I want to display the number of tasks completed or left
priority.high type.story
so that i can keep track of my progess NOTE: This is a UI portion
1.0
[MS4] As a user, I want to display the number of tasks completed or left - so that i can keep track of my progess NOTE: This is a UI portion
priority
as a user i want to display the number of tasks completed or left so that i can keep track of my progess note this is a ui portion
1
49,927
13,187,295,674
IssuesEvent
2020-08-13 02:57:46
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[StartingTrackVeto] test scripts error (Trac #2326)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2326">https://code.icecube.wisc.edu/ticket/2326</a>, reported by amedina and owned by smancina</em></summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:31:42", "description": "This is running with /co...
1.0
[StartingTrackVeto] test scripts error (Trac #2326) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2326">https://code.icecube.wisc.edu/ticket/2326</a>, reported by amedina and owned by smancina</em></summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12...
non_priority
test scripts error trac migrated from json status closed changetime description this is running with combo trunk nthe test data used was both version and also updated trunk test data nthe error when running startingtrackveto test nugen py is the ...
0
591,171
17,796,360,138
IssuesEvent
2021-08-31 22:59:29
tree-sitter/tree-sitter-javascript
https://api.github.com/repos/tree-sitter/tree-sitter-javascript
closed
Incorrect parse error on object destructuring
bug priority:medium
The following piece of code is valid but it is parsed incorrectly: ```javascript "use strict"; const get = (x: any) => ({ foo: { a: `${x}: aaa` }, bar: { b: `${x}: bbb` } }); const input = 'input'; const { foo: { a } = {}, bar: { b } = {}, } = get(`${input}/api/test`); console.log(`${a}, ${b}`); ``` Here's ...
1.0
Incorrect parse error on object destructuring - The following piece of code is valid but it is parsed incorrectly: ```javascript "use strict"; const get = (x: any) => ({ foo: { a: `${x}: aaa` }, bar: { b: `${x}: bbb` } }); const input = 'input'; const { foo: { a } = {}, bar: { b } = {}, } = get(`${input}/api/tes...
priority
incorrect parse error on object destructuring the following piece of code is valid but it is parsed incorrectly javascript use strict const get x any foo a x aaa bar b x bbb const input input const foo a bar b get input api tes...
1
19,705
3,485,040,158
IssuesEvent
2015-12-31 00:35:14
Azure/azure-mobile-apps
https://api.github.com/repos/Azure/azure-mobile-apps
opened
Relationship Support
Design Notes
Support for relationships is one of the most commonly requested features for Azure Mobile Apps. This issue needs to be developed into a full feature writeup, but for now it is a placeholder that we can link other relationships related issues to.
1.0
Relationship Support - Support for relationships is one of the most commonly requested features for Azure Mobile Apps. This issue needs to be developed into a full feature writeup, but for now it is a placeholder that we can link other relationships related issues to.
non_priority
relationship support support for relationships is one of the most commonly requested features for azure mobile apps this issue needs to be developed into a full feature writeup but for now it is a placeholder that we can link other relationships related issues to
0
635,734
20,507,588,304
IssuesEvent
2022-03-01 00:36:34
meanmedianmoge/zoia_lib
https://api.github.com/repos/meanmedianmoge/zoia_lib
closed
Visualizer expansion window
enhancement UI high priority
It would be nice if, instead of having to resize everything to make the visualizer more accessible, you could perhaps double-click on the bar with the patch name and page above the visualizer and produce an expansion window for the visualizer. **Describe alternatives you've considered** Instead of an expansion ...
1.0
Visualizer expansion window - It would be nice if, instead of having to resize everything to make the visualizer more accessible, you could perhaps double-click on the bar with the patch name and page above the visualizer and produce an expansion window for the visualizer. **Describe alternatives you've consider...
priority
visualizer expansion window it would be nice if instead of having to resize everything to make the visualizer more accessible you could perhaps double click on the bar with the patch name and page above the visualizer and produce an expansion window for the visualizer describe alternatives you ve consider...
1
183,662
21,776,577,248
IssuesEvent
2022-05-13 14:20:49
TIBCOSoftware/TCSTK-custom-form-app-plugin
https://api.github.com/repos/TIBCOSoftware/TCSTK-custom-form-app-plugin
opened
CVE-2022-1650 (High) detected in eventsource-1.1.0.tgz
security vulnerability
## CVE-2022-1650 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eventsource-1.1.0.tgz</b></p></summary> <p>W3C compliant EventSource client for Node.js and browser (polyfill)</p> <p>L...
True
CVE-2022-1650 (High) detected in eventsource-1.1.0.tgz - ## CVE-2022-1650 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eventsource-1.1.0.tgz</b></p></summary> <p>W3C compliant Event...
non_priority
cve high detected in eventsource tgz cve high severity vulnerability vulnerable library eventsource tgz compliant eventsource client for node js and browser polyfill library home page a href dependency hierarchy webpack dev server tgz root library ...
0
231,016
7,622,608,604
IssuesEvent
2018-05-03 12:46:59
OpenWebslides/openwebslides-frontend
https://api.github.com/repos/OpenWebslides/openwebslides-frontend
closed
Readd Flow reducer action type check
bug medium priority
Readd this piece of code back to reducers: ``` default: // Type error when not all action.type cases are handled. // eslint-disable-next-line no-unused-expressions (action: empty); ```
1.0
Readd Flow reducer action type check - Readd this piece of code back to reducers: ``` default: // Type error when not all action.type cases are handled. // eslint-disable-next-line no-unused-expressions (action: empty); ```
priority
readd flow reducer action type check readd this piece of code back to reducers default type error when not all action type cases are handled eslint disable next line no unused expressions action empty
1
253,874
21,711,175,678
IssuesEvent
2022-05-10 14:00:00
Azordev/various-tasks
https://api.github.com/repos/Azordev/various-tasks
closed
Component Unit Test #3
EE-1 Under Review Test
## Explanation In SP we need to create unit tests for some components, in this task you will see collected 5 components that do not have unit tests and need to be added, each component must meet the following tests: - Snapshot - Is render correctly - Functionality tests if apply - Negative tests if apply Th...
1.0
Component Unit Test #3 - ## Explanation In SP we need to create unit tests for some components, in this task you will see collected 5 components that do not have unit tests and need to be added, each component must meet the following tests: - Snapshot - Is render correctly - Functionality tests if apply - Nega...
non_priority
component unit test explanation in sp we need to create unit tests for some components in this task you will see collected components that do not have unit tests and need to be added each component must meet the following tests snapshot is render correctly functionality tests if apply nega...
0
11,197
13,957,702,554
IssuesEvent
2020-10-24 08:13:38
alexanderkotsev/geoportal
https://api.github.com/repos/alexanderkotsev/geoportal
opened
MT - MITA: Harvest
Geoportal Harvesting process MT - Malta
Good Morning Angelo, Kindly can you perform a harvest on the Maltese CSW please as we did some changes and would like to see the result. Thanks, Rene
1.0
MT - MITA: Harvest - Good Morning Angelo, Kindly can you perform a harvest on the Maltese CSW please as we did some changes and would like to see the result. Thanks, Rene
non_priority
mt mita harvest good morning angelo kindly can you perform a harvest on the maltese csw please as we did some changes and would like to see the result thanks rene
0
102,645
22,054,816,562
IssuesEvent
2022-05-30 11:56:53
home-assistant/core
https://api.github.com/repos/home-assistant/core
closed
After adding the Plugwise Adam integration, 1 device is shown
integration: plugwise by-code-owner
### The problem ![image](https://user-images.githubusercontent.com/11290930/170530501-0d207b96-e256-4a45-9e48-261b23847248.png) There should be 8 devices, as shown in 2022.5.5 with plugwise(-beta v0.23.2). ### What version of Home Assistant Core has the issue? 2022.6.0b0 ### What was the last working version of ...
1.0
After adding the Plugwise Adam integration, 1 device is shown - ### The problem ![image](https://user-images.githubusercontent.com/11290930/170530501-0d207b96-e256-4a45-9e48-261b23847248.png) There should be 8 devices, as shown in 2022.5.5 with plugwise(-beta v0.23.2). ### What version of Home Assistant Core has t...
non_priority
after adding the plugwise adam integration device is shown the problem there should be devices as shown in with plugwise beta what version of home assistant core has the issue what was the last working version of home assistant core no response what type of...
0
358,144
25,178,866,227
IssuesEvent
2022-11-11 11:47:23
informatics-lab/cssp_china_wp5.6_binder
https://api.github.com/repos/informatics-lab/cssp_china_wp5.6_binder
closed
Documenting further processing
documentation
How is best to document extra processing, for example for MJO we extract a couple of phases that are most relevant and take their PCA to capture the variance, this then goes into the feature extraction. Do we just create a special section of the README? Thoughts?
1.0
Documenting further processing - How is best to document extra processing, for example for MJO we extract a couple of phases that are most relevant and take their PCA to capture the variance, this then goes into the feature extraction. Do we just create a special section of the README? Thoughts?
non_priority
documenting further processing how is best to document extra processing for example for mjo we extract a couple of phases that are most relevant and take their pca to capture the variance this then goes into the feature extraction do we just create a special section of the readme thoughts
0
3,842
3,587,971,771
IssuesEvent
2016-01-30 18:09:46
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Undo/Redo per scene
feature proposal topic:editor usability
Undo and redo would be much more useful if they worked per scene rather than globally. Currently, switching scenes is itself an undo action, which is rarely helpful, especially when working on multiple scenes at once.
True
Undo/Redo per scene - Undo and redo would be much more useful if they worked per scene rather than globally. Currently, switching scenes is itself an undo action, which is rarely helpful, especially when working on multiple scenes at once.
non_priority
undo redo per scene undo and redo would be much more useful if they worked per scene rather than globally currently switching scenes is itself an undo action which is rarely helpful especially when working on multiple scenes at once
0
41,147
2,868,980,193
IssuesEvent
2015-06-05 22:20:58
dart-lang/pub
https://api.github.com/repos/dart-lang/pub
closed
Add an "active" subcommand to "pub global"
enhancement Fixed Priority-Medium
<a href="https://github.com/Sfshaza"><img src="https://avatars.githubusercontent.com/u/6293442?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Sfshaza](https://github.com/Sfshaza)** _Originally opened as dart-lang/sdk#19962_ ---- Once I've activated a package or two, I can't remember the ex...
1.0
Add an "active" subcommand to "pub global" - <a href="https://github.com/Sfshaza"><img src="https://avatars.githubusercontent.com/u/6293442?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [Sfshaza](https://github.com/Sfshaza)** _Originally opened as dart-lang/sdk#19962_ ---- Once I've activa...
priority
add an active subcommand to pub global issue by originally opened as dart lang sdk once i ve activated a package or two i can t remember the exact names of the packages please add a quot pub global active quot subcommand
1
253
2,571,855,717
IssuesEvent
2015-02-10 18:57:52
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
Possible test perf improvement using null stream for pdb sink
1 - Planning Area-Compilers Enhancement Performance
Should this test code ```cs c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected); ``` use `Stream.Null` instead of a memory stream for performance?
True
Possible test perf improvement using null stream for pdb sink - Should this test code ```cs c.Emit(new MemoryStream(), pdbStream: new MemoryStream()).Diagnostics.Verify(expected); ``` use `Stream.Null` instead of a memory stream for performance?
non_priority
possible test perf improvement using null stream for pdb sink should this test code cs c emit new memorystream pdbstream new memorystream diagnostics verify expected use stream null instead of a memory stream for performance
0
103,145
8,881,060,425
IssuesEvent
2019-01-14 08:58:24
Microsoft/azure-pipelines-tasks
https://api.github.com/repos/Microsoft/azure-pipelines-tasks
closed
vstest output path changed recently
Area: Test enhancement
## Environment - Server - VSTS or TFS on-premises? - If using TFS on-premises, provide the version: - If using VSTS, provide the account name, team project name, build definition name/build number: 2tolead, <team project name contains customer name, can provide privately>, build definition id 32...
1.0
vstest output path changed recently - ## Environment - Server - VSTS or TFS on-premises? - If using TFS on-premises, provide the version: - If using VSTS, provide the account name, team project name, build definition name/build number: 2tolead, <team project name contains customer name, can prov...
non_priority
vstest output path changed recently environment server vsts or tfs on premises if using tfs on premises provide the version if using vsts provide the account name team project name build definition name build number build definition id build id working non wo...
0
257,303
19,512,129,453
IssuesEvent
2021-12-29 01:16:42
sailfishos-patches/patchmanager
https://api.github.com/repos/sailfishos-patches/patchmanager
closed
Fix disabling of mangling?
bug documentation
While reviewing the shell script `pm_apply`, specifically the new functionality of mangling library paths, I wondered how the disabling of the whole mangling is supposed to work. a. In [line 27](https://github.com/sailfishos-patches/patchmanager/blob/master/src/tools/pm_apply#L27) the variable `DISABLE_MANGLING` is ...
1.0
Fix disabling of mangling? - While reviewing the shell script `pm_apply`, specifically the new functionality of mangling library paths, I wondered how the disabling of the whole mangling is supposed to work. a. In [line 27](https://github.com/sailfishos-patches/patchmanager/blob/master/src/tools/pm_apply#L27) the va...
non_priority
fix disabling of mangling while reviewing the shell script pm apply specifically the new functionality of mangling library paths i wondered how the disabling of the whole mangling is supposed to work a in the variable disable mangling is evaluated for being zero length but never set at any place i a...
0
108,613
4,348,571,483
IssuesEvent
2016-07-30 01:27:58
octobercms/october
https://api.github.com/repos/octobercms/october
closed
october cms bug
Priority: High Status: Completed Type: Bug
**Bug:** `Call to a member function getPreviewImageUrl() on null in /home/evgeny/www/october/modules/cms/reportwidgets/activetheme/partials/_widget.htm:6` **october cms version**: dev-develop 40324c0 this bug may occur if remove the plugin october demo
1.0
october cms bug - **Bug:** `Call to a member function getPreviewImageUrl() on null in /home/evgeny/www/october/modules/cms/reportwidgets/activetheme/partials/_widget.htm:6` **october cms version**: dev-develop 40324c0 this bug may occur if remove the plugin october demo
priority
october cms bug bug call to a member function getpreviewimageurl on null in home evgeny www october modules cms reportwidgets activetheme partials widget htm october cms version dev develop this bug may occur if remove the plugin october demo
1
413,462
12,067,839,427
IssuesEvent
2020-04-16 13:58:32
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
BuddyBoss Option is duplicated when network activated on multisite
bug priority: medium
**Describe the bug** On a multisite setup, BuddyBoss options is duplicated when you network activate it **To Reproduce** Steps to reproduce the behavior: 1. Setup Multisite website 2. Install BuddyBoss Platform and network activate 3. See error on dashboard, duplicated BuddyBoss option **Expected behavior** ...
1.0
BuddyBoss Option is duplicated when network activated on multisite - **Describe the bug** On a multisite setup, BuddyBoss options is duplicated when you network activate it **To Reproduce** Steps to reproduce the behavior: 1. Setup Multisite website 2. Install BuddyBoss Platform and network activate 3. See erro...
priority
buddyboss option is duplicated when network activated on multisite describe the bug on a multisite setup buddyboss options is duplicated when you network activate it to reproduce steps to reproduce the behavior setup multisite website install buddyboss platform and network activate see erro...
1
22,044
2,644,676,100
IssuesEvent
2015-03-12 18:11:07
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
Kubelet to understand pods, and to be able to pull from apiserver
api/kubelet component/kubelet priority/P1 team/node
Several inter-related goals: 1. Kubelet continues to be usable in isolation, as well as in a Kubernetes cluster. *(composability)* 1. Config defined in terms of Pods should work both with an apiserver, and directly with Kubelets *(bootstraping, debugging, composability)* 1. Kubelet's can only see pods that they n...
1.0
Kubelet to understand pods, and to be able to pull from apiserver - Several inter-related goals: 1. Kubelet continues to be usable in isolation, as well as in a Kubernetes cluster. *(composability)* 1. Config defined in terms of Pods should work both with an apiserver, and directly with Kubelets *(bootstraping, deb...
priority
kubelet to understand pods and to be able to pull from apiserver several inter related goals kubelet continues to be usable in isolation as well as in a kubernetes cluster composability config defined in terms of pods should work both with an apiserver and directly with kubelets bootstraping deb...
1
192,200
15,341,182,291
IssuesEvent
2021-02-27 10:46:33
Sanketwable/Follow_Everyone_On_GITHUB
https://api.github.com/repos/Sanketwable/Follow_Everyone_On_GITHUB
opened
Update Readme on How the user should generate his/her token
documentation good first issue
- Update the readme on how to obtain the token from settings. - Also mention where to change the token in code. - Also can attach screenshot to generate the token in readme.
1.0
Update Readme on How the user should generate his/her token - - Update the readme on how to obtain the token from settings. - Also mention where to change the token in code. - Also can attach screenshot to generate the token in readme.
non_priority
update readme on how the user should generate his her token update the readme on how to obtain the token from settings also mention where to change the token in code also can attach screenshot to generate the token in readme
0
236,839
7,753,056,043
IssuesEvent
2018-05-30 22:33:54
Gloirin/m2gTest
https://api.github.com/repos/Gloirin/m2gTest
closed
0004302: fix warning in wbxml decoder
Other bug high priority
**Reported by pschuele on 13 May 2011 10:53** **Version:** Maischa (2011-05) Beta 1 fix warning in wbxml decoder: Tinebase_Core::errorHandler::356 Declaration of Wbxml_Decoder::getDPI() should be compatible with that of Wbxml_Abstract::getDPI() in ../library/Wbxml/Decoder.php::21 (2048)
1.0
0004302: fix warning in wbxml decoder - **Reported by pschuele on 13 May 2011 10:53** **Version:** Maischa (2011-05) Beta 1 fix warning in wbxml decoder: Tinebase_Core::errorHandler::356 Declaration of Wbxml_Decoder::getDPI() should be compatible with that of Wbxml_Abstract::getDPI() in ../library/Wbxml/Decoder.ph...
priority
fix warning in wbxml decoder reported by pschuele on may version maischa beta fix warning in wbxml decoder tinebase core errorhandler declaration of wbxml decoder getdpi should be compatible with that of wbxml abstract getdpi in library wbxml decoder php
1
123,289
16,473,380,518
IssuesEvent
2021-05-23 21:23:27
Saikai-oyo/Saikai
https://api.github.com/repos/Saikai-oyo/Saikai
reopened
Feature - Responsive Login page
design enhancement priority 1
# Responsive Login When the UX/UI team will send us the responsive page, we will add it here.
1.0
Feature - Responsive Login page - # Responsive Login When the UX/UI team will send us the responsive page, we will add it here.
non_priority
feature responsive login page responsive login when the ux ui team will send us the responsive page we will add it here
0
28,771
8,209,829,239
IssuesEvent
2018-09-04 08:51:48
vuejs/vue-cli
https://api.github.com/repos/vuejs/vue-cli
closed
vue-cli will remain in the building state without displaying the compilation results when you have more than 5 page entries(in my computer)
bug feat: cli-service build
### Version 3.0.0-rc.10 ### Node and OS info Node 8.9.4 / yarn 1.7.0 / Windows 10 ### Steps to reproduce If you have more than 5 page entries, vue-cli will remain in the building state without displaying the compilation results. Such as this in your `vue.config.js`: ```js module.exports = { pages: { ...
1.0
vue-cli will remain in the building state without displaying the compilation results when you have more than 5 page entries(in my computer) - ### Version 3.0.0-rc.10 ### Node and OS info Node 8.9.4 / yarn 1.7.0 / Windows 10 ### Steps to reproduce If you have more than 5 page entries, vue-cli will remain in th...
non_priority
vue cli will remain in the building state without displaying the compilation results when you have more than page entries in my computer version rc node and os info node yarn windows steps to reproduce if you have more than page entries vue cli will remain in the ...
0
703,263
24,150,780,185
IssuesEvent
2022-09-22 00:19:51
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
opened
[AQ40] Vekniss Borers (15622) are too large.
Confirmed 60 Instance - Raid - Vanilla Priority-Trivial
### Current Behaviour When a Vekniss Warrior dies, it spawns 15 Vekniss Borers, but they are spawned too large. ### Expected Blizzlike Behaviour They should be smaller ### Source Still trying to find an accurate number. Sniffs show a Scale: 1, but that can't be right, so I think it's tied to the spell. ### Steps ...
1.0
[AQ40] Vekniss Borers (15622) are too large. - ### Current Behaviour When a Vekniss Warrior dies, it spawns 15 Vekniss Borers, but they are spawned too large. ### Expected Blizzlike Behaviour They should be smaller ### Source Still trying to find an accurate number. Sniffs show a Scale: 1, but that can't be right,...
priority
vekniss borers are too large current behaviour when a vekniss warrior dies it spawns vekniss borers but they are spawned too large expected blizzlike behaviour they should be smaller source still trying to find an accurate number sniffs show a scale but that can t be right so i thin...
1
167,854
6,347,725,885
IssuesEvent
2017-07-28 08:00:00
BinPar/PRM
https://api.github.com/repos/BinPar/PRM
closed
Creación contacto post asignación a un user de Código Postal
Priority: Medium Venta Directa
@MACEMP Ángeles, tenemos una duda de un hipotético caso que pudiera surgir: Si estoy dando de alta un contacto con CP asignado a otro user, ¿qué ocurriría?. Hemos pensado 2 opciones: 1) Mensaje no puedes trabajar esta zona (no se guarda). 2) Se guarda y mostramos mensaje "contacto ha ido para user responsa...
1.0
Creación contacto post asignación a un user de Código Postal - @MACEMP Ángeles, tenemos una duda de un hipotético caso que pudiera surgir: Si estoy dando de alta un contacto con CP asignado a otro user, ¿qué ocurriría?. Hemos pensado 2 opciones: 1) Mensaje no puedes trabajar esta zona (no se guarda). 2) Se...
priority
creación contacto post asignación a un user de código postal macemp ángeles tenemos una duda de un hipotético caso que pudiera surgir si estoy dando de alta un contacto con cp asignado a otro user ¿qué ocurriría hemos pensado opciones mensaje no puedes trabajar esta zona no se guarda se...
1
551,665
16,177,771,998
IssuesEvent
2021-05-03 09:45:09
sopra-fs21-group-4/client
https://api.github.com/repos/sopra-fs21-group-4/client
closed
Lobby link
high priority removed task
The game master can see a link to his lobby which he can copy Time estimate: 4h User Story: #2
1.0
Lobby link - The game master can see a link to his lobby which he can copy Time estimate: 4h User Story: #2
priority
lobby link the game master can see a link to his lobby which he can copy time estimate user story
1
187,430
6,757,291,375
IssuesEvent
2017-10-24 10:14:21
Daniel-Mietchen/ideas
https://api.github.com/repos/Daniel-Mietchen/ideas
opened
Look for PLOS CB papers with associated data or workflows
High-priority literature reproducibility
e.g. papers with Jupyter notebooks or Excel sheets
1.0
Look for PLOS CB papers with associated data or workflows - e.g. papers with Jupyter notebooks or Excel sheets
priority
look for plos cb papers with associated data or workflows e g papers with jupyter notebooks or excel sheets
1
377,330
11,167,679,203
IssuesEvent
2019-12-27 18:11:40
ampproject/amphtml
https://api.github.com/repos/ampproject/amphtml
closed
The value passed to VARIANT() is not a valid experiment name
Component: amp-experiment P1: High Priority Type: Bug WG: analytics
## What's the issue? When I load my page I see the following error: ``` The value passed to VARIANT() is not a valid experiment name:some-name ``` I did not receive this error with previous experiments that had hyphens in names. It seems like a breaking change, no? ## How do we reproduce the issue? 1. ...
1.0
The value passed to VARIANT() is not a valid experiment name - ## What's the issue? When I load my page I see the following error: ``` The value passed to VARIANT() is not a valid experiment name:some-name ``` I did not receive this error with previous experiments that had hyphens in names. It seems like a b...
priority
the value passed to variant is not a valid experiment name what s the issue when i load my page i see the following error the value passed to variant is not a valid experiment name some name i did not receive this error with previous experiments that had hyphens in names it seems like a b...
1
635,644
20,424,012,875
IssuesEvent
2022-02-24 00:31:42
woocommerce/woocommerce-admin
https://api.github.com/repos/woocommerce/woocommerce-admin
closed
[3.2.0] All payments/gateways using SV framework fail, "Cannot access protected property" $customer_id
type: bug priority: critical
### Describe the bug Since version 3.2.0 was released, any payment gateway that uses SV's framework is failing to process any payments due to the following error: ``` 2022-02-23T16:38:21+00:00 CRITICAL Uncaught Error: Cannot access protected property Automattic\WooCommerce\Admin\Overrides\Order::$customer_id in ...
1.0
[3.2.0] All payments/gateways using SV framework fail, "Cannot access protected property" $customer_id - ### Describe the bug Since version 3.2.0 was released, any payment gateway that uses SV's framework is failing to process any payments due to the following error: ``` 2022-02-23T16:38:21+00:00 CRITICAL Uncaug...
priority
all payments gateways using sv framework fail cannot access protected property customer id describe the bug since version was released any payment gateway that uses sv s framework is failing to process any payments due to the following error critical uncaught error cannot a...
1
163,969
20,364,301,653
IssuesEvent
2022-02-21 02:31:06
Theatreers/Theatreers
https://api.github.com/repos/Theatreers/Theatreers
opened
CVE-2020-28469 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.0.tgz
security vulnerability
## CVE-2020-28469 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.0.tgz</b></p></summary> <p> <details><summary><b>glob-parent-3.1.0.tgz...
True
CVE-2020-28469 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.0.tgz - ## CVE-2020-28469 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-p...
non_priority
cve high detected in glob parent tgz glob parent tgz cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz strips glob magic from a string to provide the parent directory path library home page a h...
0
407,448
27,615,796,524
IssuesEvent
2023-03-09 19:14:59
SandraScherer/EntertainmentInfothek
https://api.github.com/repos/SandraScherer/EntertainmentInfothek
closed
Add film length information to series
documentation enhancement question database program
Is this really a series related information or should this be moved to episode? - [x] Add table Series_FilmLength to database - [x] Add/adapt Series class in EntertainmentDB.dll - [x] Add tests to EntertainmentDB.Tests - [x] Add/adapt ContentCreator classes in WikiPageCreator - [x] Add tests to WikiPageCreator.T...
1.0
Add film length information to series - Is this really a series related information or should this be moved to episode? - [x] Add table Series_FilmLength to database - [x] Add/adapt Series class in EntertainmentDB.dll - [x] Add tests to EntertainmentDB.Tests - [x] Add/adapt ContentCreator classes in WikiPageCreat...
non_priority
add film length information to series is this really a series related information or should this be moved to episode add table series filmlength to database add adapt series class in entertainmentdb dll add tests to entertainmentdb tests add adapt contentcreator classes in wikipagecreator ...
0
505,280
14,631,032,444
IssuesEvent
2020-12-23 18:59:29
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
opened
Nickname can be 3 characters long but the documentation says minimum 4 characters
bug priority: medium
**Describe the bug** This is not really a bug but there is a inconsistency between the code and the comment associated with the code. In the function **bp_xprofile_validate_nickname_value** (line **766** of the file **bp-xprofile-filters.php**), there's the following code : ``` // Minimum of 4 characters. if ...
1.0
Nickname can be 3 characters long but the documentation says minimum 4 characters - **Describe the bug** This is not really a bug but there is a inconsistency between the code and the comment associated with the code. In the function **bp_xprofile_validate_nickname_value** (line **766** of the file **bp-xprofile-fi...
priority
nickname can be characters long but the documentation says minimum characters describe the bug this is not really a bug but there is a inconsistency between the code and the comment associated with the code in the function bp xprofile validate nickname value line of the file bp xprofile filt...
1
179,968
6,641,616,029
IssuesEvent
2017-09-27 02:20:46
architecture-building-systems/CityEnergyAnalyst
https://api.github.com/repos/architecture-building-systems/CityEnergyAnalyst
closed
Test the implementation of NN in Keras
Priority 1
Test the obtained accuracy on a larger sample (~1000) of buildings with various geometries, occupancy profiles, internal gains, construction materials, HVAC systems, etc...
1.0
Test the implementation of NN in Keras - Test the obtained accuracy on a larger sample (~1000) of buildings with various geometries, occupancy profiles, internal gains, construction materials, HVAC systems, etc...
priority
test the implementation of nn in keras test the obtained accuracy on a larger sample of buildings with various geometries occupancy profiles internal gains construction materials hvac systems etc
1
114,547
4,635,856,561
IssuesEvent
2016-09-29 08:47:46
BinPar/eBooks
https://api.github.com/repos/BinPar/eBooks
opened
1052016 16-09-27 Reporte Universidad Valle de México
DRM Eureka México Priority: Critical
Institución: Universidad del Valle de México http://gestor.medicapanamericana.com/tables/license.aspx?id=884 descripción: Con ayuda del documento adjunto podéis realizar un entrada al sistema de la Universidad del Valle de México y ver desde donde nos solicitan acceso. Según Fausto la URL es http://sfxna11.hosted.exl...
1.0
1052016 16-09-27 Reporte Universidad Valle de México - Institución: Universidad del Valle de México http://gestor.medicapanamericana.com/tables/license.aspx?id=884 descripción: Con ayuda del documento adjunto podéis realizar un entrada al sistema de la Universidad del Valle de México y ver desde donde nos solicitan a...
priority
reporte universidad valle de méxico institución universidad del valle de méxico descripción con ayuda del documento adjunto podéis realizar un entrada al sistema de la universidad del valle de méxico y ver desde donde nos solicitan acceso según fausto la url es es la misma url parcial que metió silvi...
1
702,223
24,120,751,354
IssuesEvent
2022-09-20 18:28:42
googleapis/nodejs-vision
https://api.github.com/repos/googleapis/nodejs-vision
closed
quickstart: should detect labels in a remote file failed
type: bug priority: p1 api: vision flakybot: issue
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: ed5c7a0ef5443c435759e65d817f3919eb9d004d b...
1.0
quickstart: should detect labels in a remote file failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commentin...
priority
quickstart should detect labels in a remote file failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output command failed node quickstart js un...
1
129,715
5,102,056,315
IssuesEvent
2017-01-04 17:08:48
TauCetiStation/TauCetiClassic
https://api.github.com/repos/TauCetiStation/TauCetiClassic
closed
Кляп не работает на мага
bug could not reproduce priority: medium
<!-- 1. ОТВЕТЫ ОСТАВЛЯТЬ ПОД СООТВЕТСТВУЮЩИЕ ЗАГОЛОВКИ (они в самом низу, после всех правил) 2. В ОДНОМ РЕПОРТЕ ДОЛЖНО БЫТЬ ОПИСАНИЕ ТОЛЬКО ОДНОЙ ПРОБЛЕМЫ 3. КОРРЕКТНОЕ НАЗВАНИЕ РЕПОРТА НЕ МЕНЕЕ ВАЖНО ЧЕМ ОПИСАНИЕ -. Ниже описание каждого пункта. 1. Весь данный текст что уже написан до вас - НЕ УДАЛЯТЬ И НЕ РЕДАКТИРО...
1.0
Кляп не работает на мага - <!-- 1. ОТВЕТЫ ОСТАВЛЯТЬ ПОД СООТВЕТСТВУЮЩИЕ ЗАГОЛОВКИ (они в самом низу, после всех правил) 2. В ОДНОМ РЕПОРТЕ ДОЛЖНО БЫТЬ ОПИСАНИЕ ТОЛЬКО ОДНОЙ ПРОБЛЕМЫ 3. КОРРЕКТНОЕ НАЗВАНИЕ РЕПОРТА НЕ МЕНЕЕ ВАЖНО ЧЕМ ОПИСАНИЕ -. Ниже описание каждого пункта. 1. Весь данный текст что уже написан до вас ...
priority
кляп не работает на мага ответы оставлять под соответствующие заголовки они в самом низу после всех правил в одном репорте должно быть описание только одной проблемы корректное название репорта не менее важно чем описание ниже описание каждого пункта весь данный текст что уже написан до вас ...
1
14,648
8,656,285,646
IssuesEvent
2018-11-27 18:00:37
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
sql: use CountKeys request to optimize COUNT(*) statements
A-sql-execution C-performance
This is a tracking issue for the work to be done on hooking the CountKeys request type (see https://github.com/cockroachdb/cockroach/issues/32403) up to `COUNT(*)` statements. @danhhz already had some interesting edge cases related to schema changes that we'll have to be careful about: > realized after the demo of...
True
sql: use CountKeys request to optimize COUNT(*) statements - This is a tracking issue for the work to be done on hooking the CountKeys request type (see https://github.com/cockroachdb/cockroach/issues/32403) up to `COUNT(*)` statements. @danhhz already had some interesting edge cases related to schema changes that w...
non_priority
sql use countkeys request to optimize count statements this is a tracking issue for the work to be done on hooking the countkeys request type see up to count statements danhhz already had some interesting edge cases related to schema changes that we ll have to be careful about realized after the...
0
80,699
23,284,503,736
IssuesEvent
2022-08-05 15:07:38
golang/go
https://api.github.com/repos/golang/go
closed
x/build: various timeouts on dragonfly-amd64 builder
OS-Dragonfly Builders NeedsInvestigation
``` --- FAIL: TestScript (0.02s) --- FAIL: TestScript/mod_all (8.94s) [...] rflags 0x202 cs 0x2b fs 0x23 gs 0x23 [context deadline exceeded] FAIL: testdata/script/list_test_err.txt:9: test timed out while running command ...
1.0
x/build: various timeouts on dragonfly-amd64 builder - ``` --- FAIL: TestScript (0.02s) --- FAIL: TestScript/mod_all (8.94s) [...] rflags 0x202 cs 0x2b fs 0x23 gs 0x23 [context deadline exceeded] FAIL: testdata/script/list_...
non_priority
x build various timeouts on dragonfly builder fail testscript fail testscript mod all rflags cs fs gs fail testdata script list test err txt test timed out while running comman...
0
172,797
6,516,315,421
IssuesEvent
2017-08-27 06:55:12
python/mypy
https://api.github.com/repos/python/mypy
closed
Type alias problems with typeshed's `bytes`
crash priority-2-low
Running mypy on typeshed's stdlib/2/builtins.pyi violates the assertion in semanal.py:931 - `sym.node` is a Var instead of a TypeInfo for `builtins.bytes`. This is related to the statement `bytes = str` and type promotion of `str` to `bytes`. ``` ... File ".../mypy/mypy/build.py", line 1425, in semantic_analy...
1.0
Type alias problems with typeshed's `bytes` - Running mypy on typeshed's stdlib/2/builtins.pyi violates the assertion in semanal.py:931 - `sym.node` is a Var instead of a TypeInfo for `builtins.bytes`. This is related to the statement `bytes = str` and type promotion of `str` to `bytes`. ``` ... File ".../myp...
priority
type alias problems with typeshed s bytes running mypy on typeshed s stdlib builtins pyi violates the assertion in semanal py sym node is a var instead of a typeinfo for builtins bytes this is related to the statement bytes str and type promotion of str to bytes file mypy ...
1
92,997
11,730,415,872
IssuesEvent
2020-03-10 21:19:55
ibm-openbmc/dev
https://api.github.com/repos/ibm-openbmc/dev
closed
GUI : Design : Accommodate multiple logo sizes
GUI Milestone Tgt UI Design prio_low
## Overview Community members have expressed concern with the height of the header. The small height of the header will not accommodate company logos above 100px in height (roughly). We need to consider this and determine how to support logos of varying sizes (including width). There are various possibilities, but we ...
1.0
GUI : Design : Accommodate multiple logo sizes - ## Overview Community members have expressed concern with the height of the header. The small height of the header will not accommodate company logos above 100px in height (roughly). We need to consider this and determine how to support logos of varying sizes (including...
non_priority
gui design accommodate multiple logo sizes overview community members have expressed concern with the height of the header the small height of the header will not accommodate company logos above in height roughly we need to consider this and determine how to support logos of varying sizes including wid...
0
42,503
11,095,066,706
IssuesEvent
2019-12-16 08:12:55
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Clients of HPX 1.4.0-rc2 with APEX ar not linked to libhpx-apex
category: APEX type: defect
## Expected Behavior When using a build of HPX with support for APEX I expect it to be possible to generate a trace without having to instrument my code. ``` # Expected: a trace is printed APEX_SCREEN_OUTPUT=1 ./fibonacci ``` ## Actual Behavior Without calling an APEX function from my code my program is ...
1.0
Clients of HPX 1.4.0-rc2 with APEX ar not linked to libhpx-apex - ## Expected Behavior When using a build of HPX with support for APEX I expect it to be possible to generate a trace without having to instrument my code. ``` # Expected: a trace is printed APEX_SCREEN_OUTPUT=1 ./fibonacci ``` ## Actual Behavi...
non_priority
clients of hpx with apex ar not linked to libhpx apex expected behavior when using a build of hpx with support for apex i expect it to be possible to generate a trace without having to instrument my code expected a trace is printed apex screen output fibonacci actual behavior...
0
734,451
25,349,726,614
IssuesEvent
2022-11-19 16:19:05
es-ude/elastic-ai.creator
https://api.github.com/repos/es-ude/elastic-ai.creator
closed
Check GitHub Workflow deprecation warnings
major priority gh-workflow
During the runtime of our GitHub workflow, we receive the following [deprecation warnings](https://github.com/es-ude/elastic-ai.creator/actions/runs/3454812472): ![deprecation_warnings](https://user-images.githubusercontent.com/19538187/201516680-8b3384f6-a411-4266-9890-bbb3528c825a.png) I guess we need to fix th...
1.0
Check GitHub Workflow deprecation warnings - During the runtime of our GitHub workflow, we receive the following [deprecation warnings](https://github.com/es-ude/elastic-ai.creator/actions/runs/3454812472): ![deprecation_warnings](https://user-images.githubusercontent.com/19538187/201516680-8b3384f6-a411-4266-9890-b...
priority
check github workflow deprecation warnings during the runtime of our github workflow we receive the following i guess we need to fix them soon to make sure our workflows are working as expected
1
778,181
27,306,159,571
IssuesEvent
2023-02-24 08:25:00
COPRS/rs-issues
https://api.github.com/repos/COPRS/rs-issues
opened
[BUG] Grafana failed because of "database is locked" error
bug infra CCB priority:blocking ops
**Environment:** Repository: Infra Delivery tag: Infra 1.4.0 Platform: OPS **Current Behavior:** Grafana was not running this morning. The status was: ``` safescale  gw-cluster-ops  ~  kubectl get po -n monitoring | grep grafana grafana-deployment-65b58f694f-bkc2s 1/2 Runni...
1.0
[BUG] Grafana failed because of "database is locked" error - **Environment:** Repository: Infra Delivery tag: Infra 1.4.0 Platform: OPS **Current Behavior:** Grafana was not running this morning. The status was: ``` safescale  gw-cluster-ops  ~  kubectl get po -n monitoring | grep grafana grafana-d...
priority
grafana failed because of database is locked error environment repository infra delivery tag infra platform ops current behavior grafana was not running this morning the status was safescale  gw cluster ops   kubectl get po n monitoring grep grafana grafana deplo...
1
775,450
27,234,755,358
IssuesEvent
2023-02-21 15:34:38
ascheid/itsg33-pbmm-issue-gen
https://api.github.com/repos/ascheid/itsg33-pbmm-issue-gen
closed
IR-4 INCIDENT HANDLING
Priority: P3
INCIDENT HANDLING | DYNAMIC RESPONSE CAPABILITY The organization employs [Assignment: organization-defined dynamic response capabilities] to effectively respond to security incidents.
1.0
IR-4 INCIDENT HANDLING - INCIDENT HANDLING | DYNAMIC RESPONSE CAPABILITY The organization employs [Assignment: organization-defined dynamic response capabilities] to effectively respond to security incidents.
priority
ir incident handling incident handling dynamic response capability the organization employs to effectively respond to security incidents
1
373,805
11,048,980,174
IssuesEvent
2019-12-09 22:24:19
carbon-design-system/carbon-for-ibm-website
https://api.github.com/repos/carbon-design-system/carbon-for-ibm-website
closed
Dev assistant for Cupcake website page content fix (Sprint 23)
Airtable Done Sprint Must Have dev priority: high website: cupcake
> As an: Cupcake website content creator > I need to: fix errors and problems with the assistance of an experienced developer > so that I can: present the content with the correct layout and feature set up. #### Additional information - The items we need to work on together will be recorded below. - I will schedule...
1.0
Dev assistant for Cupcake website page content fix (Sprint 23) - > As an: Cupcake website content creator > I need to: fix errors and problems with the assistance of an experienced developer > so that I can: present the content with the correct layout and feature set up. #### Additional information - The items we n...
priority
dev assistant for cupcake website page content fix sprint as an cupcake website content creator i need to fix errors and problems with the assistance of an experienced developer so that i can present the content with the correct layout and feature set up additional information the items we ne...
1
99,832
11,164,026,666
IssuesEvent
2019-12-27 02:30:58
r-prof/proffer
https://api.github.com/repos/r-prof/proffer
closed
Link to general resources for speeding up R code
difficulty: good first issue topic: documentation
## Prework - [x] Read and abide by `proffer`'s [code of conduct](https://github.com/r-prof/proffer/blob/master/CODE_OF_CONDUCT.md). - [x] Search for duplicates among the [existing issues](https://github.com/r-prof/proffer/issues), both open and closed. ## Description Profilers identify problems, but they do n...
1.0
Link to general resources for speeding up R code - ## Prework - [x] Read and abide by `proffer`'s [code of conduct](https://github.com/r-prof/proffer/blob/master/CODE_OF_CONDUCT.md). - [x] Search for duplicates among the [existing issues](https://github.com/r-prof/proffer/issues), both open and closed. ## Descri...
non_priority
link to general resources for speeding up r code prework read and abide by proffer s search for duplicates among the both open and closed description profilers identify problems but they do not provide solutions on that front to replace we can link to books blogs and tutori...
0
221,180
7,374,285,707
IssuesEvent
2018-03-13 19:51:35
EUCweb/BIS-F
https://api.github.com/repos/EUCweb/BIS-F
closed
Citirx AppLayering: Outside ELM Uniservice.exe -L must be run
Priority: Medium Status: In Progress Type: Bug
If you sealing up a layer and from this message it appears that BIS-F believes the layer is not in the ELM but it is and not running the uniservice –L
1.0
Citirx AppLayering: Outside ELM Uniservice.exe -L must be run - If you sealing up a layer and from this message it appears that BIS-F believes the layer is not in the ELM but it is and not running the uniservice –L
priority
citirx applayering outside elm uniservice exe l must be run if you sealing up a layer and from this message it appears that bis f believes the layer is not in the elm but it is and not running the uniservice –l
1
779,961
27,373,722,759
IssuesEvent
2023-02-28 02:59:13
etternagame/etterna
https://api.github.com/repos/etternagame/etterna
closed
MP3 File Extraction Error Occurs with In-game Pack Downloader
Type: Bug Priority: Medium
Created by request. **Describe the bug** The Xoon 3 ranked song pack contains the song Feast for Eternity ([https://etternaonline.com/song/view/5316#38868](url)). An error occurs if you try to extract this song via the in-game pack downloader, and the MP3 for Feast of Eternity won't be retrieved. Feast of Eternity ...
1.0
MP3 File Extraction Error Occurs with In-game Pack Downloader - Created by request. **Describe the bug** The Xoon 3 ranked song pack contains the song Feast for Eternity ([https://etternaonline.com/song/view/5316#38868](url)). An error occurs if you try to extract this song via the in-game pack downloader, and the ...
priority
file extraction error occurs with in game pack downloader created by request describe the bug the xoon ranked song pack contains the song feast for eternity url an error occurs if you try to extract this song via the in game pack downloader and the for feast of eternity won t be retrieved feast...
1
13,774
4,774,018,949
IssuesEvent
2016-10-27 04:04:54
phetsims/make-a-ten
https://api.github.com/repos/phetsims/make-a-ten
closed
MakingTensExploreScreenView "creator" panel layout
dev:code-review
First of all, I would recommend that this panel should be extract from the screen code, and put in its own file, something like MakingTensExplorePanel (or something better that refers to what it does). Second, the code: ```js var shapeCreatorHundredsContainerPos = carouselContainerStartPos.plus( creator...
1.0
MakingTensExploreScreenView "creator" panel layout - First of all, I would recommend that this panel should be extract from the screen code, and put in its own file, something like MakingTensExplorePanel (or something better that refers to what it does). Second, the code: ```js var shapeCreatorHundredsContaine...
non_priority
makingtensexplorescreenview creator panel layout first of all i would recommend that this panel should be extract from the screen code and put in its own file something like makingtensexplorepanel or something better that refers to what it does second the code js var shapecreatorhundredscontaine...
0
358,491
25,193,802,224
IssuesEvent
2022-11-12 08:32:37
redpanda-data/documentation
https://api.github.com/repos/redpanda-data/documentation
opened
Tiered storage. change to reference correct params : retention.local.target.bytes retention.local.target.ms
documentation
### Describe the Issue incorrect params referenced These are not correct: redpanda.local-target.bytes redpanda.local-target.ms Should be : retention.local.target.bytes retention.local.target.ms `rpk topic describe my-s3 SUMMARY ======= NAME my-s3 PARTITIONS 1 REPLICAS 1 CONFIGS ...
1.0
Tiered storage. change to reference correct params : retention.local.target.bytes retention.local.target.ms - ### Describe the Issue incorrect params referenced These are not correct: redpanda.local-target.bytes redpanda.local-target.ms Should be : retention.local.target.bytes retention.local.target.m...
non_priority
tiered storage change to reference correct params retention local target bytes retention local target ms describe the issue incorrect params referenced these are not correct redpanda local target bytes redpanda local target ms should be retention local target bytes retention local target m...
0
284,701
8,749,662,230
IssuesEvent
2018-12-13 16:56:55
mytlogos/enterprise-lister
https://api.github.com/repos/mytlogos/enterprise-lister
opened
Add TLS Support
enhancement medium priority
The Server should only be reachable over a secure connection, be it https or wss. - [ ] How does one implement https Support? - [ ] How does one implement wss Support? As long as the server is not online, this is not highly important.
1.0
Add TLS Support - The Server should only be reachable over a secure connection, be it https or wss. - [ ] How does one implement https Support? - [ ] How does one implement wss Support? As long as the server is not online, this is not highly important.
priority
add tls support the server should only be reachable over a secure connection be it https or wss how does one implement https support how does one implement wss support as long as the server is not online this is not highly important
1
192,202
22,215,915,029
IssuesEvent
2022-06-08 01:36:40
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
reopened
CVE-2021-20177 (Medium) detected in randomv3.0.66, linuxv3.0
security vulnerability
## CVE-2021-20177 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>randomv3.0.66</b>, <b>linuxv3.0</b></p></summary> <p> </p> </details> <p></p> <details><summary><img src='https:/...
True
CVE-2021-20177 (Medium) detected in randomv3.0.66, linuxv3.0 - ## CVE-2021-20177 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>randomv3.0.66</b>, <b>linuxv3.0</b></p></summary> <p...
non_priority
cve medium detected in cve medium severity vulnerability vulnerable libraries vulnerability details a flaw was found in the linux kernel s implementation of string matching within a packet a privileged user with root or cap net admin when inse...
0
401,384
11,789,557,751
IssuesEvent
2020-03-17 17:21:38
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
closed
Add link to review page on django add-on admin page
component: admin tools priority: p3 triaged
Admins quite often need to go to the review page from a django admin add-on page they reached using a certain use case we have. Could we please add a link to the review page (listed is fine for now) to `admin/models/addons/addon/<ID/change`?
1.0
Add link to review page on django add-on admin page - Admins quite often need to go to the review page from a django admin add-on page they reached using a certain use case we have. Could we please add a link to the review page (listed is fine for now) to `admin/models/addons/addon/<ID/change`?
priority
add link to review page on django add on admin page admins quite often need to go to the review page from a django admin add on page they reached using a certain use case we have could we please add a link to the review page listed is fine for now to admin models addons addon id change
1
497,526
14,379,369,814
IssuesEvent
2020-12-02 00:12:26
aims-group/metagrid
https://api.github.com/repos/aims-group/metagrid
closed
Add filename variable filtering
Platform: React Priority: High Type: Feature Parity
In reviewing the search features, just want to get down several in CoG so we will be on parity Filename variable filter, hidden in CoG under `More Search Options`. This basically just adds `query=` param used for free-text search but for a specific dataset's files. (e.g. `query=solar`). The results apply for `...
1.0
Add filename variable filtering - In reviewing the search features, just want to get down several in CoG so we will be on parity Filename variable filter, hidden in CoG under `More Search Options`. This basically just adds `query=` param used for free-text search but for a specific dataset's files. (e.g. `query=...
priority
add filename variable filtering in reviewing the search features just want to get down several in cog so we will be on parity filename variable filter hidden in cog under more search options this basically just adds query param used for free text search but for a specific dataset s files e g query ...
1
801,871
28,505,643,403
IssuesEvent
2023-04-18 21:08:57
Bram-Hub/LEGUP
https://api.github.com/repos/Bram-Hub/LEGUP
closed
Puzzle Cell classes extend from GridCell as an integer
enhancement good first issue priority
All puzzles currently have their cell class extend from `GridCell` as `Integer` types, yet they have their own respective types/enums. It may be a good idea down the line to change each cell class to use their own respective classes instead, which also means changing `GridCell` and `PuzzleElement` to work with `enums`....
1.0
Puzzle Cell classes extend from GridCell as an integer - All puzzles currently have their cell class extend from `GridCell` as `Integer` types, yet they have their own respective types/enums. It may be a good idea down the line to change each cell class to use their own respective classes instead, which also means chan...
priority
puzzle cell classes extend from gridcell as an integer all puzzles currently have their cell class extend from gridcell as integer types yet they have their own respective types enums it may be a good idea down the line to change each cell class to use their own respective classes instead which also means chan...
1
172,597
6,514,435,692
IssuesEvent
2017-08-26 00:31:21
terascope/teraslice
https://api.github.com/repos/terascope/teraslice
closed
Better support for active monitoring
enhancement priority:medium
As an operator of teraslice, I would like a lightweight endpoint to poll metrics that help indicate overall cluster health. Preferably, the metrics are exposed as counters so that clients of the metrics endpoint don't have to sample at a high rate in order to avoid missing spikes. Plus, counters may prove simpler to ...
1.0
Better support for active monitoring - As an operator of teraslice, I would like a lightweight endpoint to poll metrics that help indicate overall cluster health. Preferably, the metrics are exposed as counters so that clients of the metrics endpoint don't have to sample at a high rate in order to avoid missing spikes...
priority
better support for active monitoring as an operator of teraslice i would like a lightweight endpoint to poll metrics that help indicate overall cluster health preferably the metrics are exposed as counters so that clients of the metrics endpoint don t have to sample at a high rate in order to avoid missing spikes...
1
614,633
19,187,481,511
IssuesEvent
2021-12-05 12:59:02
jetstack/cert-manager
https://api.github.com/repos/jetstack/cert-manager
closed
Update cert-manager Helm chart Readme
kind/cleanup priority/important-longterm lifecycle/rotten area/deploy
[/deploy/charts/cert-manager/Readme.template.md](https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/README.template.md#configuration) contains a table with descriptions of most, but not all `cert-manager` Helm chart config options. We should update the table with the missing config options ...
1.0
Update cert-manager Helm chart Readme - [/deploy/charts/cert-manager/Readme.template.md](https://github.com/jetstack/cert-manager/blob/master/deploy/charts/cert-manager/README.template.md#configuration) contains a table with descriptions of most, but not all `cert-manager` Helm chart config options. We should update th...
priority
update cert manager helm chart readme contains a table with descriptions of most but not all cert manager helm chart config options we should update the table with the missing config options from perhaps the table in the readme could be autogenerated using something like an example of and ...
1
12,591
3,631,196,180
IssuesEvent
2016-02-11 00:02:50
gregorio-project/gregorio
https://api.github.com/repos/gregorio-project/gregorio
closed
bug in centering <sp>ae'</sp>
documentation enhancement
This example: ``` \documentclass{article} \usepackage{fontspec} \usepackage{gregoriotex} \begin{document} \gabcsnippet{(c4) gr<sp>'ae</sp>(c) grǽ(c)} \end{document} ``` shows a difference in the notes alignment between `grǽ` and `gr<sp>'ae</sp>` which shouldn't exist
1.0
bug in centering <sp>ae'</sp> - This example: ``` \documentclass{article} \usepackage{fontspec} \usepackage{gregoriotex} \begin{document} \gabcsnippet{(c4) gr<sp>'ae</sp>(c) grǽ(c)} \end{document} ``` shows a difference in the notes alignment between `grǽ` and `gr<sp>'ae</sp>` which shouldn't exist
non_priority
bug in centering ae this example documentclass article usepackage fontspec usepackage gregoriotex begin document gabcsnippet gr ae c grǽ c end document shows a difference in the notes alignment between grǽ and gr ae which shouldn t exist
0