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
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
745,770
26,000,119,594
IssuesEvent
2022-12-20 14:43:07
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
opened
Spamassassin and global encryption compatibility
meta/needs triage meta/help wanted kind/question priority/low
# Subject Other ## Description If I enable global encryption according to https://docker-mailserver.github.io/docker-mailserver/edge/config/security/mail_crypt/#single-encryption-key-global-method and use `sa-learn` on a .Junk-folder containing encrypted email files, I'm assuming that the learning will be extremely misleading. That is, unless `sa-learn` can decompile on its own. I have not been able to determine if this is the case or if anything needs to be set up in a certain way to enable this. The documentation I've found is how to configure spamassassin and dovecot encryption respectively, but none that covers whether or not spamassassin will learn from encrypted email without any modification. However, it's more than possible I'm not groking spamassassin right and need to spend more time with it. As it is now I'm getting about 1% out of 3500 emails getting correctly identified as spam, which isn't very useful. Is there something specific needed to get spamassassin to assassinate spam together with global encryption?
1.0
Spamassassin and global encryption compatibility - # Subject Other ## Description If I enable global encryption according to https://docker-mailserver.github.io/docker-mailserver/edge/config/security/mail_crypt/#single-encryption-key-global-method and use `sa-learn` on a .Junk-folder containing encrypted email files, I'm assuming that the learning will be extremely misleading. That is, unless `sa-learn` can decompile on its own. I have not been able to determine if this is the case or if anything needs to be set up in a certain way to enable this. The documentation I've found is how to configure spamassassin and dovecot encryption respectively, but none that covers whether or not spamassassin will learn from encrypted email without any modification. However, it's more than possible I'm not groking spamassassin right and need to spend more time with it. As it is now I'm getting about 1% out of 3500 emails getting correctly identified as spam, which isn't very useful. Is there something specific needed to get spamassassin to assassinate spam together with global encryption?
priority
spamassassin and global encryption compatibility subject other description if i enable global encryption according to and use sa learn on a junk folder containing encrypted email files i m assuming that the learning will be extremely misleading that is unless sa learn can decompile on its own i have not been able to determine if this is the case or if anything needs to be set up in a certain way to enable this the documentation i ve found is how to configure spamassassin and dovecot encryption respectively but none that covers whether or not spamassassin will learn from encrypted email without any modification however it s more than possible i m not groking spamassassin right and need to spend more time with it as it is now i m getting about out of emails getting correctly identified as spam which isn t very useful is there something specific needed to get spamassassin to assassinate spam together with global encryption
1
611,008
18,942,402,459
IssuesEvent
2021-11-18 05:38:00
crypto-org-chain/chain-main
https://api.github.com/repos/crypto-org-chain/chain-main
closed
Problem: no one-key fullnode setup docker image
enhancement low-priority
we already have a nix package(chain-utils-mainnet) that contains a one-key setup script, package binary and script together in docker image, do mainnet initialization automatically. end user start full node by simply: ``` $ docker run some-image ```
1.0
Problem: no one-key fullnode setup docker image - we already have a nix package(chain-utils-mainnet) that contains a one-key setup script, package binary and script together in docker image, do mainnet initialization automatically. end user start full node by simply: ``` $ docker run some-image ```
priority
problem no one key fullnode setup docker image we already have a nix package chain utils mainnet that contains a one key setup script package binary and script together in docker image do mainnet initialization automatically end user start full node by simply docker run some image
1
781,305
27,432,009,073
IssuesEvent
2023-03-02 02:37:09
GC-spigot/AdvancedEnchantments
https://api.github.com/repos/GC-spigot/AdvancedEnchantments
closed
Telepathy dont work on chests
Priority: Low Bug: Confirmed Status: In development
### Describe the bug Telepathy enchant does not work on chests at all ### How to reproduce Well, just add telepathy on axe and try it on chest. ### Screenshots / Videos _No response_ ### "/ae plinfo" link https://paste.md-5.net/avodijuloh ### Server Log _No response_
1.0
Telepathy dont work on chests - ### Describe the bug Telepathy enchant does not work on chests at all ### How to reproduce Well, just add telepathy on axe and try it on chest. ### Screenshots / Videos _No response_ ### "/ae plinfo" link https://paste.md-5.net/avodijuloh ### Server Log _No response_
priority
telepathy dont work on chests describe the bug telepathy enchant does not work on chests at all how to reproduce well just add telepathy on axe and try it on chest screenshots videos no response ae plinfo link server log no response
1
652,967
21,566,044,600
IssuesEvent
2022-05-01 21:44:21
QuiltMC/quiltflower
https://api.github.com/repos/QuiltMC/quiltflower
opened
Java 1-4 class references are not resugared in all cases
bug good first issue Subsystem: Statement Structure Priority: Low
Found this while decompiling some old jars. Since it's not a common problem, I'm putting it here in case I get time later or if someone else wants to tackle it.
1.0
Java 1-4 class references are not resugared in all cases - Found this while decompiling some old jars. Since it's not a common problem, I'm putting it here in case I get time later or if someone else wants to tackle it.
priority
java class references are not resugared in all cases found this while decompiling some old jars since it s not a common problem i m putting it here in case i get time later or if someone else wants to tackle it
1
379,307
11,219,726,615
IssuesEvent
2020-01-07 14:28:44
project-koku/koku
https://api.github.com/repos/project-koku/koku
closed
New billing source endpoint does not meet current path standards
bug on hold priority - low
**Describe the bug** New billing source endpoint does not meet current path standards **To Reproduce** Steps to reproduce the behavior: 1. Go to `api/cost-management/v1/sources/billing_source/` **Expected behavior** `billing_source` should change to `billing-source` to be consistent with all our api paths **Context (please complete the following information):** - Commit Hash from status endpoint: "1fc823b5bd5610de48bd9450c3ff7cb34e545c16" **Additional context** - This isn't actively breaking anything; we just want to be internally consistent. - This might be resolved by other work that's currently also in-progress. - Make sure any UI API calls are updated with this change. - Make sure the platform UI code has been updated alongside this change so nothing breaks there!! **THIS ISSUE IS ON HOLD UNTIL… @dccurtis says so; he will come back with some information.**
1.0
New billing source endpoint does not meet current path standards - **Describe the bug** New billing source endpoint does not meet current path standards **To Reproduce** Steps to reproduce the behavior: 1. Go to `api/cost-management/v1/sources/billing_source/` **Expected behavior** `billing_source` should change to `billing-source` to be consistent with all our api paths **Context (please complete the following information):** - Commit Hash from status endpoint: "1fc823b5bd5610de48bd9450c3ff7cb34e545c16" **Additional context** - This isn't actively breaking anything; we just want to be internally consistent. - This might be resolved by other work that's currently also in-progress. - Make sure any UI API calls are updated with this change. - Make sure the platform UI code has been updated alongside this change so nothing breaks there!! **THIS ISSUE IS ON HOLD UNTIL… @dccurtis says so; he will come back with some information.**
priority
new billing source endpoint does not meet current path standards describe the bug new billing source endpoint does not meet current path standards to reproduce steps to reproduce the behavior go to api cost management sources billing source expected behavior billing source should change to billing source to be consistent with all our api paths context please complete the following information commit hash from status endpoint additional context this isn t actively breaking anything we just want to be internally consistent this might be resolved by other work that s currently also in progress make sure any ui api calls are updated with this change make sure the platform ui code has been updated alongside this change so nothing breaks there this issue is on hold until… dccurtis says so he will come back with some information
1
290,735
8,903,267,881
IssuesEvent
2019-01-17 10:02:17
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
opened
Consider making window/tab IDs start at 1
priority: 2 - low
#3581 added a count for `:tab-give`, but since counts start at 1 (but window IDs start at 0), the count is offset by one, which is confusing. I guess we could make the IDs start at 1 instead?
1.0
Consider making window/tab IDs start at 1 - #3581 added a count for `:tab-give`, but since counts start at 1 (but window IDs start at 0), the count is offset by one, which is confusing. I guess we could make the IDs start at 1 instead?
priority
consider making window tab ids start at added a count for tab give but since counts start at but window ids start at the count is offset by one which is confusing i guess we could make the ids start at instead
1
814,473
30,508,976,990
IssuesEvent
2023-07-18 19:11:27
paulkim26/collab-museum
https://api.github.com/repos/paulkim26/collab-museum
closed
Reposition atrium doors so they don't clip through tiles when closing
low priority Main Lobby / Atrium
For a brief flash, as the atrium doors rotate the tiles clip through them at the top. Should be fixable by moving the doors slightly further outside. ![image](https://github.com/paulkim26/collab-museum/assets/114628499/5dafb76c-2618-4800-8168-9d8bbdc3691c)
1.0
Reposition atrium doors so they don't clip through tiles when closing - For a brief flash, as the atrium doors rotate the tiles clip through them at the top. Should be fixable by moving the doors slightly further outside. ![image](https://github.com/paulkim26/collab-museum/assets/114628499/5dafb76c-2618-4800-8168-9d8bbdc3691c)
priority
reposition atrium doors so they don t clip through tiles when closing for a brief flash as the atrium doors rotate the tiles clip through them at the top should be fixable by moving the doors slightly further outside
1
794,744
28,047,646,792
IssuesEvent
2023-03-29 01:13:52
pixiebrix/pixiebrix-extension
https://api.github.com/repos/pixiebrix/pixiebrix-extension
closed
Workshop blueprint navigation/activation ergonomics
user experience low priority workshop
Context: - There's a couple tedious things for working with blueprints in the workshop - From active bricks, add "Open in Workshop" to the dropdown for blueprints if the user has edit rights for the blueprint - Add button in the Workshop to install the current blueprint (would open the wizard in a new tab) Considerations: - Probably need to make an additional network call to see which blueprints are editable? Could also possibly determine by looking for developer/admin status in the organization associated with the brick (but those are for sharing, not edit rights...)
1.0
Workshop blueprint navigation/activation ergonomics - Context: - There's a couple tedious things for working with blueprints in the workshop - From active bricks, add "Open in Workshop" to the dropdown for blueprints if the user has edit rights for the blueprint - Add button in the Workshop to install the current blueprint (would open the wizard in a new tab) Considerations: - Probably need to make an additional network call to see which blueprints are editable? Could also possibly determine by looking for developer/admin status in the organization associated with the brick (but those are for sharing, not edit rights...)
priority
workshop blueprint navigation activation ergonomics context there s a couple tedious things for working with blueprints in the workshop from active bricks add open in workshop to the dropdown for blueprints if the user has edit rights for the blueprint add button in the workshop to install the current blueprint would open the wizard in a new tab considerations probably need to make an additional network call to see which blueprints are editable could also possibly determine by looking for developer admin status in the organization associated with the brick but those are for sharing not edit rights
1
132,071
5,169,264,684
IssuesEvent
2017-01-18 00:12:58
RSCodingClub/STUCO-Backend
https://api.github.com/repos/RSCodingClub/STUCO-Backend
closed
Use an API or module for timezone handling.
Implemented Low Priority
Currently we are referencing a JSON file with timezone information in it and then manipulating that into what we want. It would require less work on our part, be more reliable, and be futureproof should we use it. Moment-timezone for example allows converting any ISO timestring to UTC based on current timezone which is nearly what is needed on our end currently. It also allows for more room for expanding timezone capabilities in the future.
1.0
Use an API or module for timezone handling. - Currently we are referencing a JSON file with timezone information in it and then manipulating that into what we want. It would require less work on our part, be more reliable, and be futureproof should we use it. Moment-timezone for example allows converting any ISO timestring to UTC based on current timezone which is nearly what is needed on our end currently. It also allows for more room for expanding timezone capabilities in the future.
priority
use an api or module for timezone handling currently we are referencing a json file with timezone information in it and then manipulating that into what we want it would require less work on our part be more reliable and be futureproof should we use it moment timezone for example allows converting any iso timestring to utc based on current timezone which is nearly what is needed on our end currently it also allows for more room for expanding timezone capabilities in the future
1
125,185
4,953,741,474
IssuesEvent
2016-12-01 15:49:41
department-of-veterans-affairs/vets-website
https://api.github.com/repos/department-of-veterans-affairs/vets-website
opened
Add spacing on detail page
enhancement FL low-priority
The detail page is starting to look to cluttered and needs more breathing room. This should not apply to search results. The following red lined areas need an extra space. ![](https://cloud.githubusercontent.com/assets/4106356/20727459/69b8ebfc-b62e-11e6-9adb-9143bf26b07f.png)
1.0
Add spacing on detail page - The detail page is starting to look to cluttered and needs more breathing room. This should not apply to search results. The following red lined areas need an extra space. ![](https://cloud.githubusercontent.com/assets/4106356/20727459/69b8ebfc-b62e-11e6-9adb-9143bf26b07f.png)
priority
add spacing on detail page the detail page is starting to look to cluttered and needs more breathing room this should not apply to search results the following red lined areas need an extra space
1
508,060
14,689,122,411
IssuesEvent
2021-01-02 07:38:40
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
opened
Reduce memory usage for large schemas
Difficulty: Medium Priority: Low Spec: OpenAPI Type: Enhancement
Schemathesis consumes too much memory for extra-large schemas like this one - https://raw.githubusercontent.com/APIs-guru/openapi-directory/master/APIs/microsoft.com/graph/1.0.1/openapi.yaml. There are ~5500 operations, and it is somehow expected that it will take a lot, but I think that it can be significantly reduced for our own runner. At the moment, the runner generates all strategies upfront in both single and multiple workers scenarios. But actually, it can generate only what is needed at the moment. Also, getting the total number of operations involves computing all of them - also not needed.
1.0
Reduce memory usage for large schemas - Schemathesis consumes too much memory for extra-large schemas like this one - https://raw.githubusercontent.com/APIs-guru/openapi-directory/master/APIs/microsoft.com/graph/1.0.1/openapi.yaml. There are ~5500 operations, and it is somehow expected that it will take a lot, but I think that it can be significantly reduced for our own runner. At the moment, the runner generates all strategies upfront in both single and multiple workers scenarios. But actually, it can generate only what is needed at the moment. Also, getting the total number of operations involves computing all of them - also not needed.
priority
reduce memory usage for large schemas schemathesis consumes too much memory for extra large schemas like this one there are operations and it is somehow expected that it will take a lot but i think that it can be significantly reduced for our own runner at the moment the runner generates all strategies upfront in both single and multiple workers scenarios but actually it can generate only what is needed at the moment also getting the total number of operations involves computing all of them also not needed
1
99,975
4,075,076,624
IssuesEvent
2016-05-28 22:55:03
cs136/seashell
https://api.github.com/repos/cs136/seashell
closed
Git Reports Issue
enhancement low-priority question
Submitter: Eric Xing Email: hcxing@uwaterloo.ca For some reason seashell is not displaying the test results from marmoset if you switch questions. It was working last week (and still works for A0) but it seems to have trouble in this specific instance (A1 P1). For example, I click submit, then wait 1 minute for my results. I see them, great. But when I switch to A1 P2 and then decide to go back to A1 P1, my results are gone and I have to resubmit if I want to see them from seashell. I checked marmoset and my submission was still in the system (obviously) but seashell was not displaying it. Also, can we have the option to archive single projects/assignments? Or have a way to detect if old assignment submissions are closed? Thanks
1.0
Git Reports Issue - Submitter: Eric Xing Email: hcxing@uwaterloo.ca For some reason seashell is not displaying the test results from marmoset if you switch questions. It was working last week (and still works for A0) but it seems to have trouble in this specific instance (A1 P1). For example, I click submit, then wait 1 minute for my results. I see them, great. But when I switch to A1 P2 and then decide to go back to A1 P1, my results are gone and I have to resubmit if I want to see them from seashell. I checked marmoset and my submission was still in the system (obviously) but seashell was not displaying it. Also, can we have the option to archive single projects/assignments? Or have a way to detect if old assignment submissions are closed? Thanks
priority
git reports issue submitter eric xing email hcxing uwaterloo ca for some reason seashell is not displaying the test results from marmoset if you switch questions it was working last week and still works for but it seems to have trouble in this specific instance for example i click submit then wait minute for my results i see them great but when i switch to and then decide to go back to my results are gone and i have to resubmit if i want to see them from seashell i checked marmoset and my submission was still in the system obviously but seashell was not displaying it also can we have the option to archive single projects assignments or have a way to detect if old assignment submissions are closed thanks
1
297,513
9,171,426,394
IssuesEvent
2019-03-04 01:43:57
RocketMod/Rocket
https://api.github.com/repos/RocketMod/Rocket
closed
Resolve and restore Nuget dependencies of plugins
Priority: Low feature
Currently only plugins with no Nuget dependencies will load. (Plugins which include all their dependencies in the nupkg as dll files are supported at the moment)
1.0
Resolve and restore Nuget dependencies of plugins - Currently only plugins with no Nuget dependencies will load. (Plugins which include all their dependencies in the nupkg as dll files are supported at the moment)
priority
resolve and restore nuget dependencies of plugins currently only plugins with no nuget dependencies will load plugins which include all their dependencies in the nupkg as dll files are supported at the moment
1
395,937
11,698,794,478
IssuesEvent
2020-03-06 14:32:00
godaddy-wordpress/coblocks
https://api.github.com/repos/godaddy-wordpress/coblocks
opened
ISBAT Custom SVG icon Styles could be confusing
[Priority] Low [Type] Enhancement
As an extension of the amazing work done on #1006 and #1403. If a user decides to add their own custom SVGs in a child theme _and_ chooses not to include an optional `config.json` to specify which icons are Filled vs Outlined. It would be nice to hide the Styles panel if their is no `config.json` otherwise it looks like this: ![Screenshot 2020-03-06 09 18 23](https://user-images.githubusercontent.com/405912/76092362-445a0880-5f8d-11ea-97bd-91c730114d3f.png)
1.0
ISBAT Custom SVG icon Styles could be confusing - As an extension of the amazing work done on #1006 and #1403. If a user decides to add their own custom SVGs in a child theme _and_ chooses not to include an optional `config.json` to specify which icons are Filled vs Outlined. It would be nice to hide the Styles panel if their is no `config.json` otherwise it looks like this: ![Screenshot 2020-03-06 09 18 23](https://user-images.githubusercontent.com/405912/76092362-445a0880-5f8d-11ea-97bd-91c730114d3f.png)
priority
isbat custom svg icon styles could be confusing as an extension of the amazing work done on and if a user decides to add their own custom svgs in a child theme and chooses not to include an optional config json to specify which icons are filled vs outlined it would be nice to hide the styles panel if their is no config json otherwise it looks like this
1
616,095
19,293,528,186
IssuesEvent
2021-12-12 07:23:41
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Improve LS simulator workflow to generate the leaks suspects report on failure
Type/Improvement Priority/Low Team/LanguageServer
**Description:** LS simulator workflow currently outputs the heap dump if an OOM scenario is reached. But a heap dump is around 1.5 GB and it's not practical to download it everytime. We can use the Eclipse memory analyzer tool's inbuilt shell scripts to parse the heap dump within the workflow and output the leaks suspect report. This report will be generated as html and can be then uploaded as an artifact of the workflow run. **Describe your problem(s)** See description **Describe your solution(s)** See description **Related Issues (optional):** #33803
1.0
Improve LS simulator workflow to generate the leaks suspects report on failure - **Description:** LS simulator workflow currently outputs the heap dump if an OOM scenario is reached. But a heap dump is around 1.5 GB and it's not practical to download it everytime. We can use the Eclipse memory analyzer tool's inbuilt shell scripts to parse the heap dump within the workflow and output the leaks suspect report. This report will be generated as html and can be then uploaded as an artifact of the workflow run. **Describe your problem(s)** See description **Describe your solution(s)** See description **Related Issues (optional):** #33803
priority
improve ls simulator workflow to generate the leaks suspects report on failure description ls simulator workflow currently outputs the heap dump if an oom scenario is reached but a heap dump is around gb and it s not practical to download it everytime we can use the eclipse memory analyzer tool s inbuilt shell scripts to parse the heap dump within the workflow and output the leaks suspect report this report will be generated as html and can be then uploaded as an artifact of the workflow run describe your problem s see description describe your solution s see description related issues optional
1
223,002
7,445,446,516
IssuesEvent
2018-03-28 04:38:32
builderbook/builderbook
https://api.github.com/repos/builderbook/builderbook
opened
Add Google Analytics
low priority main app
Do something like this inside `_document.js`: Before defining `MyDocument` component: ``` const gaTrackingId = 'xx-xxxxxxxxx-x'; Router.onRouteChangeComplete = () => { if (window.gtag) { window.gtag('config', window.gaTrackingId, { page_location: window.location.href, page_path: window.location.pathname, page_title: window.document.title, }); } }; ``` You can put `gaTrackingId` into `.env`. Inside `<Head>`: ``` <script async src={`https://www.googletagmanager.com/gtag/js?id=${gaTrackingId}`} /> <script dangerouslySetInnerHTML={{ __html: ` window.gaTrackingId = '${gaTrackingId}'; window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', '${gaTrackingId}'); `, }} /> ```
1.0
Add Google Analytics - Do something like this inside `_document.js`: Before defining `MyDocument` component: ``` const gaTrackingId = 'xx-xxxxxxxxx-x'; Router.onRouteChangeComplete = () => { if (window.gtag) { window.gtag('config', window.gaTrackingId, { page_location: window.location.href, page_path: window.location.pathname, page_title: window.document.title, }); } }; ``` You can put `gaTrackingId` into `.env`. Inside `<Head>`: ``` <script async src={`https://www.googletagmanager.com/gtag/js?id=${gaTrackingId}`} /> <script dangerouslySetInnerHTML={{ __html: ` window.gaTrackingId = '${gaTrackingId}'; window.dataLayer = window.dataLayer || []; function gtag(){ dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', '${gaTrackingId}'); `, }} /> ```
priority
add google analytics do something like this inside document js before defining mydocument component const gatrackingid xx xxxxxxxxx x router onroutechangecomplete if window gtag window gtag config window gatrackingid page location window location href page path window location pathname page title window document title you can put gatrackingid into env inside script dangerouslysetinnerhtml html window gatrackingid gatrackingid window datalayer window datalayer function gtag datalayer push arguments gtag js new date gtag config gatrackingid
1
334,215
10,137,450,813
IssuesEvent
2019-08-02 15:18:28
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Bad data passed in; When duplicate campaign
Low Priority bug
Hey, When I'm in the module campaigns, and I try to duplicate, this error appear: Bad data passed in; Return to Home I tested it on other suiteCRM's, from version 7.6.5 to 7.7.6 it's not working, but I tried the same thing in other suiteCRM with version 7.1.7 and it works perfect, so I think it is a version problem. Thanks!
1.0
Bad data passed in; When duplicate campaign - Hey, When I'm in the module campaigns, and I try to duplicate, this error appear: Bad data passed in; Return to Home I tested it on other suiteCRM's, from version 7.6.5 to 7.7.6 it's not working, but I tried the same thing in other suiteCRM with version 7.1.7 and it works perfect, so I think it is a version problem. Thanks!
priority
bad data passed in when duplicate campaign hey when i m in the module campaigns and i try to duplicate this error appear bad data passed in return to home i tested it on other suitecrm s from version to it s not working but i tried the same thing in other suitecrm with version and it works perfect so i think it is a version problem thanks
1
321,066
9,793,040,140
IssuesEvent
2019-06-10 18:55:03
FStarLang/FStar
https://api.github.com/repos/FStarLang/FStar
closed
Error reporting for calc points to the wrong step
area/error-messages kind/bug priority/low
In the course of verifying a calc proof, if one of the justifications for a step involves a call to a lemma where the precondition is not satisfied (or is something simpler, like `assert false`), then the error is reported on the following justification. For example, in the example below, the precondition for `my_lemma` is not satisfied, but the error is reported as though it occurs on the second justification (the empty curly braces). This is rather confusing for the end user. ``` module Calc assume val my_lemma (x:int) : Lemma (requires false) (ensures true) let test (x:int) : Lemma (True) = calc (==) { x; == { my_lemma x } x; == {} x; } ``` Tested with commit `5cd399237f70fe0b1b55e3d988ca5095257b0805`.
1.0
Error reporting for calc points to the wrong step - In the course of verifying a calc proof, if one of the justifications for a step involves a call to a lemma where the precondition is not satisfied (or is something simpler, like `assert false`), then the error is reported on the following justification. For example, in the example below, the precondition for `my_lemma` is not satisfied, but the error is reported as though it occurs on the second justification (the empty curly braces). This is rather confusing for the end user. ``` module Calc assume val my_lemma (x:int) : Lemma (requires false) (ensures true) let test (x:int) : Lemma (True) = calc (==) { x; == { my_lemma x } x; == {} x; } ``` Tested with commit `5cd399237f70fe0b1b55e3d988ca5095257b0805`.
priority
error reporting for calc points to the wrong step in the course of verifying a calc proof if one of the justifications for a step involves a call to a lemma where the precondition is not satisfied or is something simpler like assert false then the error is reported on the following justification for example in the example below the precondition for my lemma is not satisfied but the error is reported as though it occurs on the second justification the empty curly braces this is rather confusing for the end user module calc assume val my lemma x int lemma requires false ensures true let test x int lemma true calc x my lemma x x x tested with commit
1
119,849
4,776,729,657
IssuesEvent
2016-10-27 14:33:21
RepreZen/SwagEdit
https://api.github.com/repos/RepreZen/SwagEdit
opened
Swagger Spec pasted into editor shows spurious warnings until saved
Low Priority
The attached Swagger Spec is fine, and shouldn't show any warnings. But if you copy the text content and paste it into SwagEdit, all of the $ref values (and possibly some others) show warning markers. ![image](https://cloud.githubusercontent.com/assets/692813/19771362/ad06e5de-9c30-11e6-944f-7859c891e4fa.png) Saving the Swagger spec seems to resolve this. This is not high-priority, but if there's a way to prevent this, it would be helpful. [RestAPI.zip](https://github.com/RepreZen/SwagEdit/files/556142/RestAPI.zip)
1.0
Swagger Spec pasted into editor shows spurious warnings until saved - The attached Swagger Spec is fine, and shouldn't show any warnings. But if you copy the text content and paste it into SwagEdit, all of the $ref values (and possibly some others) show warning markers. ![image](https://cloud.githubusercontent.com/assets/692813/19771362/ad06e5de-9c30-11e6-944f-7859c891e4fa.png) Saving the Swagger spec seems to resolve this. This is not high-priority, but if there's a way to prevent this, it would be helpful. [RestAPI.zip](https://github.com/RepreZen/SwagEdit/files/556142/RestAPI.zip)
priority
swagger spec pasted into editor shows spurious warnings until saved the attached swagger spec is fine and shouldn t show any warnings but if you copy the text content and paste it into swagedit all of the ref values and possibly some others show warning markers saving the swagger spec seems to resolve this this is not high priority but if there s a way to prevent this it would be helpful
1
85,268
3,688,759,034
IssuesEvent
2016-02-25 14:13:18
wp-property/wp-property
https://api.github.com/repos/wp-property/wp-property
closed
Permalink on edit single property page goes on backend
priority/high type/bug workflow/ready
so it just refreshes the page. It should go to frontend ![image](https://cloud.githubusercontent.com/assets/5111163/12003896/49e5fe24-ab43-11e5-9e3b-89ba0af643c6.png)
1.0
Permalink on edit single property page goes on backend - so it just refreshes the page. It should go to frontend ![image](https://cloud.githubusercontent.com/assets/5111163/12003896/49e5fe24-ab43-11e5-9e3b-89ba0af643c6.png)
priority
permalink on edit single property page goes on backend so it just refreshes the page it should go to frontend
1
819,959
30,756,421,648
IssuesEvent
2023-07-29 05:19:31
nck-2/test-rep
https://api.github.com/repos/nck-2/test-rep
opened
fix doc checker
priority::low
there is a documentation checker `check.pl` that works with old documentation format that was removed. It need to be fixed or maybe be better to rewrite it with python for example as it written with perl and we have no perl developer now. It just check that all config options from code got documented and described at example config
1.0
fix doc checker - there is a documentation checker `check.pl` that works with old documentation format that was removed. It need to be fixed or maybe be better to rewrite it with python for example as it written with perl and we have no perl developer now. It just check that all config options from code got documented and described at example config
priority
fix doc checker there is a documentation checker check pl that works with old documentation format that was removed it need to be fixed or maybe be better to rewrite it with python for example as it written with perl and we have no perl developer now it just check that all config options from code got documented and described at example config
1
299,855
9,205,917,827
IssuesEvent
2019-03-08 12:05:57
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Projection Selector dialogs may occur on project load
Category: Project Loading/Saving Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Steven Mizuno** (Steven Mizuno) Original Redmine Issue: 1216, https://issues.qgis.org/issues/1216 Original Assignee: nobody - --- If Settings>Options>CRS is set for Prompt for CRS, when loading a project containing layers that have no CRS associated to the files you will get one Projection Selector dialog or each such layer. These dialogs aren't necessary since the CRS should be set in the project. In addition, setting the CRS with the dialog doesn't do anything and there is no indication of which layer it applies to. This is confusing to users. Expected behavior: the Projection Selector dialogs should not appear on Project loading.
1.0
Projection Selector dialogs may occur on project load - --- Author Name: **Steven Mizuno** (Steven Mizuno) Original Redmine Issue: 1216, https://issues.qgis.org/issues/1216 Original Assignee: nobody - --- If Settings>Options>CRS is set for Prompt for CRS, when loading a project containing layers that have no CRS associated to the files you will get one Projection Selector dialog or each such layer. These dialogs aren't necessary since the CRS should be set in the project. In addition, setting the CRS with the dialog doesn't do anything and there is no indication of which layer it applies to. This is confusing to users. Expected behavior: the Projection Selector dialogs should not appear on Project loading.
priority
projection selector dialogs may occur on project load author name steven mizuno steven mizuno original redmine issue original assignee nobody if settings options crs is set for prompt for crs when loading a project containing layers that have no crs associated to the files you will get one projection selector dialog or each such layer these dialogs aren t necessary since the crs should be set in the project in addition setting the crs with the dialog doesn t do anything and there is no indication of which layer it applies to this is confusing to users expected behavior the projection selector dialogs should not appear on project loading
1
414,595
12,104,923,728
IssuesEvent
2020-04-20 21:07:30
LLNL/PyDV
https://api.github.com/repos/LLNL/PyDV
opened
Automatically label the horizontal/vertical plot axes
Low Priority enhancement
From Matt O'Brien: > Is there a way for PyDV to automatically label the horizontal and vertical axes of a plot by extracting the information from the curve label or we could add additional meta-data to the curve header to automate this. Basically I would like to have "presentation quality" plots with as little "human intervention" as possible.
1.0
Automatically label the horizontal/vertical plot axes - From Matt O'Brien: > Is there a way for PyDV to automatically label the horizontal and vertical axes of a plot by extracting the information from the curve label or we could add additional meta-data to the curve header to automate this. Basically I would like to have "presentation quality" plots with as little "human intervention" as possible.
priority
automatically label the horizontal vertical plot axes from matt o brien is there a way for pydv to automatically label the horizontal and vertical axes of a plot by extracting the information from the curve label or we could add additional meta data to the curve header to automate this basically i would like to have presentation quality plots with as little human intervention as possible
1
763,023
26,740,955,658
IssuesEvent
2023-01-30 12:57:28
oceanprotocol/market
https://api.github.com/repos/oceanprotocol/market
closed
Download/compute does not honor infinite approval
Type: Bug Priority: Low
We use `ocean.pool.buyDt()` and that will always do a specific amount approval leading to the infinite amount user preference introduced with #640 being ignored. Example use case when infinite approval is activated: 1. user buys download asset which has a timeout set 2. approves OCEAN once 3. user buys same asset again after expired timeout, and then does NOT have to approve OCEAN again Most likely needs some changes in ocean.js and over here in market we need to apply same logic as we use for Pool & Trade.
1.0
Download/compute does not honor infinite approval - We use `ocean.pool.buyDt()` and that will always do a specific amount approval leading to the infinite amount user preference introduced with #640 being ignored. Example use case when infinite approval is activated: 1. user buys download asset which has a timeout set 2. approves OCEAN once 3. user buys same asset again after expired timeout, and then does NOT have to approve OCEAN again Most likely needs some changes in ocean.js and over here in market we need to apply same logic as we use for Pool & Trade.
priority
download compute does not honor infinite approval we use ocean pool buydt and that will always do a specific amount approval leading to the infinite amount user preference introduced with being ignored example use case when infinite approval is activated user buys download asset which has a timeout set approves ocean once user buys same asset again after expired timeout and then does not have to approve ocean again most likely needs some changes in ocean js and over here in market we need to apply same logic as we use for pool trade
1
414,373
12,102,630,748
IssuesEvent
2020-04-20 17:00:44
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: hci_usb fails to connect to two devices with slow advertising interval
Waiting for response area: Bluetooth area: USB bug priority: low
**Describe the bug** Connecting to two devices one after another and reading data with the `samples/bluetooth/hci_usb` sample fails on a PC. First the PC connects to device 1 (`AA:BB:CC:DD:EE:FF`) and reads the data. Then, it tries to connect to device 2 (`FF:EE:DD:CC:BB:AA`) and read the data, but establishing a connection (or channel?) fails, although, the PC (or bluetooth service) seems to be connected to the device (the panel icon shows an established connection to the device and the device can't be found if the PC scans for devices). The PC does not terminate the connection until manually restarting the blueetooth service. **To Reproduce** Steps to reproduce the behavior: 1. Use `samples/bluetooth/hci_usb` on one board with `CONFIG_BT_MAX_CONN` increased to `8` (e.g., on a nRF52840 board). 2. Use `samples/bluetooth/peripheral_hr` on two other boards (e.g., `particle_xenon`) and change `BT_GAP_ADV_FAST_INT_MIN_2` and `BT_GAP_ADV_FAST_INT_MAX_2` to `BT_GAP_ADV_SLOW_INT_MIN` and `BT_GAP_ADV_SLOW_INT_MAX`, by, e.g. ``` #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ BT_LE_ADV_OPT_USE_NAME, \ BT_GAP_ADV_SLOW_INT_MIN, \ BT_GAP_ADV_SLOW_INT_MAX) ``` 3. Connect with `gatttool` to the `peripheral_hr` devices one after another and read some data: ```bash gatttool -t random -b AA:BB:CC:DD:EE:FF --char-read --handle=0x0012 ; gatttool -t random -b FF:EE:DD:CC:BB:AA --char-read --handle=0x0012 ``` 4. See error: ```bash Characteristic value/descriptor: 62 connect error: Software caused connection abort (103) ``` **Expected behavior** Connecting to both devices, one after another, should not fail, and both connections terminate after reading some data. Expected output: ```bash Characteristic value/descriptor: 62 Characteristic value/descriptor: 62 ``` **Impact** Showstopper **Screenshots or console output** See above. **Environment (please complete the following information):** - Ubuntu 18.04 - Zephyr SDK 0.10.2 - Zephyr 2.1.0 **Additional context** I don't know if this is a problem of Zephyr or the PC's bluetooth driver or bluez, however, it only happens with the `hci_usb` sample (running on a nRF52840 board). It does not happen with the PC's internal bluetooth adapter. Sometimes connecting to both devices, one after another, with the `hci_usb` sample works. But most of the time it does not.
1.0
Bluetooth: hci_usb fails to connect to two devices with slow advertising interval - **Describe the bug** Connecting to two devices one after another and reading data with the `samples/bluetooth/hci_usb` sample fails on a PC. First the PC connects to device 1 (`AA:BB:CC:DD:EE:FF`) and reads the data. Then, it tries to connect to device 2 (`FF:EE:DD:CC:BB:AA`) and read the data, but establishing a connection (or channel?) fails, although, the PC (or bluetooth service) seems to be connected to the device (the panel icon shows an established connection to the device and the device can't be found if the PC scans for devices). The PC does not terminate the connection until manually restarting the blueetooth service. **To Reproduce** Steps to reproduce the behavior: 1. Use `samples/bluetooth/hci_usb` on one board with `CONFIG_BT_MAX_CONN` increased to `8` (e.g., on a nRF52840 board). 2. Use `samples/bluetooth/peripheral_hr` on two other boards (e.g., `particle_xenon`) and change `BT_GAP_ADV_FAST_INT_MIN_2` and `BT_GAP_ADV_FAST_INT_MAX_2` to `BT_GAP_ADV_SLOW_INT_MIN` and `BT_GAP_ADV_SLOW_INT_MAX`, by, e.g. ``` #define BT_LE_ADV_CONN_NAME BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE | \ BT_LE_ADV_OPT_USE_NAME, \ BT_GAP_ADV_SLOW_INT_MIN, \ BT_GAP_ADV_SLOW_INT_MAX) ``` 3. Connect with `gatttool` to the `peripheral_hr` devices one after another and read some data: ```bash gatttool -t random -b AA:BB:CC:DD:EE:FF --char-read --handle=0x0012 ; gatttool -t random -b FF:EE:DD:CC:BB:AA --char-read --handle=0x0012 ``` 4. See error: ```bash Characteristic value/descriptor: 62 connect error: Software caused connection abort (103) ``` **Expected behavior** Connecting to both devices, one after another, should not fail, and both connections terminate after reading some data. Expected output: ```bash Characteristic value/descriptor: 62 Characteristic value/descriptor: 62 ``` **Impact** Showstopper **Screenshots or console output** See above. **Environment (please complete the following information):** - Ubuntu 18.04 - Zephyr SDK 0.10.2 - Zephyr 2.1.0 **Additional context** I don't know if this is a problem of Zephyr or the PC's bluetooth driver or bluez, however, it only happens with the `hci_usb` sample (running on a nRF52840 board). It does not happen with the PC's internal bluetooth adapter. Sometimes connecting to both devices, one after another, with the `hci_usb` sample works. But most of the time it does not.
priority
bluetooth hci usb fails to connect to two devices with slow advertising interval describe the bug connecting to two devices one after another and reading data with the samples bluetooth hci usb sample fails on a pc first the pc connects to device aa bb cc dd ee ff and reads the data then it tries to connect to device ff ee dd cc bb aa and read the data but establishing a connection or channel fails although the pc or bluetooth service seems to be connected to the device the panel icon shows an established connection to the device and the device can t be found if the pc scans for devices the pc does not terminate the connection until manually restarting the blueetooth service to reproduce steps to reproduce the behavior use samples bluetooth hci usb on one board with config bt max conn increased to e g on a board use samples bluetooth peripheral hr on two other boards e g particle xenon and change bt gap adv fast int min and bt gap adv fast int max to bt gap adv slow int min and bt gap adv slow int max by e g define bt le adv conn name bt le adv param bt le adv opt connectable bt le adv opt use name bt gap adv slow int min bt gap adv slow int max connect with gatttool to the peripheral hr devices one after another and read some data bash gatttool t random b aa bb cc dd ee ff char read handle gatttool t random b ff ee dd cc bb aa char read handle see error bash characteristic value descriptor connect error software caused connection abort expected behavior connecting to both devices one after another should not fail and both connections terminate after reading some data expected output bash characteristic value descriptor characteristic value descriptor impact showstopper screenshots or console output see above environment please complete the following information ubuntu zephyr sdk zephyr additional context i don t know if this is a problem of zephyr or the pc s bluetooth driver or bluez however it only happens with the hci usb sample running on a board it does not happen with the pc s internal bluetooth adapter sometimes connecting to both devices one after another with the hci usb sample works but most of the time it does not
1
684,002
23,402,655,974
IssuesEvent
2022-08-12 09:33:37
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
net: tcp: Implicit MSS value is not correct
bug priority: low area: Networking
**Describe the bug** In case no MSS option is received from peer, TCP stack should assume the default send MSS value, as per RFC 1122: ``` If an MSS option is not received at connection setup, TCP MUST assume a default send MSS of 536 ``` Currently, Zephr does not comply with that requirement and ignores the send MSS value if the option is not present. **To Reproduce** This needs a specially crafted TCP peer, which sends no MSS option. The issue was reported by one of the Maxwell Pro tests. **Expected behavior** RFC compliance. **Impact** No major impact.
1.0
net: tcp: Implicit MSS value is not correct - **Describe the bug** In case no MSS option is received from peer, TCP stack should assume the default send MSS value, as per RFC 1122: ``` If an MSS option is not received at connection setup, TCP MUST assume a default send MSS of 536 ``` Currently, Zephr does not comply with that requirement and ignores the send MSS value if the option is not present. **To Reproduce** This needs a specially crafted TCP peer, which sends no MSS option. The issue was reported by one of the Maxwell Pro tests. **Expected behavior** RFC compliance. **Impact** No major impact.
priority
net tcp implicit mss value is not correct describe the bug in case no mss option is received from peer tcp stack should assume the default send mss value as per rfc if an mss option is not received at connection setup tcp must assume a default send mss of currently zephr does not comply with that requirement and ignores the send mss value if the option is not present to reproduce this needs a specially crafted tcp peer which sends no mss option the issue was reported by one of the maxwell pro tests expected behavior rfc compliance impact no major impact
1
525,225
15,241,135,176
IssuesEvent
2021-02-19 07:56:58
jesus-collective/mobile
https://api.github.com/repos/jesus-collective/mobile
closed
Customer service management
Low Priority
- [x] Add message board to profiles - [x] Message board is only visible by admins - [x] Messages in this message board are only visible to admins - [x] Only admins can post in this message board - [x] Admin page in profile (visible only to admins) - [x] Make names in CRM clickable to that person's profile The purpose of this is to allow admins to input conversations they've had with users and to allow ease of access to previous conversation records by other admins.
1.0
Customer service management - - [x] Add message board to profiles - [x] Message board is only visible by admins - [x] Messages in this message board are only visible to admins - [x] Only admins can post in this message board - [x] Admin page in profile (visible only to admins) - [x] Make names in CRM clickable to that person's profile The purpose of this is to allow admins to input conversations they've had with users and to allow ease of access to previous conversation records by other admins.
priority
customer service management add message board to profiles message board is only visible by admins messages in this message board are only visible to admins only admins can post in this message board admin page in profile visible only to admins make names in crm clickable to that person s profile the purpose of this is to allow admins to input conversations they ve had with users and to allow ease of access to previous conversation records by other admins
1
389,876
11,518,606,080
IssuesEvent
2020-02-14 10:52:03
iteahome/team-project-online-shop
https://api.github.com/repos/iteahome/team-project-online-shop
closed
Fix Login duplicate message problem
Low_Priority bug
Upon logging in, both **LoginUI.displayLogin(...)** and **UserService.login(...)** prin out - almost identical - login successful messages. The one in **UserService.login(...)** should be removed. This means that the UI displays the "successful" message. This way, the **UserService.login(...)** method can be called in the new UserUpdateUI with a different "successful" message.
1.0
Fix Login duplicate message problem - Upon logging in, both **LoginUI.displayLogin(...)** and **UserService.login(...)** prin out - almost identical - login successful messages. The one in **UserService.login(...)** should be removed. This means that the UI displays the "successful" message. This way, the **UserService.login(...)** method can be called in the new UserUpdateUI with a different "successful" message.
priority
fix login duplicate message problem upon logging in both loginui displaylogin and userservice login prin out almost identical login successful messages the one in userservice login should be removed this means that the ui displays the successful message this way the userservice login method can be called in the new userupdateui with a different successful message
1
184,365
6,712,312,404
IssuesEvent
2017-10-13 08:54:22
thinkh/provenance_retrieval
https://api.github.com/repos/thinkh/provenance_retrieval
opened
Bookmark search results
priority: low type: feature
Bookmark a search result/state → and vice versa show bookmark in search results
1.0
Bookmark search results - Bookmark a search result/state → and vice versa show bookmark in search results
priority
bookmark search results bookmark a search result state → and vice versa show bookmark in search results
1
597,732
18,170,636,409
IssuesEvent
2021-09-27 19:34:38
googleapis/python-dialogflow
https://api.github.com/repos/googleapis/python-dialogflow
closed
samples.snippets.participant_management_test: test_analyze_content_text failed
priority: p1 type: bug api: dialogflow samples flakybot: issue flakybot: flaky
Note: #336 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 31e24e2652020cf6b47a865f4f52571e1769aaa9 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/6d61d17a-7ed1-4bd7-aa2c-5430af08632e), [Sponge](http://sponge2/6d61d17a-7ed1-4bd7-aa2c-5430af08632e) status: failed <details><summary>Test output</summary><br><pre>capsys = <_pytest.capture.CaptureFixture object at 0x7f1db53bdf10> def test_analyze_content_text(capsys): """Test analyze content api with text only messages. """ # Create knowledge base. knowledge_base_management.create_knowledge_base( PROJECT_ID, KNOWLEDGE_BASE_DISPLAY_NAME) out, _ = capsys.readouterr() knowledge_base_id = out.split('knowledgeBases/')[1].rstrip() # Get the knowledge base knowledge_base_management.get_knowledge_base(PROJECT_ID, knowledge_base_id) out, _ = capsys.readouterr() assert 'Display Name: {}'.format(KNOWLEDGE_BASE_DISPLAY_NAME) in out # Create documents. Note that you should get read permission of bucket gs://ruogu/parsed_5_24/7157212.html # via Pantheon for service account (google application credential account) from here: # https://pantheon.corp.google.com/storage/browser/ruogu/parsed_5_24/?project=agent-assistant-demo > document_management.create_document(PROJECT_ID, knowledge_base_id, DOCUMENT_DISPLAY_NAME, 'text/html', 'ARTICLE_SUGGESTION', 'gs://ruogu/parsed_5_24/7157212.html') participant_management_test.py:46: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ document_management.py:98: in create_document document = response.result(timeout=120) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <google.api_core.operation.Operation object at 0x7f1db53be6a0> timeout = 120, retry = <google.api_core.retry.Retry object at 0x7f1db7b020d0> def result(self, timeout=None, retry=DEFAULT_RETRY): """Get the result of the operation, blocking if necessary. Args: timeout (int): How long (in seconds) to wait for the operation to complete. If None, wait indefinitely. Returns: google.protobuf.Message: The Operation's result. Raises: google.api_core.GoogleAPICallError: If the operation errors or if the timeout is reached before the operation completes. """ kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry} self._blocking_poll(timeout=timeout, **kwargs) if self._exception is not None: # pylint: disable=raising-bad-type # Pylint doesn't recognize that this is valid in this case. > raise self._exception E google.api_core.exceptions.InvalidArgument: 400 The requested project was not found. .nox/py-3-8/lib/python3.8/site-packages/google/api_core/future/polling.py:135: InvalidArgument</pre></details>
1.0
samples.snippets.participant_management_test: test_analyze_content_text failed - Note: #336 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 31e24e2652020cf6b47a865f4f52571e1769aaa9 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/6d61d17a-7ed1-4bd7-aa2c-5430af08632e), [Sponge](http://sponge2/6d61d17a-7ed1-4bd7-aa2c-5430af08632e) status: failed <details><summary>Test output</summary><br><pre>capsys = <_pytest.capture.CaptureFixture object at 0x7f1db53bdf10> def test_analyze_content_text(capsys): """Test analyze content api with text only messages. """ # Create knowledge base. knowledge_base_management.create_knowledge_base( PROJECT_ID, KNOWLEDGE_BASE_DISPLAY_NAME) out, _ = capsys.readouterr() knowledge_base_id = out.split('knowledgeBases/')[1].rstrip() # Get the knowledge base knowledge_base_management.get_knowledge_base(PROJECT_ID, knowledge_base_id) out, _ = capsys.readouterr() assert 'Display Name: {}'.format(KNOWLEDGE_BASE_DISPLAY_NAME) in out # Create documents. Note that you should get read permission of bucket gs://ruogu/parsed_5_24/7157212.html # via Pantheon for service account (google application credential account) from here: # https://pantheon.corp.google.com/storage/browser/ruogu/parsed_5_24/?project=agent-assistant-demo > document_management.create_document(PROJECT_ID, knowledge_base_id, DOCUMENT_DISPLAY_NAME, 'text/html', 'ARTICLE_SUGGESTION', 'gs://ruogu/parsed_5_24/7157212.html') participant_management_test.py:46: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ document_management.py:98: in create_document document = response.result(timeout=120) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <google.api_core.operation.Operation object at 0x7f1db53be6a0> timeout = 120, retry = <google.api_core.retry.Retry object at 0x7f1db7b020d0> def result(self, timeout=None, retry=DEFAULT_RETRY): """Get the result of the operation, blocking if necessary. Args: timeout (int): How long (in seconds) to wait for the operation to complete. If None, wait indefinitely. Returns: google.protobuf.Message: The Operation's result. Raises: google.api_core.GoogleAPICallError: If the operation errors or if the timeout is reached before the operation completes. """ kwargs = {} if retry is DEFAULT_RETRY else {"retry": retry} self._blocking_poll(timeout=timeout, **kwargs) if self._exception is not None: # pylint: disable=raising-bad-type # Pylint doesn't recognize that this is valid in this case. > raise self._exception E google.api_core.exceptions.InvalidArgument: 400 The requested project was not found. .nox/py-3-8/lib/python3.8/site-packages/google/api_core/future/polling.py:135: InvalidArgument</pre></details>
priority
samples snippets participant management test test analyze content text failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output capsys def test analyze content text capsys test analyze content api with text only messages create knowledge base knowledge base management create knowledge base project id knowledge base display name out capsys readouterr knowledge base id out split knowledgebases rstrip get the knowledge base knowledge base management get knowledge base project id knowledge base id out capsys readouterr assert display name format knowledge base display name in out create documents note that you should get read permission of bucket gs ruogu parsed html via pantheon for service account google application credential account from here document management create document project id knowledge base id document display name text html article suggestion gs ruogu parsed html participant management test py document management py in create document document response result timeout self timeout retry def result self timeout none retry default retry get the result of the operation blocking if necessary args timeout int how long in seconds to wait for the operation to complete if none wait indefinitely returns google protobuf message the operation s result raises google api core googleapicallerror if the operation errors or if the timeout is reached before the operation completes kwargs if retry is default retry else retry retry self blocking poll timeout timeout kwargs if self exception is not none pylint disable raising bad type pylint doesn t recognize that this is valid in this case raise self exception e google api core exceptions invalidargument the requested project was not found nox py lib site packages google api core future polling py invalidargument
1
299,944
9,205,995,566
IssuesEvent
2019-03-08 12:22:05
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Thematic raster class names not supported
Category: Rasters Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request
--- Author Name: **jonathan -** (jonathan -) Original Redmine Issue: 1296, https://issues.qgis.org/issues/1296 Original Assignee: nobody - --- There is currently no way to view the class names associated with a cell in a thematic raster file. --- - [small.zip](https://issues.qgis.org/attachments/download/2140/small.zip) (jonathan -) - [arcmap_screenshot.png](https://issues.qgis.org/attachments/download/2139/arcmap_screenshot.png) (jonathan -)
1.0
Thematic raster class names not supported - --- Author Name: **jonathan -** (jonathan -) Original Redmine Issue: 1296, https://issues.qgis.org/issues/1296 Original Assignee: nobody - --- There is currently no way to view the class names associated with a cell in a thematic raster file. --- - [small.zip](https://issues.qgis.org/attachments/download/2140/small.zip) (jonathan -) - [arcmap_screenshot.png](https://issues.qgis.org/attachments/download/2139/arcmap_screenshot.png) (jonathan -)
priority
thematic raster class names not supported author name jonathan jonathan original redmine issue original assignee nobody there is currently no way to view the class names associated with a cell in a thematic raster file jonathan jonathan
1
509,542
14,739,580,807
IssuesEvent
2021-01-07 07:30:10
prometheus/prometheus
https://api.github.com/repos/prometheus/prometheus
closed
Reload blocks every minute irrespective of compaction taking place
component/tsdb kind/enhancement low hanging fruit priority/P3
<!-- Please do *NOT* ask usage questions in Github issues. If your issue is not a feature request or bug report use: https://groups.google.com/forum/#!forum/prometheus-users. If you are unsure whether you hit a bug, search and ask in the mailing list first. You can find more information at: https://prometheus.io/community/ --> **What did you do?** I am trying the new command `tsdb create-blocks-from openmetrics` of `promtool`, input file content is : ```yaml # HELP http_requests_total The total number of HTTP requests. # TYPE http_requests_total counter http_requests_total{code="200"} 1021 1607491300.989 http_requests_total{code="200"} 1022 1607491330 http_requests_total{code="200"} 1026 1607491360 http_requests_total{code="200"} 1029 1607491390.989 http_requests_total{code="200"} 1030 1607491420.989 http_requests_total{code="200"} 1032 1607491450 http_requests_total{code="200"} 1033 1607491480 http_requests_total{code="200"} 1038 1607491510.989 http_requests_total{code="400"} 2 1607491300.989 http_requests_total{code="400"} 2 1607491330 http_requests_total{code="400"} 3 1607491390.989 http_requests_total{code="400"} 3 1607491420.989 http_requests_total{code="400"} 3 1607491450 http_requests_total{code="400"} 4 1607491360.989 http_requests_total{code="400"} 4 1607491480.989 http_requests_total{code="400"} 5 1607491510 # EOF ``` running command with result: ```bash ./promtool tsdb create-blocks-from openmetrics backfill-demo.txt BLOCK ULID MIN TIME MAX TIME DURATION NUM SAMPLES NUM CHUNKS NUM SERIES SIZE 01ES3Y6KHEAZR7NX00SNP35V26 2020-12-09 05:21:40 +0000 UTC 2020-12-09 05:25:10 +0000 UTC 3m30.001s 15 2 2 769B ``` then I query the input data but without result: <img width="948" alt="Screen Shot 2020-12-09 at 8 57 23 PM" src="https://user-images.githubusercontent.com/1459834/101632946-8acf1d00-3a61-11eb-8f03-6fe8f00ffa69.png"> It works after restart prometheus server: <img width="946" alt="Screen Shot 2020-12-09 at 8 57 38 PM" src="https://user-images.githubusercontent.com/1459834/101632997-9b7f9300-3a61-11eb-8d66-1fa3cce0d5fe.png"> Not sure it's a bug or a feature, maybe it should hot reload new blocks rather than restart the server. **Environment** * System information: Darwin 17.7.0 x86_64 * Prometheus version: ``` prometheus, version 2.23.0 (branch: master, revision: e13f4a5f6e93c51b0238e2b7095e575e905ad758) build user: songjiayang@ZBMAC-90549ae81 build date: 20201209-14:31:13 go version: go1.14.6 platform: darwin/amd64 ```
1.0
Reload blocks every minute irrespective of compaction taking place - <!-- Please do *NOT* ask usage questions in Github issues. If your issue is not a feature request or bug report use: https://groups.google.com/forum/#!forum/prometheus-users. If you are unsure whether you hit a bug, search and ask in the mailing list first. You can find more information at: https://prometheus.io/community/ --> **What did you do?** I am trying the new command `tsdb create-blocks-from openmetrics` of `promtool`, input file content is : ```yaml # HELP http_requests_total The total number of HTTP requests. # TYPE http_requests_total counter http_requests_total{code="200"} 1021 1607491300.989 http_requests_total{code="200"} 1022 1607491330 http_requests_total{code="200"} 1026 1607491360 http_requests_total{code="200"} 1029 1607491390.989 http_requests_total{code="200"} 1030 1607491420.989 http_requests_total{code="200"} 1032 1607491450 http_requests_total{code="200"} 1033 1607491480 http_requests_total{code="200"} 1038 1607491510.989 http_requests_total{code="400"} 2 1607491300.989 http_requests_total{code="400"} 2 1607491330 http_requests_total{code="400"} 3 1607491390.989 http_requests_total{code="400"} 3 1607491420.989 http_requests_total{code="400"} 3 1607491450 http_requests_total{code="400"} 4 1607491360.989 http_requests_total{code="400"} 4 1607491480.989 http_requests_total{code="400"} 5 1607491510 # EOF ``` running command with result: ```bash ./promtool tsdb create-blocks-from openmetrics backfill-demo.txt BLOCK ULID MIN TIME MAX TIME DURATION NUM SAMPLES NUM CHUNKS NUM SERIES SIZE 01ES3Y6KHEAZR7NX00SNP35V26 2020-12-09 05:21:40 +0000 UTC 2020-12-09 05:25:10 +0000 UTC 3m30.001s 15 2 2 769B ``` then I query the input data but without result: <img width="948" alt="Screen Shot 2020-12-09 at 8 57 23 PM" src="https://user-images.githubusercontent.com/1459834/101632946-8acf1d00-3a61-11eb-8f03-6fe8f00ffa69.png"> It works after restart prometheus server: <img width="946" alt="Screen Shot 2020-12-09 at 8 57 38 PM" src="https://user-images.githubusercontent.com/1459834/101632997-9b7f9300-3a61-11eb-8d66-1fa3cce0d5fe.png"> Not sure it's a bug or a feature, maybe it should hot reload new blocks rather than restart the server. **Environment** * System information: Darwin 17.7.0 x86_64 * Prometheus version: ``` prometheus, version 2.23.0 (branch: master, revision: e13f4a5f6e93c51b0238e2b7095e575e905ad758) build user: songjiayang@ZBMAC-90549ae81 build date: 20201209-14:31:13 go version: go1.14.6 platform: darwin/amd64 ```
priority
reload blocks every minute irrespective of compaction taking place please do not ask usage questions in github issues if your issue is not a feature request or bug report use if you are unsure whether you hit a bug search and ask in the mailing list first you can find more information at what did you do i am trying the new command tsdb create blocks from openmetrics of promtool input file content is yaml help http requests total the total number of http requests type http requests total counter http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code http requests total code eof running command with result bash promtool tsdb create blocks from openmetrics backfill demo txt block ulid min time max time duration num samples num chunks num series size utc utc then i query the input data but without result img width alt screen shot at pm src it works after restart prometheus server img width alt screen shot at pm src not sure it s a bug or a feature maybe it should hot reload new blocks rather than restart the server environment system information darwin prometheus version prometheus version branch master revision build user songjiayang zbmac build date go version platform darwin
1
96,742
3,972,420,217
IssuesEvent
2016-05-04 15:16:34
rwesson/NEAT
https://api.github.com/repos/rwesson/NEAT
closed
Parallelisation
Low priority
Users could have the option to use more than one processor if they wish. We may need to think about our random number generator: see http://gcc.gnu.org/onlinedocs/gfortran/RANDOM_005fNUMBER.html
1.0
Parallelisation - Users could have the option to use more than one processor if they wish. We may need to think about our random number generator: see http://gcc.gnu.org/onlinedocs/gfortran/RANDOM_005fNUMBER.html
priority
parallelisation users could have the option to use more than one processor if they wish we may need to think about our random number generator see
1
374,336
11,088,114,596
IssuesEvent
2019-12-14 08:21:52
RaenonX/Jelly-Bot
https://api.github.com/repos/RaenonX/Jelly-Bot
opened
Channel Default Language
low-priority task
Allow setting the default language of the channel. Language setting will prioritize like this: Channel Language > User Language > Global Language
1.0
Channel Default Language - Allow setting the default language of the channel. Language setting will prioritize like this: Channel Language > User Language > Global Language
priority
channel default language allow setting the default language of the channel language setting will prioritize like this channel language user language global language
1
76,486
3,488,530,105
IssuesEvent
2016-01-03 01:48:03
gama-platform/gama
https://api.github.com/repos/gama-platform/gama
opened
Minor visual annoyance: the icon for toggling mark occurrences is always visible
> Bug Affects Usability Concerns Interface OS All Priority Low Version Git
In the modeling perspective, the icon for toggling mark occurrences is always visible in the main toolbar (see picture). <img width="321" alt="capture 2016-01-03 a 08 45 09" src="https://cloud.githubusercontent.com/assets/579256/12076946/97428ce6-b1f6-11e5-9c58-2fd11d27d4b0.PNG">
1.0
Minor visual annoyance: the icon for toggling mark occurrences is always visible - In the modeling perspective, the icon for toggling mark occurrences is always visible in the main toolbar (see picture). <img width="321" alt="capture 2016-01-03 a 08 45 09" src="https://cloud.githubusercontent.com/assets/579256/12076946/97428ce6-b1f6-11e5-9c58-2fd11d27d4b0.PNG">
priority
minor visual annoyance the icon for toggling mark occurrences is always visible in the modeling perspective the icon for toggling mark occurrences is always visible in the main toolbar see picture img width alt capture a src
1
595,403
18,065,489,852
IssuesEvent
2021-09-20 18:37:09
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[Human] Sword & Mace Specialization remain while unarmed, only reducing Expertise once you then equip a weapon which is not a mace or sword
Priority-Low Confirmed ChromieCraft Generic
### What client do you play on? enUS ### Faction - [X] Alliance - [ ] Horde ### Content Phase: - [X] Generic - [ ] 1-19 - [ ] 20-29 - [ ] 30-39 - [ ] 40-49 - [ ] 50-59 ### Current Behaviour Original report: https://github.com/chromiecraft/chromiecraft/issues/1652 Equipping/unequipping a sword or a mace, at least the 1 handers I have, does not change my human character's expertise rating in the character pane. Only once I equip another weapon type do I lose the expertise - not when disarmed of sword / mace. Testers note: Checked whether it was client side by deleting cache, but the expertise stays even after deletion. ![image](https://user-images.githubusercontent.com/53914190/132343159-c9f4fea1-eb86-4064-94fb-4f292b4ae406.png) ![image](https://user-images.githubusercontent.com/53914190/132343174-c2089705-749e-4282-9795-8507a29472b3.png) ### Expected Blizzlike Behaviour Sword & Mace Specialization should work as in tooltip, +3 Expertise when equipping a 1h or 2h sword or mace, but not otherwise (as in when unarmed). ### Source _No response_ ### Steps to reproduce the problem 1. Make a human 2. Equip 1h/2h mace/sword 3. Unquip weapon 4. Notice same expertise ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb ### Operating system Windows 10 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) ### Customizations None ### Server ChromieCraft
1.0
[Human] Sword & Mace Specialization remain while unarmed, only reducing Expertise once you then equip a weapon which is not a mace or sword - ### What client do you play on? enUS ### Faction - [X] Alliance - [ ] Horde ### Content Phase: - [X] Generic - [ ] 1-19 - [ ] 20-29 - [ ] 30-39 - [ ] 40-49 - [ ] 50-59 ### Current Behaviour Original report: https://github.com/chromiecraft/chromiecraft/issues/1652 Equipping/unequipping a sword or a mace, at least the 1 handers I have, does not change my human character's expertise rating in the character pane. Only once I equip another weapon type do I lose the expertise - not when disarmed of sword / mace. Testers note: Checked whether it was client side by deleting cache, but the expertise stays even after deletion. ![image](https://user-images.githubusercontent.com/53914190/132343159-c9f4fea1-eb86-4064-94fb-4f292b4ae406.png) ![image](https://user-images.githubusercontent.com/53914190/132343174-c2089705-749e-4282-9795-8507a29472b3.png) ### Expected Blizzlike Behaviour Sword & Mace Specialization should work as in tooltip, +3 Expertise when equipping a 1h or 2h sword or mace, but not otherwise (as in when unarmed). ### Source _No response_ ### Steps to reproduce the problem 1. Make a human 2. Equip 1h/2h mace/sword 3. Unquip weapon 4. Notice same expertise ### Extra Notes _No response_ ### AC rev. hash/commit https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb ### Operating system Windows 10 ### Modules - [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot) - [mod-cfbg](https://github.com/azerothcore/mod-cfbg) - [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp) - [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings) - [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset) - [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine) - [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker) - [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena) - [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check) - [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles) - [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer) - [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache) - [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown) - [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy) - [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss) - [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward) - [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend) - [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind) - [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements) - [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck) ### Customizations None ### Server ChromieCraft
priority
sword mace specialization remain while unarmed only reducing expertise once you then equip a weapon which is not a mace or sword what client do you play on enus faction alliance horde content phase generic current behaviour original report equipping unequipping a sword or a mace at least the handers i have does not change my human character s expertise rating in the character pane only once i equip another weapon type do i lose the expertise not when disarmed of sword mace testers note checked whether it was client side by deleting cache but the expertise stays even after deletion expected blizzlike behaviour sword mace specialization should work as in tooltip expertise when equipping a or sword or mace but not otherwise as in when unarmed source no response steps to reproduce the problem make a human equip mace sword unquip weapon notice same expertise extra notes no response ac rev hash commit operating system windows modules customizations none server chromiecraft
1
406,138
11,887,351,312
IssuesEvent
2020-03-28 01:20:12
CodeForPhilly/chime
https://api.github.com/repos/CodeForPhilly/chime
closed
site title
dash enhancement python ⇩ low priority
<img width="321" alt="Screen Shot 2020-03-17 at 8 15 06 PM" src="https://user-images.githubusercontent.com/9036553/76913164-94d63d80-688c-11ea-9532-31d3c3a3de6b.png"> gimme dat sweet custom title @mdbecker @cjbayesian what do you want this called?
1.0
site title - <img width="321" alt="Screen Shot 2020-03-17 at 8 15 06 PM" src="https://user-images.githubusercontent.com/9036553/76913164-94d63d80-688c-11ea-9532-31d3c3a3de6b.png"> gimme dat sweet custom title @mdbecker @cjbayesian what do you want this called?
priority
site title img width alt screen shot at pm src gimme dat sweet custom title mdbecker cjbayesian what do you want this called
1
603,785
18,671,438,306
IssuesEvent
2021-10-30 19:39:16
Joe91/fun-bots
https://api.github.com/repos/Joe91/fun-bots
closed
The UI interface cannot be replaced with another language
enhancement Priority: low
### Scope WebUI ### Enhancement The old version can change the language, and hopefully the new version will follow ### Use case can't change the language, it's easy to get a bot set up incorrectly ### I have checked the following... - [X] I have read the [contribution guidelines on reporting bugs](https://github.com/Joe91/fun-bots/blob/master/.github/CONTRIBUTING.md#reporting-a-bug) and the [code of conduct](https://github.com/Joe91/fun-bots/blob/master/.github/CODE_OF_CONDUCT.md).
1.0
The UI interface cannot be replaced with another language - ### Scope WebUI ### Enhancement The old version can change the language, and hopefully the new version will follow ### Use case can't change the language, it's easy to get a bot set up incorrectly ### I have checked the following... - [X] I have read the [contribution guidelines on reporting bugs](https://github.com/Joe91/fun-bots/blob/master/.github/CONTRIBUTING.md#reporting-a-bug) and the [code of conduct](https://github.com/Joe91/fun-bots/blob/master/.github/CODE_OF_CONDUCT.md).
priority
the ui interface cannot be replaced with another language scope webui enhancement the old version can change the language and hopefully the new version will follow use case can t change the language it s easy to get a bot set up incorrectly i have checked the following i have read the and the
1
251,536
8,016,683,757
IssuesEvent
2018-07-25 14:01:56
BluePlanetIT/SafeWatch-Cloud
https://api.github.com/repos/BluePlanetIT/SafeWatch-Cloud
opened
PowerBI API
idea low priority
Need the ability to dynamically generate PowerBI reports. This would involve creating a template where the company's data can be fed in via API, returning a full report to embed on the dashboard.
1.0
PowerBI API - Need the ability to dynamically generate PowerBI reports. This would involve creating a template where the company's data can be fed in via API, returning a full report to embed on the dashboard.
priority
powerbi api need the ability to dynamically generate powerbi reports this would involve creating a template where the company s data can be fed in via api returning a full report to embed on the dashboard
1
828,609
31,836,029,945
IssuesEvent
2023-09-14 13:34:47
Marin-MK/RPG-Studio-MK
https://api.github.com/repos/Marin-MK/RPG-Studio-MK
opened
Add an Analytics mode or submode
low-priority to-do
An Analytics mode could be added, where users could see the type spread of their pokedexes, a breakdown of common Base Stat Totals, compare trainers and their projected strength, a full overview of all connected maps and their relation to the region map, encounter distributions, and how common items, species, and moves are. These are just examples and not guaranteed to be implemented, nor is this a complete list.
1.0
Add an Analytics mode or submode - An Analytics mode could be added, where users could see the type spread of their pokedexes, a breakdown of common Base Stat Totals, compare trainers and their projected strength, a full overview of all connected maps and their relation to the region map, encounter distributions, and how common items, species, and moves are. These are just examples and not guaranteed to be implemented, nor is this a complete list.
priority
add an analytics mode or submode an analytics mode could be added where users could see the type spread of their pokedexes a breakdown of common base stat totals compare trainers and their projected strength a full overview of all connected maps and their relation to the region map encounter distributions and how common items species and moves are these are just examples and not guaranteed to be implemented nor is this a complete list
1
763,601
26,764,975,747
IssuesEvent
2023-01-31 10:00:05
ut-issl/c2a-core
https://api.github.com/repos/ut-issl/c2a-core
opened
MOBC_BL.AOBC_BL.Cmd_hoge ができるようにしたい
priority::low WINGS
## 概要 MOBC_BL.AOBC_BL.Cmd_hoge ができるようにしたい ## 詳細 MOBCでBLのキューに入って、TL展開されて、発火したら subOBCのBLとして登録される、というのができると便利。軌道上で、AOBC の BC を書き換える block コマンドを MOBCに持つことができ、1コマンドで色々設定できるようになるため。 現状は、`PL_deploy_block_cmd` で展開するときに、 exec type が TL に書き換えられ、TLが発火して PH で DI_AOBC に送られると `DI_AOBC_dispatch_command` で exec type が RT に書き換えられる。ので、現状はどう頑張っても RT コマンドになってしまう。 実装するには以下が必要に思われる - exec type に `BL_to_subOBC_BL`, `TL_to_subOBC_BL` みたいなのを追加する - 引数のTIを2つ指定できるように cmdのSHを拡張する ## close条件 良い方法が見つかったら ## 備考 なにかあれば ## 注意 - 関連する Projects が存在する場合,それの紐付けを行うこと - 可能ならば `priority` ラベルを付けること - 可能ならば Assignees を設定すること - close するときは結論を明記すること
1.0
MOBC_BL.AOBC_BL.Cmd_hoge ができるようにしたい - ## 概要 MOBC_BL.AOBC_BL.Cmd_hoge ができるようにしたい ## 詳細 MOBCでBLのキューに入って、TL展開されて、発火したら subOBCのBLとして登録される、というのができると便利。軌道上で、AOBC の BC を書き換える block コマンドを MOBCに持つことができ、1コマンドで色々設定できるようになるため。 現状は、`PL_deploy_block_cmd` で展開するときに、 exec type が TL に書き換えられ、TLが発火して PH で DI_AOBC に送られると `DI_AOBC_dispatch_command` で exec type が RT に書き換えられる。ので、現状はどう頑張っても RT コマンドになってしまう。 実装するには以下が必要に思われる - exec type に `BL_to_subOBC_BL`, `TL_to_subOBC_BL` みたいなのを追加する - 引数のTIを2つ指定できるように cmdのSHを拡張する ## close条件 良い方法が見つかったら ## 備考 なにかあれば ## 注意 - 関連する Projects が存在する場合,それの紐付けを行うこと - 可能ならば `priority` ラベルを付けること - 可能ならば Assignees を設定すること - close するときは結論を明記すること
priority
mobc bl aobc bl cmd hoge ができるようにしたい 概要 mobc bl aobc bl cmd hoge ができるようにしたい 詳細 mobcでblのキューに入って、tl展開されて、発火したら subobcのblとして登録される、というのができると便利。軌道上で、aobc の bc を書き換える block コマンドを mobcに持つことができ、 。 現状は、 pl deploy block cmd で展開するときに、 exec type が tl に書き換えられ、tlが発火して ph で di aobc に送られると di aobc dispatch command で exec type が rt に書き換えられる。ので、現状はどう頑張っても rt コマンドになってしまう。 実装するには以下が必要に思われる exec type に bl to subobc bl tl to subobc bl みたいなのを追加する cmdのshを拡張する close条件 良い方法が見つかったら 備考 なにかあれば 注意 関連する projects が存在する場合,それの紐付けを行うこと 可能ならば priority ラベルを付けること 可能ならば assignees を設定すること close するときは結論を明記すること
1
772,831
27,137,633,625
IssuesEvent
2023-02-16 14:19:00
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Pinned Shared notes lead to confusing state in the userlist area
priority: low module: client target: usability
<!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. This issue tracker is only for bbb development related issues.--> **Describe the bug** When you're in a meeting where the shared notes are pinned, you can still see the entry for Shared notes above the userlist (good for consistency). That row is non-selectable (good). But people still try to click on it, and are overall confused about the fact that the shared notes are pinned Suggested changes 1. When the presenter pins the shared notes to the presentation area, distribute a toast notification saying something along the line of "The Shared Notes are now pinned in the main area" 2. Add a label "pinned" in the shared notes row ![Screenshot from 2023-01-10 15-37-48](https://user-images.githubusercontent.com/6312397/211657214-855e1e8c-70a9-429d-8055-018c04f32497.png) cc @tylercopeland for suggestions **Screenshots** ![Screenshot from 2023-01-10 15-31-26](https://user-images.githubusercontent.com/6312397/211657281-44b52707-1e36-4825-9bc0-983f3e1ac873.png) **BBB version:** BigBlueButton 2.6.0-beta.5
1.0
Pinned Shared notes lead to confusing state in the userlist area - <!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. This issue tracker is only for bbb development related issues.--> **Describe the bug** When you're in a meeting where the shared notes are pinned, you can still see the entry for Shared notes above the userlist (good for consistency). That row is non-selectable (good). But people still try to click on it, and are overall confused about the fact that the shared notes are pinned Suggested changes 1. When the presenter pins the shared notes to the presentation area, distribute a toast notification saying something along the line of "The Shared Notes are now pinned in the main area" 2. Add a label "pinned" in the shared notes row ![Screenshot from 2023-01-10 15-37-48](https://user-images.githubusercontent.com/6312397/211657214-855e1e8c-70a9-429d-8055-018c04f32497.png) cc @tylercopeland for suggestions **Screenshots** ![Screenshot from 2023-01-10 15-31-26](https://user-images.githubusercontent.com/6312397/211657281-44b52707-1e36-4825-9bc0-983f3e1ac873.png) **BBB version:** BigBlueButton 2.6.0-beta.5
priority
pinned shared notes lead to confusing state in the userlist area please do not file issues for general support questions this issue tracker is only for bbb development related issues describe the bug when you re in a meeting where the shared notes are pinned you can still see the entry for shared notes above the userlist good for consistency that row is non selectable good but people still try to click on it and are overall confused about the fact that the shared notes are pinned suggested changes when the presenter pins the shared notes to the presentation area distribute a toast notification saying something along the line of the shared notes are now pinned in the main area add a label pinned in the shared notes row cc tylercopeland for suggestions screenshots bbb version bigbluebutton beta
1
687,016
23,511,340,929
IssuesEvent
2022-08-18 16:50:37
responsible-ai-collaborative/aiid
https://api.github.com/repos/responsible-ai-collaborative/aiid
closed
Images 404ing
Type:Bug Effort: Low Priority:High
Two images on incident 66 are 404ing. <img width="480" alt="Screen Shot 2022-06-21 at 10 13 45 PM" src="https://user-images.githubusercontent.com/64780/174948812-8650ebfa-a85a-4533-a3bd-cae887d8b177.png"> <img width="862" alt="Screen Shot 2022-06-21 at 10 12 48 PM" src="https://user-images.githubusercontent.com/64780/174948725-b7315b23-7917-4f07-a152-6493c96c840d.png">
1.0
Images 404ing - Two images on incident 66 are 404ing. <img width="480" alt="Screen Shot 2022-06-21 at 10 13 45 PM" src="https://user-images.githubusercontent.com/64780/174948812-8650ebfa-a85a-4533-a3bd-cae887d8b177.png"> <img width="862" alt="Screen Shot 2022-06-21 at 10 12 48 PM" src="https://user-images.githubusercontent.com/64780/174948725-b7315b23-7917-4f07-a152-6493c96c840d.png">
priority
images two images on incident are img width alt screen shot at pm src img width alt screen shot at pm src
1
441,964
12,735,443,792
IssuesEvent
2020-06-25 15:20:12
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
opened
Bad disconnect reason when client connects with wrong address type
area: Bluetooth bug priority: low
**Describe the bug** If a client connects with a wrong address type (i.e. public instead of random), then the disconnect reason from the server is `BT_HCI_ERR_MEM_CAPACITY_EXCEEDED`. **To Reproduce** Using the BT Shell application: Advertiser: ``` bt init bt advertise on ``` Which will start advertising with a random (resolvable address) Initiator: ``` bt init bt connect <address> public ``` where `address` is the random resolvable address from the advertiser. **Expected behavior** Expect to see some other error code (e.g. `BT_HCI_ERR_BD_ADDR_UNACCEPTABLE` or `BT_HCI_ERR_UNACCEPT_CONN_PARAM`), or perhaps something entirely different should happen. **Impact** Low impact as this is a (human) client error. **Logs and console output** BTMON log from the server ``` > HCI Event: LE Meta Event (0x3e) plen 31 #210 [hci1] 490.763947 LE Enhanced Connection Complete (0x0a) Status: Success (0x00) Handle: 3585 Role: Master (0x00) Peer address type: Random (0x01) Peer address: 47:BE:39:10:67:B7 (Resolvable) Local resolvable private address: 00:00:00:00:00:00 (Non-Resolvable) Peer resolvable private address: 00:00:00:00:00:00 (Non-Resolvable) Connection interval: 45.00 msec (0x0024) Connection latency: 0 (0x0000) Supervision timeout: 4000 msec (0x0190) Master clock accuracy: 0x00 < HCI Command: Disconnect (0x01|0x0006) plen 3 #211 [hci1] 490.802547 Handle: 3585 Reason: Memory Capacity Exceeded (0x07) ``` **Environment (please complete the following information):** Using Linux with the `native_posix` board and commit `af67b297a38a31815f4adeea0fab215858203c1c` with the `/tests/bluetooth/shell` project. **Additional context** Comment from @joerchan : > The reason for the disconnect is that the Host does not have enough context's for the new connection. Which is a situation we should never find ourselves in.
1.0
Bad disconnect reason when client connects with wrong address type - **Describe the bug** If a client connects with a wrong address type (i.e. public instead of random), then the disconnect reason from the server is `BT_HCI_ERR_MEM_CAPACITY_EXCEEDED`. **To Reproduce** Using the BT Shell application: Advertiser: ``` bt init bt advertise on ``` Which will start advertising with a random (resolvable address) Initiator: ``` bt init bt connect <address> public ``` where `address` is the random resolvable address from the advertiser. **Expected behavior** Expect to see some other error code (e.g. `BT_HCI_ERR_BD_ADDR_UNACCEPTABLE` or `BT_HCI_ERR_UNACCEPT_CONN_PARAM`), or perhaps something entirely different should happen. **Impact** Low impact as this is a (human) client error. **Logs and console output** BTMON log from the server ``` > HCI Event: LE Meta Event (0x3e) plen 31 #210 [hci1] 490.763947 LE Enhanced Connection Complete (0x0a) Status: Success (0x00) Handle: 3585 Role: Master (0x00) Peer address type: Random (0x01) Peer address: 47:BE:39:10:67:B7 (Resolvable) Local resolvable private address: 00:00:00:00:00:00 (Non-Resolvable) Peer resolvable private address: 00:00:00:00:00:00 (Non-Resolvable) Connection interval: 45.00 msec (0x0024) Connection latency: 0 (0x0000) Supervision timeout: 4000 msec (0x0190) Master clock accuracy: 0x00 < HCI Command: Disconnect (0x01|0x0006) plen 3 #211 [hci1] 490.802547 Handle: 3585 Reason: Memory Capacity Exceeded (0x07) ``` **Environment (please complete the following information):** Using Linux with the `native_posix` board and commit `af67b297a38a31815f4adeea0fab215858203c1c` with the `/tests/bluetooth/shell` project. **Additional context** Comment from @joerchan : > The reason for the disconnect is that the Host does not have enough context's for the new connection. Which is a situation we should never find ourselves in.
priority
bad disconnect reason when client connects with wrong address type describe the bug if a client connects with a wrong address type i e public instead of random then the disconnect reason from the server is bt hci err mem capacity exceeded to reproduce using the bt shell application advertiser bt init bt advertise on which will start advertising with a random resolvable address initiator bt init bt connect public where address is the random resolvable address from the advertiser expected behavior expect to see some other error code e g bt hci err bd addr unacceptable or bt hci err unaccept conn param or perhaps something entirely different should happen impact low impact as this is a human client error logs and console output btmon log from the server hci event le meta event plen le enhanced connection complete status success handle role master peer address type random peer address be resolvable local resolvable private address non resolvable peer resolvable private address non resolvable connection interval msec connection latency supervision timeout msec master clock accuracy hci command disconnect plen handle reason memory capacity exceeded environment please complete the following information using linux with the native posix board and commit with the tests bluetooth shell project additional context comment from joerchan the reason for the disconnect is that the host does not have enough context s for the new connection which is a situation we should never find ourselves in
1
7,512
2,603,053,391
IssuesEvent
2015-02-24 13:51:07
geosolutions-it/MapStore
https://api.github.com/repos/geosolutions-it/MapStore
opened
Duplicate login button in manager
bug Priority: Low
When a aconfiguration contains the login button and the map manager open it, you will see 2 login buttons. This should be avoided with some flag passed in the query string (hideLogin=true) in the manager.
1.0
Duplicate login button in manager - When a aconfiguration contains the login button and the map manager open it, you will see 2 login buttons. This should be avoided with some flag passed in the query string (hideLogin=true) in the manager.
priority
duplicate login button in manager when a aconfiguration contains the login button and the map manager open it you will see login buttons this should be avoided with some flag passed in the query string hidelogin true in the manager
1
431,729
12,484,793,169
IssuesEvent
2020-05-30 16:27:50
minio/minio-dotnet
https://api.github.com/repos/minio/minio-dotnet
closed
Does minioclient need to be created every time
community priority: low
Hello I have some questions about using MinioClient. All the examlle show a new instance being created each time. My question is can I use a MinioClient as a Singleton in my .netcore app? Secondly, does it need to be disposed after it has been used? Thirdly, does MinioClient use a HttpClient internally? If so is it protected from the issue mentioned here: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests#issues-with-the-original-httpclient-class-available-in-net-core Thanks in advance :)
1.0
Does minioclient need to be created every time - Hello I have some questions about using MinioClient. All the examlle show a new instance being created each time. My question is can I use a MinioClient as a Singleton in my .netcore app? Secondly, does it need to be disposed after it has been used? Thirdly, does MinioClient use a HttpClient internally? If so is it protected from the issue mentioned here: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests#issues-with-the-original-httpclient-class-available-in-net-core Thanks in advance :)
priority
does minioclient need to be created every time hello i have some questions about using minioclient all the examlle show a new instance being created each time my question is can i use a minioclient as a singleton in my netcore app secondly does it need to be disposed after it has been used thirdly does minioclient use a httpclient internally if so is it protected from the issue mentioned here thanks in advance
1
279,333
8,664,269,766
IssuesEvent
2018-11-28 19:40:47
SIB-Colombia/catalogo-de-la-biodiversidad-frontend
https://api.github.com/repos/SIB-Colombia/catalogo-de-la-biodiversidad-frontend
opened
Filtro superior | Falta 'disclaimer' en departamentos
Priority: Low Type: Content Type: Frontend Type: Question
Falta incluir el 'disclaimer' asociado a la lista de departamentos en el filtro superior @javiesgm @leobuitrago que texto debería estar asociado al asterisco (*) que acompaña a los departamentos? ![image](https://user-images.githubusercontent.com/5700527/49177546-807ad400-f31b-11e8-9271-672671490443.png)
1.0
Filtro superior | Falta 'disclaimer' en departamentos - Falta incluir el 'disclaimer' asociado a la lista de departamentos en el filtro superior @javiesgm @leobuitrago que texto debería estar asociado al asterisco (*) que acompaña a los departamentos? ![image](https://user-images.githubusercontent.com/5700527/49177546-807ad400-f31b-11e8-9271-672671490443.png)
priority
filtro superior falta disclaimer en departamentos falta incluir el disclaimer asociado a la lista de departamentos en el filtro superior javiesgm leobuitrago que texto debería estar asociado al asterisco que acompaña a los departamentos
1
107,479
4,309,456,272
IssuesEvent
2016-07-21 16:03:15
AGGA-IRIT/Radium-Engine
https://api.github.com/repos/AGGA-IRIT/Radium-Engine
closed
std container interface for IndexMap
Core enhancement Low priority
It would be nice to have functions such as `begin()` or `end()` and iterators on IndexMap to use it just like a std container.
1.0
std container interface for IndexMap - It would be nice to have functions such as `begin()` or `end()` and iterators on IndexMap to use it just like a std container.
priority
std container interface for indexmap it would be nice to have functions such as begin or end and iterators on indexmap to use it just like a std container
1
780,520
27,398,631,733
IssuesEvent
2023-02-28 21:58:37
PrefectHQ/prefect
https://api.github.com/repos/PrefectHQ/prefect
closed
BUG: Orion version header is misaligned
bug status:accepted ui priority:low
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the Prefect documentation for this issue. - [X] I checked that this issue is related to Prefect and not one of its dependencies. ### Bug summary The version tag is misaligned (should be on the right) on the settings page: ![Screen Shot 2022-09-29 at 12 35 09 PM](https://user-images.githubusercontent.com/27291717/193088705-5c07da04-0107-4569-ba2c-5397b45ae880.png) ### Reproduction ```python3 Visit the settings page ``` ### Error ```python3 N/A ``` ### Versions ```Text 2.4.3 ``` ### Additional context _No response_
1.0
BUG: Orion version header is misaligned - ### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the Prefect documentation for this issue. - [X] I checked that this issue is related to Prefect and not one of its dependencies. ### Bug summary The version tag is misaligned (should be on the right) on the settings page: ![Screen Shot 2022-09-29 at 12 35 09 PM](https://user-images.githubusercontent.com/27291717/193088705-5c07da04-0107-4569-ba2c-5397b45ae880.png) ### Reproduction ```python3 Visit the settings page ``` ### Error ```python3 N/A ``` ### Versions ```Text 2.4.3 ``` ### Additional context _No response_
priority
bug orion version header is misaligned first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect and not one of its dependencies bug summary the version tag is misaligned should be on the right on the settings page reproduction visit the settings page error n a versions text additional context no response
1
356,714
10,596,697,014
IssuesEvent
2019-10-09 21:55:55
horionclient/Horion
https://api.github.com/repos/horionclient/Horion
closed
Config doesn't save
bug low priority
Every time I load the newest version of the cheat (the newest addition being auto enchant), I have to set up keybinds each time. The keybinds do not get saved when the game gets closed or when the cheat is unloaded.
1.0
Config doesn't save - Every time I load the newest version of the cheat (the newest addition being auto enchant), I have to set up keybinds each time. The keybinds do not get saved when the game gets closed or when the cheat is unloaded.
priority
config doesn t save every time i load the newest version of the cheat the newest addition being auto enchant i have to set up keybinds each time the keybinds do not get saved when the game gets closed or when the cheat is unloaded
1
627,981
19,958,573,775
IssuesEvent
2022-01-28 04:21:48
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Are we dropping the general forum for store
Type/Task Type/Question Priority/Low Affected/3.0.0
**Description:** In addition to the per API forum we have a general forum in the 2.x <img width="1003" alt="screen shot 2018-03-19 at 10 13 30 am" src="https://user-images.githubusercontent.com/3424539/37578378-77ed0a68-2b5e-11e8-941f-8c6f7bdaca03.png"> Are we dropping this feature for 3.0.0?
1.0
Are we dropping the general forum for store - **Description:** In addition to the per API forum we have a general forum in the 2.x <img width="1003" alt="screen shot 2018-03-19 at 10 13 30 am" src="https://user-images.githubusercontent.com/3424539/37578378-77ed0a68-2b5e-11e8-941f-8c6f7bdaca03.png"> Are we dropping this feature for 3.0.0?
priority
are we dropping the general forum for store description in addition to the per api forum we have a general forum in the x img width alt screen shot at am src are we dropping this feature for
1
608,289
18,820,688,234
IssuesEvent
2021-11-10 07:55:40
HyphaApp/hypha
https://api.github.com/repos/HyphaApp/hypha
closed
Create project contract
Type: Enhancement Partner: OTF Priority: Low Theme: Compliance/Contracting
## Additional context This is part of epic #2476. ## User story > As a compliance user I need to create a contract so the funded project can start their work. ## Describe the solution you'd like in Hypha The design is still being worked on, but it will work as follows: - user with the necessary permissions will create a new contract once the PAF has been approved. - they'll open the contract template - the contract template will have a lot of fields autopopulated from the PAF [outside of the Hypha the user will get the <projectid>, <vendorid>, and <contract amendment>] (to address https://github.com/HyphaApp/hypha/issues/2611) - the user will then manually enter - project-id - vendor-id - contract amendment (for the first contract this number will start at 0) - they'll enter other information (yet to be defined) - they'll then be able to 1) save the contract or 2) send it to the next stages for approval
1.0
Create project contract - ## Additional context This is part of epic #2476. ## User story > As a compliance user I need to create a contract so the funded project can start their work. ## Describe the solution you'd like in Hypha The design is still being worked on, but it will work as follows: - user with the necessary permissions will create a new contract once the PAF has been approved. - they'll open the contract template - the contract template will have a lot of fields autopopulated from the PAF [outside of the Hypha the user will get the <projectid>, <vendorid>, and <contract amendment>] (to address https://github.com/HyphaApp/hypha/issues/2611) - the user will then manually enter - project-id - vendor-id - contract amendment (for the first contract this number will start at 0) - they'll enter other information (yet to be defined) - they'll then be able to 1) save the contract or 2) send it to the next stages for approval
priority
create project contract additional context this is part of epic user story as a compliance user i need to create a contract so the funded project can start their work describe the solution you d like in hypha the design is still being worked on but it will work as follows user with the necessary permissions will create a new contract once the paf has been approved they ll open the contract template the contract template will have a lot of fields autopopulated from the paf to address the user will then manually enter project id vendor id contract amendment for the first contract this number will start at they ll enter other information yet to be defined they ll then be able to save the contract or send it to the next stages for approval
1
320,812
9,789,526,553
IssuesEvent
2019-06-10 10:03:15
Sinapse-Energia/IoT-Hub-Home
https://api.github.com/repos/Sinapse-Energia/IoT-Hub-Home
opened
[BL][BUG]The BL should use all the connectivity options available in a logical way
Bootloader Priority: low Size: 3 Status: new Type: bug
At this moment only one connectivity method works (GPRS or ETH/WIFI). It should works like in the AP: 1. Try ETH/WIFI 2. if 1. does not work, then try GPRS 3. If 1. and 2. don't work boot the client. 4. If there is not client, then try 1. again...
1.0
[BL][BUG]The BL should use all the connectivity options available in a logical way - At this moment only one connectivity method works (GPRS or ETH/WIFI). It should works like in the AP: 1. Try ETH/WIFI 2. if 1. does not work, then try GPRS 3. If 1. and 2. don't work boot the client. 4. If there is not client, then try 1. again...
priority
the bl should use all the connectivity options available in a logical way at this moment only one connectivity method works gprs or eth wifi it should works like in the ap try eth wifi if does not work then try gprs if and don t work boot the client if there is not client then try again
1
359,853
10,681,770,985
IssuesEvent
2019-10-22 02:19:15
open-learning-exchange/planet
https://api.github.com/repos/open-learning-exchange/planet
opened
Feedback submit should not be enable until form is valid
low priority question
clicking on any input is enabling form submit of feedback
1.0
Feedback submit should not be enable until form is valid - clicking on any input is enabling form submit of feedback
priority
feedback submit should not be enable until form is valid clicking on any input is enabling form submit of feedback
1
781,587
27,443,219,476
IssuesEvent
2023-03-02 12:33:05
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
opened
[Task] The search result by name of the task displays not dynamically when entering a value
bug Priority: Low Severity: low
**Environment:** Windows 10, Chrome 109.0.5414.76 **Reproducible:** always **Preconditions** 1. Go to TeachUA website : https://speak-ukrainian.org.ua/dev/ 2. Log in as a 'Адміністратор' (email: admin@gmail.com, password: admin) 3. Click on the user icon 4. In the dropdown menu, hover over the "Контент" and then 'Челенджі' links 5. Click on the 'Завдання' link **Steps to reproduce** 1. Click on 'Пошук по завданнях' search field 2. Start entering the first letters of the name from the displayed table (eg. Maksym test) 3. Pay attention to the resulting search in the displayed table **Actual result** The search result isn't displayed dynamically when entering a value. The search result displays after clicking 'Search' button **Expected result** The search result by name of the task displays dynamically when entering a value **User story and test case links** E.g.: "User story #1381
1.0
[Task] The search result by name of the task displays not dynamically when entering a value - **Environment:** Windows 10, Chrome 109.0.5414.76 **Reproducible:** always **Preconditions** 1. Go to TeachUA website : https://speak-ukrainian.org.ua/dev/ 2. Log in as a 'Адміністратор' (email: admin@gmail.com, password: admin) 3. Click on the user icon 4. In the dropdown menu, hover over the "Контент" and then 'Челенджі' links 5. Click on the 'Завдання' link **Steps to reproduce** 1. Click on 'Пошук по завданнях' search field 2. Start entering the first letters of the name from the displayed table (eg. Maksym test) 3. Pay attention to the resulting search in the displayed table **Actual result** The search result isn't displayed dynamically when entering a value. The search result displays after clicking 'Search' button **Expected result** The search result by name of the task displays dynamically when entering a value **User story and test case links** E.g.: "User story #1381
priority
the search result by name of the task displays not dynamically when entering a value environment windows chrome reproducible always preconditions go to teachua website log in as a адміністратор email admin gmail com password admin click on the user icon in the dropdown menu hover over the контент and then челенджі links click on the завдання link steps to reproduce click on пошук по завданнях search field start entering the first letters of the name from the displayed table eg maksym test pay attention to the resulting search in the displayed table actual result the search result isn t displayed dynamically when entering a value the search result displays after clicking search button expected result the search result by name of the task displays dynamically when entering a value user story and test case links e g user story
1
699,299
24,011,362,269
IssuesEvent
2022-09-14 19:07:53
ramp4-pcar4/story-ramp
https://api.github.com/repos/ramp4-pcar4/story-ramp
closed
Configure table definitions for all RAMP maps
RAMP Priority: Low
This task is to define which table columns should be visible in the grid for each map across all 3 projects. The purpose of this is to remove useless fields such as OBJECTID from the datagrid view.
1.0
Configure table definitions for all RAMP maps - This task is to define which table columns should be visible in the grid for each map across all 3 projects. The purpose of this is to remove useless fields such as OBJECTID from the datagrid view.
priority
configure table definitions for all ramp maps this task is to define which table columns should be visible in the grid for each map across all projects the purpose of this is to remove useless fields such as objectid from the datagrid view
1
712,970
24,513,193,225
IssuesEvent
2022-10-11 00:47:41
LemonUIbyLemon/LemonUI
https://api.github.com/repos/LemonUIbyLemon/LemonUI
opened
Implement IEnumerable<T> on classes that hold another classes
priority: p3 low type: feature request status: acknowledged
For example: * [ ] NativeMenu (Holds NativeItem's) * [ ] ObjectPool (Holds IProcessable's) etc
1.0
Implement IEnumerable<T> on classes that hold another classes - For example: * [ ] NativeMenu (Holds NativeItem's) * [ ] ObjectPool (Holds IProcessable's) etc
priority
implement ienumerable on classes that hold another classes for example nativemenu holds nativeitem s objectpool holds iprocessable s etc
1
553,178
16,359,543,315
IssuesEvent
2021-05-14 07:12:21
kolint/kolint
https://api.github.com/repos/kolint/kolint
closed
View without viewmodel
priority: low status: confirmed type: bug
**Current behavior** If no view model is linked, KO Lint will throw this: ```typescript Diagnostic { location: undefined, code: 'KO0002', message: 'Missing ViewModel reference in file ', name: 'no-viewmodel-reference', severity: 3 } ``` **Expected behavior** To be able not to have linked a view model or suppress the error in some way. **Steps to reproduce** ```typescript import * as lint from '...' ;(async () => { try { const program = lint.createProgram() await program.typescriptCompiler.compile('', program.parse('<img data-bind="test: undefined">')) } catch (err) { if (err instanceof Error) throw err // Will end up here console.log(err) } })() ```
1.0
View without viewmodel - **Current behavior** If no view model is linked, KO Lint will throw this: ```typescript Diagnostic { location: undefined, code: 'KO0002', message: 'Missing ViewModel reference in file ', name: 'no-viewmodel-reference', severity: 3 } ``` **Expected behavior** To be able not to have linked a view model or suppress the error in some way. **Steps to reproduce** ```typescript import * as lint from '...' ;(async () => { try { const program = lint.createProgram() await program.typescriptCompiler.compile('', program.parse('<img data-bind="test: undefined">')) } catch (err) { if (err instanceof Error) throw err // Will end up here console.log(err) } })() ```
priority
view without viewmodel current behavior if no view model is linked ko lint will throw this typescript diagnostic location undefined code message missing viewmodel reference in file name no viewmodel reference severity expected behavior to be able not to have linked a view model or suppress the error in some way steps to reproduce typescript import as lint from async try const program lint createprogram await program typescriptcompiler compile program parse catch err if err instanceof error throw err will end up here console log err
1
579,852
17,199,286,502
IssuesEvent
2021-07-16 23:55:12
VA-Explorer/va_explorer
https://api.github.com/repos/VA-Explorer/va_explorer
opened
Add an interface to supervise field worker contributions
Domain: API/ Databases Domain: Frontend Priority: Low Source: Community Type: Enhancement
**Is your feature request related to a problem? Please describe.** As someone in a supervisor role I'd like to see how many VAs are submitted (and then imported to VA Explorer) by various field workers and things like comparison against actual and expected submissions or error incidence. **Describe the solution you'd like** VA Explorer should include a view for certain roles that allow that role to view information on those under their supervision. For example data managers are able to see info on number of VAs collected by a list of field workers they supervise. Admins would likely be responsible for configuring these lists. Based on feedback and initial view should include: - List of other users assigned to you (the supervisor) to include name and assigned facility/location restriction - Number of collected VAs from each user (perhaps compared against number of expected VAs to be collected i.e "5/7 VAs collected this week" if that info can be reliably sourced) - Number/type of errors in user's auto-coded VAs
1.0
Add an interface to supervise field worker contributions - **Is your feature request related to a problem? Please describe.** As someone in a supervisor role I'd like to see how many VAs are submitted (and then imported to VA Explorer) by various field workers and things like comparison against actual and expected submissions or error incidence. **Describe the solution you'd like** VA Explorer should include a view for certain roles that allow that role to view information on those under their supervision. For example data managers are able to see info on number of VAs collected by a list of field workers they supervise. Admins would likely be responsible for configuring these lists. Based on feedback and initial view should include: - List of other users assigned to you (the supervisor) to include name and assigned facility/location restriction - Number of collected VAs from each user (perhaps compared against number of expected VAs to be collected i.e "5/7 VAs collected this week" if that info can be reliably sourced) - Number/type of errors in user's auto-coded VAs
priority
add an interface to supervise field worker contributions is your feature request related to a problem please describe as someone in a supervisor role i d like to see how many vas are submitted and then imported to va explorer by various field workers and things like comparison against actual and expected submissions or error incidence describe the solution you d like va explorer should include a view for certain roles that allow that role to view information on those under their supervision for example data managers are able to see info on number of vas collected by a list of field workers they supervise admins would likely be responsible for configuring these lists based on feedback and initial view should include list of other users assigned to you the supervisor to include name and assigned facility location restriction number of collected vas from each user perhaps compared against number of expected vas to be collected i e vas collected this week if that info can be reliably sourced number type of errors in user s auto coded vas
1
696,959
23,922,459,409
IssuesEvent
2022-09-09 18:22:00
Programming-Org/Programming
https://api.github.com/repos/Programming-Org/Programming
closed
Replace Statbot bot
good first issue low priority
### General Troubleshooting - [X] I have checked for similar issues on the Issue-tracker. - [X] I have checked the branches or the maintainers' PRs for upcoming features. ### Feature Request Should be pretty simple. Add userinfo and botinfo commands ### Example Use-Case ```java null ```
1.0
Replace Statbot bot - ### General Troubleshooting - [X] I have checked for similar issues on the Issue-tracker. - [X] I have checked the branches or the maintainers' PRs for upcoming features. ### Feature Request Should be pretty simple. Add userinfo and botinfo commands ### Example Use-Case ```java null ```
priority
replace statbot bot general troubleshooting i have checked for similar issues on the issue tracker i have checked the branches or the maintainers prs for upcoming features feature request should be pretty simple add userinfo and botinfo commands example use case java null
1
329,001
10,010,947,690
IssuesEvent
2019-07-15 09:20:29
ReliefApplications/bms_front
https://api.github.com/repos/ReliefApplications/bms_front
closed
Visual Edit - Updated Icons Look Too Dark and Too Small - Low
In progress Low Priority visual change
Quote from the designer: "Too black - the haven't modified the colour in the svg to match our styles Small - looking at Commodity, those icons could be roughly about 25% bigger"
1.0
Visual Edit - Updated Icons Look Too Dark and Too Small - Low - Quote from the designer: "Too black - the haven't modified the colour in the svg to match our styles Small - looking at Commodity, those icons could be roughly about 25% bigger"
priority
visual edit updated icons look too dark and too small low quote from the designer too black the haven t modified the colour in the svg to match our styles small looking at commodity those icons could be roughly about bigger
1
231,810
7,643,678,030
IssuesEvent
2018-05-08 13:27:29
spacetelescope/nircam_simulator
https://api.github.com/repos/spacetelescope/nircam_simulator
opened
yaml_generator.py writes files into site_packages directory
Low Priority
When using an installation of mirage, yaml_generator.py writes files into site_packages/*.egg/config/ directory. I don't think that is the desired default location. I suspect the reason is in line 879 ff of yaml_generator.py: `scripts_path = os.path.dirname(os.path.realpath(__file__))`
1.0
yaml_generator.py writes files into site_packages directory - When using an installation of mirage, yaml_generator.py writes files into site_packages/*.egg/config/ directory. I don't think that is the desired default location. I suspect the reason is in line 879 ff of yaml_generator.py: `scripts_path = os.path.dirname(os.path.realpath(__file__))`
priority
yaml generator py writes files into site packages directory when using an installation of mirage yaml generator py writes files into site packages egg config directory i don t think that is the desired default location i suspect the reason is in line ff of yaml generator py scripts path os path dirname os path realpath file
1
759,618
26,603,400,004
IssuesEvent
2023-01-23 17:20:56
postman-open-technologies/knowledge-base
https://api.github.com/repos/postman-open-technologies/knowledge-base
opened
How many Pet Store APIs are available?
oas:api priority:low
How many APIs in the knowledge base are just the pet store sample?
1.0
How many Pet Store APIs are available? - How many APIs in the knowledge base are just the pet store sample?
priority
how many pet store apis are available how many apis in the knowledge base are just the pet store sample
1
341,895
10,309,328,745
IssuesEvent
2019-08-29 13:04:19
CodeGra-de/CodeGra.de
https://api.github.com/repos/CodeGra-de/CodeGra.de
closed
Duplicate user ids on LTI launch
backend priority-2-low
# Feature request It should be possible to use an existing account during an LTI launch if usernames match (if the user was created using a blackboard zip upload). What we do right now is that we append `(i)` with `i (- {1 ... n})`, but this is not always wanted. This should be an option in the `FEATURE` category.
1.0
Duplicate user ids on LTI launch - # Feature request It should be possible to use an existing account during an LTI launch if usernames match (if the user was created using a blackboard zip upload). What we do right now is that we append `(i)` with `i (- {1 ... n})`, but this is not always wanted. This should be an option in the `FEATURE` category.
priority
duplicate user ids on lti launch feature request it should be possible to use an existing account during an lti launch if usernames match if the user was created using a blackboard zip upload what we do right now is that we append i with i n but this is not always wanted this should be an option in the feature category
1
730,844
25,191,271,978
IssuesEvent
2022-11-12 01:34:35
AY2223S1-CS2103-F13-2/tp
https://api.github.com/repos/AY2223S1-CS2103-F13-2/tp
closed
As a user who manages multiple surveys I can have multiple workspaces
type.Story priority.Low
... so that I can properly separate groups of surveyees into their respective survey groups.
1.0
As a user who manages multiple surveys I can have multiple workspaces - ... so that I can properly separate groups of surveyees into their respective survey groups.
priority
as a user who manages multiple surveys i can have multiple workspaces so that i can properly separate groups of surveyees into their respective survey groups
1
398,934
11,742,526,417
IssuesEvent
2020-03-12 01:07:17
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Society members front-end link to profilepage
priority: low technical change
In GitLab by @JobDoesburg on Oct 22, 2018, 18:18 <!-- This template is for changes that do not affect the behaviour of the website. Examples: * Changes in CI * Refactoring of code * Technicie-facing documentation --> ### One-sentence description Make the link from members of a society in the front-end, link to their profile page rather than the society page. ### Why? It is more intuitive and it works the same way for committee members. ### Current implementation When you click on a society member in the front-end, you're redirected to the (same) society page. ### Suggested implementation Be redirected to the member profile page
1.0
Society members front-end link to profilepage - In GitLab by @JobDoesburg on Oct 22, 2018, 18:18 <!-- This template is for changes that do not affect the behaviour of the website. Examples: * Changes in CI * Refactoring of code * Technicie-facing documentation --> ### One-sentence description Make the link from members of a society in the front-end, link to their profile page rather than the society page. ### Why? It is more intuitive and it works the same way for committee members. ### Current implementation When you click on a society member in the front-end, you're redirected to the (same) society page. ### Suggested implementation Be redirected to the member profile page
priority
society members front end link to profilepage in gitlab by jobdoesburg on oct this template is for changes that do not affect the behaviour of the website examples changes in ci refactoring of code technicie facing documentation one sentence description make the link from members of a society in the front end link to their profile page rather than the society page why it is more intuitive and it works the same way for committee members current implementation when you click on a society member in the front end you re redirected to the same society page suggested implementation be redirected to the member profile page
1
746,316
26,025,761,460
IssuesEvent
2022-12-21 16:11:59
pombase/curation
https://api.github.com/repos/pombase/curation
closed
lnc SPNCRNA.4525
low priority
In the viewer <img width="943" alt="Screenshot 2022-12-08 at 15 53 12" src="https://user-images.githubusercontent.com/7359272/206494753-df9f1e8a-a484-443d-9e51-f289b69146e9.png"> and the supp data says it is antisense to but in the annotation it looks completely different: <img width="247" alt="Screenshot 2022-12-08 at 15 55 56" src="https://user-images.githubusercontent.com/7359272/206495653-d422ed5f-0e57-4d78-99c0-0102913d96c4.png"> @bahler any idea why?
1.0
lnc SPNCRNA.4525 - In the viewer <img width="943" alt="Screenshot 2022-12-08 at 15 53 12" src="https://user-images.githubusercontent.com/7359272/206494753-df9f1e8a-a484-443d-9e51-f289b69146e9.png"> and the supp data says it is antisense to but in the annotation it looks completely different: <img width="247" alt="Screenshot 2022-12-08 at 15 55 56" src="https://user-images.githubusercontent.com/7359272/206495653-d422ed5f-0e57-4d78-99c0-0102913d96c4.png"> @bahler any idea why?
priority
lnc spncrna in the viewer img width alt screenshot at src and the supp data says it is antisense to but in the annotation it looks completely different img width alt screenshot at src bahler any idea why
1
65,571
3,236,280,672
IssuesEvent
2015-10-14 03:29:46
cs2103aug2015-f11-2j/main
https://api.github.com/repos/cs2103aug2015-f11-2j/main
closed
A user can add a task with multiple start and end dates
priority.low type.story
... so that the user can schedule a asymmetrically recurring task with specific dates and times. Example: (tentative) `add <task> from <date> <time> to <date> <time>, <date> <time> to <date> <time>, ...`
1.0
A user can add a task with multiple start and end dates - ... so that the user can schedule a asymmetrically recurring task with specific dates and times. Example: (tentative) `add <task> from <date> <time> to <date> <time>, <date> <time> to <date> <time>, ...`
priority
a user can add a task with multiple start and end dates so that the user can schedule a asymmetrically recurring task with specific dates and times example tentative add from to to
1
520,808
15,094,096,325
IssuesEvent
2021-02-07 04:20:40
TravelMapping/DataProcessing
https://api.github.com/repos/TravelMapping/DataProcessing
opened
"editing" DUPLICATE_LABEL entries
datacheck enhancement low priority
Each **`Route`** already has a **`duplicate_labels`** set used for writing warnings to userlogs. Making these into a hash table is a simple modification in both C++ & Python. If a label is included in a file more than twice, we can look up the existing datacheck and modify its info. We could keep a list, for example, of... * bounding box for the HB * all line numbers in the .wpt file * first & last line number in the .wpt file * whatever might be most useful
1.0
"editing" DUPLICATE_LABEL entries - Each **`Route`** already has a **`duplicate_labels`** set used for writing warnings to userlogs. Making these into a hash table is a simple modification in both C++ & Python. If a label is included in a file more than twice, we can look up the existing datacheck and modify its info. We could keep a list, for example, of... * bounding box for the HB * all line numbers in the .wpt file * first & last line number in the .wpt file * whatever might be most useful
priority
editing duplicate label entries each route already has a duplicate labels set used for writing warnings to userlogs making these into a hash table is a simple modification in both c python if a label is included in a file more than twice we can look up the existing datacheck and modify its info we could keep a list for example of bounding box for the hb all line numbers in the wpt file first last line number in the wpt file whatever might be most useful
1
328,616
9,997,437,954
IssuesEvent
2019-07-12 04:26:46
Progressive335/Progressive335
https://api.github.com/repos/Progressive335/Progressive335
closed
[Progression] Scaling System
enhancement low priority progression system
Include new things like: - name change - model change in the scaling system. for things like the horsemen in naxxramas vanilla and naxxramas wotlk
1.0
[Progression] Scaling System - Include new things like: - name change - model change in the scaling system. for things like the horsemen in naxxramas vanilla and naxxramas wotlk
priority
scaling system include new things like name change model change in the scaling system for things like the horsemen in naxxramas vanilla and naxxramas wotlk
1
511,238
14,856,687,126
IssuesEvent
2021-01-18 14:28:26
JohnEFerguson/project-reserve
https://api.github.com/repos/JohnEFerguson/project-reserve
closed
brainstorm a way to clean up the built folder in Windows OS
low priority
![image](https://user-images.githubusercontent.com/65291323/103096753-f58c6680-45d2-11eb-82d5-e20ecddb2875.png) This is what it looks like when it is built in Windows. This is low priority, but it would be nice if it was a simpler folder structure for the user
1.0
brainstorm a way to clean up the built folder in Windows OS - ![image](https://user-images.githubusercontent.com/65291323/103096753-f58c6680-45d2-11eb-82d5-e20ecddb2875.png) This is what it looks like when it is built in Windows. This is low priority, but it would be nice if it was a simpler folder structure for the user
priority
brainstorm a way to clean up the built folder in windows os this is what it looks like when it is built in windows this is low priority but it would be nice if it was a simpler folder structure for the user
1
526,299
15,285,903,309
IssuesEvent
2021-02-23 14:06:53
freedomofpress/securedrop
https://api.github.com/repos/freedomofpress/securedrop
opened
ossec gnupg public keyring on mon server has incorrect permissions
priority/low
## Description Initially reported by @kushaldas Permissions on the `ossec:ossec` owned `/var/ossec/.gnupg/pubring.kbx` on the mon server are set to 664, they should be 644. I've marked this as low priority given that only the ossec user is part of the ossec group on the server, so the risk seems low here. ## Steps to Reproduce 1. make staging 2. ssh into mon 3. ls -lah `/var/ossec/.gnupg/` ## Expected Behavior Only the ossec user should be able to write to `pubring.kdbx` ## Actual Behavior Any user in the `ossec` group can write to `pubring.kdbx` ## Comments We should recursively chmod the entire `/var/ossec/.gnupg` to ensure proper permissions on all files and subfolders.
1.0
ossec gnupg public keyring on mon server has incorrect permissions - ## Description Initially reported by @kushaldas Permissions on the `ossec:ossec` owned `/var/ossec/.gnupg/pubring.kbx` on the mon server are set to 664, they should be 644. I've marked this as low priority given that only the ossec user is part of the ossec group on the server, so the risk seems low here. ## Steps to Reproduce 1. make staging 2. ssh into mon 3. ls -lah `/var/ossec/.gnupg/` ## Expected Behavior Only the ossec user should be able to write to `pubring.kdbx` ## Actual Behavior Any user in the `ossec` group can write to `pubring.kdbx` ## Comments We should recursively chmod the entire `/var/ossec/.gnupg` to ensure proper permissions on all files and subfolders.
priority
ossec gnupg public keyring on mon server has incorrect permissions description initially reported by kushaldas permissions on the ossec ossec owned var ossec gnupg pubring kbx on the mon server are set to they should be i ve marked this as low priority given that only the ossec user is part of the ossec group on the server so the risk seems low here steps to reproduce make staging ssh into mon ls lah var ossec gnupg expected behavior only the ossec user should be able to write to pubring kdbx actual behavior any user in the ossec group can write to pubring kdbx comments we should recursively chmod the entire var ossec gnupg to ensure proper permissions on all files and subfolders
1
295,797
9,101,101,671
IssuesEvent
2019-02-20 10:14:51
eternialz/moeverdose
https://api.github.com/repos/eternialz/moeverdose
opened
Create some generators
Enhancement Priority:Low Technical: Custom Tools
I just read this article about how to create some generators, i am wondering if we should create ours for the components, the logics, and the service eventually. This would help future developers generate code and scaffolding is always a nice thing to have. And it does not seems hard at all Article: https://arsfutura.co/magazine/diy-create-your-own-rails-generator/
1.0
Create some generators - I just read this article about how to create some generators, i am wondering if we should create ours for the components, the logics, and the service eventually. This would help future developers generate code and scaffolding is always a nice thing to have. And it does not seems hard at all Article: https://arsfutura.co/magazine/diy-create-your-own-rails-generator/
priority
create some generators i just read this article about how to create some generators i am wondering if we should create ours for the components the logics and the service eventually this would help future developers generate code and scaffolding is always a nice thing to have and it does not seems hard at all article
1
674,430
23,050,713,484
IssuesEvent
2022-07-24 15:32:19
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
opened
Mac traybar icon issue when using multiple monitors
bug macos priority 3: low E:Bugfixes pixel-perfect-issues S:2
# Bug Report ## Description When using multiple monitors, the monitor that is currently the active one shows the icon correctly, but the others it shows this resized icon. ## Steps to reproduce 1. open the app, put it in the background 2. click a browser window on monitor 1 result on monitor 1: <img width="67" alt="Screen Shot 2022-07-24 at 11 29 05 AM" src="https://user-images.githubusercontent.com/176720/180654429-c00f4470-a6c3-43df-915d-bfec974f1b06.png"> result on monitor 2: ![Screen Shot 2022-07-24 at 11 29 02 AM](https://user-images.githubusercontent.com/176720/180654435-0eac4c3b-e28f-4ec7-9ef3-488a36d18b99.png) 3. now click a browser window on monitor 2 result on monitor 1: ![Screen Shot 2022-07-24 at 11 29 02 AM](https://user-images.githubusercontent.com/176720/180654435-0eac4c3b-e28f-4ec7-9ef3-488a36d18b99.png) result on monitor 2: <img width="67" alt="Screen Shot 2022-07-24 at 11 29 05 AM" src="https://user-images.githubusercontent.com/176720/180654429-c00f4470-a6c3-43df-915d-bfec974f1b06.png">
1.0
Mac traybar icon issue when using multiple monitors - # Bug Report ## Description When using multiple monitors, the monitor that is currently the active one shows the icon correctly, but the others it shows this resized icon. ## Steps to reproduce 1. open the app, put it in the background 2. click a browser window on monitor 1 result on monitor 1: <img width="67" alt="Screen Shot 2022-07-24 at 11 29 05 AM" src="https://user-images.githubusercontent.com/176720/180654429-c00f4470-a6c3-43df-915d-bfec974f1b06.png"> result on monitor 2: ![Screen Shot 2022-07-24 at 11 29 02 AM](https://user-images.githubusercontent.com/176720/180654435-0eac4c3b-e28f-4ec7-9ef3-488a36d18b99.png) 3. now click a browser window on monitor 2 result on monitor 1: ![Screen Shot 2022-07-24 at 11 29 02 AM](https://user-images.githubusercontent.com/176720/180654435-0eac4c3b-e28f-4ec7-9ef3-488a36d18b99.png) result on monitor 2: <img width="67" alt="Screen Shot 2022-07-24 at 11 29 05 AM" src="https://user-images.githubusercontent.com/176720/180654429-c00f4470-a6c3-43df-915d-bfec974f1b06.png">
priority
mac traybar icon issue when using multiple monitors bug report description when using multiple monitors the monitor that is currently the active one shows the icon correctly but the others it shows this resized icon steps to reproduce open the app put it in the background click a browser window on monitor result on monitor img width alt screen shot at am src result on monitor now click a browser window on monitor result on monitor result on monitor img width alt screen shot at am src
1
711,839
24,477,366,432
IssuesEvent
2022-10-08 10:47:50
TeamBlackCrystal/ayuskey
https://api.github.com/repos/TeamBlackCrystal/ayuskey
closed
ビルド時の警告がうるさい
topic/Client🖥 priority/low🔵
## 💡 Summary <!-- Tell us what the bug is --> ## 🙂 Expected Behavior <!--- Tell us what should happen --> ## ☹️ Actual Behavior <!--- Tell us what happens instead of the expected behavior --> ## 📝 Steps to Reproduce 1. 2. 3. ## 📌 Environment <!-- Tell us where on the platform it happens -->
1.0
ビルド時の警告がうるさい - ## 💡 Summary <!-- Tell us what the bug is --> ## 🙂 Expected Behavior <!--- Tell us what should happen --> ## ☹️ Actual Behavior <!--- Tell us what happens instead of the expected behavior --> ## 📝 Steps to Reproduce 1. 2. 3. ## 📌 Environment <!-- Tell us where on the platform it happens -->
priority
ビルド時の警告がうるさい 💡 summary 🙂 expected behavior ☹️ actual behavior 📝 steps to reproduce 📌 environment
1
491,329
14,149,262,886
IssuesEvent
2020-11-11 00:24:21
codeforboston/clean-slate
https://api.github.com/repos/codeforboston/clean-slate
opened
Consolidate data pipeline scripts
data low priority
]Create single notebook / script for the data flow from deidentified-but-still-raw data to ‘prosecution_charges_detailed’. Right now, prosecution_charges is both an input and output of two different scripts, without a clear indication of what should be run first. Would be helpful to just condense those steps into a single script. - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data-1_Raw.ipynb - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data-2_MergeCharges.ipynb - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data-2_MergeCharges_alt.ipynb (similar to the above but incorporates some of these two, and some additional edits to the expungeability): -- https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/new_expungability_info_join_emily.R -- https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/sex_murder_columns.R - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data_revised_joining.R - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/Middlesex_Clean.ipynb The general pipeline is in the readme in the /[notebooks ](https://github.com/codeforboston/clean-slate/tree/master/analyses/notebooks) page. Thoughts on how to do this are also drafted here: [Procedure for adding new MA prosecution data](https://docs.google.com/document/d/16eEJ3fTVZiZyFMAZWTxdeLbbByLY_8FG60NanAfhYL8/edit?usp=sharing)
1.0
Consolidate data pipeline scripts - ]Create single notebook / script for the data flow from deidentified-but-still-raw data to ‘prosecution_charges_detailed’. Right now, prosecution_charges is both an input and output of two different scripts, without a clear indication of what should be run first. Would be helpful to just condense those steps into a single script. - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data-1_Raw.ipynb - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data-2_MergeCharges.ipynb - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data-2_MergeCharges_alt.ipynb (similar to the above but incorporates some of these two, and some additional edits to the expungeability): -- https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/new_expungability_info_join_emily.R -- https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/sex_murder_columns.R - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/MA_Data_revised_joining.R - https://github.com/codeforboston/clean-slate/blob/master/analyses/notebooks/Middlesex_Clean.ipynb The general pipeline is in the readme in the /[notebooks ](https://github.com/codeforboston/clean-slate/tree/master/analyses/notebooks) page. Thoughts on how to do this are also drafted here: [Procedure for adding new MA prosecution data](https://docs.google.com/document/d/16eEJ3fTVZiZyFMAZWTxdeLbbByLY_8FG60NanAfhYL8/edit?usp=sharing)
priority
consolidate data pipeline scripts create single notebook script for the data flow from deidentified but still raw data to ‘prosecution charges detailed’ right now prosecution charges is both an input and output of two different scripts without a clear indication of what should be run first would be helpful to just condense those steps into a single script similar to the above but incorporates some of these two and some additional edits to the expungeability the general pipeline is in the readme in the page thoughts on how to do this are also drafted here
1
241,986
7,836,356,697
IssuesEvent
2018-06-17 18:28:22
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
closed
Install dictionaries to standarddir.data() on Qt >= 5.10
component: QtWebEngine priority: 2 - low
Moving this here from #2939 as it probably warrants some more discussion. In Qt 5.10, I [added](https://codereview.qt-project.org/#/c/201422/) a `QTWEBENGINE_DICTIONARIES_PATH` environment variable to Qt, allowing to customize it so installing dictionaries doesn't require root rights. With that, it'd be possible for qutebrowser to install dictionaries automatically, without having to run a separate script with root permissions. Here's how things roughly should look, IMHO: - qutebrowser should set `QTWEBENGINE_DICTIONARIES_PATH` to something like `os.path.join(standarddir.data(), 'dictionaries')` (probably in `qutebrowser/browser/webengine/webenginesettings.py`) - The `spell.py` script should be patched to use that path on Qt >= 5.10 (and still use the current system-wide path on older Qt versions) - Ideally, when setting `spellcheck.languages` to a missing dictionary on Qt >= 5.10, instead of showing a warning, qutebrowser should ask whether to download that dictionary (without a separate script). @rnhmjoj [said](https://github.com/qutebrowser/qutebrowser/issues/2939#issuecomment-375658738): > Another issue I have found: the script calls imports `browser.webengine.spell` and then calls `qutebrowser.utils.standarddir` which not initialized, so I had to "manually" read the environment to get the path. It should be possible for the script to call `standarddir.init()` - reading it manually like in [the NixOS patch](https://github.com/rnhmjoj/nixpkgs/blob/f9dfa0e328d0642735d84825ab889013e3bdb691/pkgs/applications/networking/browsers/qutebrowser/dictionaries-path.patch) won't work on operating systems other than Linux :wink: @elshize IIRC you said you wanted to take a look at this some while ago - are you okay with @rnhmjoj taking a look?
1.0
Install dictionaries to standarddir.data() on Qt >= 5.10 - Moving this here from #2939 as it probably warrants some more discussion. In Qt 5.10, I [added](https://codereview.qt-project.org/#/c/201422/) a `QTWEBENGINE_DICTIONARIES_PATH` environment variable to Qt, allowing to customize it so installing dictionaries doesn't require root rights. With that, it'd be possible for qutebrowser to install dictionaries automatically, without having to run a separate script with root permissions. Here's how things roughly should look, IMHO: - qutebrowser should set `QTWEBENGINE_DICTIONARIES_PATH` to something like `os.path.join(standarddir.data(), 'dictionaries')` (probably in `qutebrowser/browser/webengine/webenginesettings.py`) - The `spell.py` script should be patched to use that path on Qt >= 5.10 (and still use the current system-wide path on older Qt versions) - Ideally, when setting `spellcheck.languages` to a missing dictionary on Qt >= 5.10, instead of showing a warning, qutebrowser should ask whether to download that dictionary (without a separate script). @rnhmjoj [said](https://github.com/qutebrowser/qutebrowser/issues/2939#issuecomment-375658738): > Another issue I have found: the script calls imports `browser.webengine.spell` and then calls `qutebrowser.utils.standarddir` which not initialized, so I had to "manually" read the environment to get the path. It should be possible for the script to call `standarddir.init()` - reading it manually like in [the NixOS patch](https://github.com/rnhmjoj/nixpkgs/blob/f9dfa0e328d0642735d84825ab889013e3bdb691/pkgs/applications/networking/browsers/qutebrowser/dictionaries-path.patch) won't work on operating systems other than Linux :wink: @elshize IIRC you said you wanted to take a look at this some while ago - are you okay with @rnhmjoj taking a look?
priority
install dictionaries to standarddir data on qt moving this here from as it probably warrants some more discussion in qt i a qtwebengine dictionaries path environment variable to qt allowing to customize it so installing dictionaries doesn t require root rights with that it d be possible for qutebrowser to install dictionaries automatically without having to run a separate script with root permissions here s how things roughly should look imho qutebrowser should set qtwebengine dictionaries path to something like os path join standarddir data dictionaries probably in qutebrowser browser webengine webenginesettings py the spell py script should be patched to use that path on qt and still use the current system wide path on older qt versions ideally when setting spellcheck languages to a missing dictionary on qt instead of showing a warning qutebrowser should ask whether to download that dictionary without a separate script rnhmjoj another issue i have found the script calls imports browser webengine spell and then calls qutebrowser utils standarddir which not initialized so i had to manually read the environment to get the path it should be possible for the script to call standarddir init reading it manually like in won t work on operating systems other than linux wink elshize iirc you said you wanted to take a look at this some while ago are you okay with rnhmjoj taking a look
1
334,211
10,137,311,231
IssuesEvent
2019-08-02 14:59:25
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Contact saved even when invalid email specified in Suite 7 and Suite R themes
Low Priority bug
#### Issue In Suite 7 and Suite R themes, if you create a contact (using the 'Create' button on the Search Contacts page) with an invalid email address and click save then the contact is saved with an empty email address #### Expected Behavior When creating a contact, if you specify an invalid email address for the contact and click save then the field in error is highlighted with appropriate feedback (Invalid Value: Email Address) provided. #### Actual Behavior When creating a contact, if you specify an invalid email address for the contact and click save then the contact is saved with an empty email address. #### Possible Fix Change Create button on Search Contacts page not to be AJAX. #### Steps to Reproduce [SuiteCRM Demo](http://demo.suiteondemand.com/index.php?action=ajaxui#ajaxUILoc=index.php%3Fmodule%3DContacts%26action%3DEditView%26return_module%3DContacts%26return_action%3DDetailView) 1. On the menu, click Sales -> Contacts 2. On the Search Contacts page, click the Create button (on the right above basic search panel) 3. On the Create page, specify a Last Name and an invalid email address and click Save 4. Contact is saved and contact details page is displayed with blank email. Note: The create functionality works as expected if the Create screen is invoked from the + menu option or the Contacts->Create Contact menu option. #### Context Evaluating latest version of SuiteCRM #### Your Environment * SuiteCRM Version used: 7.7.6 * SuiteCRM Theme: Suite 7 and Suite R * Browser name and version: Chrome Version 54.0.2840.71 m * Environment name and version: SalesAgilty SuiteCRM Demo * Operating System and version: SalesAgility SuiteCRM Demo
1.0
Contact saved even when invalid email specified in Suite 7 and Suite R themes - #### Issue In Suite 7 and Suite R themes, if you create a contact (using the 'Create' button on the Search Contacts page) with an invalid email address and click save then the contact is saved with an empty email address #### Expected Behavior When creating a contact, if you specify an invalid email address for the contact and click save then the field in error is highlighted with appropriate feedback (Invalid Value: Email Address) provided. #### Actual Behavior When creating a contact, if you specify an invalid email address for the contact and click save then the contact is saved with an empty email address. #### Possible Fix Change Create button on Search Contacts page not to be AJAX. #### Steps to Reproduce [SuiteCRM Demo](http://demo.suiteondemand.com/index.php?action=ajaxui#ajaxUILoc=index.php%3Fmodule%3DContacts%26action%3DEditView%26return_module%3DContacts%26return_action%3DDetailView) 1. On the menu, click Sales -> Contacts 2. On the Search Contacts page, click the Create button (on the right above basic search panel) 3. On the Create page, specify a Last Name and an invalid email address and click Save 4. Contact is saved and contact details page is displayed with blank email. Note: The create functionality works as expected if the Create screen is invoked from the + menu option or the Contacts->Create Contact menu option. #### Context Evaluating latest version of SuiteCRM #### Your Environment * SuiteCRM Version used: 7.7.6 * SuiteCRM Theme: Suite 7 and Suite R * Browser name and version: Chrome Version 54.0.2840.71 m * Environment name and version: SalesAgilty SuiteCRM Demo * Operating System and version: SalesAgility SuiteCRM Demo
priority
contact saved even when invalid email specified in suite and suite r themes issue in suite and suite r themes if you create a contact using the create button on the search contacts page with an invalid email address and click save then the contact is saved with an empty email address expected behavior when creating a contact if you specify an invalid email address for the contact and click save then the field in error is highlighted with appropriate feedback invalid value email address provided actual behavior when creating a contact if you specify an invalid email address for the contact and click save then the contact is saved with an empty email address possible fix change create button on search contacts page not to be ajax steps to reproduce on the menu click sales contacts on the search contacts page click the create button on the right above basic search panel on the create page specify a last name and an invalid email address and click save contact is saved and contact details page is displayed with blank email note the create functionality works as expected if the create screen is invoked from the menu option or the contacts create contact menu option context evaluating latest version of suitecrm your environment suitecrm version used suitecrm theme suite and suite r browser name and version chrome version m environment name and version salesagilty suitecrm demo operating system and version salesagility suitecrm demo
1
40,170
2,866,999,089
IssuesEvent
2015-06-05 10:27:02
thesgc/chembiohub_helpdesk
https://api.github.com/repos/thesgc/chembiohub_helpdesk
closed
I drew this in doodle - C1CC2C3(C1)CCCC3C13C42C2CCCC52C(C24C4CCCC64C(C42C2(C3(C3
app: ChemReg bug ChemDoodle name: Karen priority: Low status: Won't fix
I drew this in doodle - C1CC2C3(C1)CCCC3C13C42C2CCCC52C(C24C4CCCC64C(C42C2(C3(C3C7(C1CCC7)CCC3)C1CCCC31C2CCC3)C1C2(C4CCC2)CCC1)CCC6)CCC5 and when i went through the rest of the registration, it didn't render the image (left it blank). I then added it via SMILE and when I went through the registration it rendered as I had drawn it. date recorded in spreadsheet: 20/04/2015 16:08:51
1.0
I drew this in doodle - C1CC2C3(C1)CCCC3C13C42C2CCCC52C(C24C4CCCC64C(C42C2(C3(C3 - I drew this in doodle - C1CC2C3(C1)CCCC3C13C42C2CCCC52C(C24C4CCCC64C(C42C2(C3(C3C7(C1CCC7)CCC3)C1CCCC31C2CCC3)C1C2(C4CCC2)CCC1)CCC6)CCC5 and when i went through the rest of the registration, it didn't render the image (left it blank). I then added it via SMILE and when I went through the registration it rendered as I had drawn it. date recorded in spreadsheet: 20/04/2015 16:08:51
priority
i drew this in doodle i drew this in doodle and when i went through the rest of the registration it didn t render the image left it blank i then added it via smile and when i went through the registration it rendered as i had drawn it date recorded in spreadsheet
1
607,885
18,793,202,070
IssuesEvent
2021-11-08 19:01:51
python/mypy
https://api.github.com/repos/python/mypy
closed
AssertionError in deeply nested class scenario (incremental with warm cache)
crash topic-named-tuple priority-2-low
This is a small remainder of #2535 Example to reproduce: run ``mypy -i main.py`` twice (without touching any files in between) where: * main.py ```python import ntcrash ``` * ntcrash.py ```python from typing import NamedTuple class C: def f(self) -> None: class D: class E: def g(self) -> None: A = NamedTuple('A', [('x', int), ('y', int)]) self.a = A(1, 1) self.c = D.E().a ``` Possible fix would be to store all "anonymous" classes in ``globals``.
1.0
AssertionError in deeply nested class scenario (incremental with warm cache) - This is a small remainder of #2535 Example to reproduce: run ``mypy -i main.py`` twice (without touching any files in between) where: * main.py ```python import ntcrash ``` * ntcrash.py ```python from typing import NamedTuple class C: def f(self) -> None: class D: class E: def g(self) -> None: A = NamedTuple('A', [('x', int), ('y', int)]) self.a = A(1, 1) self.c = D.E().a ``` Possible fix would be to store all "anonymous" classes in ``globals``.
priority
assertionerror in deeply nested class scenario incremental with warm cache this is a small remainder of example to reproduce run mypy i main py twice without touching any files in between where main py python import ntcrash ntcrash py python from typing import namedtuple class c def f self none class d class e def g self none a namedtuple a self a a self c d e a possible fix would be to store all anonymous classes in globals
1
224,690
7,472,053,452
IssuesEvent
2018-04-03 11:20:51
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
update to Suitecrm 7.4.1 - Blocked loading mixed active content
Fix Proposed Low Priority Resolved: Next Release bug
Our servers security settings allow only hsts, so only strict https after upgrading to suitecrm 7.4.1 we are getting these javascript errors: 1) Blocked loading mixed active content "http://yui.yahooapis.com/combo?3.3.0/build/widget/assets/skins/sam/widget.css&3.3.0/build/widget/assets/skins/sam/widget-stack.css&3.3.0/build/overlay/assets/skins/sam/overlay.css&" 2) Blocked loading mixed active content "http://yui.yahooapis.com/combo?3.3.0/build/event-custom/event-custom-min.js&3.3.0/build/dom/dom-min.js&3.3.0/build/event/event-min.js&3.3.0/build/attribute/attribute-min.js&3.3.0/build/pluginhost/pluginhost-min.js&3.3.0/build/classnamemanager/classnamemanager-min.js&3.3.0/build/base/base-min.js&3.3.0/build/node/node-min.js&3.3.0/build/widget/widget-min.js&3.3.0/build/widget/widget-stdmod-min.js&3.3.0/build/widget/widget-position-min.js&3.3.0/build/widget/widget-position-align-min.js&3.3.0/build/widget/widget-stack-min.js&3.3.0/build/widget/widget-position-constrain-min.js&3.3.0/build/overlay/overlay-min.js&3.3.0/build/plugin/plugin-min.js&3.3.0/build/anim/anim-base-min.js&3.3.0/build/widget-anim/widget-anim-min.js" 3) TypeError: Y.Overlay is not a constructor I think the correct api should be: https://yui-s.yahooapis.com/combo?3.3.0/build/widget/assets/skins/sam/widget.css&3.3.0/build/widget/assets/skins/sam/widget-stack.css&3.3.0/build/overlay/assets/skins/sam/overlay.css& The error has effects for example the Calendar and Projects modules Gantt View
1.0
update to Suitecrm 7.4.1 - Blocked loading mixed active content - Our servers security settings allow only hsts, so only strict https after upgrading to suitecrm 7.4.1 we are getting these javascript errors: 1) Blocked loading mixed active content "http://yui.yahooapis.com/combo?3.3.0/build/widget/assets/skins/sam/widget.css&3.3.0/build/widget/assets/skins/sam/widget-stack.css&3.3.0/build/overlay/assets/skins/sam/overlay.css&" 2) Blocked loading mixed active content "http://yui.yahooapis.com/combo?3.3.0/build/event-custom/event-custom-min.js&3.3.0/build/dom/dom-min.js&3.3.0/build/event/event-min.js&3.3.0/build/attribute/attribute-min.js&3.3.0/build/pluginhost/pluginhost-min.js&3.3.0/build/classnamemanager/classnamemanager-min.js&3.3.0/build/base/base-min.js&3.3.0/build/node/node-min.js&3.3.0/build/widget/widget-min.js&3.3.0/build/widget/widget-stdmod-min.js&3.3.0/build/widget/widget-position-min.js&3.3.0/build/widget/widget-position-align-min.js&3.3.0/build/widget/widget-stack-min.js&3.3.0/build/widget/widget-position-constrain-min.js&3.3.0/build/overlay/overlay-min.js&3.3.0/build/plugin/plugin-min.js&3.3.0/build/anim/anim-base-min.js&3.3.0/build/widget-anim/widget-anim-min.js" 3) TypeError: Y.Overlay is not a constructor I think the correct api should be: https://yui-s.yahooapis.com/combo?3.3.0/build/widget/assets/skins/sam/widget.css&3.3.0/build/widget/assets/skins/sam/widget-stack.css&3.3.0/build/overlay/assets/skins/sam/overlay.css& The error has effects for example the Calendar and Projects modules Gantt View
priority
update to suitecrm blocked loading mixed active content our servers security settings allow only hsts so only strict https after upgrading to suitecrm we are getting these javascript errors blocked loading mixed active content blocked loading mixed active content typeerror y overlay is not a constructor i think the correct api should be the error has effects for example the calendar and projects modules gantt view
1
587,985
17,644,549,748
IssuesEvent
2021-08-20 02:44:26
naev/naev
https://api.github.com/repos/naev/naev
opened
[Proposal] Presence and Spawning Revamp
Priority-Low Type-Proposal
### Issue Safe lanes and AI changes that come with it have greatly changed the dynamics of gameplay. Although they weren't perfect to start with, now there is a lot of room for improvement. In particular, one of the main sources of conflict, pirates, have become a less reliable source as they are both stronger, and harder to encounter due to stealth shenanigans. Other game mechanics have to be adjusted to improve the gameplay experience. ### Some Ideas 1. Systems should be less crowded than before. This should make it so that a lone player can actually do more things and have more influence in each system. Core systems should still be more crowded than peripheral systems. 2. Should be spawning more pirates to compensate the fact that they should mainly just roam around the unsafe areas and tend to aggro much less than before. 3. Want to allow for more piracy and such but letting the player plunder and harass ships off safe-lanes without getting ganked by patrols. 4. Also want to increase the potential for other conflict and not leave it all to pirates. So things like privateering (#1888) where you can harass other great houses and such. The player should probably not end up being on good terms with everyone and have to deal with more hostility. We'll probably have to rethink a bit how faction standing work so this doesn't lead to grinding and/or the player being locked out of lots of things. With stealth it should be easier to go through hostile systems though. I think it could also be cool to add enemy privateers that could target the player depending on how their standing is. ### Rethinking Asset Presence Currently, assets give a fixed amount of presence, so a system with 2 assets gives twice as much as one. This can mean that places with tons of planets will get tons of ships very fast. This should not be linear and have diminishing returns. One of the easiest implementations I can think of this is to give each asset two values: base presence `P` and bonus presence `B`. The presence of each system would be the max of all asset base presences plus the sum of all bonus presences. This would allow assets to give little bonus when in presence of others, but give a large boost whether or not there is an asset of the faction. Thus, the formula could then be adjusted to: ```lua function total_presence( assets ) local T = 0 local TB = 0 for k,v in ipairs(assets) do local P, B = v:presence() T = math.max( T, P ) TB = TB + B end return T + TB end ``` For adjacent systems, like now we can still use a range to see how far it goes, and maybe tweak the function to drop by half each jump (or allow for different functions too) ### Other Notes 1. Spawning should probably take into account system radius or 1000 presence can mean completely different things depending on the system. 2. We probably should harmonize the "pilot strength" presence values into some sort of big ass table or something instead of having them all independently defined. This should would also be useful in #1886 and probably other places too. The spawn script could modify these values with multipliers as necessary to compensate for weak or strong equipment.
1.0
[Proposal] Presence and Spawning Revamp - ### Issue Safe lanes and AI changes that come with it have greatly changed the dynamics of gameplay. Although they weren't perfect to start with, now there is a lot of room for improvement. In particular, one of the main sources of conflict, pirates, have become a less reliable source as they are both stronger, and harder to encounter due to stealth shenanigans. Other game mechanics have to be adjusted to improve the gameplay experience. ### Some Ideas 1. Systems should be less crowded than before. This should make it so that a lone player can actually do more things and have more influence in each system. Core systems should still be more crowded than peripheral systems. 2. Should be spawning more pirates to compensate the fact that they should mainly just roam around the unsafe areas and tend to aggro much less than before. 3. Want to allow for more piracy and such but letting the player plunder and harass ships off safe-lanes without getting ganked by patrols. 4. Also want to increase the potential for other conflict and not leave it all to pirates. So things like privateering (#1888) where you can harass other great houses and such. The player should probably not end up being on good terms with everyone and have to deal with more hostility. We'll probably have to rethink a bit how faction standing work so this doesn't lead to grinding and/or the player being locked out of lots of things. With stealth it should be easier to go through hostile systems though. I think it could also be cool to add enemy privateers that could target the player depending on how their standing is. ### Rethinking Asset Presence Currently, assets give a fixed amount of presence, so a system with 2 assets gives twice as much as one. This can mean that places with tons of planets will get tons of ships very fast. This should not be linear and have diminishing returns. One of the easiest implementations I can think of this is to give each asset two values: base presence `P` and bonus presence `B`. The presence of each system would be the max of all asset base presences plus the sum of all bonus presences. This would allow assets to give little bonus when in presence of others, but give a large boost whether or not there is an asset of the faction. Thus, the formula could then be adjusted to: ```lua function total_presence( assets ) local T = 0 local TB = 0 for k,v in ipairs(assets) do local P, B = v:presence() T = math.max( T, P ) TB = TB + B end return T + TB end ``` For adjacent systems, like now we can still use a range to see how far it goes, and maybe tweak the function to drop by half each jump (or allow for different functions too) ### Other Notes 1. Spawning should probably take into account system radius or 1000 presence can mean completely different things depending on the system. 2. We probably should harmonize the "pilot strength" presence values into some sort of big ass table or something instead of having them all independently defined. This should would also be useful in #1886 and probably other places too. The spawn script could modify these values with multipliers as necessary to compensate for weak or strong equipment.
priority
presence and spawning revamp issue safe lanes and ai changes that come with it have greatly changed the dynamics of gameplay although they weren t perfect to start with now there is a lot of room for improvement in particular one of the main sources of conflict pirates have become a less reliable source as they are both stronger and harder to encounter due to stealth shenanigans other game mechanics have to be adjusted to improve the gameplay experience some ideas systems should be less crowded than before this should make it so that a lone player can actually do more things and have more influence in each system core systems should still be more crowded than peripheral systems should be spawning more pirates to compensate the fact that they should mainly just roam around the unsafe areas and tend to aggro much less than before want to allow for more piracy and such but letting the player plunder and harass ships off safe lanes without getting ganked by patrols also want to increase the potential for other conflict and not leave it all to pirates so things like privateering where you can harass other great houses and such the player should probably not end up being on good terms with everyone and have to deal with more hostility we ll probably have to rethink a bit how faction standing work so this doesn t lead to grinding and or the player being locked out of lots of things with stealth it should be easier to go through hostile systems though i think it could also be cool to add enemy privateers that could target the player depending on how their standing is rethinking asset presence currently assets give a fixed amount of presence so a system with assets gives twice as much as one this can mean that places with tons of planets will get tons of ships very fast this should not be linear and have diminishing returns one of the easiest implementations i can think of this is to give each asset two values base presence p and bonus presence b the presence of each system would be the max of all asset base presences plus the sum of all bonus presences this would allow assets to give little bonus when in presence of others but give a large boost whether or not there is an asset of the faction thus the formula could then be adjusted to lua function total presence assets local t local tb for k v in ipairs assets do local p b v presence t math max t p tb tb b end return t tb end for adjacent systems like now we can still use a range to see how far it goes and maybe tweak the function to drop by half each jump or allow for different functions too other notes spawning should probably take into account system radius or presence can mean completely different things depending on the system we probably should harmonize the pilot strength presence values into some sort of big ass table or something instead of having them all independently defined this should would also be useful in and probably other places too the spawn script could modify these values with multipliers as necessary to compensate for weak or strong equipment
1
183,527
6,689,367,851
IssuesEvent
2017-10-09 01:22:01
WormieCorp/Faker.NET.Portable
https://api.github.com/repos/WormieCorp/Faker.NET.Portable
closed
Encoding name 'Cyrillic' not supported
Bug Low Priority mono Pending Closure Up for Grabs
Ubuntu package mono-runtime does not support 'Cyrillic' encoding, need to find another way to remove accents if encoding doesn't exist
1.0
Encoding name 'Cyrillic' not supported - Ubuntu package mono-runtime does not support 'Cyrillic' encoding, need to find another way to remove accents if encoding doesn't exist
priority
encoding name cyrillic not supported ubuntu package mono runtime does not support cyrillic encoding need to find another way to remove accents if encoding doesn t exist
1
751,088
26,229,943,514
IssuesEvent
2023-01-04 22:44:12
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
closed
[Реєстрація користувача] Does not work dynamic password field validation
bug Frontend Priority: Low Desktop
Environment: Windows 10, Google Chrome 92.0.4515.107 (Розробка) (64-розрядна версія) Reproducible: always Build found: the last commit **Steps to reproduce** 1. Go to https://speak-ukrainian.org.ua/dev/ 2. Click on 'Зареєструватися' button 3. In the "Пароль" field enter 123456789 4. In the "Підтвердження паролю" field enter 123456789 5. Remove from the "Пароль" field number 9 **Actual result** The error message does not appear “Значення поля ‘Підтвердити пароль’ має бути еквівалентним значенню поля ‘Пароль’” https://user-images.githubusercontent.com/82143371/127367773-9c00e77f-cb80-4a91-9066-6a9e616dce80.mp4 **Expected result** Validation should track changes in both fields, the first one and the second one. Not only the last one **User story and test case links** "User story #97
1.0
[Реєстрація користувача] Does not work dynamic password field validation - Environment: Windows 10, Google Chrome 92.0.4515.107 (Розробка) (64-розрядна версія) Reproducible: always Build found: the last commit **Steps to reproduce** 1. Go to https://speak-ukrainian.org.ua/dev/ 2. Click on 'Зареєструватися' button 3. In the "Пароль" field enter 123456789 4. In the "Підтвердження паролю" field enter 123456789 5. Remove from the "Пароль" field number 9 **Actual result** The error message does not appear “Значення поля ‘Підтвердити пароль’ має бути еквівалентним значенню поля ‘Пароль’” https://user-images.githubusercontent.com/82143371/127367773-9c00e77f-cb80-4a91-9066-6a9e616dce80.mp4 **Expected result** Validation should track changes in both fields, the first one and the second one. Not only the last one **User story and test case links** "User story #97
priority
does not work dynamic password field validation environment windows google chrome розробка розрядна версія reproducible always build found the last commit steps to reproduce go to click on зареєструватися button in the пароль field enter in the підтвердження паролю field enter remove from the пароль field number actual result the error message does not appear “значення поля ‘підтвердити пароль’ має бути еквівалентним значенню поля ‘пароль’” expected result validation should track changes in both fields the first one and the second one not only the last one user story and test case links user story
1
254,312
8,072,662,088
IssuesEvent
2018-08-06 16:39:37
huridocs/uwazi
https://api.github.com/repos/huridocs/uwazi
closed
Using markdown as filter is broken
Bug Priority: Low
Not sure if markdown field should be used as filter? ![screen shot 2017-11-24 at 13 00 59](https://user-images.githubusercontent.com/489831/33221751-9abfaf10-d117-11e7-9661-0da05f7c0044.png)
1.0
Using markdown as filter is broken - Not sure if markdown field should be used as filter? ![screen shot 2017-11-24 at 13 00 59](https://user-images.githubusercontent.com/489831/33221751-9abfaf10-d117-11e7-9661-0da05f7c0044.png)
priority
using markdown as filter is broken not sure if markdown field should be used as filter
1
71,397
3,356,462,728
IssuesEvent
2015-11-18 20:36:27
psouza4/mediacentermaster
https://api.github.com/repos/psouza4/mediacentermaster
closed
Titles beginning with "A To ..." become renamed oddly when using sort-without-article
Component-Functionality Feature-Renaming Priority-Low Type-Bug
If sorting without articles is enabled, movie and show titles beginning with "A To" are treated as if the "a" is an article when it's not. This causes some bizarre renaming and sorting for the T.V. show "A To Z" which becomes "to Z, A".
1.0
Titles beginning with "A To ..." become renamed oddly when using sort-without-article - If sorting without articles is enabled, movie and show titles beginning with "A To" are treated as if the "a" is an article when it's not. This causes some bizarre renaming and sorting for the T.V. show "A To Z" which becomes "to Z, A".
priority
titles beginning with a to become renamed oddly when using sort without article if sorting without articles is enabled movie and show titles beginning with a to are treated as if the a is an article when it s not this causes some bizarre renaming and sorting for the t v show a to z which becomes to z a
1
343,751
10,335,825,266
IssuesEvent
2019-09-03 11:33:20
scandipwa/base-theme
https://api.github.com/repos/scandipwa/base-theme
closed
Command line helpers
PRIORITY: LOW enhancement
**Is your feature request related to a problem? Please describe.** Work with components and routes include a lot of repetitive tasks that could be automated to improve workflow. For example, creating new route involves creating a directory that contains up to 5 files inside it- index.js, *.component.js, *.container.js, *.style.scss and *.test.js, all have code inside that is the same across all routes the only thing that changes is names and it ties these files together. This could be automated with some helper and generate all 5 files with single command line command like `node pwa.js make:route CmsPage` **Describe the solution you'd like** tool like https://github.com/astorm/pestle
1.0
Command line helpers - **Is your feature request related to a problem? Please describe.** Work with components and routes include a lot of repetitive tasks that could be automated to improve workflow. For example, creating new route involves creating a directory that contains up to 5 files inside it- index.js, *.component.js, *.container.js, *.style.scss and *.test.js, all have code inside that is the same across all routes the only thing that changes is names and it ties these files together. This could be automated with some helper and generate all 5 files with single command line command like `node pwa.js make:route CmsPage` **Describe the solution you'd like** tool like https://github.com/astorm/pestle
priority
command line helpers is your feature request related to a problem please describe work with components and routes include a lot of repetitive tasks that could be automated to improve workflow for example creating new route involves creating a directory that contains up to files inside it index js component js container js style scss and test js all have code inside that is the same across all routes the only thing that changes is names and it ties these files together this could be automated with some helper and generate all files with single command line command like node pwa js make route cmspage describe the solution you d like tool like
1
96,827
3,973,841,810
IssuesEvent
2016-05-04 20:02:42
firelab/windninja
https://api.github.com/repos/firelab/windninja
closed
Cloud cover output file resolution is wrong for CFD runs
bug component:output confirmed priority:low severity:low
The cloud cover output file (one of the fire behavior output files) is the wrong resolution for a CFD run. For my CFD run, with "use mesh resolution" selected for the output resolution, the cloud cover file's resolution was finer than the mesh resolution (but the .ang and .vel file resolutions were correct). The cloud cover file resolution for native solver runs when only uniform cloud cover information is known (like in a CFD run) outputs files that are only 2x2 cells that over the whole simulation domain. This reduces disk size and writing time. The CFD solver should also do this.
1.0
Cloud cover output file resolution is wrong for CFD runs - The cloud cover output file (one of the fire behavior output files) is the wrong resolution for a CFD run. For my CFD run, with "use mesh resolution" selected for the output resolution, the cloud cover file's resolution was finer than the mesh resolution (but the .ang and .vel file resolutions were correct). The cloud cover file resolution for native solver runs when only uniform cloud cover information is known (like in a CFD run) outputs files that are only 2x2 cells that over the whole simulation domain. This reduces disk size and writing time. The CFD solver should also do this.
priority
cloud cover output file resolution is wrong for cfd runs the cloud cover output file one of the fire behavior output files is the wrong resolution for a cfd run for my cfd run with use mesh resolution selected for the output resolution the cloud cover file s resolution was finer than the mesh resolution but the ang and vel file resolutions were correct the cloud cover file resolution for native solver runs when only uniform cloud cover information is known like in a cfd run outputs files that are only cells that over the whole simulation domain this reduces disk size and writing time the cfd solver should also do this
1
699,931
24,037,790,563
IssuesEvent
2022-09-15 20:57:25
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
Wrong product stock check on order-pay page with a custom status
type: bug priority: low plugin: woocommerce
### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. ### Describe the bug If you try to pay for an order through the order-pay page and this order has a custom status which already reduced stock, there comes this error message: "Sorry, we do not have enough "%1$s" in stock to fulfill your order (%2$s available). We apologize for any inconvenience caused." ### Expected behavior The order already reduced stock, so there shouldn't be any stock check and no error message. ### Actual behavior The product is checked for stock although the stock is already reduced for this order. If there is none left in stock, the order can't be paid and you are getting an error message. ### Steps to reproduce 1. Create a custom order status (e.g. with Booster for WooCommerce) 2. Enable reduce stock for this status 3. Enable valid for payment for this status 4. Create an order in the admin backend 5. Put a product with price > 0 in this order which has a total quantity of 4. 6. Increase the item quantity to 3, so there is 1 left. 7. Put the order in the custom status -> stock is now reduced by 3 8. Try to pay for it through the pay order link at the order 9. Error message: Sorry, we do not have enough "%1$s" in stock to fulfill your order (%2$s available). We apologize for any inconvenience caused. Here some filters to help to reproduce: ``` // enable "reduce stock" for custom status add_action( 'woocommerce_order_status_confirmed', 'wc_maybe_reduce_stock_levels' ); // set custom status as valid for payment add_filter( 'woocommerce_valid_order_statuses_for_payment', 'custom_status_valid_for_payment', 10, 2 ); function custom_status_valid_for_payment( $statuses, $order ) { // Registering the custom status as valid for payment $statuses[] = 'confirmed'; return $statuses; } ``` I have fixed this bug in our shop by doing this. Imho, there shouldn't be any stock check if the stock is already reduced. ``` add_filter( 'woocommerce_pay_order_product_has_enough_stock', 'cvz_woocommerce_pay_order_product_has_enough_stock', 10, 3 ); function cvz_woocommerce_pay_order_product_has_enough_stock( $result, $product, $order ) { $stockReduced = get_post_meta( $order->get_id(), '_order_stock_reduced', true ); if( $stockReduced == 'yes' ) { $result = true; } return $result; } ``` ### WordPress Environment ` ### WordPress Environment ### WordPress address (URL): https://localhost/bug Site address (URL): https://localhost/bug WC Version: 6.5.1 REST API Version: ✔ 6.5.1 WC Blocks Version: ✔ 7.4.3 Action Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: 6.0 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: ✔ Language: de_DE External object cache: – ### Server Environment ### Server Info: Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.4.29 PHP Version: 7.4.29 PHP Post Max Size: 256 MB PHP Time Limit: 3000 PHP Max Input Vars: 10000 cURL Version: 7.70.0 OpenSSL/1.1.1a SUHOSIN Installed: – MySQL Version: 5.5.5-10.1.38-MariaDB Max Upload Size: 200 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ❌ Dein Server verfügt nicht über eine lauffähige Version der SoapClient Klasse - einige Zahlungsschnittstellen welche SOAP nutzen funktionieren unter Umständen nicht korrekt. DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.5.1 WC Database Prefix: wp_ Datenbank-Gesamtgröße: 3.93MB Datenbank-Datengröße: 2.46MB Datenbank-Indexgröße: 1.47MB wp_woocommerce_sessions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_api_keys: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_order_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_tax_rates: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zones: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Daten: 0.02MB + Index: 0.11MB + Engine InnoDB wp_actionscheduler_claims: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_groups: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_options: Daten: 1.52MB + Index: 0.06MB + Engine InnoDB wp_postmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_posts: Daten: 0.03MB + Index: 0.06MB + Engine InnoDB wp_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_usermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_admin_notes: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_download_log: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wc_order_stats: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_product_attributes_lookup: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_download_directories: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB wp_wc_rate_limits: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_webhooks: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB ### Post Type Counts ### attachment: 1 page: 7 post: 2 product: 1 shop_order: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (2) ### Booster for WooCommerce: von Pluggabl LLC – 5.5.9 WooCommerce: von Automattic – 6.5.1 ### Inactive Plugins (2) ### Akismet Anti-Spam: von Automattic – 4.2.4 Hello Dolly: von Matt Mullenweg – 1.7.2 ### Settings ### API Enabled: – Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – Enforce Approved Product Download Directories: ✔ ### WC Pages ### Shop-Basis: #6 - /?page_id=6 Warenkorb: #7 - /?page_id=7 Kasse: #8 - /?page_id=8 Mein Konto: #9 - /?page_id=9 Allgemeine Geschäftsbedingungen: ❌ Seite nicht festgelegt ### Theme ### Name: Twenty Twenty-Two Version: 1.2 Author URL: https://de.wordpress.org/ Child Theme: ❌ – Wenn du WooCommerce mit einem Theme das du nicht selbst entwickelt hast an eigene Bedürfnisse anpasst dann empfehlen wir die Verwendung eines Child-Themes. Siehe Wie du ein Child-Theme erstellst (engl.) WooCommerce Support: ✔ ### Templates ### Overrides: – ### Action Scheduler ### Abgeschlossen: 9 Oldest: 2022-06-03 12:24:50 +0200 Newest: 2022-06-03 12:34:54 +0200 ### Status report information ### Generated at: 2022-06-03 12:41:18 +02:00 ` ### Isolating the problem - [X] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [X] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [X] I can reproduce this bug consistently using the steps above.
1.0
Wrong product stock check on order-pay page with a custom status - ### Prerequisites - [X] I have carried out troubleshooting steps and I believe I have found a bug. - [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. ### Describe the bug If you try to pay for an order through the order-pay page and this order has a custom status which already reduced stock, there comes this error message: "Sorry, we do not have enough "%1$s" in stock to fulfill your order (%2$s available). We apologize for any inconvenience caused." ### Expected behavior The order already reduced stock, so there shouldn't be any stock check and no error message. ### Actual behavior The product is checked for stock although the stock is already reduced for this order. If there is none left in stock, the order can't be paid and you are getting an error message. ### Steps to reproduce 1. Create a custom order status (e.g. with Booster for WooCommerce) 2. Enable reduce stock for this status 3. Enable valid for payment for this status 4. Create an order in the admin backend 5. Put a product with price > 0 in this order which has a total quantity of 4. 6. Increase the item quantity to 3, so there is 1 left. 7. Put the order in the custom status -> stock is now reduced by 3 8. Try to pay for it through the pay order link at the order 9. Error message: Sorry, we do not have enough "%1$s" in stock to fulfill your order (%2$s available). We apologize for any inconvenience caused. Here some filters to help to reproduce: ``` // enable "reduce stock" for custom status add_action( 'woocommerce_order_status_confirmed', 'wc_maybe_reduce_stock_levels' ); // set custom status as valid for payment add_filter( 'woocommerce_valid_order_statuses_for_payment', 'custom_status_valid_for_payment', 10, 2 ); function custom_status_valid_for_payment( $statuses, $order ) { // Registering the custom status as valid for payment $statuses[] = 'confirmed'; return $statuses; } ``` I have fixed this bug in our shop by doing this. Imho, there shouldn't be any stock check if the stock is already reduced. ``` add_filter( 'woocommerce_pay_order_product_has_enough_stock', 'cvz_woocommerce_pay_order_product_has_enough_stock', 10, 3 ); function cvz_woocommerce_pay_order_product_has_enough_stock( $result, $product, $order ) { $stockReduced = get_post_meta( $order->get_id(), '_order_stock_reduced', true ); if( $stockReduced == 'yes' ) { $result = true; } return $result; } ``` ### WordPress Environment ` ### WordPress Environment ### WordPress address (URL): https://localhost/bug Site address (URL): https://localhost/bug WC Version: 6.5.1 REST API Version: ✔ 6.5.1 WC Blocks Version: ✔ 7.4.3 Action Scheduler Version: ✔ 3.4.0 Log Directory Writable: ✔ WP Version: 6.0 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: ✔ Language: de_DE External object cache: – ### Server Environment ### Server Info: Apache/2.4.38 (Win64) OpenSSL/1.1.1a PHP/7.4.29 PHP Version: 7.4.29 PHP Post Max Size: 256 MB PHP Time Limit: 3000 PHP Max Input Vars: 10000 cURL Version: 7.70.0 OpenSSL/1.1.1a SUHOSIN Installed: – MySQL Version: 5.5.5-10.1.38-MariaDB Max Upload Size: 200 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ❌ Dein Server verfügt nicht über eine lauffähige Version der SoapClient Klasse - einige Zahlungsschnittstellen welche SOAP nutzen funktionieren unter Umständen nicht korrekt. DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.5.1 WC Database Prefix: wp_ Datenbank-Gesamtgröße: 3.93MB Datenbank-Datengröße: 2.46MB Datenbank-Indexgröße: 1.47MB wp_woocommerce_sessions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_api_keys: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_order_itemmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_tax_rates: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zones: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_log: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_actions: Daten: 0.02MB + Index: 0.11MB + Engine InnoDB wp_actionscheduler_claims: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_groups: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_commentmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB wp_links: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_options: Daten: 1.52MB + Index: 0.06MB + Engine InnoDB wp_postmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_posts: Daten: 0.03MB + Index: 0.06MB + Engine InnoDB wp_termmeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_terms: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_term_relationships: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_term_taxonomy: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_usermeta: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_users: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_admin_notes: Daten: 0.05MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_category_lookup: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_download_log: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Daten: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wc_order_stats: Daten: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Daten: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_product_attributes_lookup: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_download_directories: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Daten: 0.02MB + Index: 0.09MB + Engine InnoDB wp_wc_rate_limits: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Daten: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_webhooks: Daten: 0.02MB + Index: 0.02MB + Engine InnoDB ### Post Type Counts ### attachment: 1 page: 7 post: 2 product: 1 shop_order: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (2) ### Booster for WooCommerce: von Pluggabl LLC – 5.5.9 WooCommerce: von Automattic – 6.5.1 ### Inactive Plugins (2) ### Akismet Anti-Spam: von Automattic – 4.2.4 Hello Dolly: von Matt Mullenweg – 1.7.2 ### Settings ### API Enabled: – Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: – Enforce Approved Product Download Directories: ✔ ### WC Pages ### Shop-Basis: #6 - /?page_id=6 Warenkorb: #7 - /?page_id=7 Kasse: #8 - /?page_id=8 Mein Konto: #9 - /?page_id=9 Allgemeine Geschäftsbedingungen: ❌ Seite nicht festgelegt ### Theme ### Name: Twenty Twenty-Two Version: 1.2 Author URL: https://de.wordpress.org/ Child Theme: ❌ – Wenn du WooCommerce mit einem Theme das du nicht selbst entwickelt hast an eigene Bedürfnisse anpasst dann empfehlen wir die Verwendung eines Child-Themes. Siehe Wie du ein Child-Theme erstellst (engl.) WooCommerce Support: ✔ ### Templates ### Overrides: – ### Action Scheduler ### Abgeschlossen: 9 Oldest: 2022-06-03 12:24:50 +0200 Newest: 2022-06-03 12:34:54 +0200 ### Status report information ### Generated at: 2022-06-03 12:41:18 +02:00 ` ### Isolating the problem - [X] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [X] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [X] I can reproduce this bug consistently using the steps above.
priority
wrong product stock check on order pay page with a custom status prerequisites i have carried out troubleshooting steps and i believe i have found a bug i have searched for similar bugs in both open and closed issues and cannot find a duplicate describe the bug if you try to pay for an order through the order pay page and this order has a custom status which already reduced stock there comes this error message sorry we do not have enough s in stock to fulfill your order s available we apologize for any inconvenience caused expected behavior the order already reduced stock so there shouldn t be any stock check and no error message actual behavior the product is checked for stock although the stock is already reduced for this order if there is none left in stock the order can t be paid and you are getting an error message steps to reproduce create a custom order status e g with booster for woocommerce enable reduce stock for this status enable valid for payment for this status create an order in the admin backend put a product with price in this order which has a total quantity of increase the item quantity to so there is left put the order in the custom status stock is now reduced by try to pay for it through the pay order link at the order error message sorry we do not have enough s in stock to fulfill your order s available we apologize for any inconvenience caused here some filters to help to reproduce enable reduce stock for custom status add action woocommerce order status confirmed wc maybe reduce stock levels set custom status as valid for payment add filter woocommerce valid order statuses for payment custom status valid for payment function custom status valid for payment statuses order registering the custom status as valid for payment statuses confirmed return statuses i have fixed this bug in our shop by doing this imho there shouldn t be any stock check if the stock is already reduced add filter woocommerce pay order product has enough stock cvz woocommerce pay order product has enough stock function cvz woocommerce pay order product has enough stock result product order stockreduced get post meta order get id order stock reduced true if stockreduced yes result true return result wordpress environment wordpress environment wordpress address url site address url wc version rest api version ✔ wc blocks version ✔ action scheduler version ✔ log directory writable ✔ wp version wp multisite – wp memory limit mb wp debug mode – wp cron ✔ language de de external object cache – server environment server info apache openssl php php version php post max size mb php time limit php max input vars curl version openssl suhosin installed – mysql version mariadb max upload size mb default timezone is utc ✔ fsockopen curl ✔ soapclient ❌ dein server verfügt nicht über eine lauffähige version der soapclient klasse einige zahlungsschnittstellen welche soap nutzen funktionieren unter umständen nicht korrekt domdocument ✔ gzip ✔ multibyte string ✔ remote post ✔ remote get ✔ database wc database version wc database prefix wp datenbank gesamtgröße datenbank datengröße datenbank indexgröße wp woocommerce sessions daten index engine innodb wp woocommerce api keys daten index engine innodb wp woocommerce attribute taxonomies daten index engine innodb wp woocommerce downloadable product permissions daten index engine innodb wp woocommerce order items daten index engine innodb wp woocommerce order itemmeta daten index engine innodb wp woocommerce tax rates daten index engine innodb wp woocommerce tax rate locations daten index engine innodb wp woocommerce shipping zones daten index engine innodb wp woocommerce shipping zone locations daten index engine innodb wp woocommerce shipping zone methods daten index engine innodb wp woocommerce payment tokens daten index engine innodb wp woocommerce payment tokenmeta daten index engine innodb wp woocommerce log daten index engine innodb wp actionscheduler actions daten index engine innodb wp actionscheduler claims daten index engine innodb wp actionscheduler groups daten index engine innodb wp actionscheduler logs daten index engine innodb wp commentmeta daten index engine innodb wp comments daten index engine innodb wp links daten index engine innodb wp options daten index engine innodb wp postmeta daten index engine innodb wp posts daten index engine innodb wp termmeta daten index engine innodb wp terms daten index engine innodb wp term relationships daten index engine innodb wp term taxonomy daten index engine innodb wp usermeta daten index engine innodb wp users daten index engine innodb wp wc admin notes daten index engine innodb wp wc admin note actions daten index engine innodb wp wc category lookup daten index engine innodb wp wc customer lookup daten index engine innodb wp wc download log daten index engine innodb wp wc order coupon lookup daten index engine innodb wp wc order product lookup daten index engine innodb wp wc order stats daten index engine innodb wp wc order tax lookup daten index engine innodb wp wc product attributes lookup daten index engine innodb wp wc product download directories daten index engine innodb wp wc product meta lookup daten index engine innodb wp wc rate limits daten index engine innodb wp wc reserved stock daten index engine innodb wp wc tax rate classes daten index engine innodb wp wc webhooks daten index engine innodb post type counts attachment page post product shop order security secure connection https ✔ hide errors from visitors ✔ active plugins booster for woocommerce von pluggabl llc – woocommerce von automattic – inactive plugins akismet anti spam von automattic – hello dolly von matt mullenweg – settings api enabled – force ssl – currency usd currency position left thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple variable variable taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com – enforce approved product download directories ✔ wc pages shop basis page id warenkorb page id kasse page id mein konto page id allgemeine geschäftsbedingungen ❌ seite nicht festgelegt theme name twenty twenty two version author url child theme ❌ – wenn du woocommerce mit einem theme das du nicht selbst entwickelt hast an eigene bedürfnisse anpasst dann empfehlen wir die verwendung eines child themes siehe wie du ein child theme erstellst engl woocommerce support ✔ templates overrides – action scheduler abgeschlossen oldest newest status report information generated at isolating the problem i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above
1
524,076
15,195,519,620
IssuesEvent
2021-02-16 06:31:33
WMCB-Tech/debdroid-ng
https://api.github.com/repos/WMCB-Tech/debdroid-ng
closed
Add Support for Debian 8 (and possibly 7)
enhancement low priority
Debian 8/7 does not have `arm64` versions of it and it would cause problems when running it on `arm64` * [ ] Ensure Everything is working if running it on `arm64` * [ ] Some SELinux Fixes
1.0
Add Support for Debian 8 (and possibly 7) - Debian 8/7 does not have `arm64` versions of it and it would cause problems when running it on `arm64` * [ ] Ensure Everything is working if running it on `arm64` * [ ] Some SELinux Fixes
priority
add support for debian and possibly debian does not have versions of it and it would cause problems when running it on ensure everything is working if running it on some selinux fixes
1
325,167
9,918,291,552
IssuesEvent
2019-06-29 09:42:55
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Clean up official matlab support / recommendations
configuration: matlab priority: low team: kitware type: cleanup type: continuous integration type: installation and distribution
We occasionally get questions like #11742. I think it's time to clean up our recommendations / official support for matlab. Proposal: [ ] purge CallMatlab from the c++ (anyhow it is not sufficiently tested #6707); replace those examples with python [ ] add a simple example of calling pydrake from matlab using https://www.mathworks.com/help/matlab/call-python-libraries.html [ ] Update https://drake.mit.edu/matlab_bindings.html to recommend using the python bindings and point them to the example. [ ] Consider moving that example to a separate repo so that we can simplify the build files and [jenkins support matrix](https://drake-jenkins.csail.mit.edu/view/MATLAB/). cc @jamiesnape
1.0
Clean up official matlab support / recommendations - We occasionally get questions like #11742. I think it's time to clean up our recommendations / official support for matlab. Proposal: [ ] purge CallMatlab from the c++ (anyhow it is not sufficiently tested #6707); replace those examples with python [ ] add a simple example of calling pydrake from matlab using https://www.mathworks.com/help/matlab/call-python-libraries.html [ ] Update https://drake.mit.edu/matlab_bindings.html to recommend using the python bindings and point them to the example. [ ] Consider moving that example to a separate repo so that we can simplify the build files and [jenkins support matrix](https://drake-jenkins.csail.mit.edu/view/MATLAB/). cc @jamiesnape
priority
clean up official matlab support recommendations we occasionally get questions like i think it s time to clean up our recommendations official support for matlab proposal purge callmatlab from the c anyhow it is not sufficiently tested replace those examples with python add a simple example of calling pydrake from matlab using update to recommend using the python bindings and point them to the example consider moving that example to a separate repo so that we can simplify the build files and cc jamiesnape
1
410,322
11,986,312,516
IssuesEvent
2020-04-07 19:04:33
syntax-prosody-ot/main
https://api.github.com/repos/syntax-prosody-ot/main
closed
Change wrap() to wrapSP()
low priority
Could we change the name of wrap() to wrapSP(), to highlight the fact that it's a syntax→prosody mapping constraint? I was going to do so but then worried I would break something, particularly on the interface where the word "wrap" makes several appearances without being followed by parentheses. (Would these also be replaced by wrapSP?)
1.0
Change wrap() to wrapSP() - Could we change the name of wrap() to wrapSP(), to highlight the fact that it's a syntax→prosody mapping constraint? I was going to do so but then worried I would break something, particularly on the interface where the word "wrap" makes several appearances without being followed by parentheses. (Would these also be replaced by wrapSP?)
priority
change wrap to wrapsp could we change the name of wrap to wrapsp to highlight the fact that it s a syntax→prosody mapping constraint i was going to do so but then worried i would break something particularly on the interface where the word wrap makes several appearances without being followed by parentheses would these also be replaced by wrapsp
1
110,940
4,445,728,872
IssuesEvent
2016-08-20 07:16:46
uyu423/vote_widget
https://api.github.com/repos/uyu423/vote_widget
closed
Selection learning
priority Low
* API design considering the scalability - Tumblbug Milestone 4-2 * Build Tool (Gulp, Grunt or Webpack) - Tumblbug Milestone 4-4 * React Server-side Rendering ? - Tumblbug Milestone 4-5 * Service Worker (offline caching strategy) - Tumblbug Milestone 4-6 * SPA Function using React.js - Tumblbug Milestone 4-7
1.0
Selection learning - * API design considering the scalability - Tumblbug Milestone 4-2 * Build Tool (Gulp, Grunt or Webpack) - Tumblbug Milestone 4-4 * React Server-side Rendering ? - Tumblbug Milestone 4-5 * Service Worker (offline caching strategy) - Tumblbug Milestone 4-6 * SPA Function using React.js - Tumblbug Milestone 4-7
priority
selection learning api design considering the scalability tumblbug milestone build tool gulp grunt or webpack tumblbug milestone react server side rendering tumblbug milestone service worker offline caching strategy tumblbug milestone spa function using react js tumblbug milestone
1
99,518
4,056,357,440
IssuesEvent
2016-05-24 18:22:10
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Mouse Cursor Icon Does Not Change to Hand On Pan in Tutorial
duplicate Intern Assignment Priority: Low
This is on Windows 7 with Chrome. As you can see, during the tutorial, the mouse cursor does not correctly switch to a hand (which makes the hand animation confusing). ![image](https://cloud.githubusercontent.com/assets/1621749/14540331/81bcf1ca-0252-11e6-81f7-f3b574896d1d.png)
1.0
Mouse Cursor Icon Does Not Change to Hand On Pan in Tutorial - This is on Windows 7 with Chrome. As you can see, during the tutorial, the mouse cursor does not correctly switch to a hand (which makes the hand animation confusing). ![image](https://cloud.githubusercontent.com/assets/1621749/14540331/81bcf1ca-0252-11e6-81f7-f3b574896d1d.png)
priority
mouse cursor icon does not change to hand on pan in tutorial this is on windows with chrome as you can see during the tutorial the mouse cursor does not correctly switch to a hand which makes the hand animation confusing
1
420,107
12,233,430,828
IssuesEvent
2020-05-04 11:37:31
DragonetMC/DragonProxy
https://api.github.com/repos/DragonetMC/DragonProxy
closed
Beds Only Appear Red
Bug Not Implemented Yet Priority: Low
Title says it all. If a Java player places any color bed, the bedrock client only sees a red bed.
1.0
Beds Only Appear Red - Title says it all. If a Java player places any color bed, the bedrock client only sees a red bed.
priority
beds only appear red title says it all if a java player places any color bed the bedrock client only sees a red bed
1
401,554
11,795,113,979
IssuesEvent
2020-03-18 08:17:13
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Thalia Pay: Add an option to events for users to mark their registration as paid using direct debit.
feature priority: low
In GitLab by @se-bastiaan on Oct 3, 2019, 16:53 Subtask of #632, partially blocked by #930. ### One-sentence description Add an option to events for users to mark their registration as paid using direct debit. ### Motivation Because we want Thalia Pay (#632). ### Desired functionality Payment option on the user side. ### Suggested implementation Have a button on the event page that has the user confirm their payment or redirect to information about direct debits. Also provide the API for the app!
1.0
Thalia Pay: Add an option to events for users to mark their registration as paid using direct debit. - In GitLab by @se-bastiaan on Oct 3, 2019, 16:53 Subtask of #632, partially blocked by #930. ### One-sentence description Add an option to events for users to mark their registration as paid using direct debit. ### Motivation Because we want Thalia Pay (#632). ### Desired functionality Payment option on the user side. ### Suggested implementation Have a button on the event page that has the user confirm their payment or redirect to information about direct debits. Also provide the API for the app!
priority
thalia pay add an option to events for users to mark their registration as paid using direct debit in gitlab by se bastiaan on oct subtask of partially blocked by one sentence description add an option to events for users to mark their registration as paid using direct debit motivation because we want thalia pay desired functionality payment option on the user side suggested implementation have a button on the event page that has the user confirm their payment or redirect to information about direct debits also provide the api for the app
1
154,016
5,907,070,471
IssuesEvent
2017-05-19 16:40:37
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Clicking on disabled Ad/Tracker count enables the <li> element under braveryPanelBody
polish priority/low
- Did you search for similar issues before submitting this one? Yes - Describe the issue you encountered: Clicking on Ad/Tracker even when disabled enables the `<li>` items under braveryPanelBody - Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10 x64 - Brave Version (revision SHA): Brave 0.13.2 rev 8cdf402 - Steps to reproduce: 1. Open any site 2. Click on Shields menu and disable shields so that all entries are 0 3. Click on Ad/Tracker count, you can see the <li> element enabled 4. Click on other entries, nothing happens - Actual result: Clicking on disabled Ad/Tracker count enables the `<li>` element - Expected result: `<li>` element should only be enabled when Ad/Tracker is enabled and has count - Will the steps above reproduce in a fresh profile? If not what other info can be added? Yes - Is this an issue in the currently released version? Yes existing behavior - Can this issue be consistently reproduced? Yes - Extra QA steps: 1. 2. 3. - Screenshot if needed: ![shieldsmenu](https://cloud.githubusercontent.com/assets/17010094/22591313/de25aa32-ea0b-11e6-9d0a-a6303c4de4a1.gif) - Any related issues:
1.0
Clicking on disabled Ad/Tracker count enables the <li> element under braveryPanelBody - - Did you search for similar issues before submitting this one? Yes - Describe the issue you encountered: Clicking on Ad/Tracker even when disabled enables the `<li>` items under braveryPanelBody - Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10 x64 - Brave Version (revision SHA): Brave 0.13.2 rev 8cdf402 - Steps to reproduce: 1. Open any site 2. Click on Shields menu and disable shields so that all entries are 0 3. Click on Ad/Tracker count, you can see the <li> element enabled 4. Click on other entries, nothing happens - Actual result: Clicking on disabled Ad/Tracker count enables the `<li>` element - Expected result: `<li>` element should only be enabled when Ad/Tracker is enabled and has count - Will the steps above reproduce in a fresh profile? If not what other info can be added? Yes - Is this an issue in the currently released version? Yes existing behavior - Can this issue be consistently reproduced? Yes - Extra QA steps: 1. 2. 3. - Screenshot if needed: ![shieldsmenu](https://cloud.githubusercontent.com/assets/17010094/22591313/de25aa32-ea0b-11e6-9d0a-a6303c4de4a1.gif) - Any related issues:
priority
clicking on disabled ad tracker count enables the element under braverypanelbody did you search for similar issues before submitting this one yes describe the issue you encountered clicking on ad tracker even when disabled enables the items under braverypanelbody platform macos linux distro windows brave version revision sha brave rev steps to reproduce open any site click on shields menu and disable shields so that all entries are click on ad tracker count you can see the element enabled click on other entries nothing happens actual result clicking on disabled ad tracker count enables the element expected result element should only be enabled when ad tracker is enabled and has count will the steps above reproduce in a fresh profile if not what other info can be added yes is this an issue in the currently released version yes existing behavior can this issue be consistently reproduced yes extra qa steps screenshot if needed any related issues
1
155,170
5,949,949,786
IssuesEvent
2017-05-26 15:29:44
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio-ui] Can't close image dialog
bug Priority: Low
Steps to reproduce: - Create a site based on Editorial BP - Edit the homepage - Scroll down to the strawberries image - Hover over the image and click on the + sign - Now you're stuck :) At a minimum, `escape` should work. Ping me if you have smarter options. ![screen shot 2017-05-26 at 11 28 49 am](https://cloud.githubusercontent.com/assets/3931908/26501130/9a43ca8a-4206-11e7-93a1-87700a982005.png)
1.0
[studio-ui] Can't close image dialog - Steps to reproduce: - Create a site based on Editorial BP - Edit the homepage - Scroll down to the strawberries image - Hover over the image and click on the + sign - Now you're stuck :) At a minimum, `escape` should work. Ping me if you have smarter options. ![screen shot 2017-05-26 at 11 28 49 am](https://cloud.githubusercontent.com/assets/3931908/26501130/9a43ca8a-4206-11e7-93a1-87700a982005.png)
priority
can t close image dialog steps to reproduce create a site based on editorial bp edit the homepage scroll down to the strawberries image hover over the image and click on the sign now you re stuck at a minimum escape should work ping me if you have smarter options
1
35,163
2,789,824,974
IssuesEvent
2015-05-08 21:43:59
canadainc/quran10
https://api.github.com/repos/canadainc/quran10
opened
Frequently accessed individuals should be context specific
Admin Component-Logic Priority-Low Type-Enhancement Usability
For example don't show frequently accessed translators in authors section and vice-versa.
1.0
Frequently accessed individuals should be context specific - For example don't show frequently accessed translators in authors section and vice-versa.
priority
frequently accessed individuals should be context specific for example don t show frequently accessed translators in authors section and vice versa
1
77,902
3,507,486,198
IssuesEvent
2016-01-08 13:37:00
djo938/supershell
https://api.github.com/repos/djo938/supershell
opened
No warning/error if some arg are not used in a command
bug Low priority
aucun message d'erreur n'est affiché quand certains arguments ne sont pas consommé Is it really a problem ?
1.0
No warning/error if some arg are not used in a command - aucun message d'erreur n'est affiché quand certains arguments ne sont pas consommé Is it really a problem ?
priority
no warning error if some arg are not used in a command aucun message d erreur n est affiché quand certains arguments ne sont pas consommé is it really a problem
1