Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
38,249
8,707,891,178
IssuesEvent
2018-12-06 09:21:22
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
com.hazelcast.ringbuffer.ReadResultSet#getNextSequenceToReadFrom returns always 0
Module: Ringbuffer Priority: High Source: Internal Source: Jet Team: Core Type: Defect
com.hazelcast.ringbuffer.ReadResultSet#getNextSequenceToReadFrom returns always 0 when minSize is 0.
1.0
com.hazelcast.ringbuffer.ReadResultSet#getNextSequenceToReadFrom returns always 0 - com.hazelcast.ringbuffer.ReadResultSet#getNextSequenceToReadFrom returns always 0 when minSize is 0.
defect
com hazelcast ringbuffer readresultset getnextsequencetoreadfrom returns always com hazelcast ringbuffer readresultset getnextsequencetoreadfrom returns always when minsize is
1
81,071
30,696,054,740
IssuesEvent
2023-07-26 18:41:26
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
"Abbreviation" button is now in WYSIWYG
Defect Needs refining
## Describe the defect There's an "Abbreviation" button in the WYSIWYG toolbar. ## To Reproduce Steps to reproduce the behavior: 1. Add an event: /node/add/event 2. Scroll down to **Full event description** 3. Validate that the "Abbreviation" button is present ## AC / Expected behavior No "Abbreviation" button is showing. ## Screenshots ![Screenshot 2023-07-26 at 1 31 26 PM](https://github.com/department-of-veterans-affairs/va.gov-cms/assets/766573/db13b1c4-017f-4d15-b1ec-9588703bff64) ## Additional context It's possible this is an intentional addition, and I missed that fact. But if now, well, can we excise it. ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS workstream (orange) (not needed for bug tickets) - [ ] CMS-supported product (black) ### Team Please check the team(s) that will do this work. - [ ] `CMS Team` - [x] `Public Websites` - [ ] `Facilities` - [ ] `User support` - [ ] `Accelerated Publishing`
1.0
"Abbreviation" button is now in WYSIWYG - ## Describe the defect There's an "Abbreviation" button in the WYSIWYG toolbar. ## To Reproduce Steps to reproduce the behavior: 1. Add an event: /node/add/event 2. Scroll down to **Full event description** 3. Validate that the "Abbreviation" button is present ## AC / Expected behavior No "Abbreviation" button is showing. ## Screenshots ![Screenshot 2023-07-26 at 1 31 26 PM](https://github.com/department-of-veterans-affairs/va.gov-cms/assets/766573/db13b1c4-017f-4d15-b1ec-9588703bff64) ## Additional context It's possible this is an intentional addition, and I missed that fact. But if now, well, can we excise it. ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS workstream (orange) (not needed for bug tickets) - [ ] CMS-supported product (black) ### Team Please check the team(s) that will do this work. - [ ] `CMS Team` - [x] `Public Websites` - [ ] `Facilities` - [ ] `User support` - [ ] `Accelerated Publishing`
defect
abbreviation button is now in wysiwyg describe the defect there s an abbreviation button in the wysiwyg toolbar to reproduce steps to reproduce the behavior add an event node add event scroll down to full event description validate that the abbreviation button is present ac expected behavior no abbreviation button is showing screenshots additional context it s possible this is an intentional addition and i missed that fact but if now well can we excise it labels you can delete this section once it s complete issue type red defaults to defect cms subsystem green cms practice area blue cms workstream orange not needed for bug tickets cms supported product black team please check the team s that will do this work cms team public websites facilities user support accelerated publishing
1
252,470
21,579,719,645
IssuesEvent
2022-05-02 17:21:23
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Unblinded tokens are not fetched till restart after invalid wallet error even when wallet state is fixed
QA/Yes release-notes/exclude QA/Test-Plan-Specified feature/ads OS/Desktop
Follow up to https://github.com/brave/brave-browser/issues/13815. Important: This state is fixed after browser restart ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> Important: OS locale and actual geolocation need to be the same, for example: US locale and US based IP. 1. Install 1.19.86 1. Enable rewards and ads 1. Update to 1.39.x 1. Wait till unblinded tokens are downloaded 1. View a NTP SI 1. Make sure user is paid for the ad (`view` confirmation is successful) ## Actual result: <!--Please add screenshots if needed--> unblinded tokens are never refilled, the reason is: ``` [9428:9428:0502/175033.529794:INFO:refill_unblinded_tokens.cc(88)] Failed to refill unblinded tokens due to an invalid wallet ``` The invalid wallet state is fixed, but we never retry to refill unblinded tokens ``` [9428:9428:0502:0502/191949.346549:VERBOSE1:ads_impl.cc(787)] Successfully set wallet [9428:9428:0502:0502/191949.351143:VERBOSE1:ads_impl.cc(787)] Successfully set wallet ``` Note: restart fixes the issue and unblinded tokens are refilled. ## Expected result: User is paid for NTP SI without restart ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 1.39.87 Chromium: 101.0.4951.41 (Official Build) nightly (64-bit) -- | -- Revision | 93c720db8323b3ec10d056025ab95c23a31997c9-refs/branch-heads/4951@{#904} OS | Ubuntu 18.04 LTS cc @brave/qa-team @rebron @tmancey @jsecretan
1.0
Unblinded tokens are not fetched till restart after invalid wallet error even when wallet state is fixed - Follow up to https://github.com/brave/brave-browser/issues/13815. Important: This state is fixed after browser restart ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> Important: OS locale and actual geolocation need to be the same, for example: US locale and US based IP. 1. Install 1.19.86 1. Enable rewards and ads 1. Update to 1.39.x 1. Wait till unblinded tokens are downloaded 1. View a NTP SI 1. Make sure user is paid for the ad (`view` confirmation is successful) ## Actual result: <!--Please add screenshots if needed--> unblinded tokens are never refilled, the reason is: ``` [9428:9428:0502/175033.529794:INFO:refill_unblinded_tokens.cc(88)] Failed to refill unblinded tokens due to an invalid wallet ``` The invalid wallet state is fixed, but we never retry to refill unblinded tokens ``` [9428:9428:0502:0502/191949.346549:VERBOSE1:ads_impl.cc(787)] Successfully set wallet [9428:9428:0502:0502/191949.351143:VERBOSE1:ads_impl.cc(787)] Successfully set wallet ``` Note: restart fixes the issue and unblinded tokens are refilled. ## Expected result: User is paid for NTP SI without restart ## Reproduces how often: <!--[Easily reproduced/Intermittent issue/No steps to reproduce]--> Easily reproduced ## Brave version (brave://version info) <!--For installed build, please copy Brave, Revision and OS from brave://version and paste here. If building from source please mention it along with brave://version details--> Brave | 1.39.87 Chromium: 101.0.4951.41 (Official Build) nightly (64-bit) -- | -- Revision | 93c720db8323b3ec10d056025ab95c23a31997c9-refs/branch-heads/4951@{#904} OS | Ubuntu 18.04 LTS cc @brave/qa-team @rebron @tmancey @jsecretan
non_defect
unblinded tokens are not fetched till restart after invalid wallet error even when wallet state is fixed follow up to important this state is fixed after browser restart steps to reproduce important os locale and actual geolocation need to be the same for example us locale and us based ip install enable rewards and ads update to x wait till unblinded tokens are downloaded view a ntp si make sure user is paid for the ad view confirmation is successful actual result unblinded tokens are never refilled the reason is failed to refill unblinded tokens due to an invalid wallet the invalid wallet state is fixed but we never retry to refill unblinded tokens successfully set wallet successfully set wallet note restart fixes the issue and unblinded tokens are refilled expected result user is paid for ntp si without restart reproduces how often easily reproduced brave version brave version info brave chromium official build nightly bit revision refs branch heads os ubuntu lts cc brave qa team rebron tmancey jsecretan
0
79,143
28,013,942,420
IssuesEvent
2023-03-27 20:52:26
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Compiler warning for XmlAccessType with jOOQ 3.18.0
T: Defect
### Expected behavior [This comment](https://github.com/jOOQ/jOOQ/issues/13047#issuecomment-1240172308) discusses a new compiler warning. [This reply](https://github.com/jOOQ/jOOQ/issues/13047#issuecomment-1240322200) asks how to reproduce example, and [this repository](https://github.com/brettkail-wk/jooq-javac-warning) shows it. Expected behavior: ``` $ mvn -Djooq.version=3.17.8 clean package ... [INFO] Compiling 1 source file to /Users/brettkail/git/jooq-javac-warning/target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] ... ``` ### Actual behavior ``` $ mvn clean package ... [INFO] Compiling 1 source file to /Users/brettkail/git/jooq-javac-warning/target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] unknown enum constant jakarta.xml.bind.annotation.XmlAccessType.FIELD reason: class file for jakarta.xml.bind.annotation.XmlAccessType not found ... ``` ### Steps to reproduce the problem Download repository and `mvn clean package` with/without `-Djooq.version=3.17.8`. The problem does go away if a `jakarta.xml.bind:jakarta.xml.bind-api` dependency is added, but my project otherwise doesn't use JAXB, so the dependency seems weird. ### jOOQ Version 3.18.0 ### Database product and version N/A ### Java Version _No response_ ### OS Version _No response_ ### JDBC driver name and version (include name if unofficial driver) _No response_
1.0
Compiler warning for XmlAccessType with jOOQ 3.18.0 - ### Expected behavior [This comment](https://github.com/jOOQ/jOOQ/issues/13047#issuecomment-1240172308) discusses a new compiler warning. [This reply](https://github.com/jOOQ/jOOQ/issues/13047#issuecomment-1240322200) asks how to reproduce example, and [this repository](https://github.com/brettkail-wk/jooq-javac-warning) shows it. Expected behavior: ``` $ mvn -Djooq.version=3.17.8 clean package ... [INFO] Compiling 1 source file to /Users/brettkail/git/jooq-javac-warning/target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] ... ``` ### Actual behavior ``` $ mvn clean package ... [INFO] Compiling 1 source file to /Users/brettkail/git/jooq-javac-warning/target/classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] unknown enum constant jakarta.xml.bind.annotation.XmlAccessType.FIELD reason: class file for jakarta.xml.bind.annotation.XmlAccessType not found ... ``` ### Steps to reproduce the problem Download repository and `mvn clean package` with/without `-Djooq.version=3.17.8`. The problem does go away if a `jakarta.xml.bind:jakarta.xml.bind-api` dependency is added, but my project otherwise doesn't use JAXB, so the dependency seems weird. ### jOOQ Version 3.18.0 ### Database product and version N/A ### Java Version _No response_ ### OS Version _No response_ ### JDBC driver name and version (include name if unofficial driver) _No response_
defect
compiler warning for xmlaccesstype with jooq expected behavior discusses a new compiler warning asks how to reproduce example and shows it expected behavior mvn djooq version clean package compiling source file to users brettkail git jooq javac warning target classes system modules path not set in conjunction with source actual behavior mvn clean package compiling source file to users brettkail git jooq javac warning target classes system modules path not set in conjunction with source unknown enum constant jakarta xml bind annotation xmlaccesstype field reason class file for jakarta xml bind annotation xmlaccesstype not found steps to reproduce the problem download repository and mvn clean package with without djooq version the problem does go away if a jakarta xml bind jakarta xml bind api dependency is added but my project otherwise doesn t use jaxb so the dependency seems weird jooq version database product and version n a java version no response os version no response jdbc driver name and version include name if unofficial driver no response
1
15,943
10,435,234,796
IssuesEvent
2019-09-17 16:49:36
raiden-network/raiden
https://api.github.com/repos/raiden-network/raiden
closed
Raiden startup is slow
optimization usability
## Problem Definition It currently takes a long time to start Raiden (esp. first run). This is most notable on Kovan where 150+ token networks are registered. Needs investigation and evaluation for possible optimization.
True
Raiden startup is slow - ## Problem Definition It currently takes a long time to start Raiden (esp. first run). This is most notable on Kovan where 150+ token networks are registered. Needs investigation and evaluation for possible optimization.
non_defect
raiden startup is slow problem definition it currently takes a long time to start raiden esp first run this is most notable on kovan where token networks are registered needs investigation and evaluation for possible optimization
0
8,406
2,611,496,238
IssuesEvent
2015-02-27 05:35:41
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
when recording starts, mouse is trapped in a invisible window
auto-migrated OpSys-OSX Priority-Low Type-Defect
``` 1. would be nice that fps is not shown on videos 2. when deleting a video, also the preview in VideoTemp should be deleted 3. since hw usually runs at vsync, the video framerate should be 60 by default 4. could prompt a warning when framerate is non standard 5. the video recording options should stay in their own tab in the setting page 6. bitrate needs to be increased all above is imho and open for discussion ``` Original issue reported on code.google.com by `vittorio...@gmail.com` on 24 Oct 2012 at 2:20 * Blocked on: #471
1.0
when recording starts, mouse is trapped in a invisible window - ``` 1. would be nice that fps is not shown on videos 2. when deleting a video, also the preview in VideoTemp should be deleted 3. since hw usually runs at vsync, the video framerate should be 60 by default 4. could prompt a warning when framerate is non standard 5. the video recording options should stay in their own tab in the setting page 6. bitrate needs to be increased all above is imho and open for discussion ``` Original issue reported on code.google.com by `vittorio...@gmail.com` on 24 Oct 2012 at 2:20 * Blocked on: #471
defect
when recording starts mouse is trapped in a invisible window would be nice that fps is not shown on videos when deleting a video also the preview in videotemp should be deleted since hw usually runs at vsync the video framerate should be by default could prompt a warning when framerate is non standard the video recording options should stay in their own tab in the setting page bitrate needs to be increased all above is imho and open for discussion original issue reported on code google com by vittorio gmail com on oct at blocked on
1
229,948
25,401,881,572
IssuesEvent
2022-11-22 12:44:42
elastic/cloudbeat
https://api.github.com/repos/elastic/cloudbeat
opened
Implement the AWS CloudTrail fetcher
Team:Cloud Security Posture
**Motivation** Create a fetcher to collect the CloudTrail data to be evaluated by OPA. **Definition of done** What needs to be completed at the end of this task - [] use defsec 3rd party to fetch the data from the AWS account. - [] All the required data of CloudTrail is collected. - [] Fetcher's implementation is provider agnostic. **Related tasks/epics**
True
Implement the AWS CloudTrail fetcher - **Motivation** Create a fetcher to collect the CloudTrail data to be evaluated by OPA. **Definition of done** What needs to be completed at the end of this task - [] use defsec 3rd party to fetch the data from the AWS account. - [] All the required data of CloudTrail is collected. - [] Fetcher's implementation is provider agnostic. **Related tasks/epics**
non_defect
implement the aws cloudtrail fetcher motivation create a fetcher to collect the cloudtrail data to be evaluated by opa definition of done what needs to be completed at the end of this task use defsec party to fetch the data from the aws account all the required data of cloudtrail is collected fetcher s implementation is provider agnostic related tasks epics
0
412,205
27,850,586,035
IssuesEvent
2023-03-20 18:22:17
unitaryfund/mitiq
https://api.github.com/repos/unitaryfund/mitiq
closed
Update DDD Qiskit tutorial with results from hardware
documentation
## Issue Description Add results from IBMQ hardware experiments to existing DDD Qiskit tutorial (need to change circuit, executors) Remove Cirq conversion for simulated noise model Future update: use functions developed in #1708
1.0
Update DDD Qiskit tutorial with results from hardware - ## Issue Description Add results from IBMQ hardware experiments to existing DDD Qiskit tutorial (need to change circuit, executors) Remove Cirq conversion for simulated noise model Future update: use functions developed in #1708
non_defect
update ddd qiskit tutorial with results from hardware issue description add results from ibmq hardware experiments to existing ddd qiskit tutorial need to change circuit executors remove cirq conversion for simulated noise model future update use functions developed in
0
270,770
8,469,785,331
IssuesEvent
2018-10-24 00:42:50
projectcalico/canal
https://api.github.com/repos/projectcalico/canal
closed
bootkube : installation
priority/P2
There seems to be an example for kubeadm, would be great if there was an example for bootkube
1.0
bootkube : installation - There seems to be an example for kubeadm, would be great if there was an example for bootkube
non_defect
bootkube installation there seems to be an example for kubeadm would be great if there was an example for bootkube
0
21,884
3,574,948,787
IssuesEvent
2016-01-27 14:13:34
jOOQ/jOOL
https://api.github.com/repos/jOOQ/jOOL
closed
java.lang.IllegalStateException when using Seq.sorted() with other operations
P: Urgent R: Fixed T: Defect
This is a jOOL 0.9.9 regression. The following code: ```java Seq.of("a", "b") .sorted() .zipWithIndex() .toList(); ``` Causes ``` Exception in thread "main" java.lang.IllegalStateException at java.util.Spliterator.getComparator(Spliterator.java:465) at java.util.stream.StreamOpFlag.fromCharacteristics(StreamOpFlag.java:734) at java.util.stream.StreamSupport.stream(StreamSupport.java:70) at org.jooq.lambda.Seq.seq(Seq.java:2440) at org.jooq.lambda.SeqUtils.transform(SeqUtils.java:56) at org.jooq.lambda.Seq.zipWithIndex(Seq.java:4252) at org.jooq.lambda.Seq.zipWithIndex(Seq.java:898) at com.company.Main.main(Main.java:10) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) ``` This is a regression caused by https://github.com/jOOQ/jOOL/issues/144
1.0
java.lang.IllegalStateException when using Seq.sorted() with other operations - This is a jOOL 0.9.9 regression. The following code: ```java Seq.of("a", "b") .sorted() .zipWithIndex() .toList(); ``` Causes ``` Exception in thread "main" java.lang.IllegalStateException at java.util.Spliterator.getComparator(Spliterator.java:465) at java.util.stream.StreamOpFlag.fromCharacteristics(StreamOpFlag.java:734) at java.util.stream.StreamSupport.stream(StreamSupport.java:70) at org.jooq.lambda.Seq.seq(Seq.java:2440) at org.jooq.lambda.SeqUtils.transform(SeqUtils.java:56) at org.jooq.lambda.Seq.zipWithIndex(Seq.java:4252) at org.jooq.lambda.Seq.zipWithIndex(Seq.java:898) at com.company.Main.main(Main.java:10) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) ``` This is a regression caused by https://github.com/jOOQ/jOOL/issues/144
defect
java lang illegalstateexception when using seq sorted with other operations this is a jool regression the following code java seq of a b sorted zipwithindex tolist causes exception in thread main java lang illegalstateexception at java util spliterator getcomparator spliterator java at java util stream streamopflag fromcharacteristics streamopflag java at java util stream streamsupport stream streamsupport java at org jooq lambda seq seq seq java at org jooq lambda sequtils transform sequtils java at org jooq lambda seq zipwithindex seq java at org jooq lambda seq zipwithindex seq java at com company main main main java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com intellij rt execution application appmain main appmain java this is a regression caused by
1
46,857
13,055,990,297
IssuesEvent
2020-07-30 03:19:26
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
Revisit Random Number Generation (Trac #2013)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/2013 ```json { "status": "closed", "changetime": "2019-09-18T05:54:49", "description": "Currently icetray has its own random number generator interface. With 3 instances:\n * I3TRandom: ROOT's implementation of mt19937\n * I3GSLRandom: uses GSL's implementation of mt19937 but can be changed with and environment variable\n * I3SPRNGRandomService: combines the output of SPRNG and GSL for reasons which are not adequately explained in the documentation. \n\nRandom number generation has not been revisited in the past 13 years. Things to consider:\n * boost/c++11 has a random number generator interface which has all the functions we need (except for the unused `PoissonD`)\n * we only use version 2.0a of SPRNG, newer versions are available\n * SPRNG has a failure mode where it uses the exact same stream for every job in a batch \n * SPRNG has a nonstandard install script and who knows how long it will continue to work with current compilers\n * It is unclear if combining SPRNG and mt19937 is a statistically valid RNG\n\nRequirements: \n * Determine whether to continue to use our custom RNG interface or switch to the c++11 one\n * Determine if there is a better RNG for batch processing (ie it can derive multiple streams from both the dataset number and the job number which are all independent). Bonus points for having a normal build system.\n * should be able to set the seed without causing all streams to be identical \n\n\n\n", "reporter": "kjmeagher", "cc": "cweaver, olivas", "resolution": "duplicate", "_ts": "1568786089339356", "component": "combo core", "summary": "Revisit Random Number Generation", "priority": "normal", "keywords": "random, rng, gsl, sprng", "time": "2017-05-09T19:53:04", "milestone": "Long-Term Future", "owner": "juancarlos", "type": "defect" } ```
1.0
Revisit Random Number Generation (Trac #2013) - Migrated from https://code.icecube.wisc.edu/ticket/2013 ```json { "status": "closed", "changetime": "2019-09-18T05:54:49", "description": "Currently icetray has its own random number generator interface. With 3 instances:\n * I3TRandom: ROOT's implementation of mt19937\n * I3GSLRandom: uses GSL's implementation of mt19937 but can be changed with and environment variable\n * I3SPRNGRandomService: combines the output of SPRNG and GSL for reasons which are not adequately explained in the documentation. \n\nRandom number generation has not been revisited in the past 13 years. Things to consider:\n * boost/c++11 has a random number generator interface which has all the functions we need (except for the unused `PoissonD`)\n * we only use version 2.0a of SPRNG, newer versions are available\n * SPRNG has a failure mode where it uses the exact same stream for every job in a batch \n * SPRNG has a nonstandard install script and who knows how long it will continue to work with current compilers\n * It is unclear if combining SPRNG and mt19937 is a statistically valid RNG\n\nRequirements: \n * Determine whether to continue to use our custom RNG interface or switch to the c++11 one\n * Determine if there is a better RNG for batch processing (ie it can derive multiple streams from both the dataset number and the job number which are all independent). Bonus points for having a normal build system.\n * should be able to set the seed without causing all streams to be identical \n\n\n\n", "reporter": "kjmeagher", "cc": "cweaver, olivas", "resolution": "duplicate", "_ts": "1568786089339356", "component": "combo core", "summary": "Revisit Random Number Generation", "priority": "normal", "keywords": "random, rng, gsl, sprng", "time": "2017-05-09T19:53:04", "milestone": "Long-Term Future", "owner": "juancarlos", "type": "defect" } ```
defect
revisit random number generation trac migrated from json status closed changetime description currently icetray has its own random number generator interface with instances n root s implementation of n uses gsl s implementation of but can be changed with and environment variable n combines the output of sprng and gsl for reasons which are not adequately explained in the documentation n nrandom number generation has not been revisited in the past years things to consider n boost c has a random number generator interface which has all the functions we need except for the unused poissond n we only use version of sprng newer versions are available n sprng has a failure mode where it uses the exact same stream for every job in a batch n sprng has a nonstandard install script and who knows how long it will continue to work with current compilers n it is unclear if combining sprng and is a statistically valid rng n nrequirements n determine whether to continue to use our custom rng interface or switch to the c one n determine if there is a better rng for batch processing ie it can derive multiple streams from both the dataset number and the job number which are all independent bonus points for having a normal build system n should be able to set the seed without causing all streams to be identical n n n n reporter kjmeagher cc cweaver olivas resolution duplicate ts component combo core summary revisit random number generation priority normal keywords random rng gsl sprng time milestone long term future owner juancarlos type defect
1
31,517
6,544,085,389
IssuesEvent
2017-09-03 11:19:21
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
DateTime equals does not compare Ticks
defect in progress
When two DateTime objects are compared, the Ticks property is not used for the comparison. ### Steps To Reproduce https://dotnetfiddle.net/qVF4tI ```c# public class Program { public static void Main() { DateTime now = DateTime.Now; DateTime utcNow = now.ToUniversalTime(); Console.WriteLine(now); Console.WriteLine(utcNow); if (now == utcNow) Console.WriteLine("Equal"); else Console.WriteLine("Not equal"); } } ``` ### Expected Result Non UTC timezone should output: ``` Not equal ``` ### Actual Result ``` Equal ``` ## See Also * https://forums.bridge.net/forum/bridge-net-pro/bugs/4697-datetime-comparison-and-utc
1.0
DateTime equals does not compare Ticks - When two DateTime objects are compared, the Ticks property is not used for the comparison. ### Steps To Reproduce https://dotnetfiddle.net/qVF4tI ```c# public class Program { public static void Main() { DateTime now = DateTime.Now; DateTime utcNow = now.ToUniversalTime(); Console.WriteLine(now); Console.WriteLine(utcNow); if (now == utcNow) Console.WriteLine("Equal"); else Console.WriteLine("Not equal"); } } ``` ### Expected Result Non UTC timezone should output: ``` Not equal ``` ### Actual Result ``` Equal ``` ## See Also * https://forums.bridge.net/forum/bridge-net-pro/bugs/4697-datetime-comparison-and-utc
defect
datetime equals does not compare ticks when two datetime objects are compared the ticks property is not used for the comparison steps to reproduce c public class program public static void main datetime now datetime now datetime utcnow now touniversaltime console writeline now console writeline utcnow if now utcnow console writeline equal else console writeline not equal expected result non utc timezone should output not equal actual result equal see also
1
56,136
14,944,410,040
IssuesEvent
2021-01-26 01:23:42
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Forms flagged as deleted are not being archived by the nightly forms migration.
Defect VA Forms
**Describe the defect** When a form is flagged in the nightly forms DB data dump here https://prod.cms.va.gov/sites/default/files/migrate_source/va_forms_data.csv the form detail page is supposed to be archived by the migration. The form `21-0790` is flagged as deleted but the form detail page was never archived. It does not even show as being updated on the date it was deleted. https://prod.cms.va.gov/find-forms/about-form-21-0790 This needs some investigation. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information if relevant, or delete):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. Reach out to the Product Managers to determine if it should be escalated as critical (prevents users from accomplishing their work with no known workaround and needs to be addressed within 2 business days). ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS objective (orange) (not needed for bug tickets) - [ ] CMS-supported product (black)
1.0
Forms flagged as deleted are not being archived by the nightly forms migration. - **Describe the defect** When a form is flagged in the nightly forms DB data dump here https://prod.cms.va.gov/sites/default/files/migrate_source/va_forms_data.csv the form detail page is supposed to be archived by the migration. The form `21-0790` is flagged as deleted but the form detail page was never archived. It does not even show as being updated on the date it was deleted. https://prod.cms.va.gov/find-forms/about-form-21-0790 This needs some investigation. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information if relevant, or delete):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here. Reach out to the Product Managers to determine if it should be escalated as critical (prevents users from accomplishing their work with no known workaround and needs to be addressed within 2 business days). ## Labels (You can delete this section once it's complete) - [x] Issue type (red) (defaults to "Defect") - [ ] CMS subsystem (green) - [ ] CMS practice area (blue) - [x] CMS objective (orange) (not needed for bug tickets) - [ ] CMS-supported product (black)
defect
forms flagged as deleted are not being archived by the nightly forms migration describe the defect when a form is flagged in the nightly forms db data dump here the form detail page is supposed to be archived by the migration the form is flagged as deleted but the form detail page was never archived it does not even show as being updated on the date it was deleted this needs some investigation to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem desktop please complete the following information if relevant or delete os browser version additional context add any other context about the problem here reach out to the product managers to determine if it should be escalated as critical prevents users from accomplishing their work with no known workaround and needs to be addressed within business days labels you can delete this section once it s complete issue type red defaults to defect cms subsystem green cms practice area blue cms objective orange not needed for bug tickets cms supported product black
1
123,162
16,449,503,560
IssuesEvent
2021-05-21 02:07:47
mobigen/IRIS-BigData-Platform
https://api.github.com/repos/mobigen/IRIS-BigData-Platform
closed
캔버스에 좌우/상하로 눈금자(px) 기능 요청
#Design #IBP Priority: P3 Status: Review
## 기능 요청 ## 캔버스에 좌우/상하로 눈금자(px) 기능 필요 ## 원하는 솔루션 설명 ## 캔버스 자체 및 컴포넌트들의 위치와 사이즈를 알 수 있도록 캔버스의 좌우/상하에 대한 눈금자(px) 기능 필요
1.0
캔버스에 좌우/상하로 눈금자(px) 기능 요청 - ## 기능 요청 ## 캔버스에 좌우/상하로 눈금자(px) 기능 필요 ## 원하는 솔루션 설명 ## 캔버스 자체 및 컴포넌트들의 위치와 사이즈를 알 수 있도록 캔버스의 좌우/상하에 대한 눈금자(px) 기능 필요
non_defect
캔버스에 좌우 상하로 눈금자 px 기능 요청 기능 요청 캔버스에 좌우 상하로 눈금자 px 기능 필요 원하는 솔루션 설명 캔버스 자체 및 컴포넌트들의 위치와 사이즈를 알 수 있도록 캔버스의 좌우 상하에 대한 눈금자 px 기능 필요
0
735,347
25,390,423,664
IssuesEvent
2022-11-22 03:11:13
streamlit/streamlit
https://api.github.com/repos/streamlit/streamlit
closed
Version 1.15.0 outputs Error when importing streamlit
type:bug package:protobuf status:confirmed priority:P0 status:duplicate status:in-progress
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary The latest version 1.15.0 does not import without error. I had to install the older version 1.14.1 for me to use streamlit Streamlit version 1.15.0 was released on November 17 and I started getting this error since then, ### Reproducible Code Example ```Python pip install streamlit #Installs latest version which is equivalent to "pip install streamlit==1.15.0" import streamlit ``` ### Steps To Reproduce _No response_ ### Expected Behavior --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-3-12b511d36365> in <module> ----> 1 import streamlit 4 frames /usr/local/lib/python3.7/dist-packages/streamlit/__init__.py in <module> 53 __version__ = _STREAMLIT_VERSION_STRING 54 ---> 55 from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator 56 from streamlit.proto.RootContainer_pb2 import RootContainer as _RootContainer 57 from streamlit.runtime.caching import ( /usr/local/lib/python3.7/dist-packages/streamlit/delta_generator.py in <module> 43 # We select between them with the DataFrameElementSelectorMixin. 44 from streamlit.elements.arrow import ArrowMixin ---> 45 from streamlit.elements.arrow_altair import ArrowAltairMixin 46 from streamlit.elements.arrow_vega_lite import ArrowVegaLiteMixin 47 from streamlit.elements.balloons import BalloonsMixin /usr/local/lib/python3.7/dist-packages/streamlit/elements/arrow_altair.py in <module> 40 from streamlit import type_util 41 from streamlit.elements.arrow import Data ---> 42 from streamlit.elements.utils import last_index_for_melted_dataframes 43 from streamlit.errors import StreamlitAPIException 44 from streamlit.proto.ArrowVegaLiteChart_pb2 import ( /usr/local/lib/python3.7/dist-packages/streamlit/elements/utils.py in <module> 80 def get_label_visibility_proto_value( 81 label_visibility_string: type_util.LabelVisibility, ---> 82 ) -> LabelVisibilityMessage.LabelVisibilityOptions.ValueType: 83 """Returns one of LabelVisibilityMessage enum constants based on string value.""" 84 /usr/local/lib/python3.7/dist-packages/google/protobuf/internal/enum_type_wrapper.py in __getattr__(self, name) 113 pass # fall out to break exception chaining 114 raise AttributeError('Enum {} has no value defined for name {!r}'.format( --> 115 self._enum_type.name, name)) AttributeError: Enum LabelVisibilityOptions has no value defined for name 'ValueType' ### Current Behavior _No response_ ### Is this a regression? - [x] Yes, this used to work in a previous version. ### Debug info - Streamlit version: 1.15.0 - Python version: 3.7.15 - Operating System: Google Colab - Browser: Chrome - Virtual environment: ### Additional Information _No response_ ### Are you willing to submit a PR? - [ ] Yes, I am willing to submit a PR!
1.0
Version 1.15.0 outputs Error when importing streamlit - ### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient information below to help reproduce this issue. ### Summary The latest version 1.15.0 does not import without error. I had to install the older version 1.14.1 for me to use streamlit Streamlit version 1.15.0 was released on November 17 and I started getting this error since then, ### Reproducible Code Example ```Python pip install streamlit #Installs latest version which is equivalent to "pip install streamlit==1.15.0" import streamlit ``` ### Steps To Reproduce _No response_ ### Expected Behavior --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-3-12b511d36365> in <module> ----> 1 import streamlit 4 frames /usr/local/lib/python3.7/dist-packages/streamlit/__init__.py in <module> 53 __version__ = _STREAMLIT_VERSION_STRING 54 ---> 55 from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator 56 from streamlit.proto.RootContainer_pb2 import RootContainer as _RootContainer 57 from streamlit.runtime.caching import ( /usr/local/lib/python3.7/dist-packages/streamlit/delta_generator.py in <module> 43 # We select between them with the DataFrameElementSelectorMixin. 44 from streamlit.elements.arrow import ArrowMixin ---> 45 from streamlit.elements.arrow_altair import ArrowAltairMixin 46 from streamlit.elements.arrow_vega_lite import ArrowVegaLiteMixin 47 from streamlit.elements.balloons import BalloonsMixin /usr/local/lib/python3.7/dist-packages/streamlit/elements/arrow_altair.py in <module> 40 from streamlit import type_util 41 from streamlit.elements.arrow import Data ---> 42 from streamlit.elements.utils import last_index_for_melted_dataframes 43 from streamlit.errors import StreamlitAPIException 44 from streamlit.proto.ArrowVegaLiteChart_pb2 import ( /usr/local/lib/python3.7/dist-packages/streamlit/elements/utils.py in <module> 80 def get_label_visibility_proto_value( 81 label_visibility_string: type_util.LabelVisibility, ---> 82 ) -> LabelVisibilityMessage.LabelVisibilityOptions.ValueType: 83 """Returns one of LabelVisibilityMessage enum constants based on string value.""" 84 /usr/local/lib/python3.7/dist-packages/google/protobuf/internal/enum_type_wrapper.py in __getattr__(self, name) 113 pass # fall out to break exception chaining 114 raise AttributeError('Enum {} has no value defined for name {!r}'.format( --> 115 self._enum_type.name, name)) AttributeError: Enum LabelVisibilityOptions has no value defined for name 'ValueType' ### Current Behavior _No response_ ### Is this a regression? - [x] Yes, this used to work in a previous version. ### Debug info - Streamlit version: 1.15.0 - Python version: 3.7.15 - Operating System: Google Colab - Browser: Chrome - Virtual environment: ### Additional Information _No response_ ### Are you willing to submit a PR? - [ ] Yes, I am willing to submit a PR!
non_defect
version outputs error when importing streamlit checklist i have searched the for similar issues i added a very descriptive title to this issue i have provided sufficient information below to help reproduce this issue summary the latest version does not import without error i had to install the older version for me to use streamlit streamlit version was released on november and i started getting this error since then reproducible code example python pip install streamlit installs latest version which is equivalent to pip install streamlit import streamlit steps to reproduce no response expected behavior attributeerror traceback most recent call last in import streamlit frames usr local lib dist packages streamlit init py in version streamlit version string from streamlit delta generator import deltagenerator as deltagenerator from streamlit proto rootcontainer import rootcontainer as rootcontainer from streamlit runtime caching import usr local lib dist packages streamlit delta generator py in we select between them with the dataframeelementselectormixin from streamlit elements arrow import arrowmixin from streamlit elements arrow altair import arrowaltairmixin from streamlit elements arrow vega lite import arrowvegalitemixin from streamlit elements balloons import balloonsmixin usr local lib dist packages streamlit elements arrow altair py in from streamlit import type util from streamlit elements arrow import data from streamlit elements utils import last index for melted dataframes from streamlit errors import streamlitapiexception from streamlit proto arrowvegalitechart import usr local lib dist packages streamlit elements utils py in def get label visibility proto value label visibility string type util labelvisibility labelvisibilitymessage labelvisibilityoptions valuetype returns one of labelvisibilitymessage enum constants based on string value usr local lib dist packages google protobuf internal enum type wrapper py in getattr self name pass fall out to break exception chaining raise attributeerror enum has no value defined for name r format self enum type name name attributeerror enum labelvisibilityoptions has no value defined for name valuetype current behavior no response is this a regression yes this used to work in a previous version debug info streamlit version python version operating system google colab browser chrome virtual environment additional information no response are you willing to submit a pr yes i am willing to submit a pr
0
56,467
15,107,085,266
IssuesEvent
2021-02-08 15:02:21
playframework/playframework
https://api.github.com/repos/playframework/playframework
closed
play.api.mvc.Session uses global app state
help wanted type:defect
<!-- If you are reporting a bug, please be informative. This template can guide you to provide basic information, but you are not limited to that. ### Are you looking for help? This is an issue tracker, used to manage and track the development of Play. It is not a support system and so it is not a place to ask questions or get help. If you're not sure if you have found a bug, or if you have a feature request, the best place to start is with either the [Discuss Play Forum](https://discuss.playframework.com) or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=playframework). --> ### Play Version 2.7.3 <!-- The Play version used in project/plugins.sbt --> ### API Scala <!-- If the project is using Scala, Java or both --> ### Operating System SMP Debian 5.2.17-1kali2 (2019-10-17) x86_64 GNU/Linux <!-- Use `uname -a` if on Linux --> ### JDK openjdk 11.0.5 2019-10-15 <!-- Paste the output from `java -version` at the command line. --> ### Library Dependencies <!-- If this is an issue that involves integration with another system, include the exact version and OS of the other system, including any intermediate drivers or APIs i.e. if you connect to a PostgreSQL database, include both the version / OS of PostgreSQL and the JDBC driver version used to connect to the database. --> ### Expected Behavior Session methods should be either deprecated or not use plays global state. <!-- Please describe the expected behavior of the issue, starting from the first action. --> I.e. methods like `Session.decode` should be usable without having to set `play.allowGlobalApplication = true` ### Actual Behavior A runtime exception is thrown: ``` java.lang.RuntimeException: The global application reference is disabled. Play's global state is deprecated and will be removed in a future release. You should use dependency injection instead. To enable the global application anyway, set play.allowGlobalApplication = true. at scala.sys.package$.error(package.scala:30) at play.api.Play$.privateMaybeApplication(Play.scala:90) at play.api.libs.Crypto$.cookieSigner(Crypto.scala:21) at play.api.mvc.Session$.signedCodec$lzycompute(Session.scala:162) at play.api.mvc.Session$.signedCodec(Session.scala:162) at play.api.mvc.Session$.signedCodec(Session.scala:149) at play.api.mvc.FallbackCookieDataCodec.decode(Cookie.scala:803) at play.api.mvc.FallbackCookieDataCodec.decode$(Cookie.scala:790) at play.api.mvc.Session$.decode(Session.scala:149) ``` ### Reproducible Test Case Use `Session.decode()`, `Session.encode()` etc as described [here](https://www.playframework.com/documentation/2.7.x/api/scala/play/api/mvc/Session$.html#encode(data:Map[String,String]):String) <!-- Please provide a PR with a failing test. If the issue is more complex or requires configuration, please provide a link to a project on Github that reproduces the issue. -->
1.0
play.api.mvc.Session uses global app state - <!-- If you are reporting a bug, please be informative. This template can guide you to provide basic information, but you are not limited to that. ### Are you looking for help? This is an issue tracker, used to manage and track the development of Play. It is not a support system and so it is not a place to ask questions or get help. If you're not sure if you have found a bug, or if you have a feature request, the best place to start is with either the [Discuss Play Forum](https://discuss.playframework.com) or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=playframework). --> ### Play Version 2.7.3 <!-- The Play version used in project/plugins.sbt --> ### API Scala <!-- If the project is using Scala, Java or both --> ### Operating System SMP Debian 5.2.17-1kali2 (2019-10-17) x86_64 GNU/Linux <!-- Use `uname -a` if on Linux --> ### JDK openjdk 11.0.5 2019-10-15 <!-- Paste the output from `java -version` at the command line. --> ### Library Dependencies <!-- If this is an issue that involves integration with another system, include the exact version and OS of the other system, including any intermediate drivers or APIs i.e. if you connect to a PostgreSQL database, include both the version / OS of PostgreSQL and the JDBC driver version used to connect to the database. --> ### Expected Behavior Session methods should be either deprecated or not use plays global state. <!-- Please describe the expected behavior of the issue, starting from the first action. --> I.e. methods like `Session.decode` should be usable without having to set `play.allowGlobalApplication = true` ### Actual Behavior A runtime exception is thrown: ``` java.lang.RuntimeException: The global application reference is disabled. Play's global state is deprecated and will be removed in a future release. You should use dependency injection instead. To enable the global application anyway, set play.allowGlobalApplication = true. at scala.sys.package$.error(package.scala:30) at play.api.Play$.privateMaybeApplication(Play.scala:90) at play.api.libs.Crypto$.cookieSigner(Crypto.scala:21) at play.api.mvc.Session$.signedCodec$lzycompute(Session.scala:162) at play.api.mvc.Session$.signedCodec(Session.scala:162) at play.api.mvc.Session$.signedCodec(Session.scala:149) at play.api.mvc.FallbackCookieDataCodec.decode(Cookie.scala:803) at play.api.mvc.FallbackCookieDataCodec.decode$(Cookie.scala:790) at play.api.mvc.Session$.decode(Session.scala:149) ``` ### Reproducible Test Case Use `Session.decode()`, `Session.encode()` etc as described [here](https://www.playframework.com/documentation/2.7.x/api/scala/play/api/mvc/Session$.html#encode(data:Map[String,String]):String) <!-- Please provide a PR with a failing test. If the issue is more complex or requires configuration, please provide a link to a project on Github that reproduces the issue. -->
defect
play api mvc session uses global app state if you are reporting a bug please be informative this template can guide you to provide basic information but you are not limited to that are you looking for help this is an issue tracker used to manage and track the development of play it is not a support system and so it is not a place to ask questions or get help if you re not sure if you have found a bug or if you have a feature request the best place to start is with either the or play version api scala operating system smp debian gnu linux jdk openjdk library dependencies expected behavior session methods should be either deprecated or not use plays global state i e methods like session decode should be usable without having to set play allowglobalapplication true actual behavior a runtime exception is thrown java lang runtimeexception the global application reference is disabled play s global state is deprecated and will be removed in a future release you should use dependency injection instead to enable the global application anyway set play allowglobalapplication true at scala sys package error package scala at play api play privatemaybeapplication play scala at play api libs crypto cookiesigner crypto scala at play api mvc session signedcodec lzycompute session scala at play api mvc session signedcodec session scala at play api mvc session signedcodec session scala at play api mvc fallbackcookiedatacodec decode cookie scala at play api mvc fallbackcookiedatacodec decode cookie scala at play api mvc session decode session scala reproducible test case use session decode session encode etc as described string please provide a pr with a failing test if the issue is more complex or requires configuration please provide a link to a project on github that reproduces the issue
1
97,550
8,659,599,706
IssuesEvent
2018-11-28 06:50:57
shahkhan40/shantestrep
https://api.github.com/repos/shahkhan40/shantestrep
closed
testing FX841 : ApiV1RunsJobIdGetQueryParamPagesizeEmptyValue
testing FX841
Project : testing FX841 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=MWM2NGNiZDAtMGU4ZS00NGZmLWE3NGEtZjMzMTZiZGM2N2Qw; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 28 Nov 2018 06:49:15 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/runs/job/KmOymuaG?pageSize= Request : Response : { "timestamp" : "2018-11-28T06:49:15.345+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/runs/job/KmOymuaG" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] --- FX Bot ---
1.0
testing FX841 : ApiV1RunsJobIdGetQueryParamPagesizeEmptyValue - Project : testing FX841 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=MWM2NGNiZDAtMGU4ZS00NGZmLWE3NGEtZjMzMTZiZGM2N2Qw; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Wed, 28 Nov 2018 06:49:15 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/runs/job/KmOymuaG?pageSize= Request : Response : { "timestamp" : "2018-11-28T06:49:15.345+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/runs/job/KmOymuaG" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] --- FX Bot ---
non_defect
testing project testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api runs job kmoymuag logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot
0
3,526
2,610,064,257
IssuesEvent
2015-02-26 18:18:54
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
黄岩检查不育哪家正规
auto-migrated Priority-Medium Type-Defect
``` 黄岩检查不育哪家正规【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:04
1.0
黄岩检查不育哪家正规 - ``` 黄岩检查不育哪家正规【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 8:04
defect
黄岩检查不育哪家正规 黄岩检查不育哪家正规【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
109,309
23,748,976,371
IssuesEvent
2022-08-31 18:40:37
withfig/fig
https://api.github.com/repos/withfig/fig
closed
Mission control loads very slowly
type:bug codebase:dashboard
On my system it takes a couple seconds from a cold start. I'm left looking at an empty white window. We can do better!
1.0
Mission control loads very slowly - On my system it takes a couple seconds from a cold start. I'm left looking at an empty white window. We can do better!
non_defect
mission control loads very slowly on my system it takes a couple seconds from a cold start i m left looking at an empty white window we can do better
0
125,164
10,338,731,634
IssuesEvent
2019-09-03 17:36:25
spacetelescope/jwst
https://api.github.com/repos/spacetelescope/jwst
closed
Spec2: Extract 1D Unit Test
jira testing
Issue [JP-730](https://jira.stsci.edu/browse/JP-730) was created by Maria Pena-Guerrero: The completion test can be migrated into a unit test. The PTT code can be located at: [https://github.com/spacetelescope/nirspec_pipe_testing_tool/blob/master/calwebb_spec2_pytests/M_extract_1d/test_extract_1d.py] line 254.
1.0
Spec2: Extract 1D Unit Test - Issue [JP-730](https://jira.stsci.edu/browse/JP-730) was created by Maria Pena-Guerrero: The completion test can be migrated into a unit test. The PTT code can be located at: [https://github.com/spacetelescope/nirspec_pipe_testing_tool/blob/master/calwebb_spec2_pytests/M_extract_1d/test_extract_1d.py] line 254.
non_defect
extract unit test issue was created by maria pena guerrero the completion test can be migrated into a unit test the ptt code can be located at line
0
322,227
27,590,751,702
IssuesEvent
2023-03-09 00:05:10
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix tensor.test_tensorflow_tensor_property_dtype
TensorFlow Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix tensor.test_tensorflow_tensor_property_dtype - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/4359543517/jobs/7621445407" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a>
non_defect
fix tensor test tensorflow tensor property dtype tensorflow img src torch img src numpy img src jax img src
0
19,436
3,452,339,465
IssuesEvent
2015-12-17 03:20:18
odds-lang/odds
https://api.github.com/repos/odds-lang/odds
opened
List vs. Ldecl
design inconsistency
We call list literals `Ldecls` in the `past` and `sast`. In the sast `List` is a type. In the `ast`, however, list literals are referred to as `List`. This would be confusing to anyone approaching the code who is not one of us
1.0
List vs. Ldecl - We call list literals `Ldecls` in the `past` and `sast`. In the sast `List` is a type. In the `ast`, however, list literals are referred to as `List`. This would be confusing to anyone approaching the code who is not one of us
non_defect
list vs ldecl we call list literals ldecls in the past and sast in the sast list is a type in the ast however list literals are referred to as list this would be confusing to anyone approaching the code who is not one of us
0
303,597
23,031,463,304
IssuesEvent
2022-07-22 14:18:03
michimani/gotwi
https://api.github.com/repos/michimani/gotwi
closed
Documentation around filtered streams
documentation
Yoshihiro-san, thank you for your hard work and this great library. I am wondering if it would be possible for you to add documentation to maybe include some examples or explanations around listening for incoming tweet streams. thanks
1.0
Documentation around filtered streams - Yoshihiro-san, thank you for your hard work and this great library. I am wondering if it would be possible for you to add documentation to maybe include some examples or explanations around listening for incoming tweet streams. thanks
non_defect
documentation around filtered streams yoshihiro san thank you for your hard work and this great library i am wondering if it would be possible for you to add documentation to maybe include some examples or explanations around listening for incoming tweet streams thanks
0
134,994
30,224,266,663
IssuesEvent
2023-07-05 22:16:27
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Inefficient codegen with struct consisting of 2 SIMD vectors.
tenet-performance area-CodeGen-coreclr Priority:2 in-pr
### Description CoreCLR emits inefficient codegen when working with structs consisting of 2 SIMD vectors, for example custom structs with 2xVector128 or Vector512 on platforms without AVX512. If you compare the codegen for methods A and B in the reproduction, you can notice the JIT spilling the custom structs instead of promoting them in B. The goal here would be to have B emit the same codegen as A does. If you look at Memmove there, you'll notice that the JIT does not spill them, but introduces a lot of redundant adds and leas in the codegen. [Reproduction](https://gist.github.com/MichalPetryka/ce7052f1f57832aa307bf1037278624b) ### Configuration Windows x64 .Net 8 preview 2 ### Regression? Probably not, checked just stack spilling and it occurs on .Net 7
1.0
Inefficient codegen with struct consisting of 2 SIMD vectors. - ### Description CoreCLR emits inefficient codegen when working with structs consisting of 2 SIMD vectors, for example custom structs with 2xVector128 or Vector512 on platforms without AVX512. If you compare the codegen for methods A and B in the reproduction, you can notice the JIT spilling the custom structs instead of promoting them in B. The goal here would be to have B emit the same codegen as A does. If you look at Memmove there, you'll notice that the JIT does not spill them, but introduces a lot of redundant adds and leas in the codegen. [Reproduction](https://gist.github.com/MichalPetryka/ce7052f1f57832aa307bf1037278624b) ### Configuration Windows x64 .Net 8 preview 2 ### Regression? Probably not, checked just stack spilling and it occurs on .Net 7
non_defect
inefficient codegen with struct consisting of simd vectors description coreclr emits inefficient codegen when working with structs consisting of simd vectors for example custom structs with or on platforms without if you compare the codegen for methods a and b in the reproduction you can notice the jit spilling the custom structs instead of promoting them in b the goal here would be to have b emit the same codegen as a does if you look at memmove there you ll notice that the jit does not spill them but introduces a lot of redundant adds and leas in the codegen configuration windows net preview regression probably not checked just stack spilling and it occurs on net
0
407,289
11,911,682,723
IssuesEvent
2020-03-31 09:01:52
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
mega.nz - site is not usable
browser-firefox engine-gecko form-v2-experiment priority-important
<!-- @browser: Firefox 73.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 --> <!-- @reported_with: --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50975 --> <!-- @extra_labels: form-v2-experiment --> **URL**: https://mega.nz/login **Browser / Version**: Firefox 73.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: sorry, were unable to initialize the browser's local storage, either you're using an outdated browser or it's from our side. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> Submitted in the name of `@MagdaS` _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
mega.nz - site is not usable - <!-- @browser: Firefox 73.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 --> <!-- @reported_with: --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/50975 --> <!-- @extra_labels: form-v2-experiment --> **URL**: https://mega.nz/login **Browser / Version**: Firefox 73.0 **Operating System**: Windows 7 **Tested Another Browser**: Yes Other **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps to Reproduce**: sorry, were unable to initialize the browser's local storage, either you're using an outdated browser or it's from our side. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> Submitted in the name of `@MagdaS` _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
mega nz site is not usable url browser version firefox operating system windows tested another browser yes other problem type site is not usable description page not loading correctly steps to reproduce sorry were unable to initialize the browser s local storage either you re using an outdated browser or it s from our side browser configuration none submitted in the name of magdas from with ❤️
0
41,290
12,831,858,705
IssuesEvent
2020-07-07 06:29:02
rvvergara/my-portfolio
https://api.github.com/repos/rvvergara/my-portfolio
closed
CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz
security vulnerability
## CVE-2019-20149 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kind-of-6.0.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/my-portfolio/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/my-portfolio/node_modules/base/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - next-9.1.1.tgz (Root Library) - fork-ts-checker-webpack-plugin-1.3.4.tgz - micromatch-3.1.10.tgz - extglob-2.0.4.tgz - define-property-1.0.0.tgz - is-descriptor-1.0.2.tgz - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/rvvergara/my-portfolio/commit/1a6870e05c95ac118325dc56e61efa31f8b30e36">1a6870e05c95ac118325dc56e61efa31f8b30e36</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. <p>Publish Date: 2019-12-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149</a></p> <p>Release Date: 2019-12-30</p> <p>Fix Resolution: 6.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-20149 (High) detected in kind-of-6.0.2.tgz - ## CVE-2019-20149 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>kind-of-6.0.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/my-portfolio/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/my-portfolio/node_modules/base/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - next-9.1.1.tgz (Root Library) - fork-ts-checker-webpack-plugin-1.3.4.tgz - micromatch-3.1.10.tgz - extglob-2.0.4.tgz - define-property-1.0.0.tgz - is-descriptor-1.0.2.tgz - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/rvvergara/my-portfolio/commit/1a6870e05c95ac118325dc56e61efa31f8b30e36">1a6870e05c95ac118325dc56e61efa31f8b30e36</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. <p>Publish Date: 2019-12-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-20149</a></p> <p>Release Date: 2019-12-30</p> <p>Fix Resolution: 6.0.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in kind of tgz cve high severity vulnerability vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file tmp ws scm my portfolio package json path to vulnerable library tmp ws scm my portfolio node modules base node modules kind of package json dependency hierarchy next tgz root library fork ts checker webpack plugin tgz micromatch tgz extglob tgz define property tgz is descriptor tgz x kind of tgz vulnerable library found in head commit a href vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
198,251
22,621,046,263
IssuesEvent
2022-06-30 06:22:01
ioana-nicolae/keycloak
https://api.github.com/repos/ioana-nicolae/keycloak
opened
CVE-2021-22569 (Medium) detected in protobuf-java-3.6.1.jar
security vulnerability
## CVE-2021-22569 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-3.6.1.jar</b></p></summary> <p>Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.</p> <p>Library home page: <a href="https://developers.google.com/protocol-buffers/">https://developers.google.com/protocol-buffers/</a></p> <p>Path to dependency file: /testsuite/model/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar</p> <p> Dependency Hierarchy: - integration-arquillian-tests-base-13.0.0-SNAPSHOT.jar (Root Library) - integration-arquillian-servers-auth-server-undertow-13.0.0-SNAPSHOT.jar - keycloak-testsuite-utils-13.0.0-SNAPSHOT.jar - mysql-connector-java-8.0.18.jar - :x: **protobuf-java-3.6.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ioana-nicolae/keycloak/commit/34eee947640ca637662cb41e649c6acf8b6d8c2e">34eee947640ca637662cb41e649c6acf8b6d8c2e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by creating large numbers of short-lived objects that cause frequent, repeated pauses. We recommend upgrading libraries beyond the vulnerable versions. <p>Publish Date: 2022-01-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22569>CVE-2021-22569</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-wrvw-hg22-4m67">https://github.com/advisories/GHSA-wrvw-hg22-4m67</a></p> <p>Release Date: 2022-01-10</p> <p>Fix Resolution: com.google.protobuf:protobuf-java:3.16.1,3.18.2,3.19.2; com.google.protobuf:protobuf-kotlin:3.18.2,3.19.2; google-protobuf - 3.19.2</p> </p> </details> <p></p>
True
CVE-2021-22569 (Medium) detected in protobuf-java-3.6.1.jar - ## CVE-2021-22569 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-3.6.1.jar</b></p></summary> <p>Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.</p> <p>Library home page: <a href="https://developers.google.com/protocol-buffers/">https://developers.google.com/protocol-buffers/</a></p> <p>Path to dependency file: /testsuite/model/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar,/home/wss-scanner/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar</p> <p> Dependency Hierarchy: - integration-arquillian-tests-base-13.0.0-SNAPSHOT.jar (Root Library) - integration-arquillian-servers-auth-server-undertow-13.0.0-SNAPSHOT.jar - keycloak-testsuite-utils-13.0.0-SNAPSHOT.jar - mysql-connector-java-8.0.18.jar - :x: **protobuf-java-3.6.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ioana-nicolae/keycloak/commit/34eee947640ca637662cb41e649c6acf8b6d8c2e">34eee947640ca637662cb41e649c6acf8b6d8c2e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by creating large numbers of short-lived objects that cause frequent, repeated pauses. We recommend upgrading libraries beyond the vulnerable versions. <p>Publish Date: 2022-01-10 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-22569>CVE-2021-22569</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/advisories/GHSA-wrvw-hg22-4m67">https://github.com/advisories/GHSA-wrvw-hg22-4m67</a></p> <p>Release Date: 2022-01-10</p> <p>Fix Resolution: com.google.protobuf:protobuf-java:3.16.1,3.18.2,3.19.2; com.google.protobuf:protobuf-kotlin:3.18.2,3.19.2; google-protobuf - 3.19.2</p> </p> </details> <p></p>
non_defect
cve medium detected in protobuf java jar cve medium severity vulnerability vulnerable library protobuf java jar core protocol buffers library protocol buffers are a way of encoding structured data in an efficient yet extensible format library home page a href path to dependency file testsuite model pom xml path to vulnerable library home wss scanner repository com google protobuf protobuf java protobuf java jar home wss scanner repository com google protobuf protobuf java protobuf java jar home wss scanner repository com google protobuf protobuf java protobuf java jar home wss scanner repository com google protobuf protobuf java protobuf java jar home wss scanner repository com google protobuf protobuf java protobuf java jar dependency hierarchy integration arquillian tests base snapshot jar root library integration arquillian servers auth server undertow snapshot jar keycloak testsuite utils snapshot jar mysql connector java jar x protobuf java jar vulnerable library found in head commit a href found in base branch master vulnerability details an issue in protobuf java allowed the interleaving of com google protobuf unknownfieldset fields in such a way that would be processed out of order a small malicious payload can occupy the parser for several minutes by creating large numbers of short lived objects that cause frequent repeated pauses we recommend upgrading libraries beyond the vulnerable versions publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com google protobuf protobuf java com google protobuf protobuf kotlin google protobuf
0
9,297
2,615,143,370
IssuesEvent
2015-03-01 06:18:40
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
Include html5labratory in resources
auto-migrated Priority-Medium Resource Type-Defect
``` Not a bug per-say, more of a "why have you done that"? On the main page, and possibly others below it, you've used the type attribute in style, when HTML5 doesn't need it. Shameful! :-) While I'm here, any chance of including http://www.html5laboratory.com in your list of resources? ``` Original issue reported on code.google.com by `ian.dev...@gmail.com` on 23 Jun 2010 at 8:36
1.0
Include html5labratory in resources - ``` Not a bug per-say, more of a "why have you done that"? On the main page, and possibly others below it, you've used the type attribute in style, when HTML5 doesn't need it. Shameful! :-) While I'm here, any chance of including http://www.html5laboratory.com in your list of resources? ``` Original issue reported on code.google.com by `ian.dev...@gmail.com` on 23 Jun 2010 at 8:36
defect
include in resources not a bug per say more of a why have you done that on the main page and possibly others below it you ve used the type attribute in style when doesn t need it shameful while i m here any chance of including in your list of resources original issue reported on code google com by ian dev gmail com on jun at
1
98,198
12,301,956,828
IssuesEvent
2020-05-11 16:11:06
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Design] Create mock up for BDD content page
BDD design vsa-benefits
## User Story or Problem Statement As a UX Designer, I need to create a mock up for public websites so they have a visual of what we're thinking might improve the BDD content page user experience. ## Goal _A completed mock up of the [benefits delivery at discharge page](https://staging.va.gov/disability/how-to-file-claim/when-to-file/pre-discharge-claim/)_ ## Objectives or Key Results this is meant to further - Prep the website content user experience for the launch of the BDD form - intended to go live in late June. ## Tasks - [ ] Create Sketch mockup of page - [ ] Upload page to Invision prototype - [ ] Comment the Invision prototype link to the public websites intake request form #8668 ## Acceptance Criteria - [ ] The above tasks have been accomplished
1.0
[Design] Create mock up for BDD content page - ## User Story or Problem Statement As a UX Designer, I need to create a mock up for public websites so they have a visual of what we're thinking might improve the BDD content page user experience. ## Goal _A completed mock up of the [benefits delivery at discharge page](https://staging.va.gov/disability/how-to-file-claim/when-to-file/pre-discharge-claim/)_ ## Objectives or Key Results this is meant to further - Prep the website content user experience for the launch of the BDD form - intended to go live in late June. ## Tasks - [ ] Create Sketch mockup of page - [ ] Upload page to Invision prototype - [ ] Comment the Invision prototype link to the public websites intake request form #8668 ## Acceptance Criteria - [ ] The above tasks have been accomplished
non_defect
create mock up for bdd content page user story or problem statement as a ux designer i need to create a mock up for public websites so they have a visual of what we re thinking might improve the bdd content page user experience goal a completed mock up of the objectives or key results this is meant to further prep the website content user experience for the launch of the bdd form intended to go live in late june tasks create sketch mockup of page upload page to invision prototype comment the invision prototype link to the public websites intake request form acceptance criteria the above tasks have been accomplished
0
16,441
2,898,408,489
IssuesEvent
2015-06-17 02:34:20
jazmatician/freeconn
https://api.github.com/repos/jazmatician/freeconn
closed
sorry but cloudapp.net has been gfwed
auto-migrated Priority-Medium Type-Defect
``` what now? ``` Original issue reported on code.google.com by `xhtmlb...@gmail.com` on 8 Sep 2011 at 7:43
1.0
sorry but cloudapp.net has been gfwed - ``` what now? ``` Original issue reported on code.google.com by `xhtmlb...@gmail.com` on 8 Sep 2011 at 7:43
defect
sorry but cloudapp net has been gfwed what now original issue reported on code google com by xhtmlb gmail com on sep at
1
45,909
13,055,820,961
IssuesEvent
2020-07-30 02:50:10
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
HDF5Booker fails on IC-59 Level3 files (Trac #251)
Incomplete Migration Migrated from Trac booking defect
Migrated from https://code.icecube.wisc.edu/ticket/251 ```json { "status": "closed", "changetime": "2012-05-30T14:20:29", "description": "Using th trunk of the analysis meta-project, the booker fails on IC-59 muon-Level3 files.\n\nError message:\n\nTraceback (most recent call last):\n File \"/data/i3home/hwissing/SGE/ic59/book/book_triggers.py\", line 109, in <module>\n tray.Execute()\n File \"/opt/tmp/hwissing/i3/meta-projects/analysis/trunk/RELEASE/lib/I3Tray.py\", line 118, in Execute\n args[0].the_tray.Execute()\n File \"/opt/tmp/hwissing/i3/meta-projects/analysis/trunk/src/booking/loot/booking/modules/H5Booker.py\", line 184, in Physics\n self.rmerge(None, self.Tables[key].row, rslts)\n File \"/opt/tmp/hwissing/i3/meta-projects/analysis/trunk/src/booking/loot/booking/modules/H5Booker.py\", line 162, in rmerge\n dest[name] = vvalue\n File \"tableExtension.pyx\", line 1287, in tableExtension.Row.__setitem__\n File \"/usr/lib/python2.5/site-packages/tables/misc/enum.py\", line 320, in __call__\n \"no enumerated value with that concrete value: %r\" % (value,))\nValueError: no enumerated value with that concrete value: -858592688\nClosing remaining open files: /opt/tmp/hwissing/TESTbook.h5... done\n\n\n\nBooker works fine on Level2 files.", "reporter": "icecube", "cc": "", "resolution": "wontfix", "_ts": "1338387629000000", "component": "booking", "summary": "HDF5Booker fails on IC-59 Level3 files", "priority": "normal", "keywords": "", "time": "2011-04-18T21:01:35", "milestone": "", "owner": "troy", "type": "defect" } ```
1.0
HDF5Booker fails on IC-59 Level3 files (Trac #251) - Migrated from https://code.icecube.wisc.edu/ticket/251 ```json { "status": "closed", "changetime": "2012-05-30T14:20:29", "description": "Using th trunk of the analysis meta-project, the booker fails on IC-59 muon-Level3 files.\n\nError message:\n\nTraceback (most recent call last):\n File \"/data/i3home/hwissing/SGE/ic59/book/book_triggers.py\", line 109, in <module>\n tray.Execute()\n File \"/opt/tmp/hwissing/i3/meta-projects/analysis/trunk/RELEASE/lib/I3Tray.py\", line 118, in Execute\n args[0].the_tray.Execute()\n File \"/opt/tmp/hwissing/i3/meta-projects/analysis/trunk/src/booking/loot/booking/modules/H5Booker.py\", line 184, in Physics\n self.rmerge(None, self.Tables[key].row, rslts)\n File \"/opt/tmp/hwissing/i3/meta-projects/analysis/trunk/src/booking/loot/booking/modules/H5Booker.py\", line 162, in rmerge\n dest[name] = vvalue\n File \"tableExtension.pyx\", line 1287, in tableExtension.Row.__setitem__\n File \"/usr/lib/python2.5/site-packages/tables/misc/enum.py\", line 320, in __call__\n \"no enumerated value with that concrete value: %r\" % (value,))\nValueError: no enumerated value with that concrete value: -858592688\nClosing remaining open files: /opt/tmp/hwissing/TESTbook.h5... done\n\n\n\nBooker works fine on Level2 files.", "reporter": "icecube", "cc": "", "resolution": "wontfix", "_ts": "1338387629000000", "component": "booking", "summary": "HDF5Booker fails on IC-59 Level3 files", "priority": "normal", "keywords": "", "time": "2011-04-18T21:01:35", "milestone": "", "owner": "troy", "type": "defect" } ```
defect
fails on ic files trac migrated from json status closed changetime description using th trunk of the analysis meta project the booker fails on ic muon files n nerror message n ntraceback most recent call last n file data hwissing sge book book triggers py line in n tray execute n file opt tmp hwissing meta projects analysis trunk release lib py line in execute n args the tray execute n file opt tmp hwissing meta projects analysis trunk src booking loot booking modules py line in physics n self rmerge none self tables row rslts n file opt tmp hwissing meta projects analysis trunk src booking loot booking modules py line in rmerge n dest vvalue n file tableextension pyx line in tableextension row setitem n file usr lib site packages tables misc enum py line in call n no enumerated value with that concrete value r value nvalueerror no enumerated value with that concrete value nclosing remaining open files opt tmp hwissing testbook done n n n nbooker works fine on files reporter icecube cc resolution wontfix ts component booking summary fails on ic files priority normal keywords time milestone owner troy type defect
1
316,898
9,658,474,293
IssuesEvent
2019-05-20 11:05:37
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.telstra.com.au - site is not usable
browser-firefox-mobile engine-gecko priority-normal
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 5.1.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.telstra.com.au/ **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android 5.1.1 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: webmail doesn't display **Steps to Reproduce**: After logging-in and opening webmail from the hamburger button you get your emails but in all firefox mobile browsers, once you open an email nothing displays. [![Screenshot Description](https://webcompat.com/uploads/2019/5/7e137df8-8989-4e2c-9b16-b1fb058451d3-thumb.jpeg)](https://webcompat.com/uploads/2019/5/7e137df8-8989-4e2c-9b16-b1fb058451d3.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190517162900</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>hasFastClick: true</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: nightly</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Loading failed for the <script> with source https://assets.adobedtm.com/09d79ff7891fd87dd491ffa94fd3a8d7eb4d80b3/satelliteLib-e2f8fad8ed4c69e40537e242493d3ee59ff05d89.js." {file: "https://www.telstra.com.au/" line: 230}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://www.telstra.com.au/content/dam/analytics/analytics.js." {file: "https://www.telstra.com.au/" line: 2145}]', u'[JavaScript Error: "ReferenceError: _satellite is not defined" {file: "https://www.telstra.com.au/" line: 2203}]\n@https://www.telstra.com.au/:2203:1\n'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.telstra.com.au - site is not usable - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 5.1.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://www.telstra.com.au/ **Browser / Version**: Firefox Mobile 68.0 **Operating System**: Android 5.1.1 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: webmail doesn't display **Steps to Reproduce**: After logging-in and opening webmail from the hamburger button you get your emails but in all firefox mobile browsers, once you open an email nothing displays. [![Screenshot Description](https://webcompat.com/uploads/2019/5/7e137df8-8989-4e2c-9b16-b1fb058451d3-thumb.jpeg)](https://webcompat.com/uploads/2019/5/7e137df8-8989-4e2c-9b16-b1fb058451d3.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190517162900</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>hasFastClick: true</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: nightly</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Warning: "Loading failed for the <script> with source https://assets.adobedtm.com/09d79ff7891fd87dd491ffa94fd3a8d7eb4d80b3/satelliteLib-e2f8fad8ed4c69e40537e242493d3ee59ff05d89.js." {file: "https://www.telstra.com.au/" line: 230}]', u'[JavaScript Warning: "Loading failed for the <script> with source https://www.telstra.com.au/content/dam/analytics/analytics.js." {file: "https://www.telstra.com.au/" line: 2145}]', u'[JavaScript Error: "ReferenceError: _satellite is not defined" {file: "https://www.telstra.com.au/" line: 2203}]\n@https://www.telstra.com.au/:2203:1\n'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description webmail doesn t display steps to reproduce after logging in and opening webmail from the hamburger button you get your emails but in all firefox mobile browsers once you open an email nothing displays browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false hasfastclick true gfx webrender enabled false gfx webrender all false channel nightly console messages u u n from with ❤️
0
55,130
14,233,861,635
IssuesEvent
2020-11-18 12:47:40
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Render DSL.currentDate() as TRUNC(CURRENT_DATE) in Oracle
C: DB: Oracle C: Functionality E: All Editions P: Medium R: Fixed T: Defect T: Incompatible change
For Oracle it would probably make more sense to render `DSL#currentDate()` as `TRUNC(CURRENT_DATE)` rather than `TRUNC(SYSDATE)`, as the latter is based on the server time zone and not the session time zone. For comparison `DSL#currentTimestamp()` uses `CURRENT_TIMESTAMP` (and not `SYSTIMESTAMP`).
1.0
Render DSL.currentDate() as TRUNC(CURRENT_DATE) in Oracle - For Oracle it would probably make more sense to render `DSL#currentDate()` as `TRUNC(CURRENT_DATE)` rather than `TRUNC(SYSDATE)`, as the latter is based on the server time zone and not the session time zone. For comparison `DSL#currentTimestamp()` uses `CURRENT_TIMESTAMP` (and not `SYSTIMESTAMP`).
defect
render dsl currentdate as trunc current date in oracle for oracle it would probably make more sense to render dsl currentdate as trunc current date rather than trunc sysdate as the latter is based on the server time zone and not the session time zone for comparison dsl currenttimestamp uses current timestamp and not systimestamp
1
204,854
15,952,923,854
IssuesEvent
2021-04-15 11:47:43
JuliaSymbolics/SymbolicUtils.jl
https://api.github.com/repos/JuliaSymbolics/SymbolicUtils.jl
closed
Document canonical form of Number terms
documentation good first issue spec
We have an informal "canonical" form for Terms of symtype Number right now. But we don't have a good succinct definition of the same. For example `1 * x` always returns `x`. `x * x` always returns `x^2` and so on. Having a definition of this will help us speed up things like `isequal` and have it be more accurate.
1.0
Document canonical form of Number terms - We have an informal "canonical" form for Terms of symtype Number right now. But we don't have a good succinct definition of the same. For example `1 * x` always returns `x`. `x * x` always returns `x^2` and so on. Having a definition of this will help us speed up things like `isequal` and have it be more accurate.
non_defect
document canonical form of number terms we have an informal canonical form for terms of symtype number right now but we don t have a good succinct definition of the same for example x always returns x x x always returns x and so on having a definition of this will help us speed up things like isequal and have it be more accurate
0
14,205
5,582,540,495
IssuesEvent
2017-03-28 21:29:58
gradle/gradle
https://api.github.com/repos/gradle/gradle
closed
HttpBuildCache should allow custom headers
a:feature from:contributor in:build-cache
It appeared https://github.com/uber/buck-http-cache is perfectly working with Gradle 3.5! It supports horizontal scaling which is crucial for speed and tolerance for a failed node It will be great to allow pass custom headers within `GET` and `PUT` requests to the cache. That way we'll be able to distinguish CI and user traffic, add `AUTHORIZATION` header support and many other features. I think it will be also great for other custom implementations `HttpCache`
1.0
HttpBuildCache should allow custom headers - It appeared https://github.com/uber/buck-http-cache is perfectly working with Gradle 3.5! It supports horizontal scaling which is crucial for speed and tolerance for a failed node It will be great to allow pass custom headers within `GET` and `PUT` requests to the cache. That way we'll be able to distinguish CI and user traffic, add `AUTHORIZATION` header support and many other features. I think it will be also great for other custom implementations `HttpCache`
non_defect
httpbuildcache should allow custom headers it appeared is perfectly working with gradle it supports horizontal scaling which is crucial for speed and tolerance for a failed node it will be great to allow pass custom headers within get and put requests to the cache that way we ll be able to distinguish ci and user traffic add authorization header support and many other features i think it will be also great for other custom implementations httpcache
0
6,084
2,610,220,787
IssuesEvent
2015-02-26 19:10:07
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
манфред шмитц андреа ноты.doc
auto-migrated Priority-Medium Type-Defect
``` '''Вадим Доронин''' Привет всем не подскажите где можно найти .манфред шмитц андреа ноты.doc. как то выкладывали уже '''Вилиор Богданов''' Вот хороший сайт где можно скачать http://bit.ly/16pChNN '''Атеист Фёдоров''' Спасибо вроде то но просит телефон вводить '''Борис Данилов''' Неа все ок у меня ничего не списало '''Владлен Попов''' Не это не влияет на баланс Информация о файле: манфред шмитц андреа ноты.doc Загружен: В этом месяце Скачан раз: 1203 Рейтинг: 694 Средняя скорость скачивания: 844 Похожих файлов: 34 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 8:39
1.0
манфред шмитц андреа ноты.doc - ``` '''Вадим Доронин''' Привет всем не подскажите где можно найти .манфред шмитц андреа ноты.doc. как то выкладывали уже '''Вилиор Богданов''' Вот хороший сайт где можно скачать http://bit.ly/16pChNN '''Атеист Фёдоров''' Спасибо вроде то но просит телефон вводить '''Борис Данилов''' Неа все ок у меня ничего не списало '''Владлен Попов''' Не это не влияет на баланс Информация о файле: манфред шмитц андреа ноты.doc Загружен: В этом месяце Скачан раз: 1203 Рейтинг: 694 Средняя скорость скачивания: 844 Похожих файлов: 34 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 8:39
defect
манфред шмитц андреа ноты doc вадим доронин привет всем не подскажите где можно найти манфред шмитц андреа ноты doc как то выкладывали уже вилиор богданов вот хороший сайт где можно скачать атеист фёдоров спасибо вроде то но просит телефон вводить борис данилов неа все ок у меня ничего не списало владлен попов не это не влияет на баланс информация о файле манфред шмитц андреа ноты doc загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
250,511
7,978,130,211
IssuesEvent
2018-07-17 17:21:35
Audentio/xf2addon-issues
https://api.github.com/repos/Audentio/xf2addon-issues
closed
[TH] Covers - Users not able to delete covers on resources
Bug Cant Replicate Priority
Users aren't able to delete resource covers nor are they able to see it on the drop-down when the user group permission `Can delete covers` is allowed. I was able to replicate this on the beta board [here](http://demo.themehouse.com/xf2/beta).
1.0
[TH] Covers - Users not able to delete covers on resources - Users aren't able to delete resource covers nor are they able to see it on the drop-down when the user group permission `Can delete covers` is allowed. I was able to replicate this on the beta board [here](http://demo.themehouse.com/xf2/beta).
non_defect
covers users not able to delete covers on resources users aren t able to delete resource covers nor are they able to see it on the drop down when the user group permission can delete covers is allowed i was able to replicate this on the beta board
0
62,505
8,616,070,119
IssuesEvent
2018-11-19 22:37:26
ebean-orm/ebean
https://api.github.com/repos/ebean-orm/ebean
closed
Improve exception message for BeanNotEnhancedException
documentation
Making it: ```java String msg = "Bean " + beanClass + " is not enhanced? Check packages specified in ebean.mf. If you are running in IDEA or " + "Eclipse check that the enhancement plugin is installed. See https://ebean.io/docs/trouble-shooting#not-enhanced"; ```
1.0
Improve exception message for BeanNotEnhancedException - Making it: ```java String msg = "Bean " + beanClass + " is not enhanced? Check packages specified in ebean.mf. If you are running in IDEA or " + "Eclipse check that the enhancement plugin is installed. See https://ebean.io/docs/trouble-shooting#not-enhanced"; ```
non_defect
improve exception message for beannotenhancedexception making it java string msg bean beanclass is not enhanced check packages specified in ebean mf if you are running in idea or eclipse check that the enhancement plugin is installed see
0
518,449
15,028,715,702
IssuesEvent
2021-02-02 03:45:39
iv-org/invidious
https://api.github.com/repos/iv-org/invidious
reopened
Related videos are too big when the browser is not maximized
bug priority:medium type:frontend
When the browser is not maximized the size of the related videos are absurd, each one taking almost half the page : ![bug](https://user-images.githubusercontent.com/47571719/62249907-18651c00-b3db-11e9-9b8a-cdd4f6454ade.png)
1.0
Related videos are too big when the browser is not maximized - When the browser is not maximized the size of the related videos are absurd, each one taking almost half the page : ![bug](https://user-images.githubusercontent.com/47571719/62249907-18651c00-b3db-11e9-9b8a-cdd4f6454ade.png)
non_defect
related videos are too big when the browser is not maximized when the browser is not maximized the size of the related videos are absurd each one taking almost half the page
0
35,540
31,807,726,923
IssuesEvent
2023-09-13 14:52:36
Anthony-Nolan/Atlas
https://api.github.com/repos/Anthony-Nolan/Atlas
opened
Increase MaxDeliveryCount on data-refresh-requests.matching-algorithm to 30
matching-algorithm infrastructure
work item split from #1048 [terraform link](https://github.com/Anthony-Nolan/Atlas/blob/a773c7aaf6697d118c9f43d8798cd2da1bc32002/terraform/core/modules/matching_algorithm/servicebus.tf#L94) Could set via [new terraform release var](https://github.com/Anthony-Nolan/Atlas/blob/a773c7aaf6697d118c9f43d8798cd2da1bc32002/terraform/core/variables.tf#L183), e.g., `MATCHING_DATA_REFRESH_MAX_DELIVERY_COUNT`
1.0
Increase MaxDeliveryCount on data-refresh-requests.matching-algorithm to 30 - work item split from #1048 [terraform link](https://github.com/Anthony-Nolan/Atlas/blob/a773c7aaf6697d118c9f43d8798cd2da1bc32002/terraform/core/modules/matching_algorithm/servicebus.tf#L94) Could set via [new terraform release var](https://github.com/Anthony-Nolan/Atlas/blob/a773c7aaf6697d118c9f43d8798cd2da1bc32002/terraform/core/variables.tf#L183), e.g., `MATCHING_DATA_REFRESH_MAX_DELIVERY_COUNT`
non_defect
increase maxdeliverycount on data refresh requests matching algorithm to work item split from could set via e g matching data refresh max delivery count
0
60,819
17,023,530,788
IssuesEvent
2021-07-03 02:30:05
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Nominatim requires UK postcode queries to have a 'space' in-between both parts of postcode.
Component: nominatim Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 3.21pm, Wednesday, 30th December 2009]** Hi, all. OpenSatNav (.org) has started to use Nominatim as an optional 'search engine'. We (OSN) are finding that it works really well. With UK postcodes, we find that look-ups require a 'space' to be used between the first and second part of the postcode. Potentially, this could make the user think that postcode searches are failing, when in-fact they are just not been queried properly. Can you confirm whether it is possible to permit searches without a 'space', or whether we need to try to find a work-around on the front-end? Example: a) User searches for postcode DL7 0SN Result: Address identified. b) User searches for postcode DL70SN Result: Address not recognised. OSN it tracking this bug, here: http://www.opensatnav.org/issues/show/81 Many thanks, Chris (chris_debian)
1.0
Nominatim requires UK postcode queries to have a 'space' in-between both parts of postcode. - **[Submitted to the original trac issue database at 3.21pm, Wednesday, 30th December 2009]** Hi, all. OpenSatNav (.org) has started to use Nominatim as an optional 'search engine'. We (OSN) are finding that it works really well. With UK postcodes, we find that look-ups require a 'space' to be used between the first and second part of the postcode. Potentially, this could make the user think that postcode searches are failing, when in-fact they are just not been queried properly. Can you confirm whether it is possible to permit searches without a 'space', or whether we need to try to find a work-around on the front-end? Example: a) User searches for postcode DL7 0SN Result: Address identified. b) User searches for postcode DL70SN Result: Address not recognised. OSN it tracking this bug, here: http://www.opensatnav.org/issues/show/81 Many thanks, Chris (chris_debian)
defect
nominatim requires uk postcode queries to have a space in between both parts of postcode hi all opensatnav org has started to use nominatim as an optional search engine we osn are finding that it works really well with uk postcodes we find that look ups require a space to be used between the first and second part of the postcode potentially this could make the user think that postcode searches are failing when in fact they are just not been queried properly can you confirm whether it is possible to permit searches without a space or whether we need to try to find a work around on the front end example a user searches for postcode result address identified b user searches for postcode result address not recognised osn it tracking this bug here many thanks chris chris debian
1
27,177
4,912,202,398
IssuesEvent
2016-11-23 08:02:02
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
closed
eWallet_MobileApp_Message displayed when User clicks on the 'My Rewards' tab to be corrected # 78
Defect - Low (Sev-4)
After clicking the ‘MyRewards’ tab which takes user to the coming soon page wherein the first line can be changed to “We are coming soon…” instead of “We are soon coming…”
1.0
eWallet_MobileApp_Message displayed when User clicks on the 'My Rewards' tab to be corrected # 78 - After clicking the ‘MyRewards’ tab which takes user to the coming soon page wherein the first line can be changed to “We are coming soon…” instead of “We are soon coming…”
defect
ewallet mobileapp message displayed when user clicks on the my rewards tab to be corrected after clicking the ‘myrewards’ tab which takes user to the coming soon page wherein the first line can be changed to “we are coming soon…” instead of “we are soon coming…”
1
136,671
30,570,470,483
IssuesEvent
2023-07-20 21:38:54
warriordog/ActivityPubSharp
https://api.github.com/repos/warriordog/ActivityPubSharp
opened
Create a more specific type for MIME types
type:feature area:code
This is used in every object (`ASType.MediaType`) and could benefit from a more specific type (at least for some use cases). If one exists in the framework, then we should use that. Otherwise we should create our own. In either case, we will need a custom converter.
1.0
Create a more specific type for MIME types - This is used in every object (`ASType.MediaType`) and could benefit from a more specific type (at least for some use cases). If one exists in the framework, then we should use that. Otherwise we should create our own. In either case, we will need a custom converter.
non_defect
create a more specific type for mime types this is used in every object astype mediatype and could benefit from a more specific type at least for some use cases if one exists in the framework then we should use that otherwise we should create our own in either case we will need a custom converter
0
439,442
30,696,611,726
IssuesEvent
2023-07-26 19:07:46
aeon-toolkit/aeon
https://api.github.com/repos/aeon-toolkit/aeon
opened
[DOC] Glossary of terms
documentation
### Describe the issue linked to the documentation a like the idea of a glossary https://aeon-toolkit--598.org.readthedocs.build/en/598/glossary.html but it needs updating ### Suggest a potential alternative/fix Update/edit/remove
1.0
[DOC] Glossary of terms - ### Describe the issue linked to the documentation a like the idea of a glossary https://aeon-toolkit--598.org.readthedocs.build/en/598/glossary.html but it needs updating ### Suggest a potential alternative/fix Update/edit/remove
non_defect
glossary of terms describe the issue linked to the documentation a like the idea of a glossary but it needs updating suggest a potential alternative fix update edit remove
0
628,866
20,016,551,222
IssuesEvent
2022-02-01 12:40:41
o3de/o3de
https://api.github.com/repos/o3de/o3de
opened
Linux: Resizing the Editor window causes a (Swapchain) message spam in the Console
platform/linux kind/bug needs-triage sig/platform priority/minor
**Describe the bug** Resizing the Editor window causes the following message to be printed to Console multiple times: ``` (Swapchain) - Swapchain created. Width: <number>, Height: <number> (Swapchain) - Obtained presentable images. (Swapchain) - Acquired the first image. ``` **Steps to reproduce** Steps to reproduce the behavior: 1. Resize the Editor window. **Expected behavior** There are no (Swapchain) messages printed to Console. **Actual behavior** (Swapchain) messages are spammed to Console. **Video** https://user-images.githubusercontent.com/86952082/151968515-f28dbc96-28c2-4b58-b655-bb1bef71e533.mp4 **Found in Branch** Development (f5fcab7) **Desktop** - Device: PC - OS: Linux - Version: Ubuntu 20.04.3 LTS - CPU AMD Ryzen 5 3600 - GPU NVIDIA GeForce RTX 2060 SUPER - Memory 16GB
1.0
Linux: Resizing the Editor window causes a (Swapchain) message spam in the Console - **Describe the bug** Resizing the Editor window causes the following message to be printed to Console multiple times: ``` (Swapchain) - Swapchain created. Width: <number>, Height: <number> (Swapchain) - Obtained presentable images. (Swapchain) - Acquired the first image. ``` **Steps to reproduce** Steps to reproduce the behavior: 1. Resize the Editor window. **Expected behavior** There are no (Swapchain) messages printed to Console. **Actual behavior** (Swapchain) messages are spammed to Console. **Video** https://user-images.githubusercontent.com/86952082/151968515-f28dbc96-28c2-4b58-b655-bb1bef71e533.mp4 **Found in Branch** Development (f5fcab7) **Desktop** - Device: PC - OS: Linux - Version: Ubuntu 20.04.3 LTS - CPU AMD Ryzen 5 3600 - GPU NVIDIA GeForce RTX 2060 SUPER - Memory 16GB
non_defect
linux resizing the editor window causes a swapchain message spam in the console describe the bug resizing the editor window causes the following message to be printed to console multiple times swapchain swapchain created width height swapchain obtained presentable images swapchain acquired the first image steps to reproduce steps to reproduce the behavior resize the editor window expected behavior there are no swapchain messages printed to console actual behavior swapchain messages are spammed to console video found in branch development desktop device pc os linux version ubuntu lts cpu amd ryzen gpu nvidia geforce rtx super memory
0
451,883
13,042,878,255
IssuesEvent
2020-07-28 23:46:54
lgvaz/mantisshrimp
https://api.github.com/repos/lgvaz/mantisshrimp
opened
Rename AlbuTransform and Dataset tfm parameter
breaking priority refactor
For `AlbumTransform` we should start using `AlbumentationsTransforms` For the Dataset, rename the contructor paremeter `tfm` to `tfms`
1.0
Rename AlbuTransform and Dataset tfm parameter - For `AlbumTransform` we should start using `AlbumentationsTransforms` For the Dataset, rename the contructor paremeter `tfm` to `tfms`
non_defect
rename albutransform and dataset tfm parameter for albumtransform we should start using albumentationstransforms for the dataset rename the contructor paremeter tfm to tfms
0
276,350
30,451,523,759
IssuesEvent
2023-07-16 11:06:45
ghc-dev/7970115
https://api.github.com/repos/ghc-dev/7970115
opened
CVE-2017-16138 (Medium) detected in mime-1.3.4.tgz
Mend: dependency security vulnerability
## CVE-2017-16138 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.3.4.tgz</b></p></summary> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="https://registry.npmjs.org/mime/-/mime-1.3.4.tgz">https://registry.npmjs.org/mime/-/mime-1.3.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mime/package.json</p> <p> Dependency Hierarchy: - express-4.15.5.tgz (Root Library) - send-0.15.6.tgz - :x: **mime-1.3.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/7970115/commit/16eb941c3646bb8b3f8f49fce1249f622cdbb495">16eb941c3646bb8b3f8f49fce1249f622cdbb495</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-16138>CVE-2017-16138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (mime): 1.4.1</p> <p>Direct dependency fix Resolution (express): 4.16.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
True
CVE-2017-16138 (Medium) detected in mime-1.3.4.tgz - ## CVE-2017-16138 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mime-1.3.4.tgz</b></p></summary> <p>A comprehensive library for mime-type mapping</p> <p>Library home page: <a href="https://registry.npmjs.org/mime/-/mime-1.3.4.tgz">https://registry.npmjs.org/mime/-/mime-1.3.4.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/mime/package.json</p> <p> Dependency Hierarchy: - express-4.15.5.tgz (Root Library) - send-0.15.6.tgz - :x: **mime-1.3.4.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/ghc-dev/7970115/commit/16eb941c3646bb8b3f8f49fce1249f622cdbb495">16eb941c3646bb8b3f8f49fce1249f622cdbb495</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. <p>Publish Date: 2018-06-07 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-16138>CVE-2017-16138</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138</a></p> <p>Release Date: 2018-06-07</p> <p>Fix Resolution (mime): 1.4.1</p> <p>Direct dependency fix Resolution (express): 4.16.0</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue
non_defect
cve medium detected in mime tgz cve medium severity vulnerability vulnerable library mime tgz a comprehensive library for mime type mapping library home page a href path to dependency file package json path to vulnerable library node modules mime package json dependency hierarchy express tgz root library send tgz x mime tgz vulnerable library found in head commit a href found in base branch main vulnerability details the mime module is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution mime direct dependency fix resolution express rescue worker helmet automatic remediation is available for this issue
0
81,715
31,396,034,087
IssuesEvent
2023-08-26 23:59:36
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
Not able to launch Chrome 116.x version with Selenium 4.11[🐛 Bug]:
I-defect I-question needs-triaging
### What happened? I am using Selenium version: 4.11, with Chrome browser Version 116.0.5845.97 I am not using webdriver manager. My code: Webdriver driver; ChromeOptions options = new ChromeOptions(); options.addArguments("--disable-infobars"); options.addArguments("--remote-allow-origins=*"); driver = new ChromeDriver(options); driver.get("https://google.com"); ### How can we reproduce the issue? ```shell Webdriver driver; ChromeOptions options = new ChromeOptions(); options.addArguments("--disable-infobars"); options.addArguments("--remote-allow-origins=*"); driver = new ChromeDriver(options); driver.get("https://google.com"); ``` ### Relevant log output ```shell org.openqa.selenium.remote.NoSuchDriverException: Unable to obtain: Capabilities {browserName: chrome, goog:chromeOptions: {args: [--headless, --no-sandbox, --disable-infobars, --remote-allow-origins=*], extensions: [], prefs: {profile.default_content_setting_values.notifications: 1}}}, error Command failed with code: 65, executed: [C:\Users\debomita.b\AppData\Local\Temp\selenium-manager393590558668001515354363940359410\selenium-manager.exe, --browser, chrome, --output, json] Unsuccessful response (403 Forbidden) for URL https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/win64/chromedriver-win64.zip Build info: version: '4.11.0', revision: '040bc5406b' System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.7' Driver info: driver.version: ChromeDriver ``` ### Operating System Windows 11 ### Selenium version 4.11 ### What are the browser(s) and version(s) where you see this issue? Selenium version: 4.11, with Chrome browser Version 116.0.5845.97 ### What are the browser driver(s) and version(s) where you see this issue? Selenium version: 4.11, with Chrome browser Version 116.0.5845.97 ### Are you using Selenium Grid? nO
1.0
Not able to launch Chrome 116.x version with Selenium 4.11[🐛 Bug]: - ### What happened? I am using Selenium version: 4.11, with Chrome browser Version 116.0.5845.97 I am not using webdriver manager. My code: Webdriver driver; ChromeOptions options = new ChromeOptions(); options.addArguments("--disable-infobars"); options.addArguments("--remote-allow-origins=*"); driver = new ChromeDriver(options); driver.get("https://google.com"); ### How can we reproduce the issue? ```shell Webdriver driver; ChromeOptions options = new ChromeOptions(); options.addArguments("--disable-infobars"); options.addArguments("--remote-allow-origins=*"); driver = new ChromeDriver(options); driver.get("https://google.com"); ``` ### Relevant log output ```shell org.openqa.selenium.remote.NoSuchDriverException: Unable to obtain: Capabilities {browserName: chrome, goog:chromeOptions: {args: [--headless, --no-sandbox, --disable-infobars, --remote-allow-origins=*], extensions: [], prefs: {profile.default_content_setting_values.notifications: 1}}}, error Command failed with code: 65, executed: [C:\Users\debomita.b\AppData\Local\Temp\selenium-manager393590558668001515354363940359410\selenium-manager.exe, --browser, chrome, --output, json] Unsuccessful response (403 Forbidden) for URL https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/win64/chromedriver-win64.zip Build info: version: '4.11.0', revision: '040bc5406b' System info: os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.7' Driver info: driver.version: ChromeDriver ``` ### Operating System Windows 11 ### Selenium version 4.11 ### What are the browser(s) and version(s) where you see this issue? Selenium version: 4.11, with Chrome browser Version 116.0.5845.97 ### What are the browser driver(s) and version(s) where you see this issue? Selenium version: 4.11, with Chrome browser Version 116.0.5845.97 ### Are you using Selenium Grid? nO
defect
not able to launch chrome x version with selenium what happened i am using selenium version with chrome browser version i am not using webdriver manager my code webdriver driver chromeoptions options new chromeoptions options addarguments disable infobars options addarguments remote allow origins driver new chromedriver options driver get how can we reproduce the issue shell webdriver driver chromeoptions options new chromeoptions options addarguments disable infobars options addarguments remote allow origins driver new chromedriver options driver get relevant log output shell org openqa selenium remote nosuchdriverexception unable to obtain capabilities browsername chrome goog chromeoptions args extensions prefs profile default content setting values notifications error command failed with code executed unsuccessful response forbidden for url build info version revision system info os name windows os arch os version java version driver info driver version chromedriver operating system windows selenium version what are the browser s and version s where you see this issue selenium version with chrome browser version what are the browser driver s and version s where you see this issue selenium version with chrome browser version are you using selenium grid no
1
106,182
4,264,229,057
IssuesEvent
2016-07-12 05:57:13
Lord-Ptolemy/Rosalina-Bottings
https://api.github.com/repos/Lord-Ptolemy/Rosalina-Bottings
opened
Minecraft: Get avatars
Feature Request Low Priority
https://visage.surgeplay.com Allow to specify what type of avatar they want. * skin template * Full 3d view * 2d view * etc...
1.0
Minecraft: Get avatars - https://visage.surgeplay.com Allow to specify what type of avatar they want. * skin template * Full 3d view * 2d view * etc...
non_defect
minecraft get avatars allow to specify what type of avatar they want skin template full view view etc
0
21,131
11,584,200,912
IssuesEvent
2020-02-22 15:58:14
bruno2c/tales-of-kadena
https://api.github.com/repos/bruno2c/tales-of-kadena
opened
Search Battle
enhancement service-battle
* Search battle * Check the player status * If status is SEARCHING_BATTLE, does nothing * if status is IDLE, change to SEARCHING_BATTLE * Search for other player with status SEARCHING_BATTLE * Time limit: 30 seconds * If a player is found * Register the pair in the database * Change status of both player to IN_BATTLE * Create a battle * Status CREATED * Returns battle_id * If no player is found * Change status to IDLE * Returns an error
1.0
Search Battle - * Search battle * Check the player status * If status is SEARCHING_BATTLE, does nothing * if status is IDLE, change to SEARCHING_BATTLE * Search for other player with status SEARCHING_BATTLE * Time limit: 30 seconds * If a player is found * Register the pair in the database * Change status of both player to IN_BATTLE * Create a battle * Status CREATED * Returns battle_id * If no player is found * Change status to IDLE * Returns an error
non_defect
search battle search battle check the player status if status is searching battle does nothing if status is idle change to searching battle search for other player with status searching battle time limit seconds if a player is found register the pair in the database change status of both player to in battle create a battle status created returns battle id if no player is found change status to idle returns an error
0
660,950
22,036,655,014
IssuesEvent
2022-05-28 17:43:37
RAF-SI-2021/banka-front
https://api.github.com/repos/RAF-SI-2021/banka-front
opened
Uplata ili isplata sredstva na račun od strane korisnika
in progress priority/high area/frontend
Korisnik treba da ima opciju da uplati sredstva na račun ili da ih povuče. Ovo se odvija tako što će se napraviti odgovarajuća transakcija koja ima Uplata ili Isplata u vrednosti šta je korisnik uneo, i to: - Uplata ukoliko korisnik uplaćuje sredstva na račun - Isplata ukoliko korisnik isplačuje/povlači sredstva sa računa
1.0
Uplata ili isplata sredstva na račun od strane korisnika - Korisnik treba da ima opciju da uplati sredstva na račun ili da ih povuče. Ovo se odvija tako što će se napraviti odgovarajuća transakcija koja ima Uplata ili Isplata u vrednosti šta je korisnik uneo, i to: - Uplata ukoliko korisnik uplaćuje sredstva na račun - Isplata ukoliko korisnik isplačuje/povlači sredstva sa računa
non_defect
uplata ili isplata sredstva na račun od strane korisnika korisnik treba da ima opciju da uplati sredstva na račun ili da ih povuče ovo se odvija tako što će se napraviti odgovarajuća transakcija koja ima uplata ili isplata u vrednosti šta je korisnik uneo i to uplata ukoliko korisnik uplaćuje sredstva na račun isplata ukoliko korisnik isplačuje povlači sredstva sa računa
0
78,136
14,951,907,274
IssuesEvent
2021-01-26 14:56:15
foambubble/foam
https://api.github.com/repos/foambubble/foam
closed
Feature Request: List all docs and images which are unlinked by others
foam-vscode good first issue help wanted
Sometimes there are so many files that I can't find out if there are some docs or images in my repository that aren't referenced by other files. So I was wondering if it could create a file from command palette in a specified path which listed all the unlinked files and images by wiki-link or markdown-link to let me know all the files that are not linked, so that I can link them or delete them.
1.0
Feature Request: List all docs and images which are unlinked by others - Sometimes there are so many files that I can't find out if there are some docs or images in my repository that aren't referenced by other files. So I was wondering if it could create a file from command palette in a specified path which listed all the unlinked files and images by wiki-link or markdown-link to let me know all the files that are not linked, so that I can link them or delete them.
non_defect
feature request list all docs and images which are unlinked by others sometimes there are so many files that i can t find out if there are some docs or images in my repository that aren t referenced by other files so i was wondering if it could create a file from command palette in a specified path which listed all the unlinked files and images by wiki link or markdown link to let me know all the files that are not linked so that i can link them or delete them
0
45,684
13,015,695,626
IssuesEvent
2020-07-26 00:55:31
ianobermiller/tibiaapi
https://api.github.com/repos/ianobermiller/tibiaapi
closed
Updates for 9.83 protocol
Priority-Medium Type-Defect auto-migrated
``` Latest protocols for using tibiaAPI are needed! ``` Original issue reported on code.google.com by `pedro.lu...@gmail.com` on 16 Mar 2013 at 2:43
1.0
Updates for 9.83 protocol - ``` Latest protocols for using tibiaAPI are needed! ``` Original issue reported on code.google.com by `pedro.lu...@gmail.com` on 16 Mar 2013 at 2:43
defect
updates for protocol latest protocols for using tibiaapi are needed original issue reported on code google com by pedro lu gmail com on mar at
1
279,061
8,656,876,662
IssuesEvent
2018-11-27 19:41:11
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Add ability to upgrade site content to the Upgrade Manager
new feature priority: medium
Add the necessary mechanics and documentation (to `README.md` and regular `Sphinx-Doc`) to allow to run upgrade mechanics against the content of a site. This is in support of the new `remote-assets` proxy mechanism that needs to be weaved into existing sites to support remote indexing and related features.
1.0
[studio] Add ability to upgrade site content to the Upgrade Manager - Add the necessary mechanics and documentation (to `README.md` and regular `Sphinx-Doc`) to allow to run upgrade mechanics against the content of a site. This is in support of the new `remote-assets` proxy mechanism that needs to be weaved into existing sites to support remote indexing and related features.
non_defect
add ability to upgrade site content to the upgrade manager add the necessary mechanics and documentation to readme md and regular sphinx doc to allow to run upgrade mechanics against the content of a site this is in support of the new remote assets proxy mechanism that needs to be weaved into existing sites to support remote indexing and related features
0
381,310
26,446,161,513
IssuesEvent
2023-01-16 07:29:56
pmndrs/react-three-rapier
https://api.github.com/repos/pmndrs/react-three-rapier
closed
Generate JSDoc!
documentation enhancement help wanted
The readme is getting too thicc. Let's generate a JSDoc from the source! - [x] Find a suitable way to do so - [x] Choose a theme - [x] Ensure source is sufficiently covered in TSDoc comments
1.0
Generate JSDoc! - The readme is getting too thicc. Let's generate a JSDoc from the source! - [x] Find a suitable way to do so - [x] Choose a theme - [x] Ensure source is sufficiently covered in TSDoc comments
non_defect
generate jsdoc the readme is getting too thicc let s generate a jsdoc from the source find a suitable way to do so choose a theme ensure source is sufficiently covered in tsdoc comments
0
52,092
13,211,387,843
IssuesEvent
2020-08-15 22:46:48
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[iceprod2] unicode strings and module arguments (Trac #1675)
Incomplete Migration Migrated from Trac defect iceprod
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1675">https://code.icecube.wisc.edu/projects/icecube/ticket/1675</a>, reported by david.schultzand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2016-05-09T21:56:14", "_ts": "1462830974780090", "description": "Apparently our boost::python code really hates unicode strings in python2:\n\n `TypeError: No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type unicode`\n\nThe hackish solution is to wrap all arguments that are string-like with `str()`. This will of course throw an error if there is a non-ascii character.\n\nWe should probably think about a better solution for the long term. Whether that's in IceProd or our core software, I'm not sure.", "reporter": "david.schultz", "cc": "nega, olivas", "resolution": "wontfix", "time": "2016-04-29T15:37:01", "component": "iceprod", "summary": "[iceprod2] unicode strings and module arguments", "priority": "normal", "keywords": "unicode", "milestone": "Long-Term Future", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
1.0
[iceprod2] unicode strings and module arguments (Trac #1675) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1675">https://code.icecube.wisc.edu/projects/icecube/ticket/1675</a>, reported by david.schultzand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2016-05-09T21:56:14", "_ts": "1462830974780090", "description": "Apparently our boost::python code really hates unicode strings in python2:\n\n `TypeError: No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type unicode`\n\nThe hackish solution is to wrap all arguments that are string-like with `str()`. This will of course throw an error if there is a non-ascii character.\n\nWe should probably think about a better solution for the long term. Whether that's in IceProd or our core software, I'm not sure.", "reporter": "david.schultz", "cc": "nega, olivas", "resolution": "wontfix", "time": "2016-04-29T15:37:01", "component": "iceprod", "summary": "[iceprod2] unicode strings and module arguments", "priority": "normal", "keywords": "unicode", "milestone": "Long-Term Future", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
defect
unicode strings and module arguments trac migrated from json status closed changetime ts description apparently our boost python code really hates unicode strings in n n typeerror no registered converter was able to produce a c rvalue of type std string from this python object of type unicode n nthe hackish solution is to wrap all arguments that are string like with str this will of course throw an error if there is a non ascii character n nwe should probably think about a better solution for the long term whether that s in iceprod or our core software i m not sure reporter david schultz cc nega olivas resolution wontfix time component iceprod summary unicode strings and module arguments priority normal keywords unicode milestone long term future owner david schultz type defect
1
711,858
24,478,038,929
IssuesEvent
2022-10-08 12:40:22
IAmTamal/Milan
https://api.github.com/repos/IAmTamal/Milan
opened
Add loader when data is being fetched from server
🟧 priority: high 🛠 goal: fix 🛠 status : under development hacktoberfest
### Description When Opening the events page, the events take a bit of time to display. Within this time, there is no indication of whether the data is loading or not. I'd like to implement a loader to show that the data is fetching and will be available in a short while ### Screenshots _No response_ ### Additional information _No response_ ### 🥦 Browser Microsoft Edge ### 👀 Have you checked if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Contributing Guidelines? - [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md) ### Are you willing to work on this issue ? Yes I am willing to submit a PR!
1.0
Add loader when data is being fetched from server - ### Description When Opening the events page, the events take a bit of time to display. Within this time, there is no indication of whether the data is loading or not. I'd like to implement a loader to show that the data is fetching and will be available in a short while ### Screenshots _No response_ ### Additional information _No response_ ### 🥦 Browser Microsoft Edge ### 👀 Have you checked if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Contributing Guidelines? - [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md) ### Are you willing to work on this issue ? Yes I am willing to submit a PR!
non_defect
add loader when data is being fetched from server description when opening the events page the events take a bit of time to display within this time there is no indication of whether the data is loading or not i d like to implement a loader to show that the data is fetching and will be available in a short while screenshots no response additional information no response 🥦 browser microsoft edge 👀 have you checked if this issue has been raised before i checked and didn t find similar issue 🏢 have you read the contributing guidelines i have read the are you willing to work on this issue yes i am willing to submit a pr
0
381,843
26,473,350,647
IssuesEvent
2023-01-17 09:17:14
alterbooth/hol-azure-line-bot
https://api.github.com/repos/alterbooth/hol-azure-line-bot
closed
参考資料の追記
documentation
ハンズオン後により詳しい内容を知る・続きを学習するために、関連するドキュメントURLを載せる。 ## TODOs - [ ] Azure Functionsのトリガーとバインドについてのドキュメント - [ ] LINE Messaging APIのWebhookイベントに関するドキュメント
1.0
参考資料の追記 - ハンズオン後により詳しい内容を知る・続きを学習するために、関連するドキュメントURLを載せる。 ## TODOs - [ ] Azure Functionsのトリガーとバインドについてのドキュメント - [ ] LINE Messaging APIのWebhookイベントに関するドキュメント
non_defect
参考資料の追記 ハンズオン後により詳しい内容を知る・続きを学習するために、関連するドキュメントurlを載せる。 todos azure functionsのトリガーとバインドについてのドキュメント line messaging apiのwebhookイベントに関するドキュメント
0
38,143
8,670,297,369
IssuesEvent
2018-11-29 16:11:37
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
regression: serial not loaded during getDomainInfo on incoming NOTIFY
auth defect
- Program: Authoritative - Issue type: Bug report ### Short description In PDNS 4.1, on incoming NOTIFYs, DomainInfo was loaded with: ` if(!B.getDomainInfo(p->qdomain, di) || !(db=di.backend)) {` In current Master this has changed to: ` if(!B.getDomainInfo(p->qdomain, di, false) || !di.backend) {` Hence, getSerial is set to false. If the NOTIFY is valid, the domain is queued for slave-checks. But the serial is needed during the slave-check to determine if the master's serial differs. This is not working anymore: pdns[6955]: Domain 'nxdomain.at' is stale, master serial 2018031201, our serial 0 So, an incoming NOTIFYs currently always triggers an XFR as the comparison is always done against 0 as "ourserial" is not available. I think the NOTIFY-processing was optimized a bit too much. I guess replacing false with true is the key. ### Environment - Operating system: Debian - Software version: master - Software source: self compiled
1.0
regression: serial not loaded during getDomainInfo on incoming NOTIFY - - Program: Authoritative - Issue type: Bug report ### Short description In PDNS 4.1, on incoming NOTIFYs, DomainInfo was loaded with: ` if(!B.getDomainInfo(p->qdomain, di) || !(db=di.backend)) {` In current Master this has changed to: ` if(!B.getDomainInfo(p->qdomain, di, false) || !di.backend) {` Hence, getSerial is set to false. If the NOTIFY is valid, the domain is queued for slave-checks. But the serial is needed during the slave-check to determine if the master's serial differs. This is not working anymore: pdns[6955]: Domain 'nxdomain.at' is stale, master serial 2018031201, our serial 0 So, an incoming NOTIFYs currently always triggers an XFR as the comparison is always done against 0 as "ourserial" is not available. I think the NOTIFY-processing was optimized a bit too much. I guess replacing false with true is the key. ### Environment - Operating system: Debian - Software version: master - Software source: self compiled
defect
regression serial not loaded during getdomaininfo on incoming notify program authoritative issue type bug report short description in pdns on incoming notifys domaininfo was loaded with if b getdomaininfo p qdomain di db di backend in current master this has changed to if b getdomaininfo p qdomain di false di backend hence getserial is set to false if the notify is valid the domain is queued for slave checks but the serial is needed during the slave check to determine if the master s serial differs this is not working anymore pdns domain nxdomain at is stale master serial our serial so an incoming notifys currently always triggers an xfr as the comparison is always done against as ourserial is not available i think the notify processing was optimized a bit too much i guess replacing false with true is the key environment operating system debian software version master software source self compiled
1
69,066
22,104,496,678
IssuesEvent
2022-06-01 15:57:23
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
reopened
[Design, FE] 10-10EZ Short-form: Review Household Information tab ordering > [Other] Reading and tab order may hide information from screen reader users. (00.00.3)
frontend 508/Accessibility 1010-team 508-defect-2 staging-review collab-cycle-feedback 1010-ez Staging CCIssue00.00 CC-Dashboard 1010-short-form issue
### General Information #### VFS team name 10-10 Team #### VFS product name Health Care Application 10-10EZ #### VFS feature name 10-10EZ Short Form (Auto-qualifiers) #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website. --- ### Platform Issue No VA.gov Experience Standard for the issue found. ### Issue Details Step 4 of 6 [disability rating <50%]: Household Information, when a user selects "No" for "Do you want to provide your financial information?" an info alert appears notifying the user that if they don't provide financial information that will prevent them from enrolling. For a screen reader user navigating through the form, the natural next step after selecting "No" is to press [tab] to jump to the next form field or other interactive element. This will jump them over the info alert and straight to "Finish this application later," meaning they will miss some important information. ### Link, screenshot or steps to recreate 1. Log into the RI as user 11 2. Complete the form up to Step 4 of 6. 3. Activate a screen reader (recommend NVDA on Windows or VoiceOver on Mac for testing). 4. Tab to the radio buttons for "Do you want to provide your financial information?" and use the arrow keys to select "No." 5. Press [tab] to move to the next interactive element on the page. 6. Note that the info alert text is never announced by the screen reader. ### VA.gov Experience Standard [Category Number 00, Issue Number 00](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References --- ### Platform Recommendation Consider moving the alert before the question, and removing the conditional logic that makes it appear when No is selected. It's information that's relevant to deciding which radio button to choose, so it should be presented before the user has to make that decision. ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
1.0
[Design, FE] 10-10EZ Short-form: Review Household Information tab ordering > [Other] Reading and tab order may hide information from screen reader users. (00.00.3) - ### General Information #### VFS team name 10-10 Team #### VFS product name Health Care Application 10-10EZ #### VFS feature name 10-10EZ Short Form (Auto-qualifiers) #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website. --- ### Platform Issue No VA.gov Experience Standard for the issue found. ### Issue Details Step 4 of 6 [disability rating <50%]: Household Information, when a user selects "No" for "Do you want to provide your financial information?" an info alert appears notifying the user that if they don't provide financial information that will prevent them from enrolling. For a screen reader user navigating through the form, the natural next step after selecting "No" is to press [tab] to jump to the next form field or other interactive element. This will jump them over the info alert and straight to "Finish this application later," meaning they will miss some important information. ### Link, screenshot or steps to recreate 1. Log into the RI as user 11 2. Complete the form up to Step 4 of 6. 3. Activate a screen reader (recommend NVDA on Windows or VoiceOver on Mac for testing). 4. Tab to the radio buttons for "Do you want to provide your financial information?" and use the arrow keys to select "No." 5. Press [tab] to move to the next interactive element on the page. 6. Note that the info alert text is never announced by the screen reader. ### VA.gov Experience Standard [Category Number 00, Issue Number 00](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References --- ### Platform Recommendation Consider moving the alert before the question, and removing the conditional logic that makes it appear when No is selected. It's information that's relevant to deciding which radio button to choose, so it should be presented before the user has to make that decision. ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
defect
short form review household information tab ordering reading and tab order may hide information from screen reader users general information vfs team name team vfs product name health care application vfs feature name short form auto qualifiers point of contact reviewers brian deconinck briandeconinck accessibility for more information on how to interpret this ticket please refer to the guidance on platform website platform issue no va gov experience standard for the issue found issue details step of household information when a user selects no for do you want to provide your financial information an info alert appears notifying the user that if they don t provide financial information that will prevent them from enrolling for a screen reader user navigating through the form the natural next step after selecting no is to press to jump to the next form field or other interactive element this will jump them over the info alert and straight to finish this application later meaning they will miss some important information link screenshot or steps to recreate log into the ri as user complete the form up to step of activate a screen reader recommend nvda on windows or voiceover on mac for testing tab to the radio buttons for do you want to provide your financial information and use the arrow keys to select no press to move to the next interactive element on the page note that the info alert text is never announced by the screen reader va gov experience standard other references platform recommendation consider moving the alert before the question and removing the conditional logic that makes it appear when no is selected it s information that s relevant to deciding which radio button to choose so it should be presented before the user has to make that decision vfs team tasks to complete comment on the ticket if there are questions or concerns close the ticket when the issue has been resolved or validated by your product owner if a team has additional questions or needs platform help validating the issue please comment in the ticket
1
9,445
2,615,150,434
IssuesEvent
2015-03-01 06:27:44
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
Doesn't timeout when using -N
auto-migrated Priority-Triage Type-Defect
``` Hi, I am using the latest trunk (r106) with the latest stable drivers from compat wireless (patched for negative one issue) and my device has an Intel5100 using the iwlwifi driver. I put the card into monitor mode with airmon-ng then associate it with my AP with aireplay-ng. I then run reaver -i mon0 -b XX:XX;XX:XX:XX:XX -A -N -vv which results in [+] Trying pin 00055673 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message Without the -N on the first duplicate M1 message it NACKs and trys again, with -N it doesn't appear to timeout when it gets to this state even with -t 1. With -N between the pausing it does appear to make progress, [+] Trying pin 00055673 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M3 message [+] Sending M4 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received WSC NACK [+] Sending WSC NACK [+] Trying pin 00065672 ``` Original issue reported on code.google.com by `benwhit...@gmail.com` on 18 Jan 2012 at 11:26
1.0
Doesn't timeout when using -N - ``` Hi, I am using the latest trunk (r106) with the latest stable drivers from compat wireless (patched for negative one issue) and my device has an Intel5100 using the iwlwifi driver. I put the card into monitor mode with airmon-ng then associate it with my AP with aireplay-ng. I then run reaver -i mon0 -b XX:XX;XX:XX:XX:XX -A -N -vv which results in [+] Trying pin 00055673 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message Without the -N on the first duplicate M1 message it NACKs and trys again, with -N it doesn't appear to timeout when it gets to this state even with -t 1. With -N between the pausing it does appear to make progress, [+] Trying pin 00055673 [+] Sending EAPOL START request [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received identity request [+] Sending identity response [+] Received M1 message [+] Sending M2 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M1 message [+] Received M3 message [+] Sending M4 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received M3 message [+] Received WSC NACK [+] Sending WSC NACK [+] Trying pin 00065672 ``` Original issue reported on code.google.com by `benwhit...@gmail.com` on 18 Jan 2012 at 11:26
defect
doesn t timeout when using n hi i am using the latest trunk with the latest stable drivers from compat wireless patched for negative one issue and my device has an using the iwlwifi driver i put the card into monitor mode with airmon ng then associate it with my ap with aireplay ng i then run reaver i b xx xx xx xx xx xx a n vv which results in trying pin sending eapol start request received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received message sending message received message received message received message received message received message received message received message received message without the n on the first duplicate message it nacks and trys again with n it doesn t appear to timeout when it gets to this state even with t with n between the pausing it does appear to make progress trying pin sending eapol start request received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received identity request sending identity response received message sending message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message received message sending message received message received message received message received message received message received message received wsc nack sending wsc nack trying pin original issue reported on code google com by benwhit gmail com on jan at
1
15,625
2,865,993,594
IssuesEvent
2015-06-05 02:42:41
xmindltd/xmind
https://api.github.com/repos/xmindltd/xmind
closed
Markers View horizontal scroll is not enough for all items
auto-migrated Priority-Medium Type-Defect
``` When the Markers View is at its default position, docked at the lower right corner of the window, it only scrolls horizontally enough for 6 items. Only when you maximize the Markers View do you see that the "Others" group has more than 6 items. Same thing happens to Marker Groups that have more than six items. What is the expected output? What do you see instead? The Markers View should allow horizontal scrolling enough to show all available items. Better yet, Markers View should line-wrap the items so that only vertical scrolling is necessary to browse through all of them. What version of the product are you using? On what operating system? XMind 3.0.3; Java 1.6.0_16; Ubuntu 9.04 32 bit Please provide any additional information below. Attached screenshots: docked-scroll.jpg shows that when Markers View is docked and scrolled fully to the right, only up to the "People" marker is shown. maxed-scroll.jpg shows that when Markers View is maximized we can see that there are more markers under the "Others" group. ``` Original issue reported on code.google.com by `edward.i...@gmail.com` on 16 Sep 2009 at 9:53 Attachments: * [docked-scroll.jpg](https://storage.googleapis.com/google-code-attachments/xmind3/issue-110/comment-0/docked-scroll.jpg) * [maxed-scroll.jpg](https://storage.googleapis.com/google-code-attachments/xmind3/issue-110/comment-0/maxed-scroll.jpg)
1.0
Markers View horizontal scroll is not enough for all items - ``` When the Markers View is at its default position, docked at the lower right corner of the window, it only scrolls horizontally enough for 6 items. Only when you maximize the Markers View do you see that the "Others" group has more than 6 items. Same thing happens to Marker Groups that have more than six items. What is the expected output? What do you see instead? The Markers View should allow horizontal scrolling enough to show all available items. Better yet, Markers View should line-wrap the items so that only vertical scrolling is necessary to browse through all of them. What version of the product are you using? On what operating system? XMind 3.0.3; Java 1.6.0_16; Ubuntu 9.04 32 bit Please provide any additional information below. Attached screenshots: docked-scroll.jpg shows that when Markers View is docked and scrolled fully to the right, only up to the "People" marker is shown. maxed-scroll.jpg shows that when Markers View is maximized we can see that there are more markers under the "Others" group. ``` Original issue reported on code.google.com by `edward.i...@gmail.com` on 16 Sep 2009 at 9:53 Attachments: * [docked-scroll.jpg](https://storage.googleapis.com/google-code-attachments/xmind3/issue-110/comment-0/docked-scroll.jpg) * [maxed-scroll.jpg](https://storage.googleapis.com/google-code-attachments/xmind3/issue-110/comment-0/maxed-scroll.jpg)
defect
markers view horizontal scroll is not enough for all items when the markers view is at its default position docked at the lower right corner of the window it only scrolls horizontally enough for items only when you maximize the markers view do you see that the others group has more than items same thing happens to marker groups that have more than six items what is the expected output what do you see instead the markers view should allow horizontal scrolling enough to show all available items better yet markers view should line wrap the items so that only vertical scrolling is necessary to browse through all of them what version of the product are you using on what operating system xmind java ubuntu bit please provide any additional information below attached screenshots docked scroll jpg shows that when markers view is docked and scrolled fully to the right only up to the people marker is shown maxed scroll jpg shows that when markers view is maximized we can see that there are more markers under the others group original issue reported on code google com by edward i gmail com on sep at attachments
1
114,019
17,173,997,490
IssuesEvent
2021-07-15 09:07:42
lukebroganws/NodeGoat
https://api.github.com/repos/lukebroganws/NodeGoat
opened
WS-2019-0103 (Medium) detected in handlebars-4.0.5.tgz
security vulnerability
## WS-2019-0103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: NodeGoat/package.json</p> <p>Path to vulnerable library: NodeGoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/lukebroganws/NodeGoat/commit/10466ceb1764b7cac5eccc6ac6c9c060b13777ac">10466ceb1764b7cac5eccc6ac6c9c060b13777ac</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Handlebars.js before 4.1.0 has Remote Code Execution (RCE) <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/issues/1267#issue-187151586>WS-2019-0103</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57">https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57</a></p> <p>Release Date: 2019-05-30</p> <p>Fix Resolution: 4.1.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.0.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-if:0.2.0;grunt-contrib-nodeunit:1.0.0;nodeunit:0.9.5;tap:7.1.2;nyc:7.1.0;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"4.1.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2019-0103","vulnerabilityDetails":"Handlebars.js before 4.1.0 has Remote Code Execution (RCE)","vulnerabilityUrl":"https://github.com/wycats/handlebars.js/issues/1267#issue-187151586","cvss2Severity":"medium","cvss2Score":"5.5","extraData":{}}</REMEDIATE> -->
True
WS-2019-0103 (Medium) detected in handlebars-4.0.5.tgz - ## WS-2019-0103 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: NodeGoat/package.json</p> <p>Path to vulnerable library: NodeGoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/lukebroganws/NodeGoat/commit/10466ceb1764b7cac5eccc6ac6c9c060b13777ac">10466ceb1764b7cac5eccc6ac6c9c060b13777ac</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Handlebars.js before 4.1.0 has Remote Code Execution (RCE) <p>Publish Date: 2019-01-30 <p>URL: <a href=https://github.com/wycats/handlebars.js/issues/1267#issue-187151586>WS-2019-0103</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57">https://github.com/wycats/handlebars.js/commit/edc6220d51139b32c28e51641fadad59a543ae57</a></p> <p>Release Date: 2019-05-30</p> <p>Fix Resolution: 4.1.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.0.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-if:0.2.0;grunt-contrib-nodeunit:1.0.0;nodeunit:0.9.5;tap:7.1.2;nyc:7.1.0;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"4.1.0"}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2019-0103","vulnerabilityDetails":"Handlebars.js before 4.1.0 has Remote Code Execution (RCE)","vulnerabilityUrl":"https://github.com/wycats/handlebars.js/issues/1267#issue-187151586","cvss2Severity":"medium","cvss2Score":"5.5","extraData":{}}</REMEDIATE> -->
non_defect
ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file nodegoat package json path to vulnerable library nodegoat node modules nyc node modules handlebars package json dependency hierarchy grunt if tgz root library grunt contrib nodeunit tgz nodeunit tgz tap tgz nyc tgz istanbul reports alpha tgz x handlebars tgz vulnerable library found in head commit a href found in base branch master vulnerability details handlebars js before has remote code execution rce publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt if grunt contrib nodeunit nodeunit tap nyc istanbul reports alpha handlebars isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier ws vulnerabilitydetails handlebars js before has remote code execution rce vulnerabilityurl
0
435,036
30,482,763,824
IssuesEvent
2023-07-17 21:54:55
medplum/medplum
https://api.github.com/repos/medplum/medplum
closed
Clarify when deduplication pipelines should run
documentation
User Driven: https://medplum.slack.com/archives/C04A55B3VU5/p1689193877561019?thread_ts=1689193877.561019&cid=C04A55B3VU5 In [this doc](https://www.medplum.com/blog/patient-deduplication), clarify that whether pipelines should run at create-time, update-time, or offline
1.0
Clarify when deduplication pipelines should run - User Driven: https://medplum.slack.com/archives/C04A55B3VU5/p1689193877561019?thread_ts=1689193877.561019&cid=C04A55B3VU5 In [this doc](https://www.medplum.com/blog/patient-deduplication), clarify that whether pipelines should run at create-time, update-time, or offline
non_defect
clarify when deduplication pipelines should run user driven in clarify that whether pipelines should run at create time update time or offline
0
138,143
30,823,150,837
IssuesEvent
2023-08-01 17:52:21
kitsudaiki/Hanami-AI
https://api.github.com/repos/kitsudaiki/Hanami-AI
opened
new core data-structure
Code cleanup / QA Documentation new Feature / improvement Test Usability Breaking: Snapshots Breaking: Templates
### Description The actual data-structure changed multiple times over the last years. Some parts are still leftovers from the first PoC's and actual changed were build around this, for example the segments. Especially when in tried to port the core to GPU I ran into multiple problems A new simpler and better structure have to be used to make things faster, better scalable and more compatible for the GPU.
1.0
new core data-structure - ### Description The actual data-structure changed multiple times over the last years. Some parts are still leftovers from the first PoC's and actual changed were build around this, for example the segments. Especially when in tried to port the core to GPU I ran into multiple problems A new simpler and better structure have to be used to make things faster, better scalable and more compatible for the GPU.
non_defect
new core data structure description the actual data structure changed multiple times over the last years some parts are still leftovers from the first poc s and actual changed were build around this for example the segments especially when in tried to port the core to gpu i ran into multiple problems a new simpler and better structure have to be used to make things faster better scalable and more compatible for the gpu
0
255,153
21,903,101,711
IssuesEvent
2022-05-20 15:11:04
JohnFTitor/my_recipe_app
https://api.github.com/repos/JohnFTitor/my_recipe_app
closed
[1pt] Add test cases for Public recipes view
testing
## Add test cases - [x] Add test cases to additional functions in the Model. - [x] Add test cases for the newly added request
1.0
[1pt] Add test cases for Public recipes view - ## Add test cases - [x] Add test cases to additional functions in the Model. - [x] Add test cases for the newly added request
non_defect
add test cases for public recipes view add test cases add test cases to additional functions in the model add test cases for the newly added request
0
74,213
25,010,924,816
IssuesEvent
2022-11-03 15:11:52
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
[vboxwrapper] Build is failed on the older system because of c++11 lambda usage
P: Critical T: Defect C: Apps - VboxWrapper
https://github.com/BOINC/boinc/blob/213028bb9523ee14800ad0866202f28945c3792c/samples/vboxwrapper/vbox_vboxmanage.cpp#L608-L609 This need to be rewritten to get rid of: - lambda - cbegin/cend @computezrmle, please fix that
1.0
[vboxwrapper] Build is failed on the older system because of c++11 lambda usage - https://github.com/BOINC/boinc/blob/213028bb9523ee14800ad0866202f28945c3792c/samples/vboxwrapper/vbox_vboxmanage.cpp#L608-L609 This need to be rewritten to get rid of: - lambda - cbegin/cend @computezrmle, please fix that
defect
build is failed on the older system because of c lambda usage this need to be rewritten to get rid of lambda cbegin cend computezrmle please fix that
1
81,990
31,842,883,896
IssuesEvent
2023-09-14 17:36:57
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
Not catch Event when the User is not assign to an Experiment
Type : Defect Team : Falcon
### Parent Issue https://github.com/dotCMS/core/issues/22222 ### Problem Statement When you have an Experiment with less of 100% of traffic proportions and I user is not assign to the Experiment, then we must not catch any Event and wait until the lookBackWindows expire before try to assign the user again ### Steps to Reproduce - Create a Page - Create an Experiment - Set the traffic proportion to 1% - Add a Variant, set a Goal and start the Experiment. - Log out and close the tab. - Navigate to any page , check that you Experiment is NONE (on the localStorage) - Close the tab and open a new one. - Open the Network tab and refresh the page, you are going to see a hit to '/api/v1/experiments/isUserIncluded' it should wait 30 minutes before hit the isUserIncluded Endpoint again - Go to localhost:4001 and filter the Events by Experiment=NONE, you are going to see that Event for this user was caught ### Acceptance Criteria When you have Running Experiment with a traffic load less than 100% and you were not assign inside any Experiment, then: - Must not catch any Event for this User. - Must wait until the lookBackWindows is expired before try to assign the User again ### dotCMS Version lastes in master ### Proposed Objective Core Features ### Proposed Priority Priority 2 - Important ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
1.0
Not catch Event when the User is not assign to an Experiment - ### Parent Issue https://github.com/dotCMS/core/issues/22222 ### Problem Statement When you have an Experiment with less of 100% of traffic proportions and I user is not assign to the Experiment, then we must not catch any Event and wait until the lookBackWindows expire before try to assign the user again ### Steps to Reproduce - Create a Page - Create an Experiment - Set the traffic proportion to 1% - Add a Variant, set a Goal and start the Experiment. - Log out and close the tab. - Navigate to any page , check that you Experiment is NONE (on the localStorage) - Close the tab and open a new one. - Open the Network tab and refresh the page, you are going to see a hit to '/api/v1/experiments/isUserIncluded' it should wait 30 minutes before hit the isUserIncluded Endpoint again - Go to localhost:4001 and filter the Events by Experiment=NONE, you are going to see that Event for this user was caught ### Acceptance Criteria When you have Running Experiment with a traffic load less than 100% and you were not assign inside any Experiment, then: - Must not catch any Event for this User. - Must wait until the lookBackWindows is expired before try to assign the User again ### dotCMS Version lastes in master ### Proposed Objective Core Features ### Proposed Priority Priority 2 - Important ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
defect
not catch event when the user is not assign to an experiment parent issue problem statement when you have an experiment with less of of traffic proportions and i user is not assign to the experiment then we must not catch any event and wait until the lookbackwindows expire before try to assign the user again steps to reproduce create a page create an experiment set the traffic proportion to add a variant set a goal and start the experiment log out and close the tab navigate to any page check that you experiment is none on the localstorage close the tab and open a new one open the network tab and refresh the page you are going to see a hit to api experiments isuserincluded it should wait minutes before hit the isuserincluded endpoint again go to localhost and filter the events by experiment none you are going to see that event for this user was caught acceptance criteria when you have running experiment with a traffic load less than and you were not assign inside any experiment then must not catch any event for this user must wait until the lookbackwindows is expired before try to assign the user again dotcms version lastes in master proposed objective core features proposed priority priority important external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response quality assurance notes workarounds no response sub tasks estimates no response
1
29,001
7,048,405,627
IssuesEvent
2018-01-02 17:38:05
OpenRIAServices/OpenRiaServices
https://api.github.com/repos/OpenRIAServices/OpenRiaServices
opened
TFS build error: circular dependency
CodePlexMigrated Impact: Unassigned
Hi. I'm using OpenRiaServices 4.3.0.0 DomainServices with EntityFramework in my project. I'm trying to create a new build definition on TFS build server using DefaultTemplate.11.1.xaml. Unfortunatelly the build fails with following error: ...\packages\OpenRiaServices.Server.4.3.0.0\tools\OpenRiaServices.Validation.targets(34,11): error MSB4006: There is a circular dependency in the target dependency graph involving target "BuiltProjectOutputGroupDependencies". This is weird because build runs with no problems on my dev machine in visual studio. I did some google research but with no results. I can provide addicional info if needed. #### This work item was migrated from CodePlex CodePlex work item ID: '58' Vote count: '1'
1.0
TFS build error: circular dependency - Hi. I'm using OpenRiaServices 4.3.0.0 DomainServices with EntityFramework in my project. I'm trying to create a new build definition on TFS build server using DefaultTemplate.11.1.xaml. Unfortunatelly the build fails with following error: ...\packages\OpenRiaServices.Server.4.3.0.0\tools\OpenRiaServices.Validation.targets(34,11): error MSB4006: There is a circular dependency in the target dependency graph involving target "BuiltProjectOutputGroupDependencies". This is weird because build runs with no problems on my dev machine in visual studio. I did some google research but with no results. I can provide addicional info if needed. #### This work item was migrated from CodePlex CodePlex work item ID: '58' Vote count: '1'
non_defect
tfs build error circular dependency hi i m using openriaservices domainservices with entityframework in my project i m trying to create a new build definition on tfs build server using defaulttemplate xaml unfortunatelly the build fails with following error packages openriaservices server tools openriaservices validation targets error there is a circular dependency in the target dependency graph involving target builtprojectoutputgroupdependencies this is weird because build runs with no problems on my dev machine in visual studio i did some google research but with no results i can provide addicional info if needed this work item was migrated from codeplex codeplex work item id vote count
0
51,015
13,188,039,454
IssuesEvent
2020-08-13 05:22:51
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
L1 filter for 2014 and 2015 (Trac #1828)
Migrated from Trac cmake defect
Running offline filter for 2014 and 2015: /cvmfs/icecube.opensciencegrid.org/py2-v1/RHEL_6_x86_64/metaprojects/icerec/IC2014-L2_V14-02-00/lib/icecube/filterscripts/offlineL2/level1_SimulationFiltering.py I receive the following error: `RuntimeError: dlopen() dynamic loading error: /data/user/saxani/environments/buildfwd/lib/libpfauxiliary.so: cannot open shared object file: No such file or directory` <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1828">https://code.icecube.wisc.edu/ticket/1828</a>, reported by saxani and owned by </em></summary> <p> ```json { "status": "closed", "changetime": "2016-08-18T21:39:38", "description": "Running offline filter for 2014 and 2015:\n/cvmfs/icecube.opensciencegrid.org/py2-v1/RHEL_6_x86_64/metaprojects/icerec/IC2014-L2_V14-02-00/lib/icecube/filterscripts/offlineL2/level1_SimulationFiltering.py\n\nI receive the following error:\n`RuntimeError: dlopen() dynamic loading error: /data/user/saxani/environments/buildfwd/lib/libpfauxiliary.so: cannot open shared object file: No such file or directory`\n", "reporter": "saxani", "cc": "", "resolution": "fixed", "_ts": "1471556378950850", "component": "cmake", "summary": "L1 filter for 2014 and 2015", "priority": "normal", "keywords": "", "time": "2016-08-18T21:29:33", "milestone": "", "owner": "", "type": "defect" } ``` </p> </details>
1.0
L1 filter for 2014 and 2015 (Trac #1828) - Running offline filter for 2014 and 2015: /cvmfs/icecube.opensciencegrid.org/py2-v1/RHEL_6_x86_64/metaprojects/icerec/IC2014-L2_V14-02-00/lib/icecube/filterscripts/offlineL2/level1_SimulationFiltering.py I receive the following error: `RuntimeError: dlopen() dynamic loading error: /data/user/saxani/environments/buildfwd/lib/libpfauxiliary.so: cannot open shared object file: No such file or directory` <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1828">https://code.icecube.wisc.edu/ticket/1828</a>, reported by saxani and owned by </em></summary> <p> ```json { "status": "closed", "changetime": "2016-08-18T21:39:38", "description": "Running offline filter for 2014 and 2015:\n/cvmfs/icecube.opensciencegrid.org/py2-v1/RHEL_6_x86_64/metaprojects/icerec/IC2014-L2_V14-02-00/lib/icecube/filterscripts/offlineL2/level1_SimulationFiltering.py\n\nI receive the following error:\n`RuntimeError: dlopen() dynamic loading error: /data/user/saxani/environments/buildfwd/lib/libpfauxiliary.so: cannot open shared object file: No such file or directory`\n", "reporter": "saxani", "cc": "", "resolution": "fixed", "_ts": "1471556378950850", "component": "cmake", "summary": "L1 filter for 2014 and 2015", "priority": "normal", "keywords": "", "time": "2016-08-18T21:29:33", "milestone": "", "owner": "", "type": "defect" } ``` </p> </details>
defect
filter for and trac running offline filter for and cvmfs icecube opensciencegrid org rhel metaprojects icerec lib icecube filterscripts simulationfiltering py i receive the following error runtimeerror dlopen dynamic loading error data user saxani environments buildfwd lib libpfauxiliary so cannot open shared object file no such file or directory migrated from json status closed changetime description running offline filter for and n cvmfs icecube opensciencegrid org rhel metaprojects icerec lib icecube filterscripts simulationfiltering py n ni receive the following error n runtimeerror dlopen dynamic loading error data user saxani environments buildfwd lib libpfauxiliary so cannot open shared object file no such file or directory n reporter saxani cc resolution fixed ts component cmake summary filter for and priority normal keywords time milestone owner type defect
1
500,354
14,496,957,785
IssuesEvent
2020-12-11 13:34:18
GridTools/gt4py
https://api.github.com/repos/GridTools/gt4py
opened
Wrong field bounds in stencil field_info
priority: low triage: bug
There appears to be a bug in the creation of the `field_info` attribute of the stencil object for the `K`-axis. The following code raises in `IndexError` exception inside the debug backend, but should already trigger before any backend code is called in `_validate_args` alla `ValueError: Compute domain too large`. ```python @gtscript.stencil(backend=backend, **backend_opts) def fluxdiv( in_fzh : gtscript.Field[dtype], out_div : gtscript.Field[dtype] ): with computation(PARALLEL), interval(...): out_div = (in_fzh[0,0,1]-in_fzh[0,0,0]) nx, ny, nz = 2, 2, 2 in_fzh = gt.storage.zeros(backend=backend, dtype=dtype, shape=(nx+1, ny+1, nz), default_origin=(0, 0, 0)) out_div = gt.storage.zeros(backend=backend, dtype=dtype, shape=(nx, ny, nz), default_origin=(0, 0, 0)) fluxdiv(in_fzh,out_div,origin={"in_fzh": (1, 1, 1), "out_div": (1, 1, 1)},domain=(nx-1, ny-1, nz-1)) ```
1.0
Wrong field bounds in stencil field_info - There appears to be a bug in the creation of the `field_info` attribute of the stencil object for the `K`-axis. The following code raises in `IndexError` exception inside the debug backend, but should already trigger before any backend code is called in `_validate_args` alla `ValueError: Compute domain too large`. ```python @gtscript.stencil(backend=backend, **backend_opts) def fluxdiv( in_fzh : gtscript.Field[dtype], out_div : gtscript.Field[dtype] ): with computation(PARALLEL), interval(...): out_div = (in_fzh[0,0,1]-in_fzh[0,0,0]) nx, ny, nz = 2, 2, 2 in_fzh = gt.storage.zeros(backend=backend, dtype=dtype, shape=(nx+1, ny+1, nz), default_origin=(0, 0, 0)) out_div = gt.storage.zeros(backend=backend, dtype=dtype, shape=(nx, ny, nz), default_origin=(0, 0, 0)) fluxdiv(in_fzh,out_div,origin={"in_fzh": (1, 1, 1), "out_div": (1, 1, 1)},domain=(nx-1, ny-1, nz-1)) ```
non_defect
wrong field bounds in stencil field info there appears to be a bug in the creation of the field info attribute of the stencil object for the k axis the following code raises in indexerror exception inside the debug backend but should already trigger before any backend code is called in validate args alla valueerror compute domain too large python gtscript stencil backend backend backend opts def fluxdiv in fzh gtscript field out div gtscript field with computation parallel interval out div in fzh in fzh nx ny nz in fzh gt storage zeros backend backend dtype dtype shape nx ny nz default origin out div gt storage zeros backend backend dtype dtype shape nx ny nz default origin fluxdiv in fzh out div origin in fzh out div domain nx ny nz
0
688,455
23,582,811,241
IssuesEvent
2022-08-23 09:04:51
younginnovations/iatipublisher
https://api.github.com/repos/younginnovations/iatipublisher
opened
Bug :Activity Detail>>Publishing issue
type: bug priority: high Backend
Context - Desktop - Chrome 102.0.5005.61 Precondition - https://stage.iatipublisher.yipl.com.np/ - Username: Publisher 3 - Password: test1234 - for created activity - [ ] Issue 1 :After publishing and editing activity data, the user cannot unpublish the activity data. steps - publish activity data - After publishing activity data edit the activity data Actual Result ![Screenshot from 2022-08-23 14-38-14](https://user-images.githubusercontent.com/78422663/186116096-ac169ba2-a932-4a24-a9b5-725eded25757.png) Excepted Result ![Screenshot from 2022-08-23 14-41-16](https://user-images.githubusercontent.com/78422663/186116696-a6ea4af1-0474-4e6d-b2c2-6dce41f311ff.png) - [ ] Issue 2 : Error message is displayed after unpublishing the data. Actual Result ![Screenshot from 2022-08-23 14-48-07](https://user-images.githubusercontent.com/78422663/186118186-8dad4c7d-1823-417b-a3dd-f1e49441d9f3.png) Excepted Result - Error message should not displayed after unpublishing the data
1.0
Bug :Activity Detail>>Publishing issue - Context - Desktop - Chrome 102.0.5005.61 Precondition - https://stage.iatipublisher.yipl.com.np/ - Username: Publisher 3 - Password: test1234 - for created activity - [ ] Issue 1 :After publishing and editing activity data, the user cannot unpublish the activity data. steps - publish activity data - After publishing activity data edit the activity data Actual Result ![Screenshot from 2022-08-23 14-38-14](https://user-images.githubusercontent.com/78422663/186116096-ac169ba2-a932-4a24-a9b5-725eded25757.png) Excepted Result ![Screenshot from 2022-08-23 14-41-16](https://user-images.githubusercontent.com/78422663/186116696-a6ea4af1-0474-4e6d-b2c2-6dce41f311ff.png) - [ ] Issue 2 : Error message is displayed after unpublishing the data. Actual Result ![Screenshot from 2022-08-23 14-48-07](https://user-images.githubusercontent.com/78422663/186118186-8dad4c7d-1823-417b-a3dd-f1e49441d9f3.png) Excepted Result - Error message should not displayed after unpublishing the data
non_defect
bug activity detail publishing issue context desktop chrome precondition username publisher password for created activity issue after publishing and editing activity data the user cannot unpublish the activity data steps publish activity data after publishing activity data edit the activity data actual result excepted result issue error message is displayed after unpublishing the data actual result excepted result error message should not displayed after unpublishing the data
0
162,362
6,151,625,006
IssuesEvent
2017-06-28 03:28:44
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
closed
Heating coil capacity specified in Sizing:System does not flow into Coil:Heating:Water capacity correctly
Priority2 S1 - High
## Issue overview _From user_ using Sizing:System to assign heating and cooling capacities to VAV system 'AHU.WP' in my IDF. The cooling coil size reported in the output table matches my sizing input in 'cooling design capacity input' (139,000 W). The reported heating coil sizing (67,574.1 W) however, does not match my 'heating design capacity input' of 46,000 W. I tried a number of different capacities, but the reported autosize value is generally unaffected. _Reply_ With 46000 in Sizing:System ``` Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Design Coil Load [W], 46000.00000 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Maximum Water Flow Rate [m3/s], 9.99342E-004 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size U-Factor Times Area Value [W/K], 1565.90514 Water Heating Coil Capacity Information,Coil:Heating:Water,AHU.WP HEATING COIL,68126.11 ``` With 40000 in Sizing:System ``` Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Design Coil Load [W], 40000.00000 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Maximum Water Flow Rate [m3/s], 8.68993E-004 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size U-Factor Times Area Value [W/K], 1626.82016 Water Heating Coil Capacity Information,Coil:Heating:Water,AHU.WP HEATING COIL,68126.11 ``` So, the "reported" max water flow rate and UA change, but the reported nominal capacity is _exactly_ the same. With 40000 in the Coil:Heating:Water object Nominal Capacity field, the reported nominal capacity is nearly 40000, and the water flow rate is yet another value. ``` Water Heating Coil Capacity Information,Coil:Heating:Water,AHU.WP HEATING COIL,39985.52 Component Sizing Information, Controller:WaterCoil, AHU.WP HEATING COIL CONTROLLER, Maximum Actuated Flow [m3/s], 8.61164E-004 ``` ### Details Some additional details for this issue (if relevant): - Platform (Win64) - Version of EnergyPlus (v8.6.0-53f5fc33af) - Helpdesk ticket number 11504 - AUS_VIC.Melbourne.948680_RMY.epw ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added (list location of defect file here) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
1.0
Heating coil capacity specified in Sizing:System does not flow into Coil:Heating:Water capacity correctly - ## Issue overview _From user_ using Sizing:System to assign heating and cooling capacities to VAV system 'AHU.WP' in my IDF. The cooling coil size reported in the output table matches my sizing input in 'cooling design capacity input' (139,000 W). The reported heating coil sizing (67,574.1 W) however, does not match my 'heating design capacity input' of 46,000 W. I tried a number of different capacities, but the reported autosize value is generally unaffected. _Reply_ With 46000 in Sizing:System ``` Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Design Coil Load [W], 46000.00000 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Maximum Water Flow Rate [m3/s], 9.99342E-004 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size U-Factor Times Area Value [W/K], 1565.90514 Water Heating Coil Capacity Information,Coil:Heating:Water,AHU.WP HEATING COIL,68126.11 ``` With 40000 in Sizing:System ``` Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Design Coil Load [W], 40000.00000 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size Maximum Water Flow Rate [m3/s], 8.68993E-004 Component Sizing Information, Coil:Heating:Water, AHU.WP HEATING COIL, Design Size U-Factor Times Area Value [W/K], 1626.82016 Water Heating Coil Capacity Information,Coil:Heating:Water,AHU.WP HEATING COIL,68126.11 ``` So, the "reported" max water flow rate and UA change, but the reported nominal capacity is _exactly_ the same. With 40000 in the Coil:Heating:Water object Nominal Capacity field, the reported nominal capacity is nearly 40000, and the water flow rate is yet another value. ``` Water Heating Coil Capacity Information,Coil:Heating:Water,AHU.WP HEATING COIL,39985.52 Component Sizing Information, Controller:WaterCoil, AHU.WP HEATING COIL CONTROLLER, Maximum Actuated Flow [m3/s], 8.61164E-004 ``` ### Details Some additional details for this issue (if relevant): - Platform (Win64) - Version of EnergyPlus (v8.6.0-53f5fc33af) - Helpdesk ticket number 11504 - AUS_VIC.Melbourne.948680_RMY.epw ### Checklist Add to this list or remove from it as applicable. This is a simple templated set of guidelines. - [x] Defect file added (list location of defect file here) - [ ] Ticket added to Pivotal for defect (development team task) - [ ] Pull request created (the pull request will have additional tasks related to reviewing changes that fix this defect)
non_defect
heating coil capacity specified in sizing system does not flow into coil heating water capacity correctly issue overview from user using sizing system to assign heating and cooling capacities to vav system ahu wp in my idf the cooling coil size reported in the output table matches my sizing input in cooling design capacity input w the reported heating coil sizing w however does not match my heating design capacity input of w i tried a number of different capacities but the reported autosize value is generally unaffected reply with in sizing system component sizing information coil heating water ahu wp heating coil design size design coil load component sizing information coil heating water ahu wp heating coil design size maximum water flow rate component sizing information coil heating water ahu wp heating coil design size u factor times area value water heating coil capacity information coil heating water ahu wp heating coil with in sizing system component sizing information coil heating water ahu wp heating coil design size design coil load component sizing information coil heating water ahu wp heating coil design size maximum water flow rate component sizing information coil heating water ahu wp heating coil design size u factor times area value water heating coil capacity information coil heating water ahu wp heating coil so the reported max water flow rate and ua change but the reported nominal capacity is exactly the same with in the coil heating water object nominal capacity field the reported nominal capacity is nearly and the water flow rate is yet another value water heating coil capacity information coil heating water ahu wp heating coil component sizing information controller watercoil ahu wp heating coil controller maximum actuated flow details some additional details for this issue if relevant platform version of energyplus helpdesk ticket number aus vic melbourne rmy epw checklist add to this list or remove from it as applicable this is a simple templated set of guidelines defect file added list location of defect file here ticket added to pivotal for defect development team task pull request created the pull request will have additional tasks related to reviewing changes that fix this defect
0
91,355
11,496,353,792
IssuesEvent
2020-02-12 07:44:52
SVdotCO/pupilfirst
https://api.github.com/repos/SVdotCO/pupilfirst
opened
Revamp School admin overview page
cleanup design
- [ ] Add a welcome text that links to documentation. - [ ] Remove course-specific counts. - [ ] Show total number of active students. - [ ] Show total number of courses, coaches, communities and link those to respective index pages.
1.0
Revamp School admin overview page - - [ ] Add a welcome text that links to documentation. - [ ] Remove course-specific counts. - [ ] Show total number of active students. - [ ] Show total number of courses, coaches, communities and link those to respective index pages.
non_defect
revamp school admin overview page add a welcome text that links to documentation remove course specific counts show total number of active students show total number of courses coaches communities and link those to respective index pages
0
40,617
10,073,436,601
IssuesEvent
2019-07-24 09:36:49
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Leaking deserialization protection on Externalizables
Source: Community Type: Defect
The deserialization filter doesn't properly protect against vulnerable `Externalizable` classes. The filtering has to be extended. The issue was discovered by @Mak-Sym and reported on Hazelcast google group - https://groups.google.com/forum/#!topic/hazelcast/B_RAv7gTVPU.
1.0
Leaking deserialization protection on Externalizables - The deserialization filter doesn't properly protect against vulnerable `Externalizable` classes. The filtering has to be extended. The issue was discovered by @Mak-Sym and reported on Hazelcast google group - https://groups.google.com/forum/#!topic/hazelcast/B_RAv7gTVPU.
defect
leaking deserialization protection on externalizables the deserialization filter doesn t properly protect against vulnerable externalizable classes the filtering has to be extended the issue was discovered by mak sym and reported on hazelcast google group
1
4,146
2,610,088,209
IssuesEvent
2015-02-26 18:26:44
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痤疮有效祛除的方法
auto-migrated Priority-Medium Type-Defect
``` 深圳痤疮有效祛除的方法【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:26
1.0
深圳痤疮有效祛除的方法 - ``` 深圳痤疮有效祛除的方法【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:26
defect
深圳痤疮有效祛除的方法 深圳痤疮有效祛除的方法【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at
1
96,739
10,961,813,062
IssuesEvent
2019-11-27 16:03:15
poldracklab/fmriprep
https://api.github.com/repos/poldracklab/fmriprep
opened
DOC: intersphinx? and consistency with helper packages (SDCFlows, sMRIPREP, etc.)
documentation
Now that sMRIPrep and SDCFlows are building and deploying versioned documentation, we should start unloading fMRIPrep of some contents, and use (probably) intersphinx to direct traffic. @poldracklab/fmriprep-docusprint-leaders anyone has experience with intersphinx or appetite to take on this one?
1.0
DOC: intersphinx? and consistency with helper packages (SDCFlows, sMRIPREP, etc.) - Now that sMRIPrep and SDCFlows are building and deploying versioned documentation, we should start unloading fMRIPrep of some contents, and use (probably) intersphinx to direct traffic. @poldracklab/fmriprep-docusprint-leaders anyone has experience with intersphinx or appetite to take on this one?
non_defect
doc intersphinx and consistency with helper packages sdcflows smriprep etc now that smriprep and sdcflows are building and deploying versioned documentation we should start unloading fmriprep of some contents and use probably intersphinx to direct traffic poldracklab fmriprep docusprint leaders anyone has experience with intersphinx or appetite to take on this one
0
619,297
19,521,364,126
IssuesEvent
2021-12-29 19:09:51
Cotalker/documentation
https://api.github.com/repos/Cotalker/documentation
closed
Bug report: Vista de task se pega al cargar
Bug report Bug high priority Bug rejected
### Affected system Cotalker Web Application ### Affected system (other) _No response_ ### Affected environment Production ### Affected environment (other) _No response_ ### App version 17.5.8 ### Details Al cargar la vista de task, se queda la pestaña de chrome pegada ![bug_task_251121](https://user-images.githubusercontent.com/50208672/143498962-d47c3512-db50-408c-ae5e-fd741edf06cc.png) ** No permite desplegar sección ** ![image](https://user-images.githubusercontent.com/50208672/143500301-60ee68db-15b7-45cc-a350-cbbbd6dc15e4.png) ### Steps to reproduce Abrir vista de task en un flujo de trabajo que tenga múltiple task ### Expected result Que no se pegue la página y se carguen de forma correcta las tasks. ### Additional data - Company: Cotalker - Group : Operaciones (sub flujo optask)
1.0
Bug report: Vista de task se pega al cargar - ### Affected system Cotalker Web Application ### Affected system (other) _No response_ ### Affected environment Production ### Affected environment (other) _No response_ ### App version 17.5.8 ### Details Al cargar la vista de task, se queda la pestaña de chrome pegada ![bug_task_251121](https://user-images.githubusercontent.com/50208672/143498962-d47c3512-db50-408c-ae5e-fd741edf06cc.png) ** No permite desplegar sección ** ![image](https://user-images.githubusercontent.com/50208672/143500301-60ee68db-15b7-45cc-a350-cbbbd6dc15e4.png) ### Steps to reproduce Abrir vista de task en un flujo de trabajo que tenga múltiple task ### Expected result Que no se pegue la página y se carguen de forma correcta las tasks. ### Additional data - Company: Cotalker - Group : Operaciones (sub flujo optask)
non_defect
bug report vista de task se pega al cargar affected system cotalker web application affected system other no response affected environment production affected environment other no response app version details al cargar la vista de task se queda la pestaña de chrome pegada no permite desplegar sección steps to reproduce abrir vista de task en un flujo de trabajo que tenga múltiple task expected result que no se pegue la página y se carguen de forma correcta las tasks additional data company cotalker group operaciones sub flujo optask
0
145,289
5,564,479,499
IssuesEvent
2017-03-26 03:19:32
YaleSTC/vesta
https://api.github.com/repos/YaleSTC/vesta
closed
Update colors on draw show page
2 - in review complexity: 1 priority: 2 type: enhancement
Draw Summary: * Rows with more suites than groups should be green * "Even" rows (those with the same number of suites as groups) should be blue Group Report: * Make the oversubscription highlighting less intense
1.0
Update colors on draw show page - Draw Summary: * Rows with more suites than groups should be green * "Even" rows (those with the same number of suites as groups) should be blue Group Report: * Make the oversubscription highlighting less intense
non_defect
update colors on draw show page draw summary rows with more suites than groups should be green even rows those with the same number of suites as groups should be blue group report make the oversubscription highlighting less intense
0
12,094
2,684,929,520
IssuesEvent
2015-03-29 14:35:15
sandrogauci/tftptheft
https://api.github.com/repos/sandrogauci/tftptheft
closed
Pattern syntax
auto-migrated Priority-Medium Type-Defect
``` I don't get the part with pattern search. For example I want to search for files which with name "net-[random number].bin" How should I have to write pattern? ``` Original issue reported on code.google.com by `maslac...@gmail.com` on 6 Apr 2012 at 6:39
1.0
Pattern syntax - ``` I don't get the part with pattern search. For example I want to search for files which with name "net-[random number].bin" How should I have to write pattern? ``` Original issue reported on code.google.com by `maslac...@gmail.com` on 6 Apr 2012 at 6:39
defect
pattern syntax i don t get the part with pattern search for example i want to search for files which with name net bin how should i have to write pattern original issue reported on code google com by maslac gmail com on apr at
1
651,819
21,511,316,069
IssuesEvent
2022-04-28 05:02:45
wso2/product-is
https://api.github.com/repos/wso2/product-is
closed
Linked social accounts are not displayed in myaccount as expected
Priority/Highest Resolution/Cannot Reproduce Severity/Major bug Affected-5.12.0 QA-Reported
**How to reproduce:** Follow the steps for scenario 1 mentioned in blog https://medium.com/identity-beyond-borders/social-account-linking-with-wso2-identity-server-78b8a566e225 1. Register travelocity as SP 2. Register google as a IDP (idp name =google) 3. Configure basic and google as authenticators under step1 4. Add the adaptive script mentioned in blog under scenario 1 5. Add below config to deploymnet.toml ``` [user.association] enable_for_federated_users = true ``` 6. In local and outbound configs select Assert identity using mapped local subject identifier 7. Add a new user and register shnaikaw@wso2.com as the email from user profile 8. Access travelocity login page 9. Select google as the login option 10. Login from shanikaw@wso2.com user account 11. Access myaccount and checked personel info > Linked socail accounts section Linked account is not displayed https://user-images.githubusercontent.com/31848014/165306151-765025dd-d1ae-4dfc-ac12-ed91b7d614fb.mp4 ![Screenshot from 2022-04-26 18-36-43](https://user-images.githubusercontent.com/31848014/165306853-87e535fe-7141-4770-9972-af9e3443e7ca.png) ![Screenshot from 2022-04-26 18-36-52](https://user-images.githubusercontent.com/31848014/165306873-e0ba739a-24d4-45ab-a171-db2ed4ff5fbf.png) **Env** IS 5.12.0 alpha 21 snapshot pack **Expected behavior:** <!-- A clear and concise description of what you expected to happen. --> **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: [e.g., IS 5.10.0, IS 5.9.0] - OS: [e.g., Windows, Linux, Mac] - Database: [e.g., MySQL, H2] - Userstore: [e.g., LDAP, JDBC] --- ### Optional Fields **Related issues:** <!-- Any related issues from this/other repositories--> **Suggested labels:** <!-- Only to be used by non-members -->
1.0
Linked social accounts are not displayed in myaccount as expected - **How to reproduce:** Follow the steps for scenario 1 mentioned in blog https://medium.com/identity-beyond-borders/social-account-linking-with-wso2-identity-server-78b8a566e225 1. Register travelocity as SP 2. Register google as a IDP (idp name =google) 3. Configure basic and google as authenticators under step1 4. Add the adaptive script mentioned in blog under scenario 1 5. Add below config to deploymnet.toml ``` [user.association] enable_for_federated_users = true ``` 6. In local and outbound configs select Assert identity using mapped local subject identifier 7. Add a new user and register shnaikaw@wso2.com as the email from user profile 8. Access travelocity login page 9. Select google as the login option 10. Login from shanikaw@wso2.com user account 11. Access myaccount and checked personel info > Linked socail accounts section Linked account is not displayed https://user-images.githubusercontent.com/31848014/165306151-765025dd-d1ae-4dfc-ac12-ed91b7d614fb.mp4 ![Screenshot from 2022-04-26 18-36-43](https://user-images.githubusercontent.com/31848014/165306853-87e535fe-7141-4770-9972-af9e3443e7ca.png) ![Screenshot from 2022-04-26 18-36-52](https://user-images.githubusercontent.com/31848014/165306873-e0ba739a-24d4-45ab-a171-db2ed4ff5fbf.png) **Env** IS 5.12.0 alpha 21 snapshot pack **Expected behavior:** <!-- A clear and concise description of what you expected to happen. --> **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - Product Version: [e.g., IS 5.10.0, IS 5.9.0] - OS: [e.g., Windows, Linux, Mac] - Database: [e.g., MySQL, H2] - Userstore: [e.g., LDAP, JDBC] --- ### Optional Fields **Related issues:** <!-- Any related issues from this/other repositories--> **Suggested labels:** <!-- Only to be used by non-members -->
non_defect
linked social accounts are not displayed in myaccount as expected how to reproduce follow the steps for scenario mentioned in blog register travelocity as sp register google as a idp idp name google configure basic and google as authenticators under add the adaptive script mentioned in blog under scenario add below config to deploymnet toml enable for federated users true in local and outbound configs select assert identity using mapped local subject identifier add a new user and register shnaikaw com as the email from user profile access travelocity login page select google as the login option login from shanikaw com user account access myaccount and checked personel info linked socail accounts section linked account is not displayed env is alpha snapshot pack expected behavior environment information please complete the following information remove any unnecessary fields product version os database userstore optional fields related issues suggested labels
0
798,920
28,300,446,490
IssuesEvent
2023-04-10 05:18:57
googleapis/google-cloud-ruby
https://api.github.com/repos/googleapis/google-cloud-ruby
closed
[Nightly CI Failures] Failures detected for google-cloud-binary_authorization-v1beta1
type: bug priority: p1 nightly failure
At 2023-04-09 08:58:24 UTC, detected failures in google-cloud-binary_authorization-v1beta1 for: yard report_key_bab94c9d064c0861a289d3c51982efcc
1.0
[Nightly CI Failures] Failures detected for google-cloud-binary_authorization-v1beta1 - At 2023-04-09 08:58:24 UTC, detected failures in google-cloud-binary_authorization-v1beta1 for: yard report_key_bab94c9d064c0861a289d3c51982efcc
non_defect
failures detected for google cloud binary authorization at utc detected failures in google cloud binary authorization for yard report key
0
79,799
29,172,423,936
IssuesEvent
2023-05-19 03:59:15
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: javascript error: Object.hasOwn is not a function
I-defect I-issue-template
### What happened? I am getting an error when using the driver.**find_elements(by=By.CLASS_NAME, value='account-menu__item--clickable')** method Chorme Driver version: 113.0.5672.63 Python version: 3.10.9 Error message: javascript error: Object.hasOwn is not a function ### How can we reproduce the issue? ```shell try to open any page and run a find_elements on an item by CLASS_NAME or XPATH ``` ### Relevant log output ```shell Message: javascript error: Object.hasOwn is not a function (Session info: chrome=113.0.5672.64) Stacktrace: Backtrace: GetHandleVerifier [0x00858893+48451] (No symbol) [0x007EB8A1] (No symbol) [0x006F5058] (No symbol) [0x006F83F1] (No symbol) [0x006F9631] (No symbol) [0x006F96D0] (No symbol) [0x007200C0] (No symbol) [0x0072069B] (No symbol) [0x0074DDCC] (No symbol) [0x0073A304] (No symbol) [0x0074C482] (No symbol) [0x0073A0B6] (No symbol) [0x00717E08] (No symbol) [0x00718F2D] GetHandleVerifier [0x00AB8E3A+2540266] GetHandleVerifier [0x00AF8959+2801161] GetHandleVerifier [0x00AF295C+2776588] GetHandleVerifier [0x008E2280+612144] (No symbol) [0x007F4F6C] (No symbol) [0x007F11D8] (No symbol) [0x007F12BB] (No symbol) [0x007E4857] BaseThreadInitThunk [0x769E7D49+25] RtlInitializeExceptionChain [0x77D5B74B+107] RtlClearBits [0x77D5B6CF+191] ``` ### Operating System Windows 11 ### Selenium version 113.0.5672.63 ### What are the browser(s) and version(s) where you see this issue? Chrome 113.0.5672.64 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 4.12 (selenium) ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: javascript error: Object.hasOwn is not a function - ### What happened? I am getting an error when using the driver.**find_elements(by=By.CLASS_NAME, value='account-menu__item--clickable')** method Chorme Driver version: 113.0.5672.63 Python version: 3.10.9 Error message: javascript error: Object.hasOwn is not a function ### How can we reproduce the issue? ```shell try to open any page and run a find_elements on an item by CLASS_NAME or XPATH ``` ### Relevant log output ```shell Message: javascript error: Object.hasOwn is not a function (Session info: chrome=113.0.5672.64) Stacktrace: Backtrace: GetHandleVerifier [0x00858893+48451] (No symbol) [0x007EB8A1] (No symbol) [0x006F5058] (No symbol) [0x006F83F1] (No symbol) [0x006F9631] (No symbol) [0x006F96D0] (No symbol) [0x007200C0] (No symbol) [0x0072069B] (No symbol) [0x0074DDCC] (No symbol) [0x0073A304] (No symbol) [0x0074C482] (No symbol) [0x0073A0B6] (No symbol) [0x00717E08] (No symbol) [0x00718F2D] GetHandleVerifier [0x00AB8E3A+2540266] GetHandleVerifier [0x00AF8959+2801161] GetHandleVerifier [0x00AF295C+2776588] GetHandleVerifier [0x008E2280+612144] (No symbol) [0x007F4F6C] (No symbol) [0x007F11D8] (No symbol) [0x007F12BB] (No symbol) [0x007E4857] BaseThreadInitThunk [0x769E7D49+25] RtlInitializeExceptionChain [0x77D5B74B+107] RtlClearBits [0x77D5B6CF+191] ``` ### Operating System Windows 11 ### Selenium version 113.0.5672.63 ### What are the browser(s) and version(s) where you see this issue? Chrome 113.0.5672.64 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 4.12 (selenium) ### Are you using Selenium Grid? _No response_
defect
javascript error object hasown is not a function what happened i am getting an error when using the driver find elements by by class name value account menu item clickable method chorme driver version python version error message javascript error object hasown is not a function how can we reproduce the issue shell try to open any page and run a find elements on an item by class name or xpath relevant log output shell message javascript error object hasown is not a function session info chrome stacktrace backtrace gethandleverifier no symbol no symbol no symbol no symbol no symbol no symbol no symbol no symbol no symbol no symbol no symbol no symbol no symbol gethandleverifier gethandleverifier gethandleverifier gethandleverifier no symbol no symbol no symbol no symbol basethreadinitthunk rtlinitializeexceptionchain rtlclearbits operating system windows selenium version what are the browser s and version s where you see this issue chrome what are the browser driver s and version s where you see this issue chromedriver selenium are you using selenium grid no response
1
293,039
8,972,042,623
IssuesEvent
2019-01-29 17:15:54
mozilla/addons-code-manager
https://api.github.com/repos/mozilla/addons-code-manager
closed
Write common API layer
priority: p3
The common API layer should be the base of all API calls, i.e. the so-called `callApi` in addons-frontend. We can probably reuse its interface/design/code (fixing a few annoying things along the way). This layer will talk to the Django HTTP API and we'll have to setup authentication for that too (with base62 tokens IIRC).
1.0
Write common API layer - The common API layer should be the base of all API calls, i.e. the so-called `callApi` in addons-frontend. We can probably reuse its interface/design/code (fixing a few annoying things along the way). This layer will talk to the Django HTTP API and we'll have to setup authentication for that too (with base62 tokens IIRC).
non_defect
write common api layer the common api layer should be the base of all api calls i e the so called callapi in addons frontend we can probably reuse its interface design code fixing a few annoying things along the way this layer will talk to the django http api and we ll have to setup authentication for that too with tokens iirc
0
35,484
7,753,241,640
IssuesEvent
2018-05-30 23:30:23
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
undefined reference to `__atomic_load_16'
category: CMake type: defect
## Expected Behavior I expected to build HPX. ## Actual Behavior libhpx failed to build and I got a bunch of "undefined reference to `__atomic_load_16'" errors. ## Steps to Reproduce the Problem These are the build options I used: cmake -DCMAKE_BUILD_TYPE=release \ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ -DHPX_WITH_PARCELPORT_MPI=ON \ -DHPX_WITH_PARCELPORT_MPI_MULTITHREADED=ON \ -DHPX_WITH_DATAPAR_VC=ON \ -DHPX_WITH_DATAPAR_VC_NO_LIBRARY=ON \ -DVc_ROOT="$HOME/local/vc" \ -DCMAKE_INSTALL_PREFIX=. \ -DHPX_WITH_TESTS=OFF \ -DHPX_WITH_EXAMPLES=OFF \ -DHPX_WITH_MALLOC=tcmalloc \ -DCMAKE_INSTALL_PREFIX="$HOME/local/hpx" \ -DCMAKE_CXX_COMPILER="mpic++" \ -DCMAKE_C_COMPILER="mpicc" \ ../hpx I also tried adding -DCMAKE_CXX_FLAGS="-march=native -latomic" \ -DCMAKE_C_FLAGS="-march=native -latomic \ ## Specifications ... Please describe your environment - HPX Version: be53f75d1d903ef5b0fb3a0bb7bbc05dd78b946c - Platform (compiler, OS): Ubuntu 18, g++ 7.3, Boost 1.65.1
1.0
undefined reference to `__atomic_load_16' - ## Expected Behavior I expected to build HPX. ## Actual Behavior libhpx failed to build and I got a bunch of "undefined reference to `__atomic_load_16'" errors. ## Steps to Reproduce the Problem These are the build options I used: cmake -DCMAKE_BUILD_TYPE=release \ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ -DHPX_WITH_PARCELPORT_MPI=ON \ -DHPX_WITH_PARCELPORT_MPI_MULTITHREADED=ON \ -DHPX_WITH_DATAPAR_VC=ON \ -DHPX_WITH_DATAPAR_VC_NO_LIBRARY=ON \ -DVc_ROOT="$HOME/local/vc" \ -DCMAKE_INSTALL_PREFIX=. \ -DHPX_WITH_TESTS=OFF \ -DHPX_WITH_EXAMPLES=OFF \ -DHPX_WITH_MALLOC=tcmalloc \ -DCMAKE_INSTALL_PREFIX="$HOME/local/hpx" \ -DCMAKE_CXX_COMPILER="mpic++" \ -DCMAKE_C_COMPILER="mpicc" \ ../hpx I also tried adding -DCMAKE_CXX_FLAGS="-march=native -latomic" \ -DCMAKE_C_FLAGS="-march=native -latomic \ ## Specifications ... Please describe your environment - HPX Version: be53f75d1d903ef5b0fb3a0bb7bbc05dd78b946c - Platform (compiler, OS): Ubuntu 18, g++ 7.3, Boost 1.65.1
defect
undefined reference to atomic load expected behavior i expected to build hpx actual behavior libhpx failed to build and i got a bunch of undefined reference to atomic load errors steps to reproduce the problem these are the build options i used cmake dcmake build type release dcmake export compile commands on dhpx with parcelport mpi on dhpx with parcelport mpi multithreaded on dhpx with datapar vc on dhpx with datapar vc no library on dvc root home local vc dcmake install prefix dhpx with tests off dhpx with examples off dhpx with malloc tcmalloc dcmake install prefix home local hpx dcmake cxx compiler mpic dcmake c compiler mpicc hpx i also tried adding dcmake cxx flags march native latomic dcmake c flags march native latomic specifications please describe your environment hpx version platform compiler os ubuntu g boost
1
13,042
2,732,890,252
IssuesEvent
2015-04-17 10:01:15
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Missing scrollbar in complex property editor
auto-migrated Component-Editor Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Create shape with a complex property 2. Open complex property editor 3. Add at least 12 items. What is the expected output? A scrollbar appears to navigate between items. Add and Delete button are always visible. What do you see instead? No scrollbar, Add and Delete button not longer visible. Workaround: Navigate down with Tab and up with Shift+Tab or resize Complex Property Editor. ``` Original issue reported on code.google.com by `ole.ecke...@gmail.com` on 15 Jun 2009 at 3:44
1.0
Missing scrollbar in complex property editor - ``` What steps will reproduce the problem? 1. Create shape with a complex property 2. Open complex property editor 3. Add at least 12 items. What is the expected output? A scrollbar appears to navigate between items. Add and Delete button are always visible. What do you see instead? No scrollbar, Add and Delete button not longer visible. Workaround: Navigate down with Tab and up with Shift+Tab or resize Complex Property Editor. ``` Original issue reported on code.google.com by `ole.ecke...@gmail.com` on 15 Jun 2009 at 3:44
defect
missing scrollbar in complex property editor what steps will reproduce the problem create shape with a complex property open complex property editor add at least items what is the expected output a scrollbar appears to navigate between items add and delete button are always visible what do you see instead no scrollbar add and delete button not longer visible workaround navigate down with tab and up with shift tab or resize complex property editor original issue reported on code google com by ole ecke gmail com on jun at
1
47,879
13,066,322,506
IssuesEvent
2020-07-30 21:27:09
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[py2-v2] healpix-cxx not correctly linked against cfitsio (Trac #1344)
Migrated from Trac cvmfs defect
Link error: ```text /cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::read_column_raw_void(int, void*, PDT, long, long) const' /cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::efficientChunkSize(int) const' collect2: ld returned 1 exit status make[3]: *** [bin/NoiseEngine-test] Error 1 make[2]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/all] Error 2 make[1]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/rule] Error 2 make: *** [NoiseEngine-test] Error 2 ``` Migrated from https://code.icecube.wisc.edu/ticket/1344 ```json { "status": "closed", "changetime": "2015-09-22T22:46:49", "description": "Link error:\n{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::read_column_raw_void(int, void*, PDT, long, long) const'\n/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::efficientChunkSize(int) const'\ncollect2: ld returned 1 exit status\nmake[3]: *** [bin/NoiseEngine-test] Error 1\nmake[2]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/all] Error 2\nmake[1]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/rule] Error 2\nmake: *** [NoiseEngine-test] Error 2\n}}}", "reporter": "kkrings", "cc": "", "resolution": "fixed", "_ts": "1442962009995392", "component": "cvmfs", "summary": "[py2-v2] healpix-cxx not correctly linked against cfitsio", "priority": "blocker", "keywords": "", "time": "2015-09-14T19:58:05", "milestone": "", "owner": "david.schultz", "type": "defect" } ```
1.0
[py2-v2] healpix-cxx not correctly linked against cfitsio (Trac #1344) - Link error: ```text /cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::read_column_raw_void(int, void*, PDT, long, long) const' /cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::efficientChunkSize(int) const' collect2: ld returned 1 exit status make[3]: *** [bin/NoiseEngine-test] Error 1 make[2]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/all] Error 2 make[1]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/rule] Error 2 make: *** [NoiseEngine-test] Error 2 ``` Migrated from https://code.icecube.wisc.edu/ticket/1344 ```json { "status": "closed", "changetime": "2015-09-22T22:46:49", "description": "Link error:\n{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::read_column_raw_void(int, void*, PDT, long, long) const'\n/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib64/libhealpix_cxx.so: undefined reference to `fitshandle::efficientChunkSize(int) const'\ncollect2: ld returned 1 exit status\nmake[3]: *** [bin/NoiseEngine-test] Error 1\nmake[2]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/all] Error 2\nmake[1]: *** [NoiseEngine/CMakeFiles/NoiseEngine-test.dir/rule] Error 2\nmake: *** [NoiseEngine-test] Error 2\n}}}", "reporter": "kkrings", "cc": "", "resolution": "fixed", "_ts": "1442962009995392", "component": "cvmfs", "summary": "[py2-v2] healpix-cxx not correctly linked against cfitsio", "priority": "blocker", "keywords": "", "time": "2015-09-14T19:58:05", "milestone": "", "owner": "david.schultz", "type": "defect" } ```
defect
healpix cxx not correctly linked against cfitsio trac link error text cvmfs icecube opensciencegrid org rhel libhealpix cxx so undefined reference to fitshandle read column raw void int void pdt long long const cvmfs icecube opensciencegrid org rhel libhealpix cxx so undefined reference to fitshandle efficientchunksize int const ld returned exit status make error make error make error make error migrated from json status closed changetime description link error n n cvmfs icecube opensciencegrid org rhel libhealpix cxx so undefined reference to fitshandle read column raw void int void pdt long long const n cvmfs icecube opensciencegrid org rhel libhealpix cxx so undefined reference to fitshandle efficientchunksize int const ld returned exit status nmake error nmake error nmake error nmake error n reporter kkrings cc resolution fixed ts component cvmfs summary healpix cxx not correctly linked against cfitsio priority blocker keywords time milestone owner david schultz type defect
1
383,922
26,569,272,580
IssuesEvent
2023-01-21 00:41:01
sixP-NaraKa/aoe2net-api-wrapper
https://api.github.com/repos/sixP-NaraKa/aoe2net-api-wrapper
closed
Adapt/Use new aoe2.net API functionality
documentation change request
The [aoe2.net](https://aoe2.net/) site has been up for some time now again. Many changes to the required usage of their API have been made. See their API documentation below. https://aoe2.net/#api https://aoe2.net/#nightbot This issue is to log and implement the needed changes. With this said, I might decide to additionally do some "mapping" of the returned responses into more user-friendly Python objects, so accessing the results is not as cumbersome as `response['...']` or `response.get('...')` everytime. So something like this: ````python # Request: https://aoe2.net/api/leaderboard?game=aoe2de&leaderboard_id=3&start=1&count=10 leaderboard: Leaderboard = api.get_leaderboard(game="aoe2de", leaderboard_id=3, start=1, count=10) print(leaderboard) >> "Leaderboard<total = 43055, leaderboard_id = 3, start = 1, count = 10, players = [...]>" for player in leaderboard.players # list of players that were found name = player.name rank = player.rank .... = player.XXX # etc. ````
1.0
Adapt/Use new aoe2.net API functionality - The [aoe2.net](https://aoe2.net/) site has been up for some time now again. Many changes to the required usage of their API have been made. See their API documentation below. https://aoe2.net/#api https://aoe2.net/#nightbot This issue is to log and implement the needed changes. With this said, I might decide to additionally do some "mapping" of the returned responses into more user-friendly Python objects, so accessing the results is not as cumbersome as `response['...']` or `response.get('...')` everytime. So something like this: ````python # Request: https://aoe2.net/api/leaderboard?game=aoe2de&leaderboard_id=3&start=1&count=10 leaderboard: Leaderboard = api.get_leaderboard(game="aoe2de", leaderboard_id=3, start=1, count=10) print(leaderboard) >> "Leaderboard<total = 43055, leaderboard_id = 3, start = 1, count = 10, players = [...]>" for player in leaderboard.players # list of players that were found name = player.name rank = player.rank .... = player.XXX # etc. ````
non_defect
adapt use new net api functionality the site has been up for some time now again many changes to the required usage of their api have been made see their api documentation below this issue is to log and implement the needed changes with this said i might decide to additionally do some mapping of the returned responses into more user friendly python objects so accessing the results is not as cumbersome as response or response get everytime so something like this python request leaderboard leaderboard api get leaderboard game leaderboard id start count print leaderboard leaderboard for player in leaderboard players list of players that were found name player name rank player rank player xxx etc
0
3,039
2,792,952,226
IssuesEvent
2015-05-11 07:29:37
HGustavs/LenaSYS
https://api.github.com/repos/HGustavs/LenaSYS
closed
CodeViewer: Did not work from master, cause was unknown, error handling and debug needed
CodeViewer highPriority
CodeViewer code works on the weekly link; http://webblabb.iki.his.se:8080/codesys/cv18/CodeViewer/EditorV50.php?exampleid=1&courseid=1&cvers=2013 however not from the master http://webblabb.iki.his.se:8080/master/CodeViewer/EditorV50.php?exampleid=1&courseid=1&cvers=2013 Seems to be a database fault/mishap/unconsistency, could quite possibly be more underlying issues but unsure as debug and error handling is very sketchy indeed
1.0
CodeViewer: Did not work from master, cause was unknown, error handling and debug needed - CodeViewer code works on the weekly link; http://webblabb.iki.his.se:8080/codesys/cv18/CodeViewer/EditorV50.php?exampleid=1&courseid=1&cvers=2013 however not from the master http://webblabb.iki.his.se:8080/master/CodeViewer/EditorV50.php?exampleid=1&courseid=1&cvers=2013 Seems to be a database fault/mishap/unconsistency, could quite possibly be more underlying issues but unsure as debug and error handling is very sketchy indeed
non_defect
codeviewer did not work from master cause was unknown error handling and debug needed codeviewer code works on the weekly link however not from the master seems to be a database fault mishap unconsistency could quite possibly be more underlying issues but unsure as debug and error handling is very sketchy indeed
0
25,756
4,440,127,497
IssuesEvent
2016-08-19 01:23:00
FoldingAtHome/fah-client-pub
https://api.github.com/repos/FoldingAtHome/fah-client-pub
closed
Some cores reset their priority
defect
Trac | Data ---: | :--- Ticket | 1039 Reported by | @bb30994 Status | accepted Component | FAHClient Priority | 5 There have been several tickets associated with core-priority settings closed as WILL NOT FIX. That's probably because it's not a problem with the Client but rather with the CoreWrapper. Please move this ticket to wherever problems with the CoreWrapper should be reported. In earlier versions of the client, the FahCores were started with the assigned priority of "idle/low" but when the Wrapper was introduced, only the Wrapper, itself is started at the assigned priority, not the core. This setting needs to be processed in a way that it sets the priority of the FahCore task, itself. In this case, I have 2 CPUs and am artificially running three copies of FahCore_78 and each is getting ~33%. The TPFs from each of these cores is essentially equal even though they have different settings for core-priority. I have no reason to suspect that there are any differences that depend on which particular FahCore is linked. I've observed the same problem with Linux and that was with a newer FahCore.
1.0
Some cores reset their priority - Trac | Data ---: | :--- Ticket | 1039 Reported by | @bb30994 Status | accepted Component | FAHClient Priority | 5 There have been several tickets associated with core-priority settings closed as WILL NOT FIX. That's probably because it's not a problem with the Client but rather with the CoreWrapper. Please move this ticket to wherever problems with the CoreWrapper should be reported. In earlier versions of the client, the FahCores were started with the assigned priority of "idle/low" but when the Wrapper was introduced, only the Wrapper, itself is started at the assigned priority, not the core. This setting needs to be processed in a way that it sets the priority of the FahCore task, itself. In this case, I have 2 CPUs and am artificially running three copies of FahCore_78 and each is getting ~33%. The TPFs from each of these cores is essentially equal even though they have different settings for core-priority. I have no reason to suspect that there are any differences that depend on which particular FahCore is linked. I've observed the same problem with Linux and that was with a newer FahCore.
defect
some cores reset their priority trac data ticket reported by status accepted component fahclient priority there have been several tickets associated with core priority settings closed as will not fix that s probably because it s not a problem with the client but rather with the corewrapper please move this ticket to wherever problems with the corewrapper should be reported in earlier versions of the client the fahcores were started with the assigned priority of idle low but when the wrapper was introduced only the wrapper itself is started at the assigned priority not the core this setting needs to be processed in a way that it sets the priority of the fahcore task itself in this case i have cpus and am artificially running three copies of fahcore and each is getting the tpfs from each of these cores is essentially equal even though they have different settings for core priority i have no reason to suspect that there are any differences that depend on which particular fahcore is linked i ve observed the same problem with linux and that was with a newer fahcore
1
16,177
2,875,479,779
IssuesEvent
2015-06-09 08:27:47
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
closed
Wire Primitive + Animation + Fog = draw issue
auto-migrated Priority-Medium Type-Defect
#1 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:50:57Z ``` Rendering of a spinning wireframe torus primitive has drawing issues. It renders fine as a regular mesh torus. I used the following code (I didn't write all the code used, just the important lines): var fogMaterial:ColorMaterial = new ColorMaterial(0x000000); var torusMat:WireframeMaterial= new WireframeMaterial(0xff0000); var fog:FogFilter = new FogFilter({minZ:900,maxZ:1200,subdivisions:15,material:fogMaterial}); var basicrenderer:IRenderer = new BasicRenderer(fog); var torus1:Object3D = new WireTorus({material:torusMat, radius:150,tube:20,segmentsR:40,segmentsT:5,yUp:false}); ... view.camera.position = new Number3D(0, 200, 1000); ... addEventListener(Event.ENTER_FRAME, onEnterFrame); ... function onEnterFrame(event:Event):void { torus1.rotationY = getTimer() / 6; } I'm using your 2.0 code release on XP. Originally I thought b/c I had created torusMat as a ColorMaterial that was the issue, but using WireframeMaterial didn't fix it. Great API! I appreciate the effort you guys put into this. ``` Original issue reported on code.google.com by `dr.za...@gmail.com` on 18 Apr 2008 at 2:49
1.0
Wire Primitive + Animation + Fog = draw issue - #1 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:50:57Z ``` Rendering of a spinning wireframe torus primitive has drawing issues. It renders fine as a regular mesh torus. I used the following code (I didn't write all the code used, just the important lines): var fogMaterial:ColorMaterial = new ColorMaterial(0x000000); var torusMat:WireframeMaterial= new WireframeMaterial(0xff0000); var fog:FogFilter = new FogFilter({minZ:900,maxZ:1200,subdivisions:15,material:fogMaterial}); var basicrenderer:IRenderer = new BasicRenderer(fog); var torus1:Object3D = new WireTorus({material:torusMat, radius:150,tube:20,segmentsR:40,segmentsT:5,yUp:false}); ... view.camera.position = new Number3D(0, 200, 1000); ... addEventListener(Event.ENTER_FRAME, onEnterFrame); ... function onEnterFrame(event:Event):void { torus1.rotationY = getTimer() / 6; } I'm using your 2.0 code release on XP. Originally I thought b/c I had created torusMat as a ColorMaterial that was the issue, but using WireframeMaterial didn't fix it. Great API! I appreciate the effort you guys put into this. ``` Original issue reported on code.google.com by `dr.za...@gmail.com` on 18 Apr 2008 at 2:49
defect
wire primitive animation fog draw issue issue by googlecodeexporter created on rendering of a spinning wireframe torus primitive has drawing issues it renders fine as a regular mesh torus i used the following code i didn t write all the code used just the important lines var fogmaterial colormaterial new colormaterial var torusmat wireframematerial new wireframematerial var fog fogfilter new fogfilter minz maxz subdivisions material fogmaterial var basicrenderer irenderer new basicrenderer fog var new wiretorus material torusmat radius tube segmentsr segmentst yup false view camera position new addeventlistener event enter frame onenterframe function onenterframe event event void rotationy gettimer i m using your code release on xp originally i thought b c i had created torusmat as a colormaterial that was the issue but using wireframematerial didn t fix it great api i appreciate the effort you guys put into this original issue reported on code google com by dr za gmail com on apr at
1
6,063
2,610,220,242
IssuesEvent
2015-02-26 19:09:59
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
грузинский шрифт
auto-migrated Priority-Medium Type-Defect
``` '''Булат Кабанов''' День добрый никак не могу найти .грузинский шрифт. как то выкладывали уже '''Вениамин Лобанов''' Качай тут http://bit.ly/1cvhTLZ '''Винцент Анисимов''' Просит ввести номер мобилы!Не опасно ли это? '''Геннадий Кузнецов''' Не это не влияет на баланс '''Альвиан Бобров''' Не это не влияет на баланс Информация о файле: грузинский шрифт Загружен: В этом месяце Скачан раз: 147 Рейтинг: 723 Средняя скорость скачивания: 1085 Похожих файлов: 11 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 7:06
1.0
грузинский шрифт - ``` '''Булат Кабанов''' День добрый никак не могу найти .грузинский шрифт. как то выкладывали уже '''Вениамин Лобанов''' Качай тут http://bit.ly/1cvhTLZ '''Винцент Анисимов''' Просит ввести номер мобилы!Не опасно ли это? '''Геннадий Кузнецов''' Не это не влияет на баланс '''Альвиан Бобров''' Не это не влияет на баланс Информация о файле: грузинский шрифт Загружен: В этом месяце Скачан раз: 147 Рейтинг: 723 Средняя скорость скачивания: 1085 Похожих файлов: 11 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 7:06
defect
грузинский шрифт булат кабанов день добрый никак не могу найти грузинский шрифт как то выкладывали уже вениамин лобанов качай тут винцент анисимов просит ввести номер мобилы не опасно ли это геннадий кузнецов не это не влияет на баланс альвиан бобров не это не влияет на баланс информация о файле грузинский шрифт загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
66,212
20,052,918,601
IssuesEvent
2022-02-03 08:59:34
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
UI is feeling sluggish
T-Defect
### Steps to reproduce 1. Opening a collapsed tag in the room list ### Outcome #### What did you expect? For this to feel seemless #### What happened instead? Some folks, especially on Web (Electron seems to be less severely affected) experience very low refresh rate ### Operating system all ### Browser information Chrome ### URL for webapp develop.element.io ### Application version Element Nightly version: 2022020201 ### Homeserver _No response_ ### Will you send logs? No
1.0
UI is feeling sluggish - ### Steps to reproduce 1. Opening a collapsed tag in the room list ### Outcome #### What did you expect? For this to feel seemless #### What happened instead? Some folks, especially on Web (Electron seems to be less severely affected) experience very low refresh rate ### Operating system all ### Browser information Chrome ### URL for webapp develop.element.io ### Application version Element Nightly version: 2022020201 ### Homeserver _No response_ ### Will you send logs? No
defect
ui is feeling sluggish steps to reproduce opening a collapsed tag in the room list outcome what did you expect for this to feel seemless what happened instead some folks especially on web electron seems to be less severely affected experience very low refresh rate operating system all browser information chrome url for webapp develop element io application version element nightly version homeserver no response will you send logs no
1
43,433
11,715,691,816
IssuesEvent
2020-03-09 14:32:03
google/flogger
https://api.github.com/repos/google/flogger
closed
Cannot build `//...` with Bazel 2.0.0
type=defect
At 91d4388116a7fb3153255555b079c02c2bb75021, build broken on Bazel CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1360#17821a85-d69e-474e-93e2-1cf801690c02 ``` (02:07:00) ERROR: An error occurred during the fetch of repository 'org_codehaus_plexus_plexus_utils': --   | java.io.IOException: Error downloading [http://bazel-mirror.storage.googleapis.com/repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar, http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar, http://maven.ibiblio.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar] to /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/c980ec2610943f967b265b81c39c07dd/external/org_codehaus_plexus_plexus_utils/plexus-utils-3.0.20.jar: Unknown host: maven.ibiblio.org ``` Can be fixed by updating the `@google_bazel_common` reference to https://github.com/google/bazel-common/commit/76d25d1921c2534c7654aebb2e7cf687cfb469aa. I'll send a PR shortly.
1.0
Cannot build `//...` with Bazel 2.0.0 - At 91d4388116a7fb3153255555b079c02c2bb75021, build broken on Bazel CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1360#17821a85-d69e-474e-93e2-1cf801690c02 ``` (02:07:00) ERROR: An error occurred during the fetch of repository 'org_codehaus_plexus_plexus_utils': --   | java.io.IOException: Error downloading [http://bazel-mirror.storage.googleapis.com/repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar, http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar, http://maven.ibiblio.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar] to /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/c980ec2610943f967b265b81c39c07dd/external/org_codehaus_plexus_plexus_utils/plexus-utils-3.0.20.jar: Unknown host: maven.ibiblio.org ``` Can be fixed by updating the `@google_bazel_common` reference to https://github.com/google/bazel-common/commit/76d25d1921c2534c7654aebb2e7cf687cfb469aa. I'll send a PR shortly.
defect
cannot build with bazel at build broken on bazel ci error an error occurred during the fetch of repository org codehaus plexus plexus utils   java io ioexception error downloading to var lib buildkite agent cache bazel bazel buildkite agent external org codehaus plexus plexus utils plexus utils jar unknown host maven ibiblio org can be fixed by updating the google bazel common reference to i ll send a pr shortly
1
326
2,522,904,237
IssuesEvent
2015-01-20 03:42:12
CrazyPants/EnderIO
https://api.github.com/repos/CrazyPants/EnderIO
closed
Killer Joe's and Vacuum Chests are working through solid blocks.
Code Complete enhancement
Pretty self explanatory, I'm not sure if this is intended behaviour or not. It's quite annoying as I have items being pulled across rooms and getting stuck on doors or the middle of floors. My Killer Joe's are also damaging me through the floors and walls - this in particular seems unintended as the ability to grief other people using this is high.
1.0
Killer Joe's and Vacuum Chests are working through solid blocks. - Pretty self explanatory, I'm not sure if this is intended behaviour or not. It's quite annoying as I have items being pulled across rooms and getting stuck on doors or the middle of floors. My Killer Joe's are also damaging me through the floors and walls - this in particular seems unintended as the ability to grief other people using this is high.
non_defect
killer joe s and vacuum chests are working through solid blocks pretty self explanatory i m not sure if this is intended behaviour or not it s quite annoying as i have items being pulled across rooms and getting stuck on doors or the middle of floors my killer joe s are also damaging me through the floors and walls this in particular seems unintended as the ability to grief other people using this is high
0
643
2,577,794,201
IssuesEvent
2015-02-12 19:10:30
chrsmith/quake2-gwt-port
https://api.github.com/repos/chrsmith/quake2-gwt-port
opened
[Feature Request] Mouse Lock API support
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Play some Quake 2 GWT 2. Use mouse to aim 3. Move mouse outside window What is the expected output? What do you see instead? Currently if you move the mouse outside the browser window, quake 2 can no longer use it for aiming. It would be nice to be able to lock the mouse so we can have that full FPS feel. What version of the product are you using? On what operating system? I'm running Chrome on Windows 7 x64 (currently API support is only in Canary and nightly builds and can be turned on at about:flags, next Dev build should have support as well). From what I've read it sounds like Firefox is also getting support. Please provide any additional information below. https://developer.mozilla.org/en/API/Mouse_Lock_API appears to be a reference for the API. ``` ----- Original issue reported on code.google.com by megazzt on 29 Nov 2011 at 3:29
1.0
[Feature Request] Mouse Lock API support - ``` What steps will reproduce the problem? 1. Play some Quake 2 GWT 2. Use mouse to aim 3. Move mouse outside window What is the expected output? What do you see instead? Currently if you move the mouse outside the browser window, quake 2 can no longer use it for aiming. It would be nice to be able to lock the mouse so we can have that full FPS feel. What version of the product are you using? On what operating system? I'm running Chrome on Windows 7 x64 (currently API support is only in Canary and nightly builds and can be turned on at about:flags, next Dev build should have support as well). From what I've read it sounds like Firefox is also getting support. Please provide any additional information below. https://developer.mozilla.org/en/API/Mouse_Lock_API appears to be a reference for the API. ``` ----- Original issue reported on code.google.com by megazzt on 29 Nov 2011 at 3:29
defect
mouse lock api support what steps will reproduce the problem play some quake gwt use mouse to aim move mouse outside window what is the expected output what do you see instead currently if you move the mouse outside the browser window quake can no longer use it for aiming it would be nice to be able to lock the mouse so we can have that full fps feel what version of the product are you using on what operating system i m running chrome on windows currently api support is only in canary and nightly builds and can be turned on at about flags next dev build should have support as well from what i ve read it sounds like firefox is also getting support please provide any additional information below appears to be a reference for the api original issue reported on code google com by megazzt on nov at
1
512,416
14,896,209,605
IssuesEvent
2021-01-21 10:06:23
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Youtube videos aren't loading on the AMP when it is being added via the Thrive theme builder.
[Priority: HIGH] bug
Youtube videos aren't loading on the AMP when it is being added via the Thrive theme builder. The iframe isn't being generated on the AMP pages/posts. Ref: https://secure.helpscout.net/conversation/1365270592/170145?folderId=3514643
1.0
Youtube videos aren't loading on the AMP when it is being added via the Thrive theme builder. - Youtube videos aren't loading on the AMP when it is being added via the Thrive theme builder. The iframe isn't being generated on the AMP pages/posts. Ref: https://secure.helpscout.net/conversation/1365270592/170145?folderId=3514643
non_defect
youtube videos aren t loading on the amp when it is being added via the thrive theme builder youtube videos aren t loading on the amp when it is being added via the thrive theme builder the iframe isn t being generated on the amp pages posts ref
0
510,041
14,768,034,150
IssuesEvent
2021-01-10 10:05:05
grafana/grafana
https://api.github.com/repos/grafana/grafana
reopened
Stat & BarGauge & Gauge: Color mode option none
area/panel/stat beginner friendly effort/small help wanted priority/important-soon type/bug
**What would you like to be added**: I'm currently trying out the new Stat panel in Grafana v6.7.1 and have created the following dashboard. ![Screen Shot 2020-03-31 at 9 24 31 pm](https://user-images.githubusercontent.com/22674140/78017400-f5d73880-7397-11ea-92b6-2b595924b60d.png) However when I switch to the light theme, the numbers in the new Stat panel disappear. ![Screen Shot 2020-03-31 at 9 24 41 pm](https://user-images.githubusercontent.com/22674140/78017514-1d2e0580-7398-11ea-80af-34ead46ffa3b.png) This is because the base color is set to white. The inverse is also true when you set the base color to black and switch to the dark theme. Can we add an **Auto** color that can automatically switch between black and white depending on the theme that is selected? **Why is this needed**: This is only required to make the panel more usable in light and dark themes when the base color is black or white.
1.0
Stat & BarGauge & Gauge: Color mode option none - **What would you like to be added**: I'm currently trying out the new Stat panel in Grafana v6.7.1 and have created the following dashboard. ![Screen Shot 2020-03-31 at 9 24 31 pm](https://user-images.githubusercontent.com/22674140/78017400-f5d73880-7397-11ea-92b6-2b595924b60d.png) However when I switch to the light theme, the numbers in the new Stat panel disappear. ![Screen Shot 2020-03-31 at 9 24 41 pm](https://user-images.githubusercontent.com/22674140/78017514-1d2e0580-7398-11ea-80af-34ead46ffa3b.png) This is because the base color is set to white. The inverse is also true when you set the base color to black and switch to the dark theme. Can we add an **Auto** color that can automatically switch between black and white depending on the theme that is selected? **Why is this needed**: This is only required to make the panel more usable in light and dark themes when the base color is black or white.
non_defect
stat bargauge gauge color mode option none what would you like to be added i m currently trying out the new stat panel in grafana and have created the following dashboard however when i switch to the light theme the numbers in the new stat panel disappear this is because the base color is set to white the inverse is also true when you set the base color to black and switch to the dark theme can we add an auto color that can automatically switch between black and white depending on the theme that is selected why is this needed this is only required to make the panel more usable in light and dark themes when the base color is black or white
0
44,885
12,420,513,221
IssuesEvent
2020-05-23 12:25:05
unixfreaxjp/nanorc
https://api.github.com/repos/unixfreaxjp/nanorc
closed
change "set" in bash.nanorc
Priority-Medium Type-Defect auto-migrated
``` The term "set" is repeated (in two different colors). I removed it from one of them. I also added unset as something to be highlighted. --- bash.nanorc 2009-12-28 13:01:06.000000000 +0200 +++ newbash.nanorc 2009-12-28 13:02:13.000000000 +0200 @@ -11,3 +11,3 @@ # Control -color magenta "\<(if|else|for|function|case|esac|in|select|until|while|do|elif|then|set|\.|don e|fi)\>" +color magenta "\<(if|else|for|function|case|esac|in|select|until|while|do|elif|then|\.|done|fi )\>" @@ -18,3 +18,3 @@ # Builtins -color red "\<(source|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs |disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let |logout|popd|printf|pushd|pwd|return|set|shift|shopt|suspend|test|times|trap|typ e|ulimit|umask|unalias|wait)\>" +color red "\<(source|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs |disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let |logout|popd|printf|pushd|pwd|return|(un)?set|shift|shopt|suspend|test|times|tra p|type|ulimit|umask|unalias|wait)\>" ``` Original issue reported on code.google.com by `eitan.ad...@gmail.com` on 28 Dec 2009 at 11:03
1.0
change "set" in bash.nanorc - ``` The term "set" is repeated (in two different colors). I removed it from one of them. I also added unset as something to be highlighted. --- bash.nanorc 2009-12-28 13:01:06.000000000 +0200 +++ newbash.nanorc 2009-12-28 13:02:13.000000000 +0200 @@ -11,3 +11,3 @@ # Control -color magenta "\<(if|else|for|function|case|esac|in|select|until|while|do|elif|then|set|\.|don e|fi)\>" +color magenta "\<(if|else|for|function|case|esac|in|select|until|while|do|elif|then|\.|done|fi )\>" @@ -18,3 +18,3 @@ # Builtins -color red "\<(source|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs |disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let |logout|popd|printf|pushd|pwd|return|set|shift|shopt|suspend|test|times|trap|typ e|ulimit|umask|unalias|wait)\>" +color red "\<(source|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs |disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let |logout|popd|printf|pushd|pwd|return|(un)?set|shift|shopt|suspend|test|times|tra p|type|ulimit|umask|unalias|wait)\>" ``` Original issue reported on code.google.com by `eitan.ad...@gmail.com` on 28 Dec 2009 at 11:03
defect
change set in bash nanorc the term set is repeated in two different colors i removed it from one of them i also added unset as something to be highlighted bash nanorc newbash nanorc control color magenta if else for function case esac in select until while do elif then set don e fi color magenta if else for function case esac in select until while do elif then done fi builtins color red source alias bg bind break builtin cd command compgen complete continue dirs disown echo enable eval exec exit fc fg getopts hash help history jobs kill let logout popd printf pushd pwd return set shift shopt suspend test times trap typ e ulimit umask unalias wait color red source alias bg bind break builtin cd command compgen complete continue dirs disown echo enable eval exec exit fc fg getopts hash help history jobs kill let logout popd printf pushd pwd return un set shift shopt suspend test times tra p type ulimit umask unalias wait original issue reported on code google com by eitan ad gmail com on dec at
1
100,852
16,490,545,549
IssuesEvent
2021-05-25 02:36:36
Baneeishaque/spring_store_thymeleaf
https://api.github.com/repos/Baneeishaque/spring_store_thymeleaf
opened
CVE-2021-23369 (High) detected in handlebars-1.3.0.tgz
security vulnerability
## CVE-2021-23369 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.3.0.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz</a></p> <p>Path to dependency file: spring_store_thymeleaf/html_site_template_customer/fashi/Source/OwlCarousel2-2.3.4/OwlCarousel2-2.3.4/package.json</p> <p>Path to vulnerable library: spring_store_thymeleaf/html_site_template_customer/fashi/Source/OwlCarousel2-2.3.4/OwlCarousel2-2.3.4/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - assemble-0.4.42.tgz (Root Library) - assemble-handlebars-0.2.6.tgz - :x: **handlebars-1.3.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369>CVE-2021-23369</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: handlebars - 4.7.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23369 (High) detected in handlebars-1.3.0.tgz - ## CVE-2021-23369 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-1.3.0.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-1.3.0.tgz</a></p> <p>Path to dependency file: spring_store_thymeleaf/html_site_template_customer/fashi/Source/OwlCarousel2-2.3.4/OwlCarousel2-2.3.4/package.json</p> <p>Path to vulnerable library: spring_store_thymeleaf/html_site_template_customer/fashi/Source/OwlCarousel2-2.3.4/OwlCarousel2-2.3.4/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - assemble-0.4.42.tgz (Root Library) - assemble-handlebars-0.2.6.tgz - :x: **handlebars-1.3.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package handlebars before 4.7.7 are vulnerable to Remote Code Execution (RCE) when selecting certain compiling options to compile templates coming from an untrusted source. <p>Publish Date: 2021-04-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23369>CVE-2021-23369</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23369</a></p> <p>Release Date: 2021-04-12</p> <p>Fix Resolution: handlebars - 4.7.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file spring store thymeleaf html site template customer fashi source package json path to vulnerable library spring store thymeleaf html site template customer fashi source node modules handlebars package json dependency hierarchy assemble tgz root library assemble handlebars tgz x handlebars tgz vulnerable library vulnerability details the package handlebars before are vulnerable to remote code execution rce when selecting certain compiling options to compile templates coming from an untrusted source publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource
0