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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
663,255
| 22,171,270,093
|
IssuesEvent
|
2022-06-06 01:06:01
|
elementary/switchboard-plug-keyboard
|
https://api.github.com/repos/elementary/switchboard-plug-keyboard
|
closed
|
Add a "revert to defaults" button
|
Priority: Wishlist Status: In Progress
|
There is no undo possible when you've created a wrong shortcut. At least a reset button should be present to reset the shortcuts to back to the defaults
Launchpad Details: [#LP1390952](https://bugs.launchpad.net/bugs/1390952) swizzle - 2014-11-09 18:12:07 +0000
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43871197-add-a-revert-to-defaults-button?utm_campaign=plugin&utm_content=tracker%2F59531540&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F59531540&utm_medium=issues&utm_source=github).
</bountysource-plugin>
|
1.0
|
Add a "revert to defaults" button - There is no undo possible when you've created a wrong shortcut. At least a reset button should be present to reset the shortcuts to back to the defaults
Launchpad Details: [#LP1390952](https://bugs.launchpad.net/bugs/1390952) swizzle - 2014-11-09 18:12:07 +0000
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43871197-add-a-revert-to-defaults-button?utm_campaign=plugin&utm_content=tracker%2F59531540&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F59531540&utm_medium=issues&utm_source=github).
</bountysource-plugin>
|
non_defect
|
add a revert to defaults button there is no undo possible when you ve created a wrong shortcut at least a reset button should be present to reset the shortcuts to back to the defaults launchpad details swizzle want to back this issue we accept bounties via
| 0
|
74,718
| 25,282,431,924
|
IssuesEvent
|
2022-11-16 16:40:54
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
Work around SQLite's error: HAVING clause on a non-aggregate query
|
T: Defect C: Functionality C: DB: SQLite P: Medium E: All Editions
|
This should be valid in most RDBMS (assuming a dummy table to add a possibly mandatory `FROM` clause):
```sql
select 1 having true
```
In the SQL standard, `HAVING` without `GROUP BY` generates an implicit `GROUP BY ()` using the empty grouping set. But we get:
> SQL Error [1]: [SQLITE_ERROR] SQL error or missing database (HAVING clause on a non-aggregate query)
Unfortunately, SQLite dosen't support grouping sets:
```sql
select 1 group by () having true
```
Produces:
> SQL Error [1]: [SQLITE_ERROR] SQL error or missing database (near ")": syntax error)
But we already emulate it like this:
```sql
select 1 group by (select 1) having true
```
|
1.0
|
Work around SQLite's error: HAVING clause on a non-aggregate query - This should be valid in most RDBMS (assuming a dummy table to add a possibly mandatory `FROM` clause):
```sql
select 1 having true
```
In the SQL standard, `HAVING` without `GROUP BY` generates an implicit `GROUP BY ()` using the empty grouping set. But we get:
> SQL Error [1]: [SQLITE_ERROR] SQL error or missing database (HAVING clause on a non-aggregate query)
Unfortunately, SQLite dosen't support grouping sets:
```sql
select 1 group by () having true
```
Produces:
> SQL Error [1]: [SQLITE_ERROR] SQL error or missing database (near ")": syntax error)
But we already emulate it like this:
```sql
select 1 group by (select 1) having true
```
|
defect
|
work around sqlite s error having clause on a non aggregate query this should be valid in most rdbms assuming a dummy table to add a possibly mandatory from clause sql select having true in the sql standard having without group by generates an implicit group by using the empty grouping set but we get sql error sql error or missing database having clause on a non aggregate query unfortunately sqlite dosen t support grouping sets sql select group by having true produces sql error sql error or missing database near syntax error but we already emulate it like this sql select group by select having true
| 1
|
7,375
| 2,610,365,775
|
IssuesEvent
|
2015-02-26 19:58:09
|
chrsmith/scribefire-chrome
|
https://api.github.com/repos/chrsmith/scribefire-chrome
|
closed
|
Way to Force Scribefire Chrome to Open in New Window?
|
auto-migrated Priority-Medium Type-Defect
|
```
I'd like to be able to click the "Blog this" context menu link and have
Scribefire for Chrome open in a new window, as can be done with Firefox, rather
than only a new tab, the default (and only, AFAICT) option in Scribefire.
What browser are you using? Google Chrome Version 24.0.1312.57 m
Also, why doesn't the Chrome version automagically pick up links in text
selected for blogging, as with the FF version?
What version of ScribeFire are you running? Most recent,AFAIK.
```
-----
Original issue reported on code.google.com by `iceberg...@gmail.com` on 1 Feb 2013 at 10:02
|
1.0
|
Way to Force Scribefire Chrome to Open in New Window? - ```
I'd like to be able to click the "Blog this" context menu link and have
Scribefire for Chrome open in a new window, as can be done with Firefox, rather
than only a new tab, the default (and only, AFAICT) option in Scribefire.
What browser are you using? Google Chrome Version 24.0.1312.57 m
Also, why doesn't the Chrome version automagically pick up links in text
selected for blogging, as with the FF version?
What version of ScribeFire are you running? Most recent,AFAIK.
```
-----
Original issue reported on code.google.com by `iceberg...@gmail.com` on 1 Feb 2013 at 10:02
|
defect
|
way to force scribefire chrome to open in new window i d like to be able to click the blog this context menu link and have scribefire for chrome open in a new window as can be done with firefox rather than only a new tab the default and only afaict option in scribefire what browser are you using google chrome version m also why doesn t the chrome version automagically pick up links in text selected for blogging as with the ff version what version of scribefire are you running most recent afaik original issue reported on code google com by iceberg gmail com on feb at
| 1
|
58,525
| 3,089,700,240
|
IssuesEvent
|
2015-08-25 23:06:42
|
google/googlemock
|
https://api.github.com/repos/google/googlemock
|
closed
|
Fix warning C4628 in MSVS2010
|
auto-migrated OpSys-Windows Priority-Medium Type-Enhancement
|
```
What steps will reproduce the problem?
1. Compile chromium with /Wall with MSVC2010 SP1.
What is the expected output? What do you see instead?
...\src\testing\gmock\include\gmock/gmock-actions.h(116): warning C4628:
digraphs not supported with -Ze. Character sequence '<:' not interpreted as
alternate token for '['
is generated.
Ref: http://msdn.microsoft.com/en-us/library/5xk7ehw0.aspx
Which version of Google Mock are you using? On what operating system?
r403
```
Original issue reported on code.google.com by `maruel@google.com` on 29 Nov 2011 at 9:22
|
1.0
|
Fix warning C4628 in MSVS2010 - ```
What steps will reproduce the problem?
1. Compile chromium with /Wall with MSVC2010 SP1.
What is the expected output? What do you see instead?
...\src\testing\gmock\include\gmock/gmock-actions.h(116): warning C4628:
digraphs not supported with -Ze. Character sequence '<:' not interpreted as
alternate token for '['
is generated.
Ref: http://msdn.microsoft.com/en-us/library/5xk7ehw0.aspx
Which version of Google Mock are you using? On what operating system?
r403
```
Original issue reported on code.google.com by `maruel@google.com` on 29 Nov 2011 at 9:22
|
non_defect
|
fix warning in what steps will reproduce the problem compile chromium with wall with what is the expected output what do you see instead src testing gmock include gmock gmock actions h warning digraphs not supported with ze character sequence not interpreted as alternate token for is generated ref which version of google mock are you using on what operating system original issue reported on code google com by maruel google com on nov at
| 0
|
32,570
| 6,827,507,453
|
IssuesEvent
|
2017-11-08 17:14:21
|
primefaces/primefaces
|
https://api.github.com/repos/primefaces/primefaces
|
closed
|
p:textEditor in p:inplace sets property null if form submitted when editor not visible
|
defect
|
I suspect the value is still submitted despite it is not visible, and since it is not visible, the value is null.
## 1) Environment
- PrimeFaces version: 6.0.18, 6.1
- Does it work on the newest released PrimeFaces version? Version? No
- Does it work on the newest sources in GitHub? Probably not
- Application server + version: Wildfly 10.1
- Affected browsers: All
## 2) Expected behavior
If the form is submitted while p:textEditor not visible, the field should retain its value.
## 3) Actual behavior
If the form is submitted while p:textEditor not visible, the field is set to null.
## 4) Steps to reproduce
Press button in below sample
## 5) Sample XHTML
```
<h:form>
<p:inplace editor="true">
<f:facet name="output">
<h:outputText value="Some text to be able to toggle (other bug probably)" />
</f:facet>
<f:facet name="input">
<p:textEditor value="#{backingBean.property}"/>
</f:facet>
<p:ajax event="save" listener="#{backingBean.save}"/>
</p:inplace>
<p:commandButton value="Press this to lose property value" action="#{backingBean.someaction}" />
</h:form>
```
Workaround: add process="@this" to the p:commandButton.
## 6) Sample bean
```java
@Named
@ViewScoped
public class BackingBean implements Serializable {
private String property;
// getter, setter
public void save() {
}
public void someAction() {
// here property is null if p:textEdit was not visible when button pressed
}
}
```
|
1.0
|
p:textEditor in p:inplace sets property null if form submitted when editor not visible - I suspect the value is still submitted despite it is not visible, and since it is not visible, the value is null.
## 1) Environment
- PrimeFaces version: 6.0.18, 6.1
- Does it work on the newest released PrimeFaces version? Version? No
- Does it work on the newest sources in GitHub? Probably not
- Application server + version: Wildfly 10.1
- Affected browsers: All
## 2) Expected behavior
If the form is submitted while p:textEditor not visible, the field should retain its value.
## 3) Actual behavior
If the form is submitted while p:textEditor not visible, the field is set to null.
## 4) Steps to reproduce
Press button in below sample
## 5) Sample XHTML
```
<h:form>
<p:inplace editor="true">
<f:facet name="output">
<h:outputText value="Some text to be able to toggle (other bug probably)" />
</f:facet>
<f:facet name="input">
<p:textEditor value="#{backingBean.property}"/>
</f:facet>
<p:ajax event="save" listener="#{backingBean.save}"/>
</p:inplace>
<p:commandButton value="Press this to lose property value" action="#{backingBean.someaction}" />
</h:form>
```
Workaround: add process="@this" to the p:commandButton.
## 6) Sample bean
```java
@Named
@ViewScoped
public class BackingBean implements Serializable {
private String property;
// getter, setter
public void save() {
}
public void someAction() {
// here property is null if p:textEdit was not visible when button pressed
}
}
```
|
defect
|
p texteditor in p inplace sets property null if form submitted when editor not visible i suspect the value is still submitted despite it is not visible and since it is not visible the value is null environment primefaces version does it work on the newest released primefaces version version no does it work on the newest sources in github probably not application server version wildfly affected browsers all expected behavior if the form is submitted while p texteditor not visible the field should retain its value actual behavior if the form is submitted while p texteditor not visible the field is set to null steps to reproduce press button in below sample sample xhtml workaround add process this to the p commandbutton sample bean java named viewscoped public class backingbean implements serializable private string property getter setter public void save public void someaction here property is null if p textedit was not visible when button pressed
| 1
|
80,407
| 30,272,914,857
|
IssuesEvent
|
2023-07-07 16:52:16
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
closed
|
cannot mount 'dataset': Insufficient privileges
|
Type: Defect
|
<!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list archives.
Please fill in as much of the template as possible.
-->
### System information
<!-- add version after "|" character -->
Type | zfs/2.1.12
--- | ---
Distribution Name | Fedora
Distribution Version | Fedora release 37 (Thirty Seven)
Kernel Version | 6.3.8-100.fc37.x86_64
Architecture | amd64
OpenZFS Version | zfs-2.1.12-1
<!--
Command to find OpenZFS version:
zfs version
Commands to find kernel version:
uname -r # Linux
freebsd-version -r # FreeBSD
-->
### Describe the problem you're observing
Usually, created datasets are mounted automatically. However, observed on Fedora, if a user is granted the following privileges to the dataset `create,dedup,destroy,mount,quota,secondarycache,snapshot`, it will not mount.
The command to mount ZFS datasets does not work, either:
```
> zfs mount 'dataset'
cannot mount 'dataset': Insufficient privileges
```
### Describe how to reproduce the problem
1. Create a user `adduser myzfsuser`
2. Create a new dataset and change the owner and group to the user's name with `chown`
3. Grant the user the required privileges `create` and `mount`
4. Create a new dataset by the user's behalf
5. Try to mount the dataset using `zfs mount` by the user's behalf
6. See error
### Include any warning/errors/backtraces from the system logs
```
cannot mount 'pool/datasetl1/datasetl2': Insufficient privileges
```
|
1.0
|
cannot mount 'dataset': Insufficient privileges - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list archives.
Please fill in as much of the template as possible.
-->
### System information
<!-- add version after "|" character -->
Type | zfs/2.1.12
--- | ---
Distribution Name | Fedora
Distribution Version | Fedora release 37 (Thirty Seven)
Kernel Version | 6.3.8-100.fc37.x86_64
Architecture | amd64
OpenZFS Version | zfs-2.1.12-1
<!--
Command to find OpenZFS version:
zfs version
Commands to find kernel version:
uname -r # Linux
freebsd-version -r # FreeBSD
-->
### Describe the problem you're observing
Usually, created datasets are mounted automatically. However, observed on Fedora, if a user is granted the following privileges to the dataset `create,dedup,destroy,mount,quota,secondarycache,snapshot`, it will not mount.
The command to mount ZFS datasets does not work, either:
```
> zfs mount 'dataset'
cannot mount 'dataset': Insufficient privileges
```
### Describe how to reproduce the problem
1. Create a user `adduser myzfsuser`
2. Create a new dataset and change the owner and group to the user's name with `chown`
3. Grant the user the required privileges `create` and `mount`
4. Create a new dataset by the user's behalf
5. Try to mount the dataset using `zfs mount` by the user's behalf
6. See error
### Include any warning/errors/backtraces from the system logs
```
cannot mount 'pool/datasetl1/datasetl2': Insufficient privileges
```
|
defect
|
cannot mount dataset insufficient privileges thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible system information type zfs distribution name fedora distribution version fedora release thirty seven kernel version architecture openzfs version zfs command to find openzfs version zfs version commands to find kernel version uname r linux freebsd version r freebsd describe the problem you re observing usually created datasets are mounted automatically however observed on fedora if a user is granted the following privileges to the dataset create dedup destroy mount quota secondarycache snapshot it will not mount the command to mount zfs datasets does not work either zfs mount dataset cannot mount dataset insufficient privileges describe how to reproduce the problem create a user adduser myzfsuser create a new dataset and change the owner and group to the user s name with chown grant the user the required privileges create and mount create a new dataset by the user s behalf try to mount the dataset using zfs mount by the user s behalf see error include any warning errors backtraces from the system logs cannot mount pool insufficient privileges
| 1
|
170,700
| 14,268,007,179
|
IssuesEvent
|
2020-11-20 21:34:12
|
emory-libraries/avalon
|
https://api.github.com/repos/emory-libraries/avalon
|
closed
|
Avalon Standup Practices
|
Technology Team Readiness documentation project management / administrative tasks project management / deliverables
|
Ensure all team members have read and understood the practices document:
https://emory.app.box.com/notes/737917087693
- [x] Alex
- [x] Ann
- [x] Brad
- [x] Cari
- [x] Collin
- [x] Devanshu
- [x] Doug
- [x] Mark
- [x] Solomon
- [x] Will
- [x] Zo
|
1.0
|
Avalon Standup Practices - Ensure all team members have read and understood the practices document:
https://emory.app.box.com/notes/737917087693
- [x] Alex
- [x] Ann
- [x] Brad
- [x] Cari
- [x] Collin
- [x] Devanshu
- [x] Doug
- [x] Mark
- [x] Solomon
- [x] Will
- [x] Zo
|
non_defect
|
avalon standup practices ensure all team members have read and understood the practices document alex ann brad cari collin devanshu doug mark solomon will zo
| 0
|
160,485
| 6,098,511,090
|
IssuesEvent
|
2017-06-20 07:46:45
|
rogerthat-platform/plugin-rogerthat-control-center
|
https://api.github.com/repos/rogerthat-platform/plugin-rogerthat-control-center
|
reopened
|
Improve "build app" checks [4h]
|
priority_major
|
We should not allow to create a build of the app unless all these settings are configured correctly (serverside checks):
- [x] colors
- [x] sidebar ( + sidebar custom translations)
- [x] images
- [x] Main service
Do not allow to create a production build when these settings aren't set:
- [x] Store listing information (everything should be filled in)
Also before creating a build for an app, check on the client if there still is a configuration that isn't published yet (so when the publish/revert buttons at the top of the page are visible).
If there is, show a popup saying that this will automatically save the temporary/pending configuration (and implement this on the server).
|
1.0
|
Improve "build app" checks [4h] - We should not allow to create a build of the app unless all these settings are configured correctly (serverside checks):
- [x] colors
- [x] sidebar ( + sidebar custom translations)
- [x] images
- [x] Main service
Do not allow to create a production build when these settings aren't set:
- [x] Store listing information (everything should be filled in)
Also before creating a build for an app, check on the client if there still is a configuration that isn't published yet (so when the publish/revert buttons at the top of the page are visible).
If there is, show a popup saying that this will automatically save the temporary/pending configuration (and implement this on the server).
|
non_defect
|
improve build app checks we should not allow to create a build of the app unless all these settings are configured correctly serverside checks colors sidebar sidebar custom translations images main service do not allow to create a production build when these settings aren t set store listing information everything should be filled in also before creating a build for an app check on the client if there still is a configuration that isn t published yet so when the publish revert buttons at the top of the page are visible if there is show a popup saying that this will automatically save the temporary pending configuration and implement this on the server
| 0
|
45,205
| 12,651,356,064
|
IssuesEvent
|
2020-06-17 00:03:35
|
naev/naev
|
https://api.github.com/repos/naev/naev
|
closed
|
Sound breaks down if a large number of projectiles are fired
|
Priority-Medium Type-Defect
|
Original [issue 234](https://code.google.com/p/naev/issues/detail?id=234) created by almikes on 2015-02-23T02:49:57.000Z:
If there are many, many projectiles fired by many, many ships, it can happen that the sound breaks down for a while. The sound first sounds really bad, then goes off entirely. If the firefight is over, the sound comes again.
<b>What version of NAEV are you using? On what operating system?</b>
0.6.0-beta1 on GNU/Linux
<b>Can you reproduce the bug? If so, how can you reproduce the bug?</b>
Kinda. It seems to happen most often in nebulae, around the systems Raelid, Arcanis, Zylex and Doeston.
|
1.0
|
Sound breaks down if a large number of projectiles are fired - Original [issue 234](https://code.google.com/p/naev/issues/detail?id=234) created by almikes on 2015-02-23T02:49:57.000Z:
If there are many, many projectiles fired by many, many ships, it can happen that the sound breaks down for a while. The sound first sounds really bad, then goes off entirely. If the firefight is over, the sound comes again.
<b>What version of NAEV are you using? On what operating system?</b>
0.6.0-beta1 on GNU/Linux
<b>Can you reproduce the bug? If so, how can you reproduce the bug?</b>
Kinda. It seems to happen most often in nebulae, around the systems Raelid, Arcanis, Zylex and Doeston.
|
defect
|
sound breaks down if a large number of projectiles are fired original created by almikes on if there are many many projectiles fired by many many ships it can happen that the sound breaks down for a while the sound first sounds really bad then goes off entirely if the firefight is over the sound comes again what version of naev are you using on what operating system on gnu linux can you reproduce the bug if so how can you reproduce the bug kinda it seems to happen most often in nebulae around the systems raelid arcanis zylex and doeston
| 1
|
201,020
| 15,801,876,758
|
IssuesEvent
|
2021-04-03 06:58:34
|
lirc572/ped
|
https://api.github.com/repos/lirc572/ped
|
opened
|
Notation problem
|
severity.Low type.DocumentationBug
|

I believe in most cases `..` refers to the parent directory. Perhaps it is better to use `./` instead? (or something like `<PATH-TO-GreenMileageEfforts.jar-DIRECTORY>/`)
<!--session: 1617429637314-8b96ce30-7b28-40f3-bccd-90f37ab94878-->
|
1.0
|
Notation problem - 
I believe in most cases `..` refers to the parent directory. Perhaps it is better to use `./` instead? (or something like `<PATH-TO-GreenMileageEfforts.jar-DIRECTORY>/`)
<!--session: 1617429637314-8b96ce30-7b28-40f3-bccd-90f37ab94878-->
|
non_defect
|
notation problem i believe in most cases refers to the parent directory perhaps it is better to use instead or something like
| 0
|
32,205
| 8,816,846,540
|
IssuesEvent
|
2018-12-30 16:02:10
|
SJrX/systemdUnitFilePlugin
|
https://api.github.com/repos/SJrX/systemdUnitFilePlugin
|
opened
|
Changing Lexer and Building Does Not Take Effect for Current Build
|
build issue
|
Currently generateLexer runs after compileJava which means that changes to the lexer will not take effect that build.
|
1.0
|
Changing Lexer and Building Does Not Take Effect for Current Build - Currently generateLexer runs after compileJava which means that changes to the lexer will not take effect that build.
|
non_defect
|
changing lexer and building does not take effect for current build currently generatelexer runs after compilejava which means that changes to the lexer will not take effect that build
| 0
|
15,818
| 6,042,417,866
|
IssuesEvent
|
2017-06-11 12:50:45
|
glazedlists/glazedlists
|
https://api.github.com/repos/glazedlists/glazedlists
|
closed
|
Add build instructions
|
component: build
|
<p>If a `pom.xml` and no `INSTALL` file is present, the user expects to be able to build `glazedlists` with `mvn install`. This fails because `@glazedlists.artifactId@` isn't a valid `artifactId`. Either add an INSTALL file with build instructions or make `mvn install` work out-of-the-box, please.</p>
<p>experienced with svn2git-2014-04-19-45-gd29a06a</p>
<i>[GLAZEDLISTS-590] created by j9ic5tfbv547</i>
|
1.0
|
Add build instructions - <p>If a `pom.xml` and no `INSTALL` file is present, the user expects to be able to build `glazedlists` with `mvn install`. This fails because `@glazedlists.artifactId@` isn't a valid `artifactId`. Either add an INSTALL file with build instructions or make `mvn install` work out-of-the-box, please.</p>
<p>experienced with svn2git-2014-04-19-45-gd29a06a</p>
<i>[GLAZEDLISTS-590] created by j9ic5tfbv547</i>
|
non_defect
|
add build instructions if a pom xml and no install file is present the user expects to be able to build glazedlists with mvn install this fails because glazedlists artifactid isn t a valid artifactid either add an install file with build instructions or make mvn install work out of the box please experienced with created by
| 0
|
36,688
| 8,059,394,384
|
IssuesEvent
|
2018-08-02 21:48:19
|
scipy/scipy
|
https://api.github.com/repos/scipy/scipy
|
opened
|
macOS CI erroring on gmpy backend missing
|
defect maintenance
|
See e.g. https://travis-ci.org/scipy/scipy/jobs/410512300. Multiple PRs are failing on this. No new `mpmath` or `gmpy2` releases on PyPI, but given that the failure is macOS specific, maybe some change in one of the packages in Homebrew. Needs investigating.
|
1.0
|
macOS CI erroring on gmpy backend missing - See e.g. https://travis-ci.org/scipy/scipy/jobs/410512300. Multiple PRs are failing on this. No new `mpmath` or `gmpy2` releases on PyPI, but given that the failure is macOS specific, maybe some change in one of the packages in Homebrew. Needs investigating.
|
defect
|
macos ci erroring on gmpy backend missing see e g multiple prs are failing on this no new mpmath or releases on pypi but given that the failure is macos specific maybe some change in one of the packages in homebrew needs investigating
| 1
|
190,953
| 15,264,499,882
|
IssuesEvent
|
2021-02-22 05:31:45
|
kruize/autotune
|
https://api.github.com/repos/kruize/autotune
|
closed
|
Update README.md in autotune/scripts
|
documentation priority
|
Update the README:
- Remove details regarding prometheus installation from output of deploy.sh as we have moved prometheus installation to a separate script
- Include a pre-requisites section and provide details of pre-requisites required and steps to run prometheus_on_minikube.sh
- Remove/Update the reference to dashboard in the readme - https://github.com/kruize/autotune/blob/master/grafana/autotune_kubernetes_dashboard.json
- Link to Add Application Label in the below text in readme doesn't exist.
Note: autotune only monitors application with a specific label. See Add Application Label below for more info.
|
1.0
|
Update README.md in autotune/scripts - Update the README:
- Remove details regarding prometheus installation from output of deploy.sh as we have moved prometheus installation to a separate script
- Include a pre-requisites section and provide details of pre-requisites required and steps to run prometheus_on_minikube.sh
- Remove/Update the reference to dashboard in the readme - https://github.com/kruize/autotune/blob/master/grafana/autotune_kubernetes_dashboard.json
- Link to Add Application Label in the below text in readme doesn't exist.
Note: autotune only monitors application with a specific label. See Add Application Label below for more info.
|
non_defect
|
update readme md in autotune scripts update the readme remove details regarding prometheus installation from output of deploy sh as we have moved prometheus installation to a separate script include a pre requisites section and provide details of pre requisites required and steps to run prometheus on minikube sh remove update the reference to dashboard in the readme link to add application label in the below text in readme doesn t exist note autotune only monitors application with a specific label see add application label below for more info
| 0
|
67,897
| 21,314,004,405
|
IssuesEvent
|
2022-04-16 01:44:24
|
openzfs/zfs
|
https://api.github.com/repos/openzfs/zfs
|
closed
|
zdb -d gives incorrect output when an object number with multiple object types are specified
|
Type: Defect Status: Stale
|
### System information
Type | Version/Name
--- | ---
Distribution Name | Gentoo
Distribution Version | ~amd64
Linux Kernel | 5.9.8-gentoo-x86_64
Architecture | x86_64
ZFS Version | 2.0.0_rc7
SPL Version | 2.0.0_rc7
### Describe the problem you're observing
When specifying an object number to zdb -d, only the first object is shown. If I specify an object with the same object number but different object type, none is shown. If I don't specify an object id, all are shown.
### Describe how to reproduce the problem
```
/tmp # truncate -s 2G testpool
/tmp # zpool create testpool /tmp/testpool
/tmp # cd /testpool/
/testpool # touch testfile
/testpool # zdb -O testpool testfile
Object lvl iblk dblk dsize dnsize lsize %full type
2 1 128K 512 0 512 512 0.00 ZFS plain file
/testpool # zdb -ddddd testpool 2
Dataset mos [META], ID 0, cr_txg 4, 90K, 52 objects, rootbp DVA[0]=<0:30003c00:200> DVA[1]=<0:38003c00:200> DVA[2]=<0:4000b800:200> [L0 DMU objset] fletcher4 lz4 unencrypted LE contiguous unique triple size=1000L/200P birth=12L/12P fill=52 cksum=798650352:319a12fd22e:a4e6cb9e3f13:17434922d23707
Object lvl iblk dblk dsize dnsize lsize %full type
zdb: dmu_object_info() failed, errno 2
```
Object number two returns an error for some reason. Let's create another file to try a higher number:
```
/testpool # touch testfile2
/testpool # zdb -O testpool testfile2
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 0.00 ZFS plain file
/testpool # zdb -ddddd testpool 128
Dataset mos [META], ID 0, cr_txg 4, 97.5K, 53 objects, rootbp DVA[0]=<0:30004200:200> DVA[1]=<0:38004200:200> DVA[2]=<0:4000da00:200> [L0 DMU objset] fletcher4 lz4 unencrypted LE contiguous unique triple size=1000L/200P birth=36L/36P fill=53 cksum=79eb00787:31d87c3d999:a5fe690526d4:1774d9f2e7b94a
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 100.00 zap
dnode flags: USED_BYTES
dnode maxblkid: 0
microzap: 512 bytes, 2 entries
81 = 129
82 = 130
Indirect blocks:
0 L0 EMBEDDED et=0 200L/37P B=4
segment [0000000000000000, 0000000000000200) size 512
```
There I just get the zap object with the same object number. But if I don't specify an object number I can find both:
```
zdb -ddddd testpool|less
[...]
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 100.00 zap
dnode flags: USED_BYTES
dnode maxblkid: 0
microzap: 512 bytes, 2 entries
81 = 129
82 = 130
Indirect blocks:
0 L0 EMBEDDED et=0 200L/37P B=4
segment [0000000000000000, 0000000000000200) size 512
[...]
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 0.00 ZFS plain file
176 bonus System attributes
dnode flags: USERUSED_ACCOUNTED USEROBJUSED_ACCOUNTED
dnode maxblkid: 0
path /testfile2
uid 0
gid 0
atime Mon Nov 30 12:38:58 2020
mtime Mon Nov 30 12:38:58 2020
ctime Mon Nov 30 12:38:58 2020
crtime Mon Nov 30 12:38:58 2020
gen 36
mode 100644
size 0
parent 34
links 1
pflags 840800000004
```
Specifying that I want the ZFS plain file object just returns a header:
```
/testpool # zdb -ddddd testpool 128:128:f
Dataset mos [META], ID 0, cr_txg 4, 97.5K, 53 objects, rootbp DVA[0]=<0:30004200:200> DVA[1]=<0:38004200:200> DVA[2]=<0:4000da00:200> [L0 DMU objset] fletcher4 lz4 unencrypted LE contiguous unique triple size=1000L/200P birth=36L/36P fill=53 cksum=79eb00787:31d87c3d999:a5fe690526d4:1774d9f2e7b94a
Object lvl iblk dblk dsize dnsize lsize %full type
/testpool #
```
|
1.0
|
zdb -d gives incorrect output when an object number with multiple object types are specified - ### System information
Type | Version/Name
--- | ---
Distribution Name | Gentoo
Distribution Version | ~amd64
Linux Kernel | 5.9.8-gentoo-x86_64
Architecture | x86_64
ZFS Version | 2.0.0_rc7
SPL Version | 2.0.0_rc7
### Describe the problem you're observing
When specifying an object number to zdb -d, only the first object is shown. If I specify an object with the same object number but different object type, none is shown. If I don't specify an object id, all are shown.
### Describe how to reproduce the problem
```
/tmp # truncate -s 2G testpool
/tmp # zpool create testpool /tmp/testpool
/tmp # cd /testpool/
/testpool # touch testfile
/testpool # zdb -O testpool testfile
Object lvl iblk dblk dsize dnsize lsize %full type
2 1 128K 512 0 512 512 0.00 ZFS plain file
/testpool # zdb -ddddd testpool 2
Dataset mos [META], ID 0, cr_txg 4, 90K, 52 objects, rootbp DVA[0]=<0:30003c00:200> DVA[1]=<0:38003c00:200> DVA[2]=<0:4000b800:200> [L0 DMU objset] fletcher4 lz4 unencrypted LE contiguous unique triple size=1000L/200P birth=12L/12P fill=52 cksum=798650352:319a12fd22e:a4e6cb9e3f13:17434922d23707
Object lvl iblk dblk dsize dnsize lsize %full type
zdb: dmu_object_info() failed, errno 2
```
Object number two returns an error for some reason. Let's create another file to try a higher number:
```
/testpool # touch testfile2
/testpool # zdb -O testpool testfile2
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 0.00 ZFS plain file
/testpool # zdb -ddddd testpool 128
Dataset mos [META], ID 0, cr_txg 4, 97.5K, 53 objects, rootbp DVA[0]=<0:30004200:200> DVA[1]=<0:38004200:200> DVA[2]=<0:4000da00:200> [L0 DMU objset] fletcher4 lz4 unencrypted LE contiguous unique triple size=1000L/200P birth=36L/36P fill=53 cksum=79eb00787:31d87c3d999:a5fe690526d4:1774d9f2e7b94a
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 100.00 zap
dnode flags: USED_BYTES
dnode maxblkid: 0
microzap: 512 bytes, 2 entries
81 = 129
82 = 130
Indirect blocks:
0 L0 EMBEDDED et=0 200L/37P B=4
segment [0000000000000000, 0000000000000200) size 512
```
There I just get the zap object with the same object number. But if I don't specify an object number I can find both:
```
zdb -ddddd testpool|less
[...]
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 100.00 zap
dnode flags: USED_BYTES
dnode maxblkid: 0
microzap: 512 bytes, 2 entries
81 = 129
82 = 130
Indirect blocks:
0 L0 EMBEDDED et=0 200L/37P B=4
segment [0000000000000000, 0000000000000200) size 512
[...]
Object lvl iblk dblk dsize dnsize lsize %full type
128 1 128K 512 0 512 512 0.00 ZFS plain file
176 bonus System attributes
dnode flags: USERUSED_ACCOUNTED USEROBJUSED_ACCOUNTED
dnode maxblkid: 0
path /testfile2
uid 0
gid 0
atime Mon Nov 30 12:38:58 2020
mtime Mon Nov 30 12:38:58 2020
ctime Mon Nov 30 12:38:58 2020
crtime Mon Nov 30 12:38:58 2020
gen 36
mode 100644
size 0
parent 34
links 1
pflags 840800000004
```
Specifying that I want the ZFS plain file object just returns a header:
```
/testpool # zdb -ddddd testpool 128:128:f
Dataset mos [META], ID 0, cr_txg 4, 97.5K, 53 objects, rootbp DVA[0]=<0:30004200:200> DVA[1]=<0:38004200:200> DVA[2]=<0:4000da00:200> [L0 DMU objset] fletcher4 lz4 unencrypted LE contiguous unique triple size=1000L/200P birth=36L/36P fill=53 cksum=79eb00787:31d87c3d999:a5fe690526d4:1774d9f2e7b94a
Object lvl iblk dblk dsize dnsize lsize %full type
/testpool #
```
|
defect
|
zdb d gives incorrect output when an object number with multiple object types are specified system information type version name distribution name gentoo distribution version linux kernel gentoo architecture zfs version spl version describe the problem you re observing when specifying an object number to zdb d only the first object is shown if i specify an object with the same object number but different object type none is shown if i don t specify an object id all are shown describe how to reproduce the problem tmp truncate s testpool tmp zpool create testpool tmp testpool tmp cd testpool testpool touch testfile testpool zdb o testpool testfile object lvl iblk dblk dsize dnsize lsize full type zfs plain file testpool zdb ddddd testpool dataset mos id cr txg objects rootbp dva dva dva unencrypted le contiguous unique triple size birth fill cksum object lvl iblk dblk dsize dnsize lsize full type zdb dmu object info failed errno object number two returns an error for some reason let s create another file to try a higher number testpool touch testpool zdb o testpool object lvl iblk dblk dsize dnsize lsize full type zfs plain file testpool zdb ddddd testpool dataset mos id cr txg objects rootbp dva dva dva unencrypted le contiguous unique triple size birth fill cksum object lvl iblk dblk dsize dnsize lsize full type zap dnode flags used bytes dnode maxblkid microzap bytes entries indirect blocks embedded et b segment size there i just get the zap object with the same object number but if i don t specify an object number i can find both zdb ddddd testpool less object lvl iblk dblk dsize dnsize lsize full type zap dnode flags used bytes dnode maxblkid microzap bytes entries indirect blocks embedded et b segment size object lvl iblk dblk dsize dnsize lsize full type zfs plain file bonus system attributes dnode flags userused accounted userobjused accounted dnode maxblkid path uid gid atime mon nov mtime mon nov ctime mon nov crtime mon nov gen mode size parent links pflags specifying that i want the zfs plain file object just returns a header testpool zdb ddddd testpool f dataset mos id cr txg objects rootbp dva dva dva unencrypted le contiguous unique triple size birth fill cksum object lvl iblk dblk dsize dnsize lsize full type testpool
| 1
|
28,033
| 5,167,306,339
|
IssuesEvent
|
2017-01-17 18:26:26
|
eliasferreyra/googlesitemapgenerator
|
https://api.github.com/repos/eliasferreyra/googlesitemapgenerator
|
closed
|
SiteMapGenerator
|
auto-migrated Priority-Medium Type-Defect
|
```
How can the goole sitemap generator tool be configured on web farm
envoronment.
Currently, we have mutliple production web servers. All of these servers
are accessible from Staging server. I have configured the Sitemap generator
on Staging server and then I am copying the file over to all web server. Is
this right way to do it?
```
Original issue reported on code.google.com by `conthal...@gmail.com` on 20 Aug 2009 at 7:01
|
1.0
|
SiteMapGenerator - ```
How can the goole sitemap generator tool be configured on web farm
envoronment.
Currently, we have mutliple production web servers. All of these servers
are accessible from Staging server. I have configured the Sitemap generator
on Staging server and then I am copying the file over to all web server. Is
this right way to do it?
```
Original issue reported on code.google.com by `conthal...@gmail.com` on 20 Aug 2009 at 7:01
|
defect
|
sitemapgenerator how can the goole sitemap generator tool be configured on web farm envoronment currently we have mutliple production web servers all of these servers are accessible from staging server i have configured the sitemap generator on staging server and then i am copying the file over to all web server is this right way to do it original issue reported on code google com by conthal gmail com on aug at
| 1
|
29,441
| 5,693,473,646
|
IssuesEvent
|
2017-04-15 01:52:32
|
hugotacito/django-pagination
|
https://api.github.com/repos/hugotacito/django-pagination
|
closed
|
Italian translation
|
auto-migrated Priority-Medium Type-Defect
|
```
Italian translation in attachment
```
Original issue reported on code.google.com by `paolo.fe...@gmail.com` on 31 Aug 2009 at 2:54
Attachments:
- [django.po](https://storage.googleapis.com/google-code-attachments/django-pagination/issue-57/comment-0/django.po)
|
1.0
|
Italian translation - ```
Italian translation in attachment
```
Original issue reported on code.google.com by `paolo.fe...@gmail.com` on 31 Aug 2009 at 2:54
Attachments:
- [django.po](https://storage.googleapis.com/google-code-attachments/django-pagination/issue-57/comment-0/django.po)
|
defect
|
italian translation italian translation in attachment original issue reported on code google com by paolo fe gmail com on aug at attachments
| 1
|
378,373
| 11,201,092,167
|
IssuesEvent
|
2020-01-04 00:37:33
|
lowRISC/opentitan
|
https://api.github.com/repos/lowRISC/opentitan
|
closed
|
[doc/reggen] missing space in rendered register text
|
Component:Doc Good First Issue Priority:P3 Type:Cleanup
|
The doc renderer for registers appends a "reset default" and "mask" value after the register text. This is done with a concatenation without spacing, so can render unattractively, eg:
```
aes.CTRL @ + 0x40
Control RegisterReset default = 0x2, mask 0x3f
```
Not sure if the best solution is to append a `.` if the previous text doesn't have one, or to add `<CR>`, or just a space. The solution could experiment to see what looks best across the fleet of register documentation.
|
1.0
|
[doc/reggen] missing space in rendered register text - The doc renderer for registers appends a "reset default" and "mask" value after the register text. This is done with a concatenation without spacing, so can render unattractively, eg:
```
aes.CTRL @ + 0x40
Control RegisterReset default = 0x2, mask 0x3f
```
Not sure if the best solution is to append a `.` if the previous text doesn't have one, or to add `<CR>`, or just a space. The solution could experiment to see what looks best across the fleet of register documentation.
|
non_defect
|
missing space in rendered register text the doc renderer for registers appends a reset default and mask value after the register text this is done with a concatenation without spacing so can render unattractively eg aes ctrl control registerreset default mask not sure if the best solution is to append a if the previous text doesn t have one or to add or just a space the solution could experiment to see what looks best across the fleet of register documentation
| 0
|
25,207
| 4,233,655,469
|
IssuesEvent
|
2016-07-05 08:48:52
|
arkayenro/arkinventory
|
https://api.github.com/repos/arkayenro/arkinventory
|
closed
|
Bug
|
auto-migrated Priority-Medium Type-Defect
|
```
Downloaded from > googlecode | wowinterface | curse | wowui | other
(specify)
What steps will reproduce the problem?
1. Just entering a new zone causes the error somtimes not all the time
2.
3.
What is the expected output? What do you see instead?
There is no expected output I don't even have my bags open
What version of the product are you using? On what operating system?
ArkInventory 3.04.21 Windows 8.1 64bit
Please provide any additional information below.
Error:
35x [ADDON_ACTION_BLOCKED] AddOn 'ArkInventory' tried to call the protected
function 'orig()'.
!BugGrabber\BugGrabber.lua:589: in function <!BugGrabber\BugGrabber.lua:589>
[C]: ?
...ory\Externals\curse\svn\Ace3-AceHook\AceHook-3.0-8.lua:95: in function
`Enable'
...eTradeSkillMaster_Destroying\Modules\GUI.lua:285: in function
<...eTradeSkillMaster_Destroying\Modules\GUI.lua:278>
[string "safecall Dispatcher[2]"]:4: in function <[string "safecall
Dispatcher[2]"]:4>
[C]: ?
[string "safecall Dispatcher[2]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function `Fire'
Ace3\AceEvent-3.0\AceEvent-3.0-3.lua:120: in function
<Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals:
```
Original issue reported on code.google.com by `wowjosc...@gmail.com` on 3 Feb 2015 at 11:31
|
1.0
|
Bug - ```
Downloaded from > googlecode | wowinterface | curse | wowui | other
(specify)
What steps will reproduce the problem?
1. Just entering a new zone causes the error somtimes not all the time
2.
3.
What is the expected output? What do you see instead?
There is no expected output I don't even have my bags open
What version of the product are you using? On what operating system?
ArkInventory 3.04.21 Windows 8.1 64bit
Please provide any additional information below.
Error:
35x [ADDON_ACTION_BLOCKED] AddOn 'ArkInventory' tried to call the protected
function 'orig()'.
!BugGrabber\BugGrabber.lua:589: in function <!BugGrabber\BugGrabber.lua:589>
[C]: ?
...ory\Externals\curse\svn\Ace3-AceHook\AceHook-3.0-8.lua:95: in function
`Enable'
...eTradeSkillMaster_Destroying\Modules\GUI.lua:285: in function
<...eTradeSkillMaster_Destroying\Modules\GUI.lua:278>
[string "safecall Dispatcher[2]"]:4: in function <[string "safecall
Dispatcher[2]"]:4>
[C]: ?
[string "safecall Dispatcher[2]"]:13: in function `?'
...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function `Fire'
Ace3\AceEvent-3.0\AceEvent-3.0-3.lua:120: in function
<Ace3\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals:
```
Original issue reported on code.google.com by `wowjosc...@gmail.com` on 3 Feb 2015 at 11:31
|
defect
|
bug downloaded from googlecode wowinterface curse wowui other specify what steps will reproduce the problem just entering a new zone causes the error somtimes not all the time what is the expected output what do you see instead there is no expected output i don t even have my bags open what version of the product are you using on what operating system arkinventory windows please provide any additional information below error addon arkinventory tried to call the protected function orig buggrabber buggrabber lua in function ory externals curse svn acehook acehook lua in function enable etradeskillmaster destroying modules gui lua in function in function string safecall dispatcher in function ons callbackhandler callbackhandler lua in function fire aceevent aceevent lua in function locals original issue reported on code google com by wowjosc gmail com on feb at
| 1
|
542,775
| 15,866,455,780
|
IssuesEvent
|
2021-04-08 15:46:17
|
Automattic/woocommerce-payments
|
https://api.github.com/repos/Automattic/woocommerce-payments
|
closed
|
[GlobalStep] User navigates to blank screen upon filtering transactions between the dates on Payments->Transaction.
|
priority: critical type: bug
|
## Bug Description:
User navigates to blank screen upon filtering transactions between the dates on Payments->Transaction.
## Environment:
Woocommerce Version : WooCommerce 5.1.
WordPress version: (v5.7)
PC:
Windows 10, Mac 10.14.6
Chrome(Version 89.0.4389.90)
Firefox(Version 87.0)
Safari: v13.1.1
## Steps To Reproduce:
1. Create any test site using JN site.
1. Install and activate all the required plugins
1. Install and activate WooCommerce Payments plugin.
1. Complete the onboarding setup wizard
1. Add some products.
1. Go to frontend and complete the checkout process for any product with WooCommerce payment method.
1. Go to Payments->Transactions.
1. Now filter the transactions using between the dates filter.
1. Observe that blank screen is displayed.
## Actual Result:
User navigates to blank screen upon filtering transactions between the dates on Payments->Transaction.
## Expected Result:
Transactions should get load on Payment->Transactions screen.
## Video:
https://user-images.githubusercontent.com/41110392/113593169-b8b12080-9653-11eb-93c1-8ea2fd691bf1.mp4
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
<details>
```
`
### WordPress Environment ###
WordPress address (URL): https://required-ptarmigan.jurassic.ninja
Site address (URL): https://required-ptarmigan.jurassic.ninja
WC Version: 5.1.0
REST API Version: ✔ 5.1.0
WC Blocks Version: ✔ 4.4.3
Action Scheduler Version: ✔ 3.1.6
WC Admin Version: ✔ 2.0.2
Log Directory Writable: ✔
WP Version: 5.7
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: ✔
WP Cron: ✔
Language: en_US
External object cache: –
### Server Environment ###
Server Info: Apache/2.4.46 (Unix) OpenSSL/1.0.2g
PHP Version: 7.4.16
PHP Post Max Size: 1 GB
PHP Time Limit: 30
PHP Max Input Vars: 5000
cURL Version: 7.47.0
OpenSSL/1.0.2g
SUHOSIN Installed: –
MySQL Version: 5.7.33-0ubuntu0.16.04.1-log
Max Upload Size: 512 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
### Database ###
WC Database Version: 5.1.0
WC Database Prefix: wp_
Total Database Size: 4.08MB
Database Data Size: 2.57MB
Database Index Size: 1.51MB
wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_options: Data: 1.47MB + Index: 0.06MB + Engine InnoDB
wp_postmeta: Data: 0.14MB + Index: 0.11MB + Engine InnoDB
wp_posts: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
### Post Type Counts ###
attachment: 25
customize_changeset: 1
nav_menu_item: 5
page: 6
post: 2
product: 19
product_variation: 7
shop_order: 7
shop_subscription: 1
### Security ###
Secure connection (HTTPS): ✔
Hide errors from visitors: ✔
### Active Plugins (11) ###
Query Monitor: by John Blackbourn – 3.6.7
Code Snippets: by Code Snippets Pro – 2.14.1
Companion Plugin: by Osk – 1.18
Creative Mail by Constant Contact: by Constant Contact – 1.3.5
Facebook for WooCommerce: by Facebook – 2.3.5
Google Ads & Marketing by Kliken: by Kliken – 1.0.7
Mailchimp for WooCommerce: by Mailchimp – 2.5.1
WooCommerce Payments: by Automattic – 2.2.0
WooCommerce Shipping & Tax: by Automattic – 1.25.10
WooCommerce Subscriptions: by WooCommerce – 3.0.12
WooCommerce: by Automattic – 5.1.0
### Inactive Plugins (2) ###
Akismet Anti-Spam: by Automattic – 4.1.9
Hello Dolly: by Matt Mullenweg – 1.7.2
### Dropin Plugins (1) ###
db.php: Query Monitor Database Class
### Settings ###
API Enabled: –
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
subscription (subscription)
variable (variable)
variable subscription (variable-subscription)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
### WC Pages ###
Shop base: #5 - /shop/
Cart: #6 - /cart/
Checkout: #7 - /checkout/
My account: #8 - /my-account/
Terms and conditions: ❌ Page not set
### Theme ###
Name: Twenty Twenty-One
Version: 1.2
Author URL: https://wordpress.org/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
### Templates ###
Overrides: –
### Subscriptions ###
WCS_DEBUG: ✔ No
Subscriptions Mode: ✔ Live
Subscriptions Live URL: https://required-ptarmigan.jurassic.ninja
Subscription Statuses: wc-active: 1
WooCommerce Account Connected: ❌ No
Report Cache Enabled: ✔ Yes
Cache Update Failures: ✔ 0 failure
### Store Setup ###
Country / State: United States (US) — California
### Subscriptions by Payment Gateway ###
WooCommerce Payments: wc-active: 1
### Payment Gateway Support ###
WooCommerce Payments: products
refunds
tokenization
add_payment_method
subscriptions
subscription_cancellation
subscription_suspension
subscription_reactivation
subscription_amount_changes
subscription_date_changes
subscription_payment_method_change
subscription_payment_method_change_customer
subscription_payment_method_change_admin
multiple_subscriptions
### Action Scheduler ###
Complete: 46
Oldest: 2021-04-05 10:28:45 +0000
Newest: 2021-04-05 15:31:47 +0000
Pending: 1
Oldest: 2021-05-05 14:53:59 +0000
Newest: 2021-05-05 14:53:59 +0000
### Status report information ###
Generated at: 2021-04-05 15:31:55 +00:00
`
```
</details>
|
1.0
|
[GlobalStep] User navigates to blank screen upon filtering transactions between the dates on Payments->Transaction. - ## Bug Description:
User navigates to blank screen upon filtering transactions between the dates on Payments->Transaction.
## Environment:
Woocommerce Version : WooCommerce 5.1.
WordPress version: (v5.7)
PC:
Windows 10, Mac 10.14.6
Chrome(Version 89.0.4389.90)
Firefox(Version 87.0)
Safari: v13.1.1
## Steps To Reproduce:
1. Create any test site using JN site.
1. Install and activate all the required plugins
1. Install and activate WooCommerce Payments plugin.
1. Complete the onboarding setup wizard
1. Add some products.
1. Go to frontend and complete the checkout process for any product with WooCommerce payment method.
1. Go to Payments->Transactions.
1. Now filter the transactions using between the dates filter.
1. Observe that blank screen is displayed.
## Actual Result:
User navigates to blank screen upon filtering transactions between the dates on Payments->Transaction.
## Expected Result:
Transactions should get load on Payment->Transactions screen.
## Video:
https://user-images.githubusercontent.com/41110392/113593169-b8b12080-9653-11eb-93c1-8ea2fd691bf1.mp4
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above.
<details>
```
`
### WordPress Environment ###
WordPress address (URL): https://required-ptarmigan.jurassic.ninja
Site address (URL): https://required-ptarmigan.jurassic.ninja
WC Version: 5.1.0
REST API Version: ✔ 5.1.0
WC Blocks Version: ✔ 4.4.3
Action Scheduler Version: ✔ 3.1.6
WC Admin Version: ✔ 2.0.2
Log Directory Writable: ✔
WP Version: 5.7
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: ✔
WP Cron: ✔
Language: en_US
External object cache: –
### Server Environment ###
Server Info: Apache/2.4.46 (Unix) OpenSSL/1.0.2g
PHP Version: 7.4.16
PHP Post Max Size: 1 GB
PHP Time Limit: 30
PHP Max Input Vars: 5000
cURL Version: 7.47.0
OpenSSL/1.0.2g
SUHOSIN Installed: –
MySQL Version: 5.7.33-0ubuntu0.16.04.1-log
Max Upload Size: 512 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
### Database ###
WC Database Version: 5.1.0
WC Database Prefix: wp_
Total Database Size: 4.08MB
Database Data Size: 2.57MB
Database Index Size: 1.51MB
wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_actions: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_actionscheduler_logs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_options: Data: 1.47MB + Index: 0.06MB + Engine InnoDB
wp_postmeta: Data: 0.14MB + Index: 0.11MB + Engine InnoDB
wp_posts: Data: 0.06MB + Index: 0.06MB + Engine InnoDB
wp_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
### Post Type Counts ###
attachment: 25
customize_changeset: 1
nav_menu_item: 5
page: 6
post: 2
product: 19
product_variation: 7
shop_order: 7
shop_subscription: 1
### Security ###
Secure connection (HTTPS): ✔
Hide errors from visitors: ✔
### Active Plugins (11) ###
Query Monitor: by John Blackbourn – 3.6.7
Code Snippets: by Code Snippets Pro – 2.14.1
Companion Plugin: by Osk – 1.18
Creative Mail by Constant Contact: by Constant Contact – 1.3.5
Facebook for WooCommerce: by Facebook – 2.3.5
Google Ads & Marketing by Kliken: by Kliken – 1.0.7
Mailchimp for WooCommerce: by Mailchimp – 2.5.1
WooCommerce Payments: by Automattic – 2.2.0
WooCommerce Shipping & Tax: by Automattic – 1.25.10
WooCommerce Subscriptions: by WooCommerce – 3.0.12
WooCommerce: by Automattic – 5.1.0
### Inactive Plugins (2) ###
Akismet Anti-Spam: by Automattic – 4.1.9
Hello Dolly: by Matt Mullenweg – 1.7.2
### Dropin Plugins (1) ###
db.php: Query Monitor Database Class
### Settings ###
API Enabled: –
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: external (external)
grouped (grouped)
simple (simple)
subscription (subscription)
variable (variable)
variable subscription (variable-subscription)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
Connected to WooCommerce.com: –
### WC Pages ###
Shop base: #5 - /shop/
Cart: #6 - /cart/
Checkout: #7 - /checkout/
My account: #8 - /my-account/
Terms and conditions: ❌ Page not set
### Theme ###
Name: Twenty Twenty-One
Version: 1.2
Author URL: https://wordpress.org/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔
### Templates ###
Overrides: –
### Subscriptions ###
WCS_DEBUG: ✔ No
Subscriptions Mode: ✔ Live
Subscriptions Live URL: https://required-ptarmigan.jurassic.ninja
Subscription Statuses: wc-active: 1
WooCommerce Account Connected: ❌ No
Report Cache Enabled: ✔ Yes
Cache Update Failures: ✔ 0 failure
### Store Setup ###
Country / State: United States (US) — California
### Subscriptions by Payment Gateway ###
WooCommerce Payments: wc-active: 1
### Payment Gateway Support ###
WooCommerce Payments: products
refunds
tokenization
add_payment_method
subscriptions
subscription_cancellation
subscription_suspension
subscription_reactivation
subscription_amount_changes
subscription_date_changes
subscription_payment_method_change
subscription_payment_method_change_customer
subscription_payment_method_change_admin
multiple_subscriptions
### Action Scheduler ###
Complete: 46
Oldest: 2021-04-05 10:28:45 +0000
Newest: 2021-04-05 15:31:47 +0000
Pending: 1
Oldest: 2021-05-05 14:53:59 +0000
Newest: 2021-05-05 14:53:59 +0000
### Status report information ###
Generated at: 2021-04-05 15:31:55 +00:00
`
```
</details>
|
non_defect
|
user navigates to blank screen upon filtering transactions between the dates on payments transaction bug description user navigates to blank screen upon filtering transactions between the dates on payments transaction environment woocommerce version woocommerce wordpress version pc windows mac chrome version firefox version safari steps to reproduce create any test site using jn site install and activate all the required plugins install and activate woocommerce payments plugin complete the onboarding setup wizard add some products go to frontend and complete the checkout process for any product with woocommerce payment method go to payments transactions now filter the transactions using between the dates filter observe that blank screen is displayed actual result user navigates to blank screen upon filtering transactions between the dates on payments transaction expected result transactions should get load on payment transactions screen video isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above wordpress environment wordpress address url site address url wc version rest api version ✔ wc blocks version ✔ action scheduler version ✔ wc admin version ✔ log directory writable ✔ wp version wp multisite – wp memory limit mb wp debug mode ✔ wp cron ✔ language en us external object cache – server environment server info apache unix openssl php version php post max size gb php time limit php max input vars curl version openssl suhosin installed – mysql version log max upload size mb default timezone is utc ✔ fsockopen curl ✔ soapclient ✔ domdocument ✔ gzip ✔ multibyte string ✔ remote post ✔ remote get ✔ database wc database version wc database prefix wp total database size database data size database index size wp woocommerce sessions data index engine innodb wp woocommerce api keys data index engine innodb wp woocommerce attribute taxonomies data index engine innodb wp woocommerce downloadable product permissions data index engine innodb wp woocommerce order items data index engine innodb wp woocommerce order itemmeta data index engine innodb wp woocommerce tax rates data index engine innodb wp woocommerce tax rate locations data index engine innodb wp woocommerce shipping zones data index engine innodb wp woocommerce shipping zone locations data index engine innodb wp woocommerce shipping zone methods data index engine innodb wp woocommerce payment tokens data index engine innodb wp woocommerce payment tokenmeta data index engine innodb wp woocommerce log data index engine innodb wp actionscheduler actions data index engine innodb wp actionscheduler claims data index engine innodb wp actionscheduler groups data index engine innodb wp actionscheduler logs data index engine innodb wp abandoned checkout data index engine innodb wp commentmeta data index engine innodb wp comments data index engine innodb wp links data index engine innodb wp mailchimp carts data index engine innodb wp mailchimp jobs data index engine innodb wp ms snippets data index engine innodb wp options data index engine innodb wp postmeta data index engine innodb wp posts data index engine innodb wp snippets data index engine innodb wp termmeta data index engine innodb wp terms data index engine innodb wp term relationships data index engine innodb wp term taxonomy data index engine innodb wp usermeta data index engine innodb wp users data index engine innodb wp wc admin notes data index engine innodb wp wc admin note actions data index engine innodb wp wc category lookup data index engine innodb wp wc customer lookup data index engine innodb wp wc download log data index engine innodb wp wc order coupon lookup data index engine innodb wp wc order product lookup data index engine innodb wp wc order stats data index engine innodb wp wc order tax lookup data index engine innodb wp wc product meta lookup data index engine innodb wp wc reserved stock data index engine innodb wp wc tax rate classes data index engine innodb wp wc webhooks data index engine innodb post type counts attachment customize changeset nav menu item page post product product variation shop order shop subscription security secure connection https ✔ hide errors from visitors ✔ active plugins query monitor by john blackbourn – code snippets by code snippets pro – companion plugin by osk – creative mail by constant contact by constant contact – facebook for woocommerce by facebook – google ads marketing by kliken by kliken – mailchimp for woocommerce by mailchimp – woocommerce payments by automattic – woocommerce shipping tax by automattic – woocommerce subscriptions by woocommerce – woocommerce by automattic – inactive plugins akismet anti spam by automattic – hello dolly by matt mullenweg – dropin plugins db php query monitor database class settings api enabled – force ssl – currency usd currency position left thousand separator decimal separator number of decimals taxonomies product types external external grouped grouped simple simple subscription subscription variable variable variable subscription variable subscription taxonomies product visibility exclude from catalog exclude from catalog exclude from search exclude from search featured featured outofstock outofstock rated rated rated rated rated rated rated rated rated rated connected to woocommerce com – wc pages shop base shop cart cart checkout checkout my account my account terms and conditions ❌ page not set theme name twenty twenty one version author url child theme ❌ – if you are modifying woocommerce on a parent theme that you did not build personally we recommend using a child theme see how to create a child theme woocommerce support ✔ templates overrides – subscriptions wcs debug ✔ no subscriptions mode ✔ live subscriptions live url subscription statuses wc active woocommerce account connected ❌ no report cache enabled ✔ yes cache update failures ✔ failure store setup country state united states us — california subscriptions by payment gateway woocommerce payments wc active payment gateway support woocommerce payments products refunds tokenization add payment method subscriptions subscription cancellation subscription suspension subscription reactivation subscription amount changes subscription date changes subscription payment method change subscription payment method change customer subscription payment method change admin multiple subscriptions action scheduler complete oldest newest pending oldest newest status report information generated at
| 0
|
15,177
| 2,850,246,234
|
IssuesEvent
|
2015-05-31 12:05:03
|
damonkohler/android-scripting
|
https://api.github.com/repos/damonkohler/android-scripting
|
closed
|
Can't locate unicore/PVA.pl in @INC
|
auto-migrated Priority-Medium Type-Defect
|
```
What device(s) are you experiencing the problem on?
LG NEXUS 4
What firmware version are you running on the device?
What steps will reproduce the problem?
print Dumper $droid->getLaunchableApplications();
What is the expected output? What do you see instead?
Can't locate unicore/PVA.pl in @INC (@INC contains:
/data/data/com.googlecode.perlforandroid/files/perl/site_perl/5.10.0/arm-eabi-li
nux /sdcard/com.googlecode.perlforandroid/extras/perl/site_perl/5.10.0
/data/data/com.googlecode.perlforandroid/files/perl/5.10.0/arm-eabi-linux
/data/data/com.googlecode.perlforandroid/files/perl/5.10.0
/sdcard/com.googlecode.perlforandroid/extras/perl/site_perl .) at
/data/data/com.googlecode.perlforandroid/files/perl/5.10.0/utf8_heavy.pl line
97, <GEN0> line 3.
What version of the product are you using? On what operating system?
Please provide any additional information below.
```
Original issue reported on code.google.com by `gabor.ma...@gmail.com` on 6 Jul 2013 at 6:02
|
1.0
|
Can't locate unicore/PVA.pl in @INC - ```
What device(s) are you experiencing the problem on?
LG NEXUS 4
What firmware version are you running on the device?
What steps will reproduce the problem?
print Dumper $droid->getLaunchableApplications();
What is the expected output? What do you see instead?
Can't locate unicore/PVA.pl in @INC (@INC contains:
/data/data/com.googlecode.perlforandroid/files/perl/site_perl/5.10.0/arm-eabi-li
nux /sdcard/com.googlecode.perlforandroid/extras/perl/site_perl/5.10.0
/data/data/com.googlecode.perlforandroid/files/perl/5.10.0/arm-eabi-linux
/data/data/com.googlecode.perlforandroid/files/perl/5.10.0
/sdcard/com.googlecode.perlforandroid/extras/perl/site_perl .) at
/data/data/com.googlecode.perlforandroid/files/perl/5.10.0/utf8_heavy.pl line
97, <GEN0> line 3.
What version of the product are you using? On what operating system?
Please provide any additional information below.
```
Original issue reported on code.google.com by `gabor.ma...@gmail.com` on 6 Jul 2013 at 6:02
|
defect
|
can t locate unicore pva pl in inc what device s are you experiencing the problem on lg nexus what firmware version are you running on the device what steps will reproduce the problem print dumper droid getlaunchableapplications what is the expected output what do you see instead can t locate unicore pva pl in inc inc contains data data com googlecode perlforandroid files perl site perl arm eabi li nux sdcard com googlecode perlforandroid extras perl site perl data data com googlecode perlforandroid files perl arm eabi linux data data com googlecode perlforandroid files perl sdcard com googlecode perlforandroid extras perl site perl at data data com googlecode perlforandroid files perl heavy pl line line what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by gabor ma gmail com on jul at
| 1
|
289,298
| 21,778,674,000
|
IssuesEvent
|
2022-05-13 16:14:17
|
scrapy/scrapyd
|
https://api.github.com/repos/scrapy/scrapyd
|
closed
|
scrapyd no longer provides an easy way to do a system install
|
topic: documentation
|
Even before the ubuntu packages got deprecated (#252)
the scrapyd builds for ubuntu/debian where quite unusable.
We should have instructions on how to do a system install.
The current steps, as seen in the debian/ folder
are as follows:
- create scrapyd's directories,
seen in https://github.com/scrapy/scrapyd/blob/1.2/debian/scrapyd.dirs
- create a system user account and give it rights to the directories
as seen in https://github.com/scrapy/scrapyd/blob/1.2/debian/scrapyd.postinst
- add an init script for your system,
based on https://github.com/scrapy/scrapyd/blob/1.2/debian/scrapyd.init
- create a python environment for the scrapyd user
and install scrapyd and its dependencies in it.
- make sure the init script runs scrapyd using this environment
(This is the only part I haven't yet tried)
To a seasoned sysadmin, it's a matter of minutes.
The fancy part is to set up a python environment
to be used by the scrapyd user and its init script.
This is necessary as scrapyd may not agree
with the packages or package versions
used by the system python.
(also, not all required python packages may be system packages)
|
1.0
|
scrapyd no longer provides an easy way to do a system install - Even before the ubuntu packages got deprecated (#252)
the scrapyd builds for ubuntu/debian where quite unusable.
We should have instructions on how to do a system install.
The current steps, as seen in the debian/ folder
are as follows:
- create scrapyd's directories,
seen in https://github.com/scrapy/scrapyd/blob/1.2/debian/scrapyd.dirs
- create a system user account and give it rights to the directories
as seen in https://github.com/scrapy/scrapyd/blob/1.2/debian/scrapyd.postinst
- add an init script for your system,
based on https://github.com/scrapy/scrapyd/blob/1.2/debian/scrapyd.init
- create a python environment for the scrapyd user
and install scrapyd and its dependencies in it.
- make sure the init script runs scrapyd using this environment
(This is the only part I haven't yet tried)
To a seasoned sysadmin, it's a matter of minutes.
The fancy part is to set up a python environment
to be used by the scrapyd user and its init script.
This is necessary as scrapyd may not agree
with the packages or package versions
used by the system python.
(also, not all required python packages may be system packages)
|
non_defect
|
scrapyd no longer provides an easy way to do a system install even before the ubuntu packages got deprecated the scrapyd builds for ubuntu debian where quite unusable we should have instructions on how to do a system install the current steps as seen in the debian folder are as follows create scrapyd s directories seen in create a system user account and give it rights to the directories as seen in add an init script for your system based on create a python environment for the scrapyd user and install scrapyd and its dependencies in it make sure the init script runs scrapyd using this environment this is the only part i haven t yet tried to a seasoned sysadmin it s a matter of minutes the fancy part is to set up a python environment to be used by the scrapyd user and its init script this is necessary as scrapyd may not agree with the packages or package versions used by the system python also not all required python packages may be system packages
| 0
|
3,175
| 2,607,986,912
|
IssuesEvent
|
2015-02-26 00:52:08
|
chrsmithdemos/zen-coding
|
https://api.github.com/repos/chrsmithdemos/zen-coding
|
opened
|
Komodo zen_editor.js should wrap endUndoAction in a finally block.
|
auto-migrated Priority-Medium Type-Defect
|
```
In the replaceContent method in zen_editor.js, the undo action
code should be coded like so:
scimoz.beginUndoAction();
try {
....
} finally {
scimoz.beginEndAction();
}
```
-----
Original issue reported on code.google.com by `eric.pro...@gmail.com` on 22 Oct 2012 at 5:52
|
1.0
|
Komodo zen_editor.js should wrap endUndoAction in a finally block. - ```
In the replaceContent method in zen_editor.js, the undo action
code should be coded like so:
scimoz.beginUndoAction();
try {
....
} finally {
scimoz.beginEndAction();
}
```
-----
Original issue reported on code.google.com by `eric.pro...@gmail.com` on 22 Oct 2012 at 5:52
|
defect
|
komodo zen editor js should wrap endundoaction in a finally block in the replacecontent method in zen editor js the undo action code should be coded like so scimoz beginundoaction try finally scimoz beginendaction original issue reported on code google com by eric pro gmail com on oct at
| 1
|
48,449
| 13,068,539,014
|
IssuesEvent
|
2020-07-31 03:54:05
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
[PROPOSAL] secondaries from tau decay outside the active volume are not recorded (Trac #2412)
|
Migrated from Trac combo simulation defect
|
Muons from tau decay aren't recorded in the MCTree. The culprit is r176190, which overrides the only_loss_inside_detector setting for all sectors.
One solution would be to emit ranged particles unconditionally, since it can't be known ahead of time whether they will reach the active volume.
Migrated from https://code.icecube.wisc.edu/ticket/2412
```json
{
"status": "closed",
"changetime": "2020-02-20T14:09:34",
"description": "Muons from tau decay aren't recorded in the MCTree. The culprit is r176190, which overrides the only_loss_inside_detector setting for all sectors.\n\nOne solution would be to emit ranged particles unconditionally, since it can't be known ahead of time whether they will reach the active volume.",
"reporter": "jvansanten",
"cc": "",
"resolution": "fixed",
"_ts": "1582207774076215",
"component": "combo simulation",
"summary": "[PROPOSAL] secondaries from tau decay outside the active volume are not recorded",
"priority": "critical",
"keywords": "",
"time": "2020-02-20T10:57:01",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
|
1.0
|
[PROPOSAL] secondaries from tau decay outside the active volume are not recorded (Trac #2412) - Muons from tau decay aren't recorded in the MCTree. The culprit is r176190, which overrides the only_loss_inside_detector setting for all sectors.
One solution would be to emit ranged particles unconditionally, since it can't be known ahead of time whether they will reach the active volume.
Migrated from https://code.icecube.wisc.edu/ticket/2412
```json
{
"status": "closed",
"changetime": "2020-02-20T14:09:34",
"description": "Muons from tau decay aren't recorded in the MCTree. The culprit is r176190, which overrides the only_loss_inside_detector setting for all sectors.\n\nOne solution would be to emit ranged particles unconditionally, since it can't be known ahead of time whether they will reach the active volume.",
"reporter": "jvansanten",
"cc": "",
"resolution": "fixed",
"_ts": "1582207774076215",
"component": "combo simulation",
"summary": "[PROPOSAL] secondaries from tau decay outside the active volume are not recorded",
"priority": "critical",
"keywords": "",
"time": "2020-02-20T10:57:01",
"milestone": "",
"owner": "jvansanten",
"type": "defect"
}
```
|
defect
|
secondaries from tau decay outside the active volume are not recorded trac muons from tau decay aren t recorded in the mctree the culprit is which overrides the only loss inside detector setting for all sectors one solution would be to emit ranged particles unconditionally since it can t be known ahead of time whether they will reach the active volume migrated from json status closed changetime description muons from tau decay aren t recorded in the mctree the culprit is which overrides the only loss inside detector setting for all sectors n none solution would be to emit ranged particles unconditionally since it can t be known ahead of time whether they will reach the active volume reporter jvansanten cc resolution fixed ts component combo simulation summary secondaries from tau decay outside the active volume are not recorded priority critical keywords time milestone owner jvansanten type defect
| 1
|
10,006
| 7,056,203,816
|
IssuesEvent
|
2018-01-04 11:45:29
|
golang/go
|
https://api.github.com/repos/golang/go
|
closed
|
cmd/compile: expand TestIntendedInlining to more packages and funcs
|
Performance
|
#17566 is about improving the inlining cost model. Making changes to the compiler, especially touching the inlining heuristics, always has the risk of unintentionally making some funcs non-inlineable, potentially resulting in noticeable performance regressions.
That's why @josharian added `TestIntendedInlining`: https://go-review.googlesource.com/c/go/+/57410
It basically runs `go build -a -gcflags=-m runtime` and checks that certain funcs are printed in a line along with `can inline`.
However, the test is limited to the runtime. There are other small functions in the standard library that we want to be inlineable, and which we even tweak to appease the current heuristic. A recent example: https://go-review.googlesource.com/c/go/+/63332
I propose that we add a way to cover more funcs in other packages within `std`.
Thoughts:
* We probably want to focus on low-level and basic packages first, like `unicode/utf8` and `bytes`
* Should we modify `TestIntendedInlining`, or add a new test? (given how it uses `build -a`, I presume a single test would be the fastest)
* If it covers more than just `runtime`, I presume we would want the test out of the `runtime` package (where? cmd/compile?)
Suggestions of funcs/packages to add welcome. Happy to work on it if pointers on the above are given.
CC @TocarIP @josharian @martisch
|
True
|
cmd/compile: expand TestIntendedInlining to more packages and funcs - #17566 is about improving the inlining cost model. Making changes to the compiler, especially touching the inlining heuristics, always has the risk of unintentionally making some funcs non-inlineable, potentially resulting in noticeable performance regressions.
That's why @josharian added `TestIntendedInlining`: https://go-review.googlesource.com/c/go/+/57410
It basically runs `go build -a -gcflags=-m runtime` and checks that certain funcs are printed in a line along with `can inline`.
However, the test is limited to the runtime. There are other small functions in the standard library that we want to be inlineable, and which we even tweak to appease the current heuristic. A recent example: https://go-review.googlesource.com/c/go/+/63332
I propose that we add a way to cover more funcs in other packages within `std`.
Thoughts:
* We probably want to focus on low-level and basic packages first, like `unicode/utf8` and `bytes`
* Should we modify `TestIntendedInlining`, or add a new test? (given how it uses `build -a`, I presume a single test would be the fastest)
* If it covers more than just `runtime`, I presume we would want the test out of the `runtime` package (where? cmd/compile?)
Suggestions of funcs/packages to add welcome. Happy to work on it if pointers on the above are given.
CC @TocarIP @josharian @martisch
|
non_defect
|
cmd compile expand testintendedinlining to more packages and funcs is about improving the inlining cost model making changes to the compiler especially touching the inlining heuristics always has the risk of unintentionally making some funcs non inlineable potentially resulting in noticeable performance regressions that s why josharian added testintendedinlining it basically runs go build a gcflags m runtime and checks that certain funcs are printed in a line along with can inline however the test is limited to the runtime there are other small functions in the standard library that we want to be inlineable and which we even tweak to appease the current heuristic a recent example i propose that we add a way to cover more funcs in other packages within std thoughts we probably want to focus on low level and basic packages first like unicode and bytes should we modify testintendedinlining or add a new test given how it uses build a i presume a single test would be the fastest if it covers more than just runtime i presume we would want the test out of the runtime package where cmd compile suggestions of funcs packages to add welcome happy to work on it if pointers on the above are given cc tocarip josharian martisch
| 0
|
45,511
| 12,829,316,061
|
IssuesEvent
|
2020-07-06 22:35:01
|
department-of-veterans-affairs/va.gov-team
|
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
|
closed
|
[FUNCTIONALITY] Sortable Table - SHOULD provide a sorting function
|
508-defect-4 508/Accessibility design system
|
# [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Description
<!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. -->
Our [sortable table component](https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/visual-design/components/sortabletable/) has clickable `<th>` elements but does not provide a sorting function. If we are going to provide this component, we need to include a base sort, and allow developers to pass in their own overrides as needed.
## Related Issues
* #9193
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket.
-->
**VFS Point of Contact:** _Trevor_
## Acceptance Criteria
<!-- As a keyboard user, I want to open the Level of Coverage widget by pressing Spacebar or pressing Enter. These keypress actions should not interfere with the mouse click event also opening the widget. -->
- [ ] Basic sorting functionality is added to component
- [ ] Sorting function can be overridden by passing in a `prop`
- [ ] Unit testing is added to confirm sort ascending and descending behavior
- [ ] Sorting behavior should be defined for String, Number, and maybe Boolean
## Environment
* https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/visual-design/components/sortabletable/
## WCAG or Vendor Guidance (optional)
* [Smashing Magazine: Creating Sortable Tables With React](https://www.smashingmagazine.com/2020/03/sortable-tables-react/)
|
1.0
|
[FUNCTIONALITY] Sortable Table - SHOULD provide a sorting function - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
[KEYBOARD]: Add another user link will not receive keyboard focus
[AXE-CORE]: Heading levels should increase by one
[COGNITION]: Error messages should be more specific
[COLOR]: Blue button on blue background does not have sufficient contrast ratio
---
-->
<!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. -->
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️ Should** if the feedback is best practice
- **✔️ Consider** for suggestions/enhancements
## Description
<!-- This is a detailed description of the issue. It should include a restatement of the title, and provide more background information. -->
Our [sortable table component](https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/visual-design/components/sortabletable/) has clickable `<th>` elements but does not provide a sorting function. If we are going to provide this component, we need to include a base sort, and allow developers to pass in their own overrides as needed.
## Related Issues
* #9193
## Point of Contact
<!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket.
-->
**VFS Point of Contact:** _Trevor_
## Acceptance Criteria
<!-- As a keyboard user, I want to open the Level of Coverage widget by pressing Spacebar or pressing Enter. These keypress actions should not interfere with the mouse click event also opening the widget. -->
- [ ] Basic sorting functionality is added to component
- [ ] Sorting function can be overridden by passing in a `prop`
- [ ] Unit testing is added to confirm sort ascending and descending behavior
- [ ] Sorting behavior should be defined for String, Number, and maybe Boolean
## Environment
* https://department-of-veterans-affairs.github.io/veteran-facing-services-tools/visual-design/components/sortabletable/
## WCAG or Vendor Guidance (optional)
* [Smashing Magazine: Creating Sortable Tables With React](https://www.smashingmagazine.com/2020/03/sortable-tables-react/)
|
defect
|
sortable table should provide a sorting function enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements description our has clickable elements but does not provide a sorting function if we are going to provide this component we need to include a base sort and allow developers to pass in their own overrides as needed related issues point of contact if this issue is being opened by a vfs team member please add a point of contact usually this is the same person who enters the issue ticket vfs point of contact trevor acceptance criteria basic sorting functionality is added to component sorting function can be overridden by passing in a prop unit testing is added to confirm sort ascending and descending behavior sorting behavior should be defined for string number and maybe boolean environment wcag or vendor guidance optional
| 1
|
49,215
| 20,673,985,523
|
IssuesEvent
|
2022-03-10 07:10:45
|
Azure/azure-sdk-for-net
|
https://api.github.com/repos/Azure/azure-sdk-for-net
|
closed
|
SignalR Extensions: enable network requests to be routed through any application gateway.
|
SignalR Service Attention Client feature-request Functions needs-team-attention
|
### Library name
Microsoft.Azure.WebJobs.Extensions.SignalRService
### Please describe the feature.
SignalR Service extensions should have a way to set the the address to use for establishing a connection to the SignalR Service, allowing network requests to be routed through any application gateways or other paths needed for the host environment.
EventHub extensions enable this scenario via the CustomEndpointProperty:
https://github.com/Azure/azure-sdk-for-net/blob/07f98ef8d32cab0ee4aeadf5b32c1014451f2cb5/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Config/EventHubOptions.cs#L78
|
1.0
|
SignalR Extensions: enable network requests to be routed through any application gateway. - ### Library name
Microsoft.Azure.WebJobs.Extensions.SignalRService
### Please describe the feature.
SignalR Service extensions should have a way to set the the address to use for establishing a connection to the SignalR Service, allowing network requests to be routed through any application gateways or other paths needed for the host environment.
EventHub extensions enable this scenario via the CustomEndpointProperty:
https://github.com/Azure/azure-sdk-for-net/blob/07f98ef8d32cab0ee4aeadf5b32c1014451f2cb5/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Config/EventHubOptions.cs#L78
|
non_defect
|
signalr extensions enable network requests to be routed through any application gateway library name microsoft azure webjobs extensions signalrservice please describe the feature signalr service extensions should have a way to set the the address to use for establishing a connection to the signalr service allowing network requests to be routed through any application gateways or other paths needed for the host environment eventhub extensions enable this scenario via the customendpointproperty
| 0
|
45,726
| 13,046,186,285
|
IssuesEvent
|
2020-07-29 08:34:57
|
ryanhsu828/hijack-main
|
https://api.github.com/repos/ryanhsu828/hijack-main
|
closed
|
TYPOS in http://hijack-main.googlecode.com/svn/trunk/msp430/README
|
Priority-Medium Type-Defect auto-migrated
|
```
Slightly corrected text
svn export http://tinyos-main.googlecode.com/svn/trunk/ tinyos-main-read-only
cd tinyos-main-read-only
svn export http://hijack-main.googlecode.com/svn/trunk/msp430
. setup.sh
cd apps/HiJackMan
make hijack install miniprog bsl /dev/tty0
-In first line, "http:" had two characters interchanged
-Between line 4 & 5, all the files downloaded on the second export must be
moved one directory up. I do not know how to do this except in the Windows file
system so the error is still in the above text.
-Line 7, comma removed and USB switched to Windows COM1 (tty0 in unix)
```
Original issue reported on code.google.com by `dstan...@gmail.com` on 29 Mar 2012 at 5:01
|
1.0
|
TYPOS in http://hijack-main.googlecode.com/svn/trunk/msp430/README - ```
Slightly corrected text
svn export http://tinyos-main.googlecode.com/svn/trunk/ tinyos-main-read-only
cd tinyos-main-read-only
svn export http://hijack-main.googlecode.com/svn/trunk/msp430
. setup.sh
cd apps/HiJackMan
make hijack install miniprog bsl /dev/tty0
-In first line, "http:" had two characters interchanged
-Between line 4 & 5, all the files downloaded on the second export must be
moved one directory up. I do not know how to do this except in the Windows file
system so the error is still in the above text.
-Line 7, comma removed and USB switched to Windows COM1 (tty0 in unix)
```
Original issue reported on code.google.com by `dstan...@gmail.com` on 29 Mar 2012 at 5:01
|
defect
|
typos in slightly corrected text svn export tinyos main read only cd tinyos main read only svn export setup sh cd apps hijackman make hijack install miniprog bsl dev in first line http had two characters interchanged between line all the files downloaded on the second export must be moved one directory up i do not know how to do this except in the windows file system so the error is still in the above text line comma removed and usb switched to windows in unix original issue reported on code google com by dstan gmail com on mar at
| 1
|
23,376
| 3,807,215,855
|
IssuesEvent
|
2016-03-25 06:20:23
|
drewandersonnz/trac2github
|
https://api.github.com/repos/drewandersonnz/trac2github
|
opened
|
Change Profile URI builder to destroy all non alphanum chars
|
P: blocker T: defect
|
**Reported by drew on 14 Jan 2012 18:08 UTC**
Spaces, commas, etc are bad SEO.. Replace them with '-' hyphens.
|
1.0
|
Change Profile URI builder to destroy all non alphanum chars - **Reported by drew on 14 Jan 2012 18:08 UTC**
Spaces, commas, etc are bad SEO.. Replace them with '-' hyphens.
|
defect
|
change profile uri builder to destroy all non alphanum chars reported by drew on jan utc spaces commas etc are bad seo replace them with hyphens
| 1
|
72,014
| 23,895,001,814
|
IssuesEvent
|
2022-09-08 14:12:25
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
opened
|
Desktop user status different than web (Web is correct)
|
T-Defect
|
### Steps to reproduce
1. Open desktop element app
2. View status of people
3. Compare status to web version of element
### Outcome
#### What did you expect?
Statuses should be identical
#### What happened instead?
Desktop version shows wrong status
### Operating system
Windows 10
### Application version
Element version: 1.11.4 Olm version: 3.2.12
### How did you install the app?
https://element.io/get-started#download
### Homeserver
homeserver (Synapse)
### Will you send logs?
Yes
|
1.0
|
Desktop user status different than web (Web is correct) - ### Steps to reproduce
1. Open desktop element app
2. View status of people
3. Compare status to web version of element
### Outcome
#### What did you expect?
Statuses should be identical
#### What happened instead?
Desktop version shows wrong status
### Operating system
Windows 10
### Application version
Element version: 1.11.4 Olm version: 3.2.12
### How did you install the app?
https://element.io/get-started#download
### Homeserver
homeserver (Synapse)
### Will you send logs?
Yes
|
defect
|
desktop user status different than web web is correct steps to reproduce open desktop element app view status of people compare status to web version of element outcome what did you expect statuses should be identical what happened instead desktop version shows wrong status operating system windows application version element version olm version how did you install the app homeserver homeserver synapse will you send logs yes
| 1
|
20,094
| 3,295,315,221
|
IssuesEvent
|
2015-10-31 20:48:32
|
chief-atx/bcmon
|
https://api.github.com/repos/chief-atx/bcmon
|
closed
|
bcmon doesnt find any too installed
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. I open it.
2. Intalled tool version and installed fw version not available
3. I cant use monitor mode on air crack gui
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
1
Please provide any additional information below.
how to hack wifi
```
Original issue reported on code.google.com by `clash.of...@gmail.com` on 13 Jul 2015 at 4:58
|
1.0
|
bcmon doesnt find any too installed - ```
What steps will reproduce the problem?
1. I open it.
2. Intalled tool version and installed fw version not available
3. I cant use monitor mode on air crack gui
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
1
Please provide any additional information below.
how to hack wifi
```
Original issue reported on code.google.com by `clash.of...@gmail.com` on 13 Jul 2015 at 4:58
|
defect
|
bcmon doesnt find any too installed what steps will reproduce the problem i open it intalled tool version and installed fw version not available i cant use monitor mode on air crack gui what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below how to hack wifi original issue reported on code google com by clash of gmail com on jul at
| 1
|
4,346
| 2,610,092,080
|
IssuesEvent
|
2015-02-26 18:27:48
|
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:54
|
1.0
|
深圳粉刺怎么祛除 - ```
深圳粉刺怎么祛除【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:54
|
defect
|
深圳粉刺怎么祛除 深圳粉刺怎么祛除【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
| 1
|
258,770
| 19,573,365,234
|
IssuesEvent
|
2022-01-04 12:44:51
|
IMS-Bio2Core-Facility/lta
|
https://api.github.com/repos/IMS-Bio2Core-Facility/lta
|
closed
|
Making name consistent across documentation
|
documentation
|
Currently,
"traffic" and "trafficking" are used interchangeably throughout the tool.
We should standardise on one to reduce confusion.
Have agreed on "traffic" with collaborators.
|
1.0
|
Making name consistent across documentation - Currently,
"traffic" and "trafficking" are used interchangeably throughout the tool.
We should standardise on one to reduce confusion.
Have agreed on "traffic" with collaborators.
|
non_defect
|
making name consistent across documentation currently traffic and trafficking are used interchangeably throughout the tool we should standardise on one to reduce confusion have agreed on traffic with collaborators
| 0
|
1,434
| 2,603,965,514
|
IssuesEvent
|
2015-02-24 18:58:52
|
chrsmith/nishazi6
|
https://api.github.com/repos/chrsmith/nishazi6
|
opened
|
沈阳龟头上有一个红疙瘩
|
auto-migrated Priority-Medium Type-Defect
|
```
沈阳龟头上有一个红疙瘩〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 6:59
|
1.0
|
沈阳龟头上有一个红疙瘩 - ```
沈阳龟头上有一个红疙瘩〓沈陽軍區政治部醫院性病〓TEL:02
4-31023308〓成立于1946年,68年專注于性傳播疾病的研究和治療�
��位于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝�
��的歷史悠久、設備精良、技術權威、專家云集,是預防、保
健、醫療、科研康復為一體的綜合性醫院。是國家首批公立��
�等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學�
��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍
空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集��
�二等功。
```
-----
Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 6:59
|
defect
|
沈阳龟头上有一个红疙瘩 沈阳龟头上有一个红疙瘩〓沈陽軍區政治部醫院性病〓tel: 〓 , � �� 。是一所與新中國同建立共輝� ��的歷史悠久、設備精良、技術權威、專家云集,是預防、保 健、醫療、科研康復為一體的綜合性醫院。是國家首批公立�� �等部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學� ��東南大學等知名高等院校的教學醫院。曾被中國人民解放軍 空軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集�� �二等功。 original issue reported on code google com by gmail com on jun at
| 1
|
389,112
| 26,799,047,257
|
IssuesEvent
|
2023-02-01 13:57:57
|
elastic/design-system-team
|
https://api.github.com/repos/elastic/design-system-team
|
closed
|
Add new skeleton components
|
Documentation Figma
|
## Figma library update
Use this template to request additions or changes to our Figma libraries. The Design System (DS) team will triage requests, prioritze, and determine deliverables. Completed work will be broadly communicated through the DS newsletter with additional follow-ups to downstream teams impacted by the work.
### Describe the update
- Add new skeleton components
- See here: https://eui.elastic.co/pr_6558/#/display/skeleton
----
#### A note about assignees
Are you interested in completing this work?
Maintaining the Elastic Figma libraries takes a village. The DS team is happy to complete this work, collaborate, or simply provide support if you would liek to tackle it yourself.
In the future, we will provide guidelines for contributing. For now, be brave and know we are here to assist. Oh, and we would really like to chat about which library this should live - it can be a fuzzy area between EUI and KUI.
|
1.0
|
Add new skeleton components - ## Figma library update
Use this template to request additions or changes to our Figma libraries. The Design System (DS) team will triage requests, prioritze, and determine deliverables. Completed work will be broadly communicated through the DS newsletter with additional follow-ups to downstream teams impacted by the work.
### Describe the update
- Add new skeleton components
- See here: https://eui.elastic.co/pr_6558/#/display/skeleton
----
#### A note about assignees
Are you interested in completing this work?
Maintaining the Elastic Figma libraries takes a village. The DS team is happy to complete this work, collaborate, or simply provide support if you would liek to tackle it yourself.
In the future, we will provide guidelines for contributing. For now, be brave and know we are here to assist. Oh, and we would really like to chat about which library this should live - it can be a fuzzy area between EUI and KUI.
|
non_defect
|
add new skeleton components figma library update use this template to request additions or changes to our figma libraries the design system ds team will triage requests prioritze and determine deliverables completed work will be broadly communicated through the ds newsletter with additional follow ups to downstream teams impacted by the work describe the update add new skeleton components see here a note about assignees are you interested in completing this work maintaining the elastic figma libraries takes a village the ds team is happy to complete this work collaborate or simply provide support if you would liek to tackle it yourself in the future we will provide guidelines for contributing for now be brave and know we are here to assist oh and we would really like to chat about which library this should live it can be a fuzzy area between eui and kui
| 0
|
73,720
| 24,771,811,329
|
IssuesEvent
|
2022-10-23 08:25:04
|
zed-industries/feedback
|
https://api.github.com/repos/zed-industries/feedback
|
opened
|
Don't work keyboard shortcuts to launch apps in macOS when Zed is active
|
defect triage
|
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I created keyboard shortcuts to launch apps in macOS using Automator.
For example I use `CMD + CTRL + Z` - to launch _iTerm_ ...
But when Zed window is active such keyboard shortcuts don't work.
It seems to me, Zed intercepts all other system combinations of keyboard shortcuts.
Available only own Zed combinations.
### Expected behavior
All keyboard shortcuts to launch apps in macOS using Automator are available when Zed window is active.
### Environment
Zed 0.61.0 – /Applications/Zed.app
macOS 12.6
architecture arm64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_
|
1.0
|
Don't work keyboard shortcuts to launch apps in macOS when Zed is active - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I created keyboard shortcuts to launch apps in macOS using Automator.
For example I use `CMD + CTRL + Z` - to launch _iTerm_ ...
But when Zed window is active such keyboard shortcuts don't work.
It seems to me, Zed intercepts all other system combinations of keyboard shortcuts.
Available only own Zed combinations.
### Expected behavior
All keyboard shortcuts to launch apps in macOS using Automator are available when Zed window is active.
### Environment
Zed 0.61.0 – /Applications/Zed.app
macOS 12.6
architecture arm64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue
_No response_
|
defect
|
don t work keyboard shortcuts to launch apps in macos when zed is active check for existing issues completed describe the bug provide steps to reproduce it i created keyboard shortcuts to launch apps in macos using automator for example i use cmd ctrl z to launch iterm but when zed window is active such keyboard shortcuts don t work it seems to me zed intercepts all other system combinations of keyboard shortcuts available only own zed combinations expected behavior all keyboard shortcuts to launch apps in macos using automator are available when zed window is active environment zed – applications zed app macos architecture if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue no response
| 1
|
148,448
| 11,852,570,859
|
IssuesEvent
|
2020-03-24 20:12:17
|
project-anacapa/anacapa-github-linker
|
https://api.github.com/repos/project-anacapa/anacapa-github-linker
|
closed
|
Should only be able to join a course when you are on the roster
|
feature to test
|
Feature:
- students should only be able to join courses for which they are on the roster
- perhaps highlight courses that students are able to join or move them to the top of the list in the UI.
- students should be rejected when attempting to join a course they are not a member of
Tests:
- students should only be able to join courses for which they are on the roster
- students should be rejected when attempting to join a course they are not a member of
|
1.0
|
Should only be able to join a course when you are on the roster - Feature:
- students should only be able to join courses for which they are on the roster
- perhaps highlight courses that students are able to join or move them to the top of the list in the UI.
- students should be rejected when attempting to join a course they are not a member of
Tests:
- students should only be able to join courses for which they are on the roster
- students should be rejected when attempting to join a course they are not a member of
|
non_defect
|
should only be able to join a course when you are on the roster feature students should only be able to join courses for which they are on the roster perhaps highlight courses that students are able to join or move them to the top of the list in the ui students should be rejected when attempting to join a course they are not a member of tests students should only be able to join courses for which they are on the roster students should be rejected when attempting to join a course they are not a member of
| 0
|
18,410
| 12,973,100,684
|
IssuesEvent
|
2020-07-21 13:33:53
|
orbisproject/orbis
|
https://api.github.com/repos/orbisproject/orbis
|
closed
|
Make builds fail when ExecuteStage errors.
|
area-infrastructure bug priority-high
|
The build continues when an error occurs inside an `ExecuteStage` call. This is not the intended behavior, as the build should fail if an `ExecuteStage` call fails.
See [this](https://github.com/orbisproject/orbis/pull/91/checks?check_run_id=886817779) run for an example of where it fails. The base container is supposed to extract an archive, but the required tool is not installed, so the extraction never happens. The build continues with the remote and local builds, which it should not, it should fail up to GitHub Actions.
|
1.0
|
Make builds fail when ExecuteStage errors. - The build continues when an error occurs inside an `ExecuteStage` call. This is not the intended behavior, as the build should fail if an `ExecuteStage` call fails.
See [this](https://github.com/orbisproject/orbis/pull/91/checks?check_run_id=886817779) run for an example of where it fails. The base container is supposed to extract an archive, but the required tool is not installed, so the extraction never happens. The build continues with the remote and local builds, which it should not, it should fail up to GitHub Actions.
|
non_defect
|
make builds fail when executestage errors the build continues when an error occurs inside an executestage call this is not the intended behavior as the build should fail if an executestage call fails see run for an example of where it fails the base container is supposed to extract an archive but the required tool is not installed so the extraction never happens the build continues with the remote and local builds which it should not it should fail up to github actions
| 0
|
20,353
| 10,722,817,438
|
IssuesEvent
|
2019-10-27 14:41:16
|
apple/swift-nio
|
https://api.github.com/repos/apple/swift-nio
|
opened
|
ApplicationProtocolNegotiationHandler should accept a closure that delivers the Channel
|
enhancement good first issue performance
|
Currently `ApplicationProtocolNegotiationHandler` accepts a closure that takes only one argument, the ALPN result. That's fine, but it causes a needless allocation on every connection setup attempt because the channel is inevitably going to be mutated, and as a result it must be closed over.
That's a bit sad, and we could easily remove the allocation in performance-sensitive use-cases by having the closure take two arguments, the result and the channel. Adding this should be easy enough: we can create a new initializer that takes the new closure. We can then reimplement the old initializer in terms of the new one by simply wrapping it.
We may want to be a bit careful that we haven't led to ambiguity, but our tests should catch that, though we want to double check the work.
|
True
|
ApplicationProtocolNegotiationHandler should accept a closure that delivers the Channel - Currently `ApplicationProtocolNegotiationHandler` accepts a closure that takes only one argument, the ALPN result. That's fine, but it causes a needless allocation on every connection setup attempt because the channel is inevitably going to be mutated, and as a result it must be closed over.
That's a bit sad, and we could easily remove the allocation in performance-sensitive use-cases by having the closure take two arguments, the result and the channel. Adding this should be easy enough: we can create a new initializer that takes the new closure. We can then reimplement the old initializer in terms of the new one by simply wrapping it.
We may want to be a bit careful that we haven't led to ambiguity, but our tests should catch that, though we want to double check the work.
|
non_defect
|
applicationprotocolnegotiationhandler should accept a closure that delivers the channel currently applicationprotocolnegotiationhandler accepts a closure that takes only one argument the alpn result that s fine but it causes a needless allocation on every connection setup attempt because the channel is inevitably going to be mutated and as a result it must be closed over that s a bit sad and we could easily remove the allocation in performance sensitive use cases by having the closure take two arguments the result and the channel adding this should be easy enough we can create a new initializer that takes the new closure we can then reimplement the old initializer in terms of the new one by simply wrapping it we may want to be a bit careful that we haven t led to ambiguity but our tests should catch that though we want to double check the work
| 0
|
80,618
| 30,443,392,152
|
IssuesEvent
|
2023-07-15 10:59:19
|
zed-industries/community
|
https://api.github.com/repos/zed-industries/community
|
opened
|
squiggly lines too big / looks bad
|
defect triage admin read
|
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
This kinda superficial , but I fund the squiggly lines to look bad. They are way to big for my liking.

### Environment
Zed: v0.94.4 (stable)
OS: macOS 13.4.0
Memory: 64 GiB
Architecture: aarch64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
This is from vs code:

compared to zed:

### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
_No response_
|
1.0
|
squiggly lines too big / looks bad - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
This kinda superficial , but I fund the squiggly lines to look bad. They are way to big for my liking.

### Environment
Zed: v0.94.4 (stable)
OS: macOS 13.4.0
Memory: 64 GiB
Architecture: aarch64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
This is from vs code:

compared to zed:

### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
_No response_
|
defect
|
squiggly lines too big looks bad check for existing issues completed describe the bug provide steps to reproduce it this kinda superficial but i fund the squiggly lines to look bad they are way to big for my liking environment zed stable os macos memory gib architecture if applicable add mockups screenshots to help explain present your vision of the feature this is from vs code compared to zed if applicable attach your library logs zed zed log file to this issue if you only need the most recent lines you can run the zed open log command palette action to see the last no response
| 1
|
47,253
| 13,056,080,800
|
IssuesEvent
|
2020-07-30 03:35:56
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
closed
|
Missing event alerts from PFwriter (Trac #221)
|
Migrated from Trac defect jeb + pnf
|
Several alerts are generated weekly about missing events at the PFWriter process.
Find out what's going on.
Migrated from https://code.icecube.wisc.edu/ticket/221
```json
{
"status": "closed",
"changetime": "2010-12-01T16:39:06",
"description": "Several alerts are generated weekly about missing events at the PFWriter process.\n\nFind out what's going on.",
"reporter": "blaufuss",
"cc": "",
"resolution": "wontfix",
"_ts": "1291221546000000",
"component": "jeb + pnf",
"summary": "Missing event alerts from PFwriter",
"priority": "normal",
"keywords": "",
"time": "2010-12-01T16:37:50",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
|
1.0
|
Missing event alerts from PFwriter (Trac #221) - Several alerts are generated weekly about missing events at the PFWriter process.
Find out what's going on.
Migrated from https://code.icecube.wisc.edu/ticket/221
```json
{
"status": "closed",
"changetime": "2010-12-01T16:39:06",
"description": "Several alerts are generated weekly about missing events at the PFWriter process.\n\nFind out what's going on.",
"reporter": "blaufuss",
"cc": "",
"resolution": "wontfix",
"_ts": "1291221546000000",
"component": "jeb + pnf",
"summary": "Missing event alerts from PFwriter",
"priority": "normal",
"keywords": "",
"time": "2010-12-01T16:37:50",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
|
defect
|
missing event alerts from pfwriter trac several alerts are generated weekly about missing events at the pfwriter process find out what s going on migrated from json status closed changetime description several alerts are generated weekly about missing events at the pfwriter process n nfind out what s going on reporter blaufuss cc resolution wontfix ts component jeb pnf summary missing event alerts from pfwriter priority normal keywords time milestone owner tschmidt type defect
| 1
|
108,145
| 9,276,222,586
|
IssuesEvent
|
2019-03-20 01:57:21
|
MicrosoftDocs/azure-docs
|
https://api.github.com/repos/MicrosoftDocs/azure-docs
|
closed
|
Unclaim Steps / Rights
|
cxp devtest-lab/svc in-progress product-question triaged
|
A user with "DevTestLabs User" role can claim a VM, but when unclaiming he receives the error "The client '...' does not have authorization to perform action 'microsoft.devtestlab/labs/virtualmachines/unclaim/action' over scope '...'.
I would expect that after a succesful claim of said user, he can also unclaim it. Can you clarify in the documentation?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: bcd66e5a-2078-5f95-4105-7dfb0084cd84
* Version Independent ID: c59c7e74-e093-9f42-27b6-9c82056d7abc
* Content: [Create and manage claimable VMs in a lab in Azure DevTest Labs](https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-add-claimable-vm#unclaim-a-vm)
* Content Source: [articles/lab-services/devtest-lab-add-claimable-vm.md](https://github.com/Microsoft/azure-docs/blob/master/articles/lab-services/devtest-lab-add-claimable-vm.md)
* Service: **devtest-lab**
* GitHub Login: @spelluru
* Microsoft Alias: **spelluru**
|
1.0
|
Unclaim Steps / Rights - A user with "DevTestLabs User" role can claim a VM, but when unclaiming he receives the error "The client '...' does not have authorization to perform action 'microsoft.devtestlab/labs/virtualmachines/unclaim/action' over scope '...'.
I would expect that after a succesful claim of said user, he can also unclaim it. Can you clarify in the documentation?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: bcd66e5a-2078-5f95-4105-7dfb0084cd84
* Version Independent ID: c59c7e74-e093-9f42-27b6-9c82056d7abc
* Content: [Create and manage claimable VMs in a lab in Azure DevTest Labs](https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-add-claimable-vm#unclaim-a-vm)
* Content Source: [articles/lab-services/devtest-lab-add-claimable-vm.md](https://github.com/Microsoft/azure-docs/blob/master/articles/lab-services/devtest-lab-add-claimable-vm.md)
* Service: **devtest-lab**
* GitHub Login: @spelluru
* Microsoft Alias: **spelluru**
|
non_defect
|
unclaim steps rights a user with devtestlabs user role can claim a vm but when unclaiming he receives the error the client does not have authorization to perform action microsoft devtestlab labs virtualmachines unclaim action over scope i would expect that after a succesful claim of said user he can also unclaim it can you clarify in the documentation document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service devtest lab github login spelluru microsoft alias spelluru
| 0
|
38,189
| 8,693,166,200
|
IssuesEvent
|
2018-12-04 09:03:39
|
primefaces/primereact
|
https://api.github.com/repos/primefaces/primereact
|
closed
|
Data Table resize: disable rightmost border
|
defect
|
**I'm submitting a ...** (check one with "x")
```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
**Current behavior**
In the web demo, in the first table if you try to drag the rightmost border, the blue line in the picture below shows up and the last column didn't get resized. Also, the page is not responding after this.

**Expected behavior**
I am expecting either 1 or 2 below:
1. Dragging is disabled on the rightmost border.
or 2. Dragging is enabled on the rightmost border. The last column gets resized, which means the entire table gets resized.
|
1.0
|
Data Table resize: disable rightmost border - **I'm submitting a ...** (check one with "x")
```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
**Current behavior**
In the web demo, in the first table if you try to drag the rightmost border, the blue line in the picture below shows up and the last column didn't get resized. Also, the page is not responding after this.

**Expected behavior**
I am expecting either 1 or 2 below:
1. Dragging is disabled on the rightmost border.
or 2. Dragging is enabled on the rightmost border. The last column gets resized, which means the entire table gets resized.
|
defect
|
data table resize disable rightmost border i m submitting a check one with x bug report feature request support request please do not submit support request here instead see current behavior in the web demo in the first table if you try to drag the rightmost border the blue line in the picture below shows up and the last column didn t get resized also the page is not responding after this expected behavior i am expecting either or below dragging is disabled on the rightmost border or dragging is enabled on the rightmost border the last column gets resized which means the entire table gets resized
| 1
|
144,612
| 13,111,534,761
|
IssuesEvent
|
2020-08-04 23:18:39
|
calliope-project/dataconfig
|
https://api.github.com/repos/calliope-project/dataconfig
|
closed
|
[BUG] documentation of root validators is incomplete
|
bug documentation parser
|
**Describe the bug**
Documentation on how to specify root validators is not clear. While the natural place to specify a root validator as at the root of the parent type, doing that the parser ignores the validator method when creating the parent type, as shown by the example below.
**Minimal reproducible example**
@root_validator
def zero_sum(cls, values):
total = 15
mysum = sum(values.values())
if mysum != total:
raise ValueError(f"{list(values.values())} do not add up to {total}")
return values
spec = {
"foo": {"type": PositiveInt},
"bar": {"type": PositiveInt},
"validator": {"zero_sum": zero_sum},
}
myconf_t = _spec_to_type("myconf", spec)
conf = myconf_t(zst=dict(foo=1, bar=10))
Even though the `zero_sum` validator is created, it is not added to the type; validation passes when it shouldn't.
**Additional comments**
`_spec_to_type` only extracts attribute specific validators (the ones paired with a `type`). A validator specified at the root is ignored. Trying to account for this variation in the parser will complicate the parsing logic further, the simpler alternative for now is to specify a root validator along side any of the child attributes. Taking the above example, if we modify it as following:
spec = {
"foo": {"type": PositiveInt},
"bar": {"type": PositiveInt, "validator": {"zero_sum": zero_sum}},
}
The ressult is as expected. This should be clarified in the documentation with examples.
|
1.0
|
[BUG] documentation of root validators is incomplete - **Describe the bug**
Documentation on how to specify root validators is not clear. While the natural place to specify a root validator as at the root of the parent type, doing that the parser ignores the validator method when creating the parent type, as shown by the example below.
**Minimal reproducible example**
@root_validator
def zero_sum(cls, values):
total = 15
mysum = sum(values.values())
if mysum != total:
raise ValueError(f"{list(values.values())} do not add up to {total}")
return values
spec = {
"foo": {"type": PositiveInt},
"bar": {"type": PositiveInt},
"validator": {"zero_sum": zero_sum},
}
myconf_t = _spec_to_type("myconf", spec)
conf = myconf_t(zst=dict(foo=1, bar=10))
Even though the `zero_sum` validator is created, it is not added to the type; validation passes when it shouldn't.
**Additional comments**
`_spec_to_type` only extracts attribute specific validators (the ones paired with a `type`). A validator specified at the root is ignored. Trying to account for this variation in the parser will complicate the parsing logic further, the simpler alternative for now is to specify a root validator along side any of the child attributes. Taking the above example, if we modify it as following:
spec = {
"foo": {"type": PositiveInt},
"bar": {"type": PositiveInt, "validator": {"zero_sum": zero_sum}},
}
The ressult is as expected. This should be clarified in the documentation with examples.
|
non_defect
|
documentation of root validators is incomplete describe the bug documentation on how to specify root validators is not clear while the natural place to specify a root validator as at the root of the parent type doing that the parser ignores the validator method when creating the parent type as shown by the example below minimal reproducible example root validator def zero sum cls values total mysum sum values values if mysum total raise valueerror f list values values do not add up to total return values spec foo type positiveint bar type positiveint validator zero sum zero sum myconf t spec to type myconf spec conf myconf t zst dict foo bar even though the zero sum validator is created it is not added to the type validation passes when it shouldn t additional comments spec to type only extracts attribute specific validators the ones paired with a type a validator specified at the root is ignored trying to account for this variation in the parser will complicate the parsing logic further the simpler alternative for now is to specify a root validator along side any of the child attributes taking the above example if we modify it as following spec foo type positiveint bar type positiveint validator zero sum zero sum the ressult is as expected this should be clarified in the documentation with examples
| 0
|
709,994
| 24,399,812,066
|
IssuesEvent
|
2022-10-04 23:34:15
|
googleapis/google-cloud-java
|
https://api.github.com/repos/googleapis/google-cloud-java
|
opened
|
bom generation script has diff depending on platforms
|
type: bug priority: p2
|
New script generation (I ran on Linux) has irrelevant changes https://github.com/googleapis/google-cloud-java/pull/8519. Probably because the BOM was generated by Mac.
<img width="1248" alt="Screen Shot 2022-10-04 at 7 30 50 PM" src="https://user-images.githubusercontent.com/28604/193949086-c346a72b-e351-41b3-be25-d8febfb4c195.png">
The `sort` command's behavior differs between Mac and Linux.
Linux:
```
$ cat /tmp/o |sort
java-bigqueryconnection
java-bigquery-data-exchange
```
Mac:
```
$ cat /tmp/o |sort
java-bigquery-data-exchange
java-bigqueryconnection
```
We should give `--dictionary-order` option to sort command.
```
$ cat /tmp/o |sort --dictionary-order
java-bigqueryconnection
java-bigquery-data-exchange
```
|
1.0
|
bom generation script has diff depending on platforms - New script generation (I ran on Linux) has irrelevant changes https://github.com/googleapis/google-cloud-java/pull/8519. Probably because the BOM was generated by Mac.
<img width="1248" alt="Screen Shot 2022-10-04 at 7 30 50 PM" src="https://user-images.githubusercontent.com/28604/193949086-c346a72b-e351-41b3-be25-d8febfb4c195.png">
The `sort` command's behavior differs between Mac and Linux.
Linux:
```
$ cat /tmp/o |sort
java-bigqueryconnection
java-bigquery-data-exchange
```
Mac:
```
$ cat /tmp/o |sort
java-bigquery-data-exchange
java-bigqueryconnection
```
We should give `--dictionary-order` option to sort command.
```
$ cat /tmp/o |sort --dictionary-order
java-bigqueryconnection
java-bigquery-data-exchange
```
|
non_defect
|
bom generation script has diff depending on platforms new script generation i ran on linux has irrelevant changes probably because the bom was generated by mac img width alt screen shot at pm src the sort command s behavior differs between mac and linux linux cat tmp o sort java bigqueryconnection java bigquery data exchange mac cat tmp o sort java bigquery data exchange java bigqueryconnection we should give dictionary order option to sort command cat tmp o sort dictionary order java bigqueryconnection java bigquery data exchange
| 0
|
50,806
| 13,187,758,089
|
IssuesEvent
|
2020-08-13 04:29:04
|
icecube-trac/tix3
|
https://api.github.com/repos/icecube-trac/tix3
|
closed
|
[WaveCalibrator] munmap_chunk: invalid pointer (Trac #1406)
|
Migrated from Trac combo core defect
|
With gcc 5.2, boost 1.57:
```text
dschultz@tide2:~/Documents/offline_software/trunk/build/WaveCalibrator$ python resources/test/test_example_scripts.py
['/home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py', '/home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz', '/home/dschultz/test-data/sim/Level2_IC86.2011_corsika.010281.001664.00.i3.bz2', './output.i3.gz']
INFO (I3Module): Opened file /home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz (I3Reader.cxx:180 in void I3Reader::OpenNextFile())
INFO (I3ConditionalModule): Compressing at level 6 (I3WriterBase.cxx:103 in virtual void I3WriterBase::Configure())
*** Error in `python': munmap_chunk(): invalid pointer: 0x0000000000fdedd8 ***
F
======================================================================
FAIL: test_simple_example (__main__.TestSimpleExample)
----------------------------------------------------------------------
Traceback (most recent call last):
File "resources/test/test_example_scripts.py", line 18, in test_simple_example
self.run_example('simple_example.py', gcd_file, input_file, output_file)
File "/home/dschultz/Documents/offline_software/trunk/build/lib/icecube/icetray/I3Test.py", line 70, in run_example
"Example %s did not finish successfully." % script)
AssertionError: Example /home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py did not finish successfully.
----------------------------------------------------------------------
Ran 1 test in 0.255s
FAILED (failures=1)
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1406">https://code.icecube.wisc.edu/ticket/1406</a>, reported by david.schultz and owned by jbraun</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-03-18T21:14:10",
"description": "With gcc 5.2, boost 1.57:\n\n{{{\ndschultz@tide2:~/Documents/offline_software/trunk/build/WaveCalibrator$ python resources/test/test_example_scripts.py \n['/home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py', '/home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz', '/home/dschultz/test-data/sim/Level2_IC86.2011_corsika.010281.001664.00.i3.bz2', './output.i3.gz']\nINFO (I3Module): Opened file /home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz (I3Reader.cxx:180 in void I3Reader::OpenNextFile())\nINFO (I3ConditionalModule): Compressing at level 6 (I3WriterBase.cxx:103 in virtual void I3WriterBase::Configure())\n*** Error in `python': munmap_chunk(): invalid pointer: 0x0000000000fdedd8 ***\nF\n======================================================================\nFAIL: test_simple_example (__main__.TestSimpleExample)\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"resources/test/test_example_scripts.py\", line 18, in test_simple_example\n self.run_example('simple_example.py', gcd_file, input_file, output_file)\n File \"/home/dschultz/Documents/offline_software/trunk/build/lib/icecube/icetray/I3Test.py\", line 70, in run_example\n \"Example %s did not finish successfully.\" % script)\nAssertionError: Example /home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py did not finish successfully.\n\n----------------------------------------------------------------------\nRan 1 test in 0.255s\n\nFAILED (failures=1)\n}}}",
"reporter": "david.schultz",
"cc": "olivas, nega",
"resolution": "invalid",
"_ts": "1458335650323600",
"component": "combo core",
"summary": "[WaveCalibrator] munmap_chunk: invalid pointer",
"priority": "critical",
"keywords": "",
"time": "2015-10-18T13:54:57",
"milestone": "",
"owner": "jbraun",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
[WaveCalibrator] munmap_chunk: invalid pointer (Trac #1406) - With gcc 5.2, boost 1.57:
```text
dschultz@tide2:~/Documents/offline_software/trunk/build/WaveCalibrator$ python resources/test/test_example_scripts.py
['/home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py', '/home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz', '/home/dschultz/test-data/sim/Level2_IC86.2011_corsika.010281.001664.00.i3.bz2', './output.i3.gz']
INFO (I3Module): Opened file /home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz (I3Reader.cxx:180 in void I3Reader::OpenNextFile())
INFO (I3ConditionalModule): Compressing at level 6 (I3WriterBase.cxx:103 in virtual void I3WriterBase::Configure())
*** Error in `python': munmap_chunk(): invalid pointer: 0x0000000000fdedd8 ***
F
======================================================================
FAIL: test_simple_example (__main__.TestSimpleExample)
----------------------------------------------------------------------
Traceback (most recent call last):
File "resources/test/test_example_scripts.py", line 18, in test_simple_example
self.run_example('simple_example.py', gcd_file, input_file, output_file)
File "/home/dschultz/Documents/offline_software/trunk/build/lib/icecube/icetray/I3Test.py", line 70, in run_example
"Example %s did not finish successfully." % script)
AssertionError: Example /home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py did not finish successfully.
----------------------------------------------------------------------
Ran 1 test in 0.255s
FAILED (failures=1)
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1406">https://code.icecube.wisc.edu/ticket/1406</a>, reported by david.schultz and owned by jbraun</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-03-18T21:14:10",
"description": "With gcc 5.2, boost 1.57:\n\n{{{\ndschultz@tide2:~/Documents/offline_software/trunk/build/WaveCalibrator$ python resources/test/test_example_scripts.py \n['/home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py', '/home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz', '/home/dschultz/test-data/sim/Level2_IC86.2011_corsika.010281.001664.00.i3.bz2', './output.i3.gz']\nINFO (I3Module): Opened file /home/dschultz/test-data/sim/GeoCalibDetectorStatus_2013.56429_V1.i3.gz (I3Reader.cxx:180 in void I3Reader::OpenNextFile())\nINFO (I3ConditionalModule): Compressing at level 6 (I3WriterBase.cxx:103 in virtual void I3WriterBase::Configure())\n*** Error in `python': munmap_chunk(): invalid pointer: 0x0000000000fdedd8 ***\nF\n======================================================================\nFAIL: test_simple_example (__main__.TestSimpleExample)\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"resources/test/test_example_scripts.py\", line 18, in test_simple_example\n self.run_example('simple_example.py', gcd_file, input_file, output_file)\n File \"/home/dschultz/Documents/offline_software/trunk/build/lib/icecube/icetray/I3Test.py\", line 70, in run_example\n \"Example %s did not finish successfully.\" % script)\nAssertionError: Example /home/dschultz/Documents/offline_software/trunk/build/WaveCalibrator/resources/examples/simple_example.py did not finish successfully.\n\n----------------------------------------------------------------------\nRan 1 test in 0.255s\n\nFAILED (failures=1)\n}}}",
"reporter": "david.schultz",
"cc": "olivas, nega",
"resolution": "invalid",
"_ts": "1458335650323600",
"component": "combo core",
"summary": "[WaveCalibrator] munmap_chunk: invalid pointer",
"priority": "critical",
"keywords": "",
"time": "2015-10-18T13:54:57",
"milestone": "",
"owner": "jbraun",
"type": "defect"
}
```
</p>
</details>
|
defect
|
munmap chunk invalid pointer trac with gcc boost text dschultz documents offline software trunk build wavecalibrator python resources test test example scripts py info opened file home dschultz test data sim geocalibdetectorstatus gz cxx in void opennextfile info compressing at level cxx in virtual void configure error in python munmap chunk invalid pointer f fail test simple example main testsimpleexample traceback most recent call last file resources test test example scripts py line in test simple example self run example simple example py gcd file input file output file file home dschultz documents offline software trunk build lib icecube icetray py line in run example example s did not finish successfully script assertionerror example home dschultz documents offline software trunk build wavecalibrator resources examples simple example py did not finish successfully ran test in failed failures migrated from json status closed changetime description with gcc boost n n ndschultz documents offline software trunk build wavecalibrator python resources test test example scripts py n ninfo opened file home dschultz test data sim geocalibdetectorstatus gz cxx in void opennextfile ninfo compressing at level cxx in virtual void configure n error in python munmap chunk invalid pointer nf n nfail test simple example main testsimpleexample n ntraceback most recent call last n file resources test test example scripts py line in test simple example n self run example simple example py gcd file input file output file n file home dschultz documents offline software trunk build lib icecube icetray py line in run example n example s did not finish successfully script nassertionerror example home dschultz documents offline software trunk build wavecalibrator resources examples simple example py did not finish successfully n n nran test in n nfailed failures n reporter david schultz cc olivas nega resolution invalid ts component combo core summary munmap chunk invalid pointer priority critical keywords time milestone owner jbraun type defect
| 1
|
42,196
| 10,878,276,804
|
IssuesEvent
|
2019-11-16 16:32:54
|
andry-dev/momiji
|
https://api.github.com/repos/andry-dev/momiji
|
opened
|
Most of the instructions don't update the status register
|
defect
|
The status register is under-developed: beside `CMP`, `MOVE`, `SUB` and `ADD` the rest of the instructions do not update it.
This depends on #3: the status register is always lying because there is no way to detect a carry.
|
1.0
|
Most of the instructions don't update the status register - The status register is under-developed: beside `CMP`, `MOVE`, `SUB` and `ADD` the rest of the instructions do not update it.
This depends on #3: the status register is always lying because there is no way to detect a carry.
|
defect
|
most of the instructions don t update the status register the status register is under developed beside cmp move sub and add the rest of the instructions do not update it this depends on the status register is always lying because there is no way to detect a carry
| 1
|
371,422
| 25,951,445,824
|
IssuesEvent
|
2022-12-17 17:02:20
|
scaleway/docs-content
|
https://api.github.com/repos/scaleway/docs-content
|
opened
|
[👩💻 Documentation Request]: Manage your Zigbee connected devices with Scaleway IoT Hub and Observability
|
Documentation Request
|
### Summary
The documentation is for installing and configuring [Zigbee2mqtt ](https://www.zigbee2mqtt.io/) with IoT Hub. The tutorial will also develop a simple use case related to visualization with Observability. If successful, the first tutorial would be extended to document use cases leveraging other Scaleway products.
### Why is it needed?
Some people would like to have full control over the management of their connected devices which are used to monitor and control their environment. Zigbee 3.0 is one of the recognized technologies used for communication between these devices, but proprietary gateways are often required to interact with such a network. Open source software and managed services from trusted providers could be used instead to ensure an appropriate level of security and performance.
### Want to write this documentation yourself?
Yes
### Related PR(s)
_No response_
### (Optional) Scaleway Organization ID
e52e3a61-6e5f-4ba6-babf-0fe4500d1f32
### Email address
_No response_
|
1.0
|
[👩💻 Documentation Request]: Manage your Zigbee connected devices with Scaleway IoT Hub and Observability - ### Summary
The documentation is for installing and configuring [Zigbee2mqtt ](https://www.zigbee2mqtt.io/) with IoT Hub. The tutorial will also develop a simple use case related to visualization with Observability. If successful, the first tutorial would be extended to document use cases leveraging other Scaleway products.
### Why is it needed?
Some people would like to have full control over the management of their connected devices which are used to monitor and control their environment. Zigbee 3.0 is one of the recognized technologies used for communication between these devices, but proprietary gateways are often required to interact with such a network. Open source software and managed services from trusted providers could be used instead to ensure an appropriate level of security and performance.
### Want to write this documentation yourself?
Yes
### Related PR(s)
_No response_
### (Optional) Scaleway Organization ID
e52e3a61-6e5f-4ba6-babf-0fe4500d1f32
### Email address
_No response_
|
non_defect
|
manage your zigbee connected devices with scaleway iot hub and observability summary the documentation is for installing and configuring with iot hub the tutorial will also develop a simple use case related to visualization with observability if successful the first tutorial would be extended to document use cases leveraging other scaleway products why is it needed some people would like to have full control over the management of their connected devices which are used to monitor and control their environment zigbee is one of the recognized technologies used for communication between these devices but proprietary gateways are often required to interact with such a network open source software and managed services from trusted providers could be used instead to ensure an appropriate level of security and performance want to write this documentation yourself yes related pr s no response optional scaleway organization id babf email address no response
| 0
|
86,897
| 17,099,584,452
|
IssuesEvent
|
2021-07-09 09:18:56
|
qiskit-community/qiskit-textbook
|
https://api.github.com/repos/qiskit-community/qiskit-textbook
|
closed
|
[4.1.3] QAOA notebook has wrong cost computation function
|
code bug
|
## Describe the Issue
In the following notebook: https://qiskit.org/textbook/ch-applications/qaoa.html `cost_function_C` function computes the MaxCut cost for a sample. The sample is created in the following line, [link to the notebook section](https://qiskit.org/textbook/ch-applications/qaoa.html#Evaluate-the-date-from-the-simulation):
```
x = [int(num) for num in list(sample)]
```
The samples are in little endian format, i.e. applying `x[0]` on a 4-qubit circuit will results in a sample string `0001`. The qubits, however are stored in reversed order
## Expected Solution
Reverse the label of the sample:
#499
## Anything else we should know?
The graph used in the example is symmetric with respect to relabeling of qubits `0...n -> n..0`. Maybe the issue would be spotted if another graph was used. I used a square with one diagonal, adjacency matrix:
```
[[0. 1. 0. 1.]
[1. 0. 1. 1.]
[0. 1. 0. 1.]
[1. 1. 1. 0.]]
```
|
1.0
|
[4.1.3] QAOA notebook has wrong cost computation function - ## Describe the Issue
In the following notebook: https://qiskit.org/textbook/ch-applications/qaoa.html `cost_function_C` function computes the MaxCut cost for a sample. The sample is created in the following line, [link to the notebook section](https://qiskit.org/textbook/ch-applications/qaoa.html#Evaluate-the-date-from-the-simulation):
```
x = [int(num) for num in list(sample)]
```
The samples are in little endian format, i.e. applying `x[0]` on a 4-qubit circuit will results in a sample string `0001`. The qubits, however are stored in reversed order
## Expected Solution
Reverse the label of the sample:
#499
## Anything else we should know?
The graph used in the example is symmetric with respect to relabeling of qubits `0...n -> n..0`. Maybe the issue would be spotted if another graph was used. I used a square with one diagonal, adjacency matrix:
```
[[0. 1. 0. 1.]
[1. 0. 1. 1.]
[0. 1. 0. 1.]
[1. 1. 1. 0.]]
```
|
non_defect
|
qaoa notebook has wrong cost computation function describe the issue in the following notebook cost function c function computes the maxcut cost for a sample the sample is created in the following line x the samples are in little endian format i e applying x on a qubit circuit will results in a sample string the qubits however are stored in reversed order expected solution reverse the label of the sample anything else we should know the graph used in the example is symmetric with respect to relabeling of qubits n n maybe the issue would be spotted if another graph was used i used a square with one diagonal adjacency matrix
| 0
|
6,686
| 15,038,682,028
|
IssuesEvent
|
2021-02-02 17:43:50
|
18F/tts-tech-portfolio
|
https://api.github.com/repos/18F/tts-tech-portfolio
|
closed
|
update Slack profile rules/guidance
|
g: accepted i: enterprise architecture t: days
|
## Background Information
<!--Description, links, [user stories](https://www.agilealliance.org/glossary/user-stories/), what is the problem we are trying to solve, etc. If the work is described/tracked elsewhere, feel free to simply link there. Use the [INVEST](https://www.agilealliance.org/glossary/invest) method to assess completeness.-->
Some settings changed with the move to Enterprise Grid (https://github.com/18F/tts-tech-portfolio/issues/1159), requiring updates around how we include extra info in the names that show up in Slack.
## Implementation Steps
- [ ] ~~Stop syncing of profiles on login~~
- [x] Update rules to direct people to edit the `Display name` rather than `Full name` - https://github.com/18F/handbook/pull/2318
- [x] Send [survey about what display names should contain](https://docs.google.com/forms/d/e/1FAIpQLSfzW0msTAZu9fYoj-BP1eQLEq0T-W68_YdScmqkICskzvJj9w/viewform)
- [x] Share at Diversity Guild
- [x] Update display name rules/guidance - https://github.com/18F/handbook/pull/2327
- [x] [TTS-wide communication](https://docs.google.com/document/d/1Bqk9ihBnTYeCFaMj6zYyJ2UxJAgCQiWmODrVgrLXgPA/edit#heading=h.52xgqzdwwpq6)
- [x] Draft
- [x] Send
## Acceptance Criteria
<!--[Definition of Done](https://www.agilealliance.org/glossary/definition-of-done)-->
- [x] TTS staff are informed about what information they should be putting in their Slack profiles, and where
|
1.0
|
update Slack profile rules/guidance - ## Background Information
<!--Description, links, [user stories](https://www.agilealliance.org/glossary/user-stories/), what is the problem we are trying to solve, etc. If the work is described/tracked elsewhere, feel free to simply link there. Use the [INVEST](https://www.agilealliance.org/glossary/invest) method to assess completeness.-->
Some settings changed with the move to Enterprise Grid (https://github.com/18F/tts-tech-portfolio/issues/1159), requiring updates around how we include extra info in the names that show up in Slack.
## Implementation Steps
- [ ] ~~Stop syncing of profiles on login~~
- [x] Update rules to direct people to edit the `Display name` rather than `Full name` - https://github.com/18F/handbook/pull/2318
- [x] Send [survey about what display names should contain](https://docs.google.com/forms/d/e/1FAIpQLSfzW0msTAZu9fYoj-BP1eQLEq0T-W68_YdScmqkICskzvJj9w/viewform)
- [x] Share at Diversity Guild
- [x] Update display name rules/guidance - https://github.com/18F/handbook/pull/2327
- [x] [TTS-wide communication](https://docs.google.com/document/d/1Bqk9ihBnTYeCFaMj6zYyJ2UxJAgCQiWmODrVgrLXgPA/edit#heading=h.52xgqzdwwpq6)
- [x] Draft
- [x] Send
## Acceptance Criteria
<!--[Definition of Done](https://www.agilealliance.org/glossary/definition-of-done)-->
- [x] TTS staff are informed about what information they should be putting in their Slack profiles, and where
|
non_defect
|
update slack profile rules guidance background information some settings changed with the move to enterprise grid requiring updates around how we include extra info in the names that show up in slack implementation steps stop syncing of profiles on login update rules to direct people to edit the display name rather than full name send share at diversity guild update display name rules guidance draft send acceptance criteria tts staff are informed about what information they should be putting in their slack profiles and where
| 0
|
35,439
| 7,742,281,447
|
IssuesEvent
|
2018-05-29 09:03:14
|
scalameta/metals
|
https://api.github.com/repos/scalameta/metals
|
closed
|
Definition does not work for eta expanded methods
|
defect
|
<img width="561" alt="screen shot 2017-12-13 at 22 13 37" src="https://user-images.githubusercontent.com/1408093/33962780-f8d1468c-e052-11e7-84ed-acf7a2bfc9c9.png">
Refactoring to `getCompiler(_)` makes definition work.
|
1.0
|
Definition does not work for eta expanded methods - <img width="561" alt="screen shot 2017-12-13 at 22 13 37" src="https://user-images.githubusercontent.com/1408093/33962780-f8d1468c-e052-11e7-84ed-acf7a2bfc9c9.png">
Refactoring to `getCompiler(_)` makes definition work.
|
defect
|
definition does not work for eta expanded methods img width alt screen shot at src refactoring to getcompiler makes definition work
| 1
|
53,774
| 13,262,267,814
|
IssuesEvent
|
2020-08-20 21:25:52
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
closed
|
[simprod-scripts] polyplopia with ppc (Trac #2051)
|
Migrated from Trac combo simulation defect
|
Running polyplopia with the ppc option:
```text
FATAL (MPHitFilter): No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (MPHitFilter.cxx:73 in virtual void MPHitFilter::DAQ(I3FramePtr))
ERROR (I3Module): hitfilter: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))
ERROR (I3Module): ppc: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))
Traceback (most recent call last):
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py", line 110, in <module>
main()
File "/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py", line 103, in main
run(**args)
File "/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py", line 81, in run
ret = instance.Execute(stats)
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/icecube/simprod/modules/polyplopia.py", line 126, in Execute
tray.Execute()
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/I3Tray.py", line 256, in Execute
super(I3Tray, self).Execute()
RuntimeError: No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (in virtual void MPHitFilter::DAQ(I3FramePtr))
```
Works fine when I use polyplopia with clsim.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2051">https://code.icecube.wisc.edu/projects/icecube/ticket/2051</a>, reported by david.schultzand owned by juancarlos</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:44",
"_ts": "1550067284370534",
"description": "Running polyplopia with the ppc option:\n\n{{{\nFATAL (MPHitFilter): No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (MPHitFilter.cxx:73 in virtual void MPHitFilter::DAQ(I3FramePtr))\nERROR (I3Module): hitfilter: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))\nERROR (I3Module): ppc: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))\nTraceback (most recent call last):\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py\", line 162, in _run_module_as_main\n\"__main__\", fname, loader, pkg_name)\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py\", line 72, in _run_code\nexec code in run_globals\nFile \"/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py\", line 110, in <module>\nmain()\nFile \"/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py\", line 103, in main\nrun(**args)\nFile \"/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py\", line 81, in run\nret = instance.Execute(stats)\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/icecube/simprod/modules/polyplopia.py\", line 126, in Execute\ntray.Execute()\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/I3Tray.py\", line 256, in Execute\nsuper(I3Tray, self).Execute()\nRuntimeError: No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (in virtual void MPHitFilter::DAQ(I3FramePtr))\n}}}\n\nWorks fine when I use polyplopia with clsim.",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"time": "2017-07-07T16:28:24",
"component": "combo simulation",
"summary": "[simprod-scripts] polyplopia with ppc",
"priority": "critical",
"keywords": "",
"milestone": "",
"owner": "juancarlos",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
[simprod-scripts] polyplopia with ppc (Trac #2051) - Running polyplopia with the ppc option:
```text
FATAL (MPHitFilter): No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (MPHitFilter.cxx:73 in virtual void MPHitFilter::DAQ(I3FramePtr))
ERROR (I3Module): hitfilter: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))
ERROR (I3Module): ppc: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))
Traceback (most recent call last):
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py", line 110, in <module>
main()
File "/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py", line 103, in main
run(**args)
File "/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py", line 81, in run
ret = instance.Execute(stats)
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/icecube/simprod/modules/polyplopia.py", line 126, in Execute
tray.Execute()
File "/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/I3Tray.py", line 256, in Execute
super(I3Tray, self).Execute()
RuntimeError: No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (in virtual void MPHitFilter::DAQ(I3FramePtr))
```
Works fine when I use polyplopia with clsim.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2051">https://code.icecube.wisc.edu/projects/icecube/ticket/2051</a>, reported by david.schultzand owned by juancarlos</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:14:44",
"_ts": "1550067284370534",
"description": "Running polyplopia with the ppc option:\n\n{{{\nFATAL (MPHitFilter): No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (MPHitFilter.cxx:73 in virtual void MPHitFilter::DAQ(I3FramePtr))\nERROR (I3Module): hitfilter: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))\nERROR (I3Module): ppc: Exception thrown (I3Module.cxx:118 in void I3Module::Do(void (I3Module::*)()))\nTraceback (most recent call last):\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py\", line 162, in _run_module_as_main\n\"__main__\", fname, loader, pkg_name)\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/lib/python2.7/runpy.py\", line 72, in _run_code\nexec code in run_globals\nFile \"/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py\", line 110, in <module>\nmain()\nFile \"/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py\", line 103, in main\nrun(**args)\nFile \"/cvmfs/icecube.opensciencegrid.org/iceprod/master/RHEL_6_x86_64/lib/python2.7/site-packages/iceprod/core/exe_helper.py\", line 81, in run\nret = instance.Execute(stats)\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/icecube/simprod/modules/polyplopia.py\", line 126, in Execute\ntray.Execute()\nFile \"/cvmfs/icecube.opensciencegrid.org/py2-v2/RHEL_6_x86_64/metaprojects/simulation/V05-01-02/lib/I3Tray.py\", line 256, in Execute\nsuper(I3Tray, self).Execute()\nRuntimeError: No I3MCPESeriesMap named BackgroundI3MCPESeriesMap found in frame (in virtual void MPHitFilter::DAQ(I3FramePtr))\n}}}\n\nWorks fine when I use polyplopia with clsim.",
"reporter": "david.schultz",
"cc": "",
"resolution": "fixed",
"time": "2017-07-07T16:28:24",
"component": "combo simulation",
"summary": "[simprod-scripts] polyplopia with ppc",
"priority": "critical",
"keywords": "",
"milestone": "",
"owner": "juancarlos",
"type": "defect"
}
```
</p>
</details>
|
defect
|
polyplopia with ppc trac running polyplopia with the ppc option text fatal mphitfilter no named found in frame mphitfilter cxx in virtual void mphitfilter daq error hitfilter exception thrown cxx in void do void error ppc exception thrown cxx in void do void traceback most recent call last file cvmfs icecube opensciencegrid org rhel lib runpy py line in run module as main main fname loader pkg name file cvmfs icecube opensciencegrid org rhel lib runpy py line in run code exec code in run globals file cvmfs icecube opensciencegrid org iceprod master rhel lib site packages iceprod core exe helper py line in main file cvmfs icecube opensciencegrid org iceprod master rhel lib site packages iceprod core exe helper py line in main run args file cvmfs icecube opensciencegrid org iceprod master rhel lib site packages iceprod core exe helper py line in run ret instance execute stats file cvmfs icecube opensciencegrid org rhel metaprojects simulation lib icecube simprod modules polyplopia py line in execute tray execute file cvmfs icecube opensciencegrid org rhel metaprojects simulation lib py line in execute super self execute runtimeerror no named found in frame in virtual void mphitfilter daq works fine when i use polyplopia with clsim migrated from json status closed changetime ts description running polyplopia with the ppc option n n nfatal mphitfilter no named found in frame mphitfilter cxx in virtual void mphitfilter daq nerror hitfilter exception thrown cxx in void do void nerror ppc exception thrown cxx in void do void ntraceback most recent call last nfile cvmfs icecube opensciencegrid org rhel lib runpy py line in run module as main n main fname loader pkg name nfile cvmfs icecube opensciencegrid org rhel lib runpy py line in run code nexec code in run globals nfile cvmfs icecube opensciencegrid org iceprod master rhel lib site packages iceprod core exe helper py line in nmain nfile cvmfs icecube opensciencegrid org iceprod master rhel lib site packages iceprod core exe helper py line in main nrun args nfile cvmfs icecube opensciencegrid org iceprod master rhel lib site packages iceprod core exe helper py line in run nret instance execute stats nfile cvmfs icecube opensciencegrid org rhel metaprojects simulation lib icecube simprod modules polyplopia py line in execute ntray execute nfile cvmfs icecube opensciencegrid org rhel metaprojects simulation lib py line in execute nsuper self execute nruntimeerror no named found in frame in virtual void mphitfilter daq n n nworks fine when i use polyplopia with clsim reporter david schultz cc resolution fixed time component combo simulation summary polyplopia with ppc priority critical keywords milestone owner juancarlos type defect
| 1
|
18,867
| 3,089,703,138
|
IssuesEvent
|
2015-08-25 23:07:59
|
google/googlemock
|
https://api.github.com/repos/google/googlemock
|
closed
|
Must not raise extra failures when Google Test has thrown GoogleTestFailureException.
|
auto-migrated Component-Logic OpSys-All Priority-Medium Type-Defect Usability
|
```
From the user's email:
http://groups.google.com/group/googlemock/browse_thread/thread/73036ce99f96d82a
When gMock reports a failure, it results in throwing GoogleTestFailureException
if it is being used with a third-party tets framework and the
--gtest_throw_on_failure flag. In this case, the remaining mocks will verify
their expectations from destructors during the stack unwinding. They will also
throw GoogleTestFailureException, resulting in the program calling terminate().
It looks like mocks should not verify their expectation during the stack
unwinding after GoogleTestFailureException is thrown. On Linux, this should be
done in a thread-safe manner.
```
Original issue reported on code.google.com by `vladlosev` on 13 Nov 2010 at 3:07
|
1.0
|
Must not raise extra failures when Google Test has thrown GoogleTestFailureException. - ```
From the user's email:
http://groups.google.com/group/googlemock/browse_thread/thread/73036ce99f96d82a
When gMock reports a failure, it results in throwing GoogleTestFailureException
if it is being used with a third-party tets framework and the
--gtest_throw_on_failure flag. In this case, the remaining mocks will verify
their expectations from destructors during the stack unwinding. They will also
throw GoogleTestFailureException, resulting in the program calling terminate().
It looks like mocks should not verify their expectation during the stack
unwinding after GoogleTestFailureException is thrown. On Linux, this should be
done in a thread-safe manner.
```
Original issue reported on code.google.com by `vladlosev` on 13 Nov 2010 at 3:07
|
defect
|
must not raise extra failures when google test has thrown googletestfailureexception from the user s email when gmock reports a failure it results in throwing googletestfailureexception if it is being used with a third party tets framework and the gtest throw on failure flag in this case the remaining mocks will verify their expectations from destructors during the stack unwinding they will also throw googletestfailureexception resulting in the program calling terminate it looks like mocks should not verify their expectation during the stack unwinding after googletestfailureexception is thrown on linux this should be done in a thread safe manner original issue reported on code google com by vladlosev on nov at
| 1
|
12,676
| 2,713,041,455
|
IssuesEvent
|
2015-04-09 17:00:19
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
ExecuteType.BATCH JavaDoc: not yet supported
|
C: Documentation P: Low R: Fixed T: Defect
|
```java
public enum ExecuteType {
// [...]
/**
* A batch statement is being executed (not yet supported)
*/
BATCH,
// [...]
}
```
"not yet supported" is either obsolete (BATCH is returned in DefaultExecuteContext), or it should be specified what exactly is not supported
|
1.0
|
ExecuteType.BATCH JavaDoc: not yet supported - ```java
public enum ExecuteType {
// [...]
/**
* A batch statement is being executed (not yet supported)
*/
BATCH,
// [...]
}
```
"not yet supported" is either obsolete (BATCH is returned in DefaultExecuteContext), or it should be specified what exactly is not supported
|
defect
|
executetype batch javadoc not yet supported java public enum executetype a batch statement is being executed not yet supported batch not yet supported is either obsolete batch is returned in defaultexecutecontext or it should be specified what exactly is not supported
| 1
|
252,989
| 8,049,733,309
|
IssuesEvent
|
2018-08-01 11:06:21
|
IBM/watson-assistant-workbench
|
https://api.github.com/repos/IBM/watson-assistant-workbench
|
opened
|
Allow to run without schema validation
|
Priority: low XML
|
In some cases user may want to run scripts without validation (e.g. they write something more to scripts that does not break conversation to json and want to keep there). Now, if the schema file is not provided as a input parameter default schema is taken.
|
1.0
|
Allow to run without schema validation - In some cases user may want to run scripts without validation (e.g. they write something more to scripts that does not break conversation to json and want to keep there). Now, if the schema file is not provided as a input parameter default schema is taken.
|
non_defect
|
allow to run without schema validation in some cases user may want to run scripts without validation e g they write something more to scripts that does not break conversation to json and want to keep there now if the schema file is not provided as a input parameter default schema is taken
| 0
|
15,679
| 9,012,548,191
|
IssuesEvent
|
2019-02-05 17:08:28
|
elastic/kibana
|
https://api.github.com/repos/elastic/kibana
|
opened
|
[Infra UI] Contextual Menus trigger re-renders for any component that used a contextual menu
|
:Infra UI bug performance
|
`EUIContextMenu` `onClose` will trigger for EVERY component. This means you have to check your own state to ensure it really needs to be close before calling `setState` to close it.
|
True
|
[Infra UI] Contextual Menus trigger re-renders for any component that used a contextual menu - `EUIContextMenu` `onClose` will trigger for EVERY component. This means you have to check your own state to ensure it really needs to be close before calling `setState` to close it.
|
non_defect
|
contextual menus trigger re renders for any component that used a contextual menu euicontextmenu onclose will trigger for every component this means you have to check your own state to ensure it really needs to be close before calling setstate to close it
| 0
|
8,959
| 2,612,939,626
|
IssuesEvent
|
2015-02-27 17:38:01
|
skelterjohn/gomatrix
|
https://api.github.com/repos/skelterjohn/gomatrix
|
closed
|
Printf statements in GetMatrix should be removed
|
auto-migrated Priority-Medium Type-Defect
|
```
the matrix/dense.go GetMatrix function contains calls to Printf that should
have been removed.
> What steps will reproduce the problem?
1. Use the GetMatrix function (or a fuction calling GetMatrix) in your program
> What is the expected output?
None
> What do you see instead?
The matrix content
> What version of the product are you using? On what operating system?
gomatrix revision 108e4591e282
Any OS
```
Original issue reported on code.google.com by `smyr...@gmail.com` on 21 Mar 2012 at 9:28
|
1.0
|
Printf statements in GetMatrix should be removed - ```
the matrix/dense.go GetMatrix function contains calls to Printf that should
have been removed.
> What steps will reproduce the problem?
1. Use the GetMatrix function (or a fuction calling GetMatrix) in your program
> What is the expected output?
None
> What do you see instead?
The matrix content
> What version of the product are you using? On what operating system?
gomatrix revision 108e4591e282
Any OS
```
Original issue reported on code.google.com by `smyr...@gmail.com` on 21 Mar 2012 at 9:28
|
defect
|
printf statements in getmatrix should be removed the matrix dense go getmatrix function contains calls to printf that should have been removed what steps will reproduce the problem use the getmatrix function or a fuction calling getmatrix in your program what is the expected output none what do you see instead the matrix content what version of the product are you using on what operating system gomatrix revision any os original issue reported on code google com by smyr gmail com on mar at
| 1
|
53,834
| 13,262,363,896
|
IssuesEvent
|
2020-08-20 21:40:53
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
closed
|
segments in wimpsimreader.py (Trac #2161)
|
Migrated from Trac combo simulation defect
|
Both segments at [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/python/wimpsimreader.py] are supposed to launch I3WimpSimReader module, but they are set with non acceptable values of variable InjectionRadius. The real default is NaN, and not 0 as visible here [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/private/wimpsim-reader/I3WimpSimReader.cxx]. The variable has this function (from docs):
''InjectionRadius [Default=NAN] If >0, events will be injected in cylinder with specified radius and [zmin, zmax] height instead of rectangular box''
If the original intention was to avoid the cylinder, this value should be left to NaN, as default. (Or the value 0 should be accepted in I3 module at lines 180-181)
For WimpSimReaderEarth there is an issue with GCD, the code isn't able to read time in given format:
```No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type I3Time```
To avoid it, time should be taken as julian day (or another "good" format), so for example
```line 55: return frame.Get("I3DetectorStatus").start_time```
could be:
```line 55: return frame.Get("I3DetectorStatus").start_time.mod_julian_day_double```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2161">https://code.icecube.wisc.edu/projects/icecube/ticket/2161</a>, reported by grenziand owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:15:23",
"_ts": "1550067323910946",
"description": "Both segments at [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/python/wimpsimreader.py] are supposed to launch I3WimpSimReader module, but they are set with non acceptable values of variable InjectionRadius. The real default is NaN, and not 0 as visible here [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/private/wimpsim-reader/I3WimpSimReader.cxx]. The variable has this function (from docs):\n\n''InjectionRadius [Default=NAN] If >0, events will be injected in cylinder with specified radius and [zmin, zmax] height instead of rectangular box''\n\nIf the original intention was to avoid the cylinder, this value should be left to NaN, as default. (Or the value 0 should be accepted in I3 module at lines 180-181)\n\nFor WimpSimReaderEarth there is an issue with GCD, the code isn't able to read time in given format:\n\n{{{No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type I3Time}}}\n\nTo avoid it, time should be taken as julian day (or another \"good\" format), so for example\n\n{{{line 55: return frame.Get(\"I3DetectorStatus\").start_time}}}\n\ncould be:\n\n{{{line 55: return frame.Get(\"I3DetectorStatus\").start_time.mod_julian_day_double}}}",
"reporter": "grenzi",
"cc": "",
"resolution": "fixed",
"time": "2018-06-12T10:09:52",
"component": "combo simulation",
"summary": "segments in wimpsimreader.py",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
segments in wimpsimreader.py (Trac #2161) - Both segments at [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/python/wimpsimreader.py] are supposed to launch I3WimpSimReader module, but they are set with non acceptable values of variable InjectionRadius. The real default is NaN, and not 0 as visible here [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/private/wimpsim-reader/I3WimpSimReader.cxx]. The variable has this function (from docs):
''InjectionRadius [Default=NAN] If >0, events will be injected in cylinder with specified radius and [zmin, zmax] height instead of rectangular box''
If the original intention was to avoid the cylinder, this value should be left to NaN, as default. (Or the value 0 should be accepted in I3 module at lines 180-181)
For WimpSimReaderEarth there is an issue with GCD, the code isn't able to read time in given format:
```No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type I3Time```
To avoid it, time should be taken as julian day (or another "good" format), so for example
```line 55: return frame.Get("I3DetectorStatus").start_time```
could be:
```line 55: return frame.Get("I3DetectorStatus").start_time.mod_julian_day_double```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2161">https://code.icecube.wisc.edu/projects/icecube/ticket/2161</a>, reported by grenziand owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:15:23",
"_ts": "1550067323910946",
"description": "Both segments at [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/python/wimpsimreader.py] are supposed to launch I3WimpSimReader module, but they are set with non acceptable values of variable InjectionRadius. The real default is NaN, and not 0 as visible here [http://code.icecube.wisc.edu/projects/icecube/browser/IceCube/projects/wimpsim-reader/trunk/private/wimpsim-reader/I3WimpSimReader.cxx]. The variable has this function (from docs):\n\n''InjectionRadius [Default=NAN] If >0, events will be injected in cylinder with specified radius and [zmin, zmax] height instead of rectangular box''\n\nIf the original intention was to avoid the cylinder, this value should be left to NaN, as default. (Or the value 0 should be accepted in I3 module at lines 180-181)\n\nFor WimpSimReaderEarth there is an issue with GCD, the code isn't able to read time in given format:\n\n{{{No registered converter was able to produce a C++ rvalue of type std::string from this Python object of type I3Time}}}\n\nTo avoid it, time should be taken as julian day (or another \"good\" format), so for example\n\n{{{line 55: return frame.Get(\"I3DetectorStatus\").start_time}}}\n\ncould be:\n\n{{{line 55: return frame.Get(\"I3DetectorStatus\").start_time.mod_julian_day_double}}}",
"reporter": "grenzi",
"cc": "",
"resolution": "fixed",
"time": "2018-06-12T10:09:52",
"component": "combo simulation",
"summary": "segments in wimpsimreader.py",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "nega",
"type": "defect"
}
```
</p>
</details>
|
defect
|
segments in wimpsimreader py trac both segments at are supposed to launch module but they are set with non acceptable values of variable injectionradius the real default is nan and not as visible here the variable has this function from docs injectionradius if events will be injected in cylinder with specified radius and height instead of rectangular box if the original intention was to avoid the cylinder this value should be left to nan as default or the value should be accepted in module at lines for wimpsimreaderearth there is an issue with gcd the code isn t able to read time in given format no registered converter was able to produce a c rvalue of type std string from this python object of type to avoid it time should be taken as julian day or another good format so for example line return frame get start time could be line return frame get start time mod julian day double migrated from json status closed changetime ts description both segments at are supposed to launch module but they are set with non acceptable values of variable injectionradius the real default is nan and not as visible here the variable has this function from docs n n injectionradius if events will be injected in cylinder with specified radius and height instead of rectangular box n nif the original intention was to avoid the cylinder this value should be left to nan as default or the value should be accepted in module at lines n nfor wimpsimreaderearth there is an issue with gcd the code isn t able to read time in given format n n no registered converter was able to produce a c rvalue of type std string from this python object of type n nto avoid it time should be taken as julian day or another good format so for example n n line return frame get start time n ncould be n n line return frame get start time mod julian day double reporter grenzi cc resolution fixed time component combo simulation summary segments in wimpsimreader py priority normal keywords milestone owner nega type defect
| 1
|
6,643
| 2,610,258,324
|
IssuesEvent
|
2015-02-26 19:22:24
|
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 8:50
|
1.0
|
深圳激光怎样祛痘痘 - ```
深圳激光怎样祛痘痘【深圳韩方科颜全国热线400-869-1818,24小
时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国��
�方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩�
��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”
健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专��
�治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的�
��痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:50
|
defect
|
深圳激光怎样祛痘痘 深圳激光怎样祛痘痘【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 original issue reported on code google com by szft com on may at
| 1
|
61,490
| 17,023,706,440
|
IssuesEvent
|
2021-07-03 03:24:32
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
closed
|
source=OS_OpenData_* tags should not contain spaces when using "Assign Source" shortcut
|
Component: potlatch2 Priority: minor Resolution: fixed Type: defect
|
**[Submitted to the original trac issue database at 1.15pm, Wednesday, 27th April 2011]**
The B shortcut sets the source or source:name tag based on the current background layer.
In Potlatch 2.0-14-gc925264 this maps as:
"OS OpenData StreetView" background --> source=OS OpenData StreetView
"OS OpenData Locator" background --> source:name=OS OpenData Locator
However the wiki at http://wiki.openstreetmap.org/wiki/Ordnance_Survey_Opendata#Attributing_OS suggests these values should contain underscores instead of spaces.
Taginfo shows the community is largely following the wiki:
166,945 use source=OS_OpenData_StreetView versus 79,636 with OS OpenData StreetView
21,934 use source:name=OS_OpenData_Locator versus 3,327 with OS OpenData Locator
|
1.0
|
source=OS_OpenData_* tags should not contain spaces when using "Assign Source" shortcut - **[Submitted to the original trac issue database at 1.15pm, Wednesday, 27th April 2011]**
The B shortcut sets the source or source:name tag based on the current background layer.
In Potlatch 2.0-14-gc925264 this maps as:
"OS OpenData StreetView" background --> source=OS OpenData StreetView
"OS OpenData Locator" background --> source:name=OS OpenData Locator
However the wiki at http://wiki.openstreetmap.org/wiki/Ordnance_Survey_Opendata#Attributing_OS suggests these values should contain underscores instead of spaces.
Taginfo shows the community is largely following the wiki:
166,945 use source=OS_OpenData_StreetView versus 79,636 with OS OpenData StreetView
21,934 use source:name=OS_OpenData_Locator versus 3,327 with OS OpenData Locator
|
defect
|
source os opendata tags should not contain spaces when using assign source shortcut the b shortcut sets the source or source name tag based on the current background layer in potlatch this maps as os opendata streetview background source os opendata streetview os opendata locator background source name os opendata locator however the wiki at suggests these values should contain underscores instead of spaces taginfo shows the community is largely following the wiki use source os opendata streetview versus with os opendata streetview use source name os opendata locator versus with os opendata locator
| 1
|
368,116
| 10,866,379,307
|
IssuesEvent
|
2019-11-14 21:06:45
|
igroglaz/srvmgr
|
https://api.github.com/repos/igroglaz/srvmgr
|
closed
|
fix problems in exp limitations
|
Low priority bug enhancement
|
WarBeginner implemented different exp flags, but they doesn't work properly:
**
> https://github.com/igroglaz/srvmgr/commit/a2a78d2ad34093d390a3db861022baeec97259d0
**
I've tested this config:
DeathExpMult=0.9
KilledExpMult=1
PKExpMult=1
RespawnExpMult2=1
I died 2 time from player, then died from monster...
Then entered on 'Horror' and died from monsters.
My experience become:
-1333333
Also one other guys had such exp when died !on each skill!:
blade 4294958543
axe 4294947424
bludgeon 18136
pike 128313
shooting 4294961710
|
1.0
|
fix problems in exp limitations - WarBeginner implemented different exp flags, but they doesn't work properly:
**
> https://github.com/igroglaz/srvmgr/commit/a2a78d2ad34093d390a3db861022baeec97259d0
**
I've tested this config:
DeathExpMult=0.9
KilledExpMult=1
PKExpMult=1
RespawnExpMult2=1
I died 2 time from player, then died from monster...
Then entered on 'Horror' and died from monsters.
My experience become:
-1333333
Also one other guys had such exp when died !on each skill!:
blade 4294958543
axe 4294947424
bludgeon 18136
pike 128313
shooting 4294961710
|
non_defect
|
fix problems in exp limitations warbeginner implemented different exp flags but they doesn t work properly i ve tested this config deathexpmult killedexpmult pkexpmult i died time from player then died from monster then entered on horror and died from monsters my experience become also one other guys had such exp when died on each skill blade axe bludgeon pike shooting
| 0
|
130,776
| 18,154,149,192
|
IssuesEvent
|
2021-09-26 19:37:32
|
nextcloud/deck
|
https://api.github.com/repos/nextcloud/deck
|
reopened
|
card details dialog on desktop is annoying
|
enhancement frontend design: papercut
|
title is no complain, just a description. i love deck ;)
when creating a new card and i only need a title and want to throw it in quickly (to-do-list), this dialog on the right opens.
- it blocks the view on the other lists (bad on smaller screens/browser windows)
- it won't go away without searching the closing button - escape button or clicking
- somewhere does not work
- it even appears when i just move a card and do not even want to edit something.
for me this is really a pain in usability.
possible solutions:
- do not call dialog when clicking a card only once
- put an edit function in the context menu of a card
- do not call dialog when moving cards
- close dialog when clicking elsewhere (like new cards disappear when you don't save them, but the content is still there)
thx and greetings!
|
1.0
|
card details dialog on desktop is annoying - title is no complain, just a description. i love deck ;)
when creating a new card and i only need a title and want to throw it in quickly (to-do-list), this dialog on the right opens.
- it blocks the view on the other lists (bad on smaller screens/browser windows)
- it won't go away without searching the closing button - escape button or clicking
- somewhere does not work
- it even appears when i just move a card and do not even want to edit something.
for me this is really a pain in usability.
possible solutions:
- do not call dialog when clicking a card only once
- put an edit function in the context menu of a card
- do not call dialog when moving cards
- close dialog when clicking elsewhere (like new cards disappear when you don't save them, but the content is still there)
thx and greetings!
|
non_defect
|
card details dialog on desktop is annoying title is no complain just a description i love deck when creating a new card and i only need a title and want to throw it in quickly to do list this dialog on the right opens it blocks the view on the other lists bad on smaller screens browser windows it won t go away without searching the closing button escape button or clicking somewhere does not work it even appears when i just move a card and do not even want to edit something for me this is really a pain in usability possible solutions do not call dialog when clicking a card only once put an edit function in the context menu of a card do not call dialog when moving cards close dialog when clicking elsewhere like new cards disappear when you don t save them but the content is still there thx and greetings
| 0
|
52,789
| 13,225,063,943
|
IssuesEvent
|
2020-08-17 20:24:59
|
icecube-trac/tix4
|
https://api.github.com/repos/icecube-trac/tix4
|
closed
|
Update radioeventbrowser to use I3Frame::Physics stops (Trac #338)
|
Migrated from Trac RASTA defect
|
Current radio event browser stops on I3Frame::DAQ stops when looking for next event. This should be changed to work on physics stops if available or DAQ stops if no physics stop is available.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/338">https://code.icecube.wisc.edu/projects/icecube/ticket/338</a>, reported by sboeserand owned by sboeser</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-01-17T06:29:03",
"_ts": "1326781743000000",
"description": "Current radio event browser stops on I3Frame::DAQ stops when looking for next event. This should be changed to work on physics stops if available or DAQ stops if no physics stop is available.",
"reporter": "sboeser",
"cc": "",
"resolution": "fixed",
"time": "2012-01-10T21:43:17",
"component": "RASTA",
"summary": "Update radioeventbrowser to use I3Frame::Physics stops",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "sboeser",
"type": "defect"
}
```
</p>
</details>
|
1.0
|
Update radioeventbrowser to use I3Frame::Physics stops (Trac #338) - Current radio event browser stops on I3Frame::DAQ stops when looking for next event. This should be changed to work on physics stops if available or DAQ stops if no physics stop is available.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/338">https://code.icecube.wisc.edu/projects/icecube/ticket/338</a>, reported by sboeserand owned by sboeser</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-01-17T06:29:03",
"_ts": "1326781743000000",
"description": "Current radio event browser stops on I3Frame::DAQ stops when looking for next event. This should be changed to work on physics stops if available or DAQ stops if no physics stop is available.",
"reporter": "sboeser",
"cc": "",
"resolution": "fixed",
"time": "2012-01-10T21:43:17",
"component": "RASTA",
"summary": "Update radioeventbrowser to use I3Frame::Physics stops",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "sboeser",
"type": "defect"
}
```
</p>
</details>
|
defect
|
update radioeventbrowser to use physics stops trac current radio event browser stops on daq stops when looking for next event this should be changed to work on physics stops if available or daq stops if no physics stop is available migrated from json status closed changetime ts description current radio event browser stops on daq stops when looking for next event this should be changed to work on physics stops if available or daq stops if no physics stop is available reporter sboeser cc resolution fixed time component rasta summary update radioeventbrowser to use physics stops priority normal keywords milestone owner sboeser type defect
| 1
|
391,380
| 11,572,649,933
|
IssuesEvent
|
2020-02-21 00:45:31
|
nearprotocol/near-explorer
|
https://api.github.com/repos/nearprotocol/near-explorer
|
closed
|
Transaction deposit value should be correct when 2+ actions have attached deposit
|
Priority 2 bug
|
## Story
https://github.com/nearprotocol/near-explorer/blob/605dc80cf9f17e0640295f1712f0f95936c3a107/frontend/src/components/transactions/TransactionDetails.tsx#L28-L40
This way having two transaction actions with `deposit` will override each other. We should accumulate a total deposit. Keep in mind that it is a big number (this is why it is a string in the first place), so you should use big numbers library (see what Wallet uses for that).
## Acceptance Criteria
- [x] The deposit is accumulated
- [x] Tested with big numbers
|
1.0
|
Transaction deposit value should be correct when 2+ actions have attached deposit - ## Story
https://github.com/nearprotocol/near-explorer/blob/605dc80cf9f17e0640295f1712f0f95936c3a107/frontend/src/components/transactions/TransactionDetails.tsx#L28-L40
This way having two transaction actions with `deposit` will override each other. We should accumulate a total deposit. Keep in mind that it is a big number (this is why it is a string in the first place), so you should use big numbers library (see what Wallet uses for that).
## Acceptance Criteria
- [x] The deposit is accumulated
- [x] Tested with big numbers
|
non_defect
|
transaction deposit value should be correct when actions have attached deposit story this way having two transaction actions with deposit will override each other we should accumulate a total deposit keep in mind that it is a big number this is why it is a string in the first place so you should use big numbers library see what wallet uses for that acceptance criteria the deposit is accumulated tested with big numbers
| 0
|
32,396
| 6,767,426,985
|
IssuesEvent
|
2017-10-26 03:16:01
|
Shopkeepers/Shopkeepers
|
https://api.github.com/repos/Shopkeepers/Shopkeepers
|
closed
|
Economy Problems due to bug?
|
Defect migrated waiting
|
**Migrated from:** https://dev.bukkit.org/projects/shopkeepers/issues/124
**Originally posted by Tobias2289 (Apr 15, 2013):**
Ok this is my set up,I am using essentials Buy/Sell signs to sell Emeralds, the users then buy $1, $5, $10, $20, $50 & $100 Dollars from shop keepers.
(Paper with the name $1, $2, ect).Now, they can use the emeralds to buy the "money" BUT I have it set up with another shop keeper so they can get there emeralds back and then sell them to essentials to deposit them.Now when they want to trade a $100 and don't move to the last item in the trade window it will give the Emerald amount for a $1. But if they were to say take a $1 and try to trade it for the $100 emerald amount it works also and they get far more emeralds than they should.Is there anyway to fix this?
|
1.0
|
Economy Problems due to bug? - **Migrated from:** https://dev.bukkit.org/projects/shopkeepers/issues/124
**Originally posted by Tobias2289 (Apr 15, 2013):**
Ok this is my set up,I am using essentials Buy/Sell signs to sell Emeralds, the users then buy $1, $5, $10, $20, $50 & $100 Dollars from shop keepers.
(Paper with the name $1, $2, ect).Now, they can use the emeralds to buy the "money" BUT I have it set up with another shop keeper so they can get there emeralds back and then sell them to essentials to deposit them.Now when they want to trade a $100 and don't move to the last item in the trade window it will give the Emerald amount for a $1. But if they were to say take a $1 and try to trade it for the $100 emerald amount it works also and they get far more emeralds than they should.Is there anyway to fix this?
|
defect
|
economy problems due to bug migrated from originally posted by apr ok this is my set up i am using essentials buy sell signs to sell emeralds the users then buy dollars from shop keepers paper with the name ect now they can use the emeralds to buy the money but i have it set up with another shop keeper so they can get there emeralds back and then sell them to essentials to deposit them now when they want to trade a and don t move to the last item in the trade window it will give the emerald amount for a but if they were to say take a and try to trade it for the emerald amount it works also and they get far more emeralds than they should is there anyway to fix this
| 1
|
9,671
| 2,615,165,051
|
IssuesEvent
|
2015-03-01 06:45:13
|
chrsmith/reaver-wps
|
https://api.github.com/repos/chrsmith/reaver-wps
|
opened
|
please some one help me .....
|
auto-migrated Priority-Triage Type-Defect
|
```
hello guys i am going to hacking some one Wifi by using reaver process, i start
at from before 5 hours and upto 6 hours i wait and pin going continue up to
40005676 and i tired and closed backtrack it is possible to continue from here
???????
and what is method of enter pin
i put this type
reaver -i mon0 -b XX:XX:XX:XX:XX -vv -p 40005676 it is wrong or right ????
please help me if you know
thank you
```
Original issue reported on code.google.com by `bbb11...@gmail.com` on 30 Dec 2012 at 4:08
|
1.0
|
please some one help me ..... - ```
hello guys i am going to hacking some one Wifi by using reaver process, i start
at from before 5 hours and upto 6 hours i wait and pin going continue up to
40005676 and i tired and closed backtrack it is possible to continue from here
???????
and what is method of enter pin
i put this type
reaver -i mon0 -b XX:XX:XX:XX:XX -vv -p 40005676 it is wrong or right ????
please help me if you know
thank you
```
Original issue reported on code.google.com by `bbb11...@gmail.com` on 30 Dec 2012 at 4:08
|
defect
|
please some one help me hello guys i am going to hacking some one wifi by using reaver process i start at from before hours and upto hours i wait and pin going continue up to and i tired and closed backtrack it is possible to continue from here and what is method of enter pin i put this type reaver i b xx xx xx xx xx vv p it is wrong or right please help me if you know thank you original issue reported on code google com by gmail com on dec at
| 1
|
51,150
| 7,673,875,607
|
IssuesEvent
|
2018-05-15 00:28:26
|
mozilla/diversity
|
https://api.github.com/repos/mozilla/diversity
|
closed
|
All planning and outreach for D&I in Open Source Call #3 is completed
|
Documentation & Writing This Week!
|
## Related documents and links
* [Wiki](https://wiki.mozilla.org/Diversity_and_Inclusion_for_Communities_and_Contributors#D.26I_in_Open_Source_Community_Calls)
## Item list:
- [ ] Finalize CoC Panel (R: @emmairwin)
- [ ] Write blog Post and update Wiki pages (R:@emmairwin)
- [ ] Prepare Etherpad & Zoom Feed (unknown) (R: @emmairwin)
- [ ] Finalize Video
## Related Issues
[Reference meta issues and past issues] #
|
1.0
|
All planning and outreach for D&I in Open Source Call #3 is completed -
## Related documents and links
* [Wiki](https://wiki.mozilla.org/Diversity_and_Inclusion_for_Communities_and_Contributors#D.26I_in_Open_Source_Community_Calls)
## Item list:
- [ ] Finalize CoC Panel (R: @emmairwin)
- [ ] Write blog Post and update Wiki pages (R:@emmairwin)
- [ ] Prepare Etherpad & Zoom Feed (unknown) (R: @emmairwin)
- [ ] Finalize Video
## Related Issues
[Reference meta issues and past issues] #
|
non_defect
|
all planning and outreach for d i in open source call is completed related documents and links item list finalize coc panel r emmairwin write blog post and update wiki pages r emmairwin prepare etherpad zoom feed unknown r emmairwin finalize video related issues
| 0
|
524,031
| 15,194,823,841
|
IssuesEvent
|
2021-02-16 04:49:03
|
QuantEcon/lecture-python.myst
|
https://api.github.com/repos/QuantEcon/lecture-python.myst
|
closed
|
[downloadnb-comparison] [04_linear_algebra] a sentence is missing in MYST
|
high-priority
|
Hi @mmcky , I noticed the following sentence is missing in lecture ``04_linear_algebra``:
- ``The solution is known to be $ \hat x = (A'A)^{-1}A'y $ — see for example chapter 3 of <a href=_static/lecture_specific/linear_algebra/course_notes.pdf download>these notes</a>.``
Please find a screenshot for the corresponding place of lecture ``04_linear_algebra`` (left: ``RST``, right: ``MYST``):

|
1.0
|
[downloadnb-comparison] [04_linear_algebra] a sentence is missing in MYST - Hi @mmcky , I noticed the following sentence is missing in lecture ``04_linear_algebra``:
- ``The solution is known to be $ \hat x = (A'A)^{-1}A'y $ — see for example chapter 3 of <a href=_static/lecture_specific/linear_algebra/course_notes.pdf download>these notes</a>.``
Please find a screenshot for the corresponding place of lecture ``04_linear_algebra`` (left: ``RST``, right: ``MYST``):

|
non_defect
|
a sentence is missing in myst hi mmcky i noticed the following sentence is missing in lecture linear algebra the solution is known to be hat x a a a y — see for example chapter of these notes please find a screenshot for the corresponding place of lecture linear algebra left rst right myst
| 0
|
260,338
| 22,613,177,908
|
IssuesEvent
|
2022-06-29 19:07:54
|
microsoft/vscode
|
https://api.github.com/repos/microsoft/vscode
|
closed
|
Test: Refactoring Preview Code Action
|
testplan-item
|
Refs #151140
- [x] anyOS @jrieken
- [x] anyOS @sandy081
- [x] anyOS @devinvalenciano
Complexity: 2
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23153392%0A%0A&assignees=justschen)
---
## Set up:
In the Command Palette, there is a new action called `Refactor with Preview...` In order to run this, highlight some code, select the option by searching and running `Refactor with Preview...` and it should open up the refactoring menu with some options. Click on any of the options and the Refactor Preview (bulk editor) should open up in the workbench. Clicking on the refactorings available in the Refactor Preview pane will open up a side-by-side view in the editor. **Edits must be made in a saved file, or the side-by-side will not show up.**
Things to keep in mind: Currently the UX is not excellent - we're simply using the refactor preview from the bulk editor, so the preview pane itself might get incredibly bloated with ↩️ (new line indicators) and lots of red highlighted + crossed out code. The core refactoring results should not change.
After clicking on the option from refactoring menu:
<img width="590" alt="image" src="https://user-images.githubusercontent.com/54879025/176034901-7e5db43d-a419-45e0-b84d-a10758d18eec.png">
After clicking in the refactoring preview pane:
<img width="700" alt="image" src="https://user-images.githubusercontent.com/54879025/176043056-fcc00811-2be1-4707-9018-15bc3b533608.png">
## Testing:
1. Highlight some code you want to refactor.
2. Run the command `Refactor with Preview` from the command palette.
3. A menu will pop up with refactoring options - click on a valid highlighted option.
4. Clicking on any of the menu options will open up the workbench and the refactoring preview pane, similar to `Rename Symbol`.
5. Note that all highlighted lines will be checkmarked, but you have the option to uncheck certain lines and apply the refactoring of only that specific line.
6. Click on the lines of edited code in the preview pane to pull up the preview in the editor.

7. Apply the refactoring preview - depending on what kind of refactoring was chosen. *An additional prompt about renaming the extracted function may be triggered as well.*
8. `CTRL + Z` and highlight the same bit of code. Run `Refactor` and the same type of refactoring.
9. Ensure that the two versions of refactoring, with or without preview, have the same end refactored results.
## Some Questions:
- Since the bulk edit pane was intended for smaller changes with a larger quantity of files, it may not precisely fit the kind of refactoring we want. Does this version of refactoring help, and are there better ways to indicate differences when refactoring?
- Is there a better flow to get to the refactoring preview screen (ie. having the `Refactoring with Preview` in the context menu, or having fly-outs instead of in the workbench, etc).
|
1.0
|
Test: Refactoring Preview Code Action - Refs #151140
- [x] anyOS @jrieken
- [x] anyOS @sandy081
- [x] anyOS @devinvalenciano
Complexity: 2
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23153392%0A%0A&assignees=justschen)
---
## Set up:
In the Command Palette, there is a new action called `Refactor with Preview...` In order to run this, highlight some code, select the option by searching and running `Refactor with Preview...` and it should open up the refactoring menu with some options. Click on any of the options and the Refactor Preview (bulk editor) should open up in the workbench. Clicking on the refactorings available in the Refactor Preview pane will open up a side-by-side view in the editor. **Edits must be made in a saved file, or the side-by-side will not show up.**
Things to keep in mind: Currently the UX is not excellent - we're simply using the refactor preview from the bulk editor, so the preview pane itself might get incredibly bloated with ↩️ (new line indicators) and lots of red highlighted + crossed out code. The core refactoring results should not change.
After clicking on the option from refactoring menu:
<img width="590" alt="image" src="https://user-images.githubusercontent.com/54879025/176034901-7e5db43d-a419-45e0-b84d-a10758d18eec.png">
After clicking in the refactoring preview pane:
<img width="700" alt="image" src="https://user-images.githubusercontent.com/54879025/176043056-fcc00811-2be1-4707-9018-15bc3b533608.png">
## Testing:
1. Highlight some code you want to refactor.
2. Run the command `Refactor with Preview` from the command palette.
3. A menu will pop up with refactoring options - click on a valid highlighted option.
4. Clicking on any of the menu options will open up the workbench and the refactoring preview pane, similar to `Rename Symbol`.
5. Note that all highlighted lines will be checkmarked, but you have the option to uncheck certain lines and apply the refactoring of only that specific line.
6. Click on the lines of edited code in the preview pane to pull up the preview in the editor.

7. Apply the refactoring preview - depending on what kind of refactoring was chosen. *An additional prompt about renaming the extracted function may be triggered as well.*
8. `CTRL + Z` and highlight the same bit of code. Run `Refactor` and the same type of refactoring.
9. Ensure that the two versions of refactoring, with or without preview, have the same end refactored results.
## Some Questions:
- Since the bulk edit pane was intended for smaller changes with a larger quantity of files, it may not precisely fit the kind of refactoring we want. Does this version of refactoring help, and are there better ways to indicate differences when refactoring?
- Is there a better flow to get to the refactoring preview screen (ie. having the `Refactoring with Preview` in the context menu, or having fly-outs instead of in the workbench, etc).
|
non_defect
|
test refactoring preview code action refs anyos jrieken anyos anyos devinvalenciano complexity set up in the command palette there is a new action called refactor with preview in order to run this highlight some code select the option by searching and running refactor with preview and it should open up the refactoring menu with some options click on any of the options and the refactor preview bulk editor should open up in the workbench clicking on the refactorings available in the refactor preview pane will open up a side by side view in the editor edits must be made in a saved file or the side by side will not show up things to keep in mind currently the ux is not excellent we re simply using the refactor preview from the bulk editor so the preview pane itself might get incredibly bloated with ↩️ new line indicators and lots of red highlighted crossed out code the core refactoring results should not change after clicking on the option from refactoring menu img width alt image src after clicking in the refactoring preview pane img width alt image src testing highlight some code you want to refactor run the command refactor with preview from the command palette a menu will pop up with refactoring options click on a valid highlighted option clicking on any of the menu options will open up the workbench and the refactoring preview pane similar to rename symbol note that all highlighted lines will be checkmarked but you have the option to uncheck certain lines and apply the refactoring of only that specific line click on the lines of edited code in the preview pane to pull up the preview in the editor apply the refactoring preview depending on what kind of refactoring was chosen an additional prompt about renaming the extracted function may be triggered as well ctrl z and highlight the same bit of code run refactor and the same type of refactoring ensure that the two versions of refactoring with or without preview have the same end refactored results some questions since the bulk edit pane was intended for smaller changes with a larger quantity of files it may not precisely fit the kind of refactoring we want does this version of refactoring help and are there better ways to indicate differences when refactoring is there a better flow to get to the refactoring preview screen ie having the refactoring with preview in the context menu or having fly outs instead of in the workbench etc
| 0
|
81,555
| 31,017,652,330
|
IssuesEvent
|
2023-08-10 00:46:34
|
zed-industries/community
|
https://api.github.com/repos/zed-industries/community
|
closed
|
file finder no longer proactively indexes my repo
|
defect file finder
|
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Add folder to project. Open file finder (cmd+p) and type. Only top-level files from the added folder are shown. If I unfold a folder in the project panel, the top-level files of that folder are also indexed.
In earlier versions, all files from the project could be opened immediately from the file finder.
### Environment
Zed: v0.94.4 (stable)
OS: macOS 13.4.1
Memory: 32 GiB
Architecture: aarch64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
_No response_
|
1.0
|
file finder no longer proactively indexes my repo - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Add folder to project. Open file finder (cmd+p) and type. Only top-level files from the added folder are shown. If I unfold a folder in the project panel, the top-level files of that folder are also indexed.
In earlier versions, all files from the project could be opened immediately from the file finder.
### Environment
Zed: v0.94.4 (stable)
OS: macOS 13.4.1
Memory: 32 GiB
Architecture: aarch64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
_No response_
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
_No response_
|
defect
|
file finder no longer proactively indexes my repo check for existing issues completed describe the bug provide steps to reproduce it add folder to project open file finder cmd p and type only top level files from the added folder are shown if i unfold a folder in the project panel the top level files of that folder are also indexed in earlier versions all files from the project could be opened immediately from the file finder environment zed stable os macos memory gib architecture if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue if you only need the most recent lines you can run the zed open log command palette action to see the last no response
| 1
|
43,326
| 11,625,336,454
|
IssuesEvent
|
2020-02-27 12:29:39
|
BOINC/boinc
|
https://api.github.com/repos/BOINC/boinc
|
opened
|
[mac] Manager fails to build due to undeclared class member
|
C: Client - Macintosh C: Manager C: Testing E: 1 day T: Defect
|
**Describe the bug**
```
boinc/clientgui/mac/MacBitmapComboBox.cpp:56:24: error: use of undeclared identifier 'm_popUpMenu'
wxMenuItem *item = m_popUpMenu->FindItemByPosition(n);
^
```
**Steps To Reproduce**
1. Build the macOS manager
**System Information**
- OS: macOS 10.15
- BOINC Version: master
**Additional context**
Honestly, I've no clue why (again) I'm the first to notice this. Grep'ing the whole of BOINC there's indeed no declaration of the `m_popUpMenu` class member.
Fun fact: GitHub doesn't even find the single usage above - duh!
|
1.0
|
[mac] Manager fails to build due to undeclared class member - **Describe the bug**
```
boinc/clientgui/mac/MacBitmapComboBox.cpp:56:24: error: use of undeclared identifier 'm_popUpMenu'
wxMenuItem *item = m_popUpMenu->FindItemByPosition(n);
^
```
**Steps To Reproduce**
1. Build the macOS manager
**System Information**
- OS: macOS 10.15
- BOINC Version: master
**Additional context**
Honestly, I've no clue why (again) I'm the first to notice this. Grep'ing the whole of BOINC there's indeed no declaration of the `m_popUpMenu` class member.
Fun fact: GitHub doesn't even find the single usage above - duh!
|
defect
|
manager fails to build due to undeclared class member describe the bug boinc clientgui mac macbitmapcombobox cpp error use of undeclared identifier m popupmenu wxmenuitem item m popupmenu finditembyposition n steps to reproduce build the macos manager system information os macos boinc version master additional context honestly i ve no clue why again i m the first to notice this grep ing the whole of boinc there s indeed no declaration of the m popupmenu class member fun fact github doesn t even find the single usage above duh
| 1
|
245,947
| 26,573,512,775
|
IssuesEvent
|
2023-01-21 13:49:14
|
tektoncd/pipeline
|
https://api.github.com/repos/tektoncd/pipeline
|
closed
|
Improve hardening of step containers
|
lifecycle/rotten kind/security
|
# Expected Behavior
Improved hardening of step containers
# Actual Behavior
The figure below shows the security properties of a task container with the docker driver.
<img width="499" alt="image" src="https://user-images.githubusercontent.com/2205608/186420668-62e95d64-a1fa-413c-b2e0-19293430caf0.png">
# Additional Info
- Tekton Pipeline version: v0.33
From the security audit:
> Containers used for running task and pipeline steps have excessive security context options enabled. This increases the attack surface of the system, and issues such as Linux kernel bugs may allow attackers to escape a container if they gain code execution within a Tekton container.
> The figure below shows the security properties of a task container with the docker driver.
<img width="499" alt="image" src="https://user-images.githubusercontent.com/2205608/186420668-62e95d64-a1fa-413c-b2e0-19293430caf0.png">
> Short term, drop default capabilities from containers and prevent processes from gaining additional privileges by setting the --cap-drop=ALL and --security-opt=no-new-privileges:true flags when starting containers.
|
True
|
Improve hardening of step containers - # Expected Behavior
Improved hardening of step containers
# Actual Behavior
The figure below shows the security properties of a task container with the docker driver.
<img width="499" alt="image" src="https://user-images.githubusercontent.com/2205608/186420668-62e95d64-a1fa-413c-b2e0-19293430caf0.png">
# Additional Info
- Tekton Pipeline version: v0.33
From the security audit:
> Containers used for running task and pipeline steps have excessive security context options enabled. This increases the attack surface of the system, and issues such as Linux kernel bugs may allow attackers to escape a container if they gain code execution within a Tekton container.
> The figure below shows the security properties of a task container with the docker driver.
<img width="499" alt="image" src="https://user-images.githubusercontent.com/2205608/186420668-62e95d64-a1fa-413c-b2e0-19293430caf0.png">
> Short term, drop default capabilities from containers and prevent processes from gaining additional privileges by setting the --cap-drop=ALL and --security-opt=no-new-privileges:true flags when starting containers.
|
non_defect
|
improve hardening of step containers expected behavior improved hardening of step containers actual behavior the figure below shows the security properties of a task container with the docker driver img width alt image src additional info tekton pipeline version from the security audit containers used for running task and pipeline steps have excessive security context options enabled this increases the attack surface of the system and issues such as linux kernel bugs may allow attackers to escape a container if they gain code execution within a tekton container the figure below shows the security properties of a task container with the docker driver img width alt image src short term drop default capabilities from containers and prevent processes from gaining additional privileges by setting the cap drop all and security opt no new privileges true flags when starting containers
| 0
|
277,965
| 24,115,603,076
|
IssuesEvent
|
2022-09-20 14:31:45
|
WordPress/gutenberg
|
https://api.github.com/repos/WordPress/gutenberg
|
closed
|
Block inline styles does not present in correct block
|
[Feature] Block API Needs Testing [Status] Stale
|
### Description
Either block inline styles does not present in correct block or correct inline block styles not loading or extra inline block styles loading in twentytwentytwo theme
Here is an example of button block which is a child block of buttons block. Styles related to button block written in buttons block and does not load in some FSE themes which do no use `add_filter( 'should_load_separate_core_block_assets', '__return_false' );
`.
Please check [screencast-block-inline-styles-not-present-in-correct-block](https://app.usebubbles.com/mfSPrmUPowhPgqUkeEQpSq/block-inline-styles-not-present-in-correct-block)
[Block button css works after adding buttons block ](https://app.usebubbles.com/uhEgN4kugRA1CE7MNna4Gx/block-button-css-works-after-adding-buttons-block)
### Step-by-step reproduction instructions
1. Activate Twenty Twenty-Two theme
2. Install woocommerce plugin and setup a store
2. go to woocommerce > Get ready to start selling > Personalize my store > create home page
3. Visit homepage and inspect first "Go shopping" button on cover. check the CSS style ".wp-block-button.aligncenter". you will find css related to wp-block-button under **wp-block-buttons-inline-css** instead of **wp-block-button-inline-css**
4. You will not find **wp-block-buttons** in entire HTML page except its only inline css which is loading even if we do not use its block.
5. Activate any other FSE theme which doesn't use `add_filter( 'should_load_separate_core_block_assets', '__return_false' ); ` example- Bricksy, Gutena
6. Check homepage, you will see "Go shopping" button no more centre aligned because **wp-block-buttons-inline-css** is not loading there.
7. Edit homepage and add a buttons block anywhere in the page. Check homepage, you will see "Go shopping" button aligncenter css will work OR Go to tools > theme file editor > click on functions.php file
8. add `add_filter( 'should_load_separate_core_block_assets', '__return_false' );` in functions.php file and click update file
9. Check homepage, you will see "Go shopping" button aligncenter css will work
### Screenshots, screen recording, code snippet
Please check [screencast-block-inline-styles-not-present-in-correct-block](https://app.usebubbles.com/mfSPrmUPowhPgqUkeEQpSq/block-inline-styles-not-present-in-correct-block)
[Block button css works after adding buttons block ](https://app.usebubbles.com/uhEgN4kugRA1CE7MNna4Gx/block-button-css-works-after-adding-buttons-block)
### Environment info
WordPress Version 5.9
WooCommerce Version 6.2.0
Twenty Twenty-TwoVersion: 1.0
BricksyVersion: 1.1.9
GutenaVersion: 1.0.3
### Please confirm that you have searched existing issues in the repo.
Yes
### Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
|
1.0
|
Block inline styles does not present in correct block - ### Description
Either block inline styles does not present in correct block or correct inline block styles not loading or extra inline block styles loading in twentytwentytwo theme
Here is an example of button block which is a child block of buttons block. Styles related to button block written in buttons block and does not load in some FSE themes which do no use `add_filter( 'should_load_separate_core_block_assets', '__return_false' );
`.
Please check [screencast-block-inline-styles-not-present-in-correct-block](https://app.usebubbles.com/mfSPrmUPowhPgqUkeEQpSq/block-inline-styles-not-present-in-correct-block)
[Block button css works after adding buttons block ](https://app.usebubbles.com/uhEgN4kugRA1CE7MNna4Gx/block-button-css-works-after-adding-buttons-block)
### Step-by-step reproduction instructions
1. Activate Twenty Twenty-Two theme
2. Install woocommerce plugin and setup a store
2. go to woocommerce > Get ready to start selling > Personalize my store > create home page
3. Visit homepage and inspect first "Go shopping" button on cover. check the CSS style ".wp-block-button.aligncenter". you will find css related to wp-block-button under **wp-block-buttons-inline-css** instead of **wp-block-button-inline-css**
4. You will not find **wp-block-buttons** in entire HTML page except its only inline css which is loading even if we do not use its block.
5. Activate any other FSE theme which doesn't use `add_filter( 'should_load_separate_core_block_assets', '__return_false' ); ` example- Bricksy, Gutena
6. Check homepage, you will see "Go shopping" button no more centre aligned because **wp-block-buttons-inline-css** is not loading there.
7. Edit homepage and add a buttons block anywhere in the page. Check homepage, you will see "Go shopping" button aligncenter css will work OR Go to tools > theme file editor > click on functions.php file
8. add `add_filter( 'should_load_separate_core_block_assets', '__return_false' );` in functions.php file and click update file
9. Check homepage, you will see "Go shopping" button aligncenter css will work
### Screenshots, screen recording, code snippet
Please check [screencast-block-inline-styles-not-present-in-correct-block](https://app.usebubbles.com/mfSPrmUPowhPgqUkeEQpSq/block-inline-styles-not-present-in-correct-block)
[Block button css works after adding buttons block ](https://app.usebubbles.com/uhEgN4kugRA1CE7MNna4Gx/block-button-css-works-after-adding-buttons-block)
### Environment info
WordPress Version 5.9
WooCommerce Version 6.2.0
Twenty Twenty-TwoVersion: 1.0
BricksyVersion: 1.1.9
GutenaVersion: 1.0.3
### Please confirm that you have searched existing issues in the repo.
Yes
### Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
|
non_defect
|
block inline styles does not present in correct block description either block inline styles does not present in correct block or correct inline block styles not loading or extra inline block styles loading in twentytwentytwo theme here is an example of button block which is a child block of buttons block styles related to button block written in buttons block and does not load in some fse themes which do no use add filter should load separate core block assets return false please check step by step reproduction instructions activate twenty twenty two theme install woocommerce plugin and setup a store go to woocommerce get ready to start selling personalize my store create home page visit homepage and inspect first go shopping button on cover check the css style wp block button aligncenter you will find css related to wp block button under wp block buttons inline css instead of wp block button inline css you will not find wp block buttons in entire html page except its only inline css which is loading even if we do not use its block activate any other fse theme which doesn t use add filter should load separate core block assets return false example bricksy gutena check homepage you will see go shopping button no more centre aligned because wp block buttons inline css is not loading there edit homepage and add a buttons block anywhere in the page check homepage you will see go shopping button aligncenter css will work or go to tools theme file editor click on functions php file add add filter should load separate core block assets return false in functions php file and click update file check homepage you will see go shopping button aligncenter css will work screenshots screen recording code snippet please check environment info wordpress version woocommerce version twenty twenty twoversion bricksyversion gutenaversion please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg yes
| 0
|
78,013
| 27,276,556,853
|
IssuesEvent
|
2023-02-23 06:05:23
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
"Re-join" button on the "You were kicked" footer gives no feedback
|
T-Defect S-Minor A-Moderation
|
Apparently it works, because it eventually joined me, but at spinner or something would be nice.
|
1.0
|
"Re-join" button on the "You were kicked" footer gives no feedback - Apparently it works, because it eventually joined me, but at spinner or something would be nice.
|
defect
|
re join button on the you were kicked footer gives no feedback apparently it works because it eventually joined me but at spinner or something would be nice
| 1
|
76,495
| 26,459,650,701
|
IssuesEvent
|
2023-01-16 16:27:31
|
vector-im/element-web
|
https://api.github.com/repos/vector-im/element-web
|
closed
|
The thread reply count from the thread panel and the main room panel disagree
|
T-Defect S-Major X-Release-Blocker O-Occasional A-Threads
|
### Steps to reproduce
During the past few days, I've noticed several times discrepancies between the thread panel and the main room panel.
In the screenshot below, the main room panel shows that there are 4 thread responses (which is correct), so there should be a total of 5 messages in the thread. The thread panel only shows 3 messages, i.e. two responses.

This is the source code of an event that wasn't displayed:
```jsonc
{
"body": "> bla, bla, ba\n bla bla bla",
"format": "org.matrix.custom.html",
"formatted_body": "<mx-reply><blockquote><a href=\"https://matrix.to/#/!CaXWQYnxLNfVirQPgQ:localhost:9999/$yUXRcUo4JwreG3fZZk8DGmrDzQV8_awfh_VZ6Kc1v_0\">In reply to</a> <a href=\"https://matrix.to/#/@witness:localhost:9999\">Bla bla bla</a><br>Bla bla bla</blockquote></mx-reply><ol>\n<li>Bla bla bla</li>\n</ol>\n",
"m.relates_to": {
"event_id": "$GmTpG-0ZHzJXMlLkMIo-Vzdydi_jYvekXmRTHOuz1-Q",// Confirmed, this is the root event of the thread.
"is_falling_back": true,
"m.in_reply_to": {
"event_id": "$yUXRcUo4JwreG3fZZk8DGmrDzQV8_awfh_VZ6Kc1v_0"
},
"rel_type": "m.thread"
},
"msgtype": "m.notice",
"org.matrix.msc1767.html": "Bla bla bla",
"org.matrix.msc1767.text": "Bla bla bla"
}
```
### Outcome
I should have the same view on both panels.
### Operating system
_No response_
### Application version
Element version: 1.11.16 Olm version: 3.2.12
### How did you install the app?
Ubuntu
### Homeserver
Synapse 1.75
### Will you send logs?
Yes
|
1.0
|
The thread reply count from the thread panel and the main room panel disagree - ### Steps to reproduce
During the past few days, I've noticed several times discrepancies between the thread panel and the main room panel.
In the screenshot below, the main room panel shows that there are 4 thread responses (which is correct), so there should be a total of 5 messages in the thread. The thread panel only shows 3 messages, i.e. two responses.

This is the source code of an event that wasn't displayed:
```jsonc
{
"body": "> bla, bla, ba\n bla bla bla",
"format": "org.matrix.custom.html",
"formatted_body": "<mx-reply><blockquote><a href=\"https://matrix.to/#/!CaXWQYnxLNfVirQPgQ:localhost:9999/$yUXRcUo4JwreG3fZZk8DGmrDzQV8_awfh_VZ6Kc1v_0\">In reply to</a> <a href=\"https://matrix.to/#/@witness:localhost:9999\">Bla bla bla</a><br>Bla bla bla</blockquote></mx-reply><ol>\n<li>Bla bla bla</li>\n</ol>\n",
"m.relates_to": {
"event_id": "$GmTpG-0ZHzJXMlLkMIo-Vzdydi_jYvekXmRTHOuz1-Q",// Confirmed, this is the root event of the thread.
"is_falling_back": true,
"m.in_reply_to": {
"event_id": "$yUXRcUo4JwreG3fZZk8DGmrDzQV8_awfh_VZ6Kc1v_0"
},
"rel_type": "m.thread"
},
"msgtype": "m.notice",
"org.matrix.msc1767.html": "Bla bla bla",
"org.matrix.msc1767.text": "Bla bla bla"
}
```
### Outcome
I should have the same view on both panels.
### Operating system
_No response_
### Application version
Element version: 1.11.16 Olm version: 3.2.12
### How did you install the app?
Ubuntu
### Homeserver
Synapse 1.75
### Will you send logs?
Yes
|
defect
|
the thread reply count from the thread panel and the main room panel disagree steps to reproduce during the past few days i ve noticed several times discrepancies between the thread panel and the main room panel in the screenshot below the main room panel shows that there are thread responses which is correct so there should be a total of messages in the thread the thread panel only shows messages i e two responses this is the source code of an event that wasn t displayed jsonc body bla bla ba n bla bla bla format org matrix custom html formatted body bla bla bla n bla bla bla n n m relates to event id gmtpg vzdydi q confirmed this is the root event of the thread is falling back true m in reply to event id awfh rel type m thread msgtype m notice org matrix html bla bla bla org matrix text bla bla bla outcome i should have the same view on both panels operating system no response application version element version olm version how did you install the app ubuntu homeserver synapse will you send logs yes
| 1
|
58,319
| 16,484,209,357
|
IssuesEvent
|
2021-05-24 15:37:07
|
galasa-dev/projectmanagement
|
https://api.github.com/repos/galasa-dev/projectmanagement
|
opened
|
zOS Manager Documentation Links Not Appearing Correctly
|
defect documentation
|
There are some sections on the[ zOS Manager documentation](https://galasa.dev/docs/managers/zos-manager) that look like they should be formatting as a link, but are not. e.g. `{@link IZosFileHandler#newDataset(String, dev.galasa.zos.IZosImage)}`
This can be seen when navigating (on the page linked to above) to the "Notes" field of any accordion item in the "Annotations" section.
|
1.0
|
zOS Manager Documentation Links Not Appearing Correctly - There are some sections on the[ zOS Manager documentation](https://galasa.dev/docs/managers/zos-manager) that look like they should be formatting as a link, but are not. e.g. `{@link IZosFileHandler#newDataset(String, dev.galasa.zos.IZosImage)}`
This can be seen when navigating (on the page linked to above) to the "Notes" field of any accordion item in the "Annotations" section.
|
defect
|
zos manager documentation links not appearing correctly there are some sections on the that look like they should be formatting as a link but are not e g link izosfilehandler newdataset string dev galasa zos izosimage this can be seen when navigating on the page linked to above to the notes field of any accordion item in the annotations section
| 1
|
30,653
| 6,217,412,037
|
IssuesEvent
|
2017-07-08 14:48:24
|
STEllAR-GROUP/hpx
|
https://api.github.com/repos/STEllAR-GROUP/hpx
|
closed
|
Dataper with STEllAR-GROUP/Vc requires obscure flag
|
category: CMake type: defect
|
Vc v2 from the STEllAR-GROUP/Vc isn't detected properly unless
` HPX_WITH_DATAPAR_VC_NO_LIBRARY=On` is set.
I think HPX should detect Vcv2 properly or at least issue a meaningful warning. Right now, hpx only states that Vc wasn't detected and that I should set Vc_ROOT (which ofc I did).
|
1.0
|
Dataper with STEllAR-GROUP/Vc requires obscure flag - Vc v2 from the STEllAR-GROUP/Vc isn't detected properly unless
` HPX_WITH_DATAPAR_VC_NO_LIBRARY=On` is set.
I think HPX should detect Vcv2 properly or at least issue a meaningful warning. Right now, hpx only states that Vc wasn't detected and that I should set Vc_ROOT (which ofc I did).
|
defect
|
dataper with stellar group vc requires obscure flag vc from the stellar group vc isn t detected properly unless hpx with datapar vc no library on is set i think hpx should detect properly or at least issue a meaningful warning right now hpx only states that vc wasn t detected and that i should set vc root which ofc i did
| 1
|
116,618
| 9,866,986,532
|
IssuesEvent
|
2019-06-21 09:03:22
|
apoloval/artemisa
|
https://api.github.com/repos/apoloval/artemisa
|
opened
|
Motherboard test: PPI keyboard beep
|
testing
|
## Description
Use ADT to test the keyboard clip beep produced from the PPI.
## Scenarios
- [ ] Test 3 of ADT passes
## Connections
- Those from #89
- [ ] C28 capacitor that removes DC from `BEEP` signal
- [ ] R10 resistor that reduces the amplitude of `BEEP` signal
|
1.0
|
Motherboard test: PPI keyboard beep - ## Description
Use ADT to test the keyboard clip beep produced from the PPI.
## Scenarios
- [ ] Test 3 of ADT passes
## Connections
- Those from #89
- [ ] C28 capacitor that removes DC from `BEEP` signal
- [ ] R10 resistor that reduces the amplitude of `BEEP` signal
|
non_defect
|
motherboard test ppi keyboard beep description use adt to test the keyboard clip beep produced from the ppi scenarios test of adt passes connections those from capacitor that removes dc from beep signal resistor that reduces the amplitude of beep signal
| 0
|
7,860
| 2,611,053,694
|
IssuesEvent
|
2015-02-27 00:24:45
|
alistairreilly/andors-trail
|
https://api.github.com/repos/alistairreilly/andors-trail
|
closed
|
Resting causes unresponsiveness
|
auto-migrated Milestone-0.6.7 Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Go to a bed and rest for free
2. Game comes unresponsive and the rest dialog, with "Rest" button activated
3. Android shows "force close" and choosing it, returns game to app start
(savegame not load)
What is the expected output? What do you see instead?
Resting without a problem as before.
What version of the product are you using? On what operating system?
v0.6.6 on HTC Wildfire, Android 1.37.
Please provide any additional information below.
I am level 7 with 4/30 HP. No idea why I am unable to rest.
Is there a way I can provide more detailed information ?
```
Original issue reported on code.google.com by `kims...@gmail.com` on 15 Dec 2010 at 4:06
|
1.0
|
Resting causes unresponsiveness - ```
What steps will reproduce the problem?
1. Go to a bed and rest for free
2. Game comes unresponsive and the rest dialog, with "Rest" button activated
3. Android shows "force close" and choosing it, returns game to app start
(savegame not load)
What is the expected output? What do you see instead?
Resting without a problem as before.
What version of the product are you using? On what operating system?
v0.6.6 on HTC Wildfire, Android 1.37.
Please provide any additional information below.
I am level 7 with 4/30 HP. No idea why I am unable to rest.
Is there a way I can provide more detailed information ?
```
Original issue reported on code.google.com by `kims...@gmail.com` on 15 Dec 2010 at 4:06
|
defect
|
resting causes unresponsiveness what steps will reproduce the problem go to a bed and rest for free game comes unresponsive and the rest dialog with rest button activated android shows force close and choosing it returns game to app start savegame not load what is the expected output what do you see instead resting without a problem as before what version of the product are you using on what operating system on htc wildfire android please provide any additional information below i am level with hp no idea why i am unable to rest is there a way i can provide more detailed information original issue reported on code google com by kims gmail com on dec at
| 1
|
190,597
| 22,106,270,569
|
IssuesEvent
|
2022-06-01 17:16:50
|
TIBCOSoftware/jasperreports-server-ce
|
https://api.github.com/repos/TIBCOSoftware/jasperreports-server-ce
|
closed
|
CVE-2021-23495 (Medium) detected in karma-6.1.1.tgz - autoclosed
|
security vulnerability
|
## CVE-2021-23495 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>karma-6.1.1.tgz</b></p></summary>
<p>Spectacular Test Runner for JavaScript.</p>
<p>Library home page: <a href="https://registry.npmjs.org/karma/-/karma-6.1.1.tgz">https://registry.npmjs.org/karma/-/karma-6.1.1.tgz</a></p>
<p>
Dependency Hierarchy:
- :x: **karma-6.1.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/jasperreports-server-ce/commit/e1b47cd38e2251ab73815346ec28c1fee1b43487">e1b47cd38e2251ab73815346ec28c1fee1b43487</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>
The package karma before 6.3.16 are vulnerable to Open Redirect due to missing validation of the return_url query parameter.
<p>Publish Date: 2022-02-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23495>CVE-2021-23495</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>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- 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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495</a></p>
<p>Release Date: 2022-02-25</p>
<p>Fix Resolution: 6.3.16</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"karma","packageVersion":"6.1.1","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"karma:6.1.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"6.3.16","isBinary":true}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-23495","vulnerabilityDetails":"The package karma before 6.3.16 are vulnerable to Open Redirect due to missing validation of the return_url query parameter.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23495","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
True
|
CVE-2021-23495 (Medium) detected in karma-6.1.1.tgz - autoclosed - ## CVE-2021-23495 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>karma-6.1.1.tgz</b></p></summary>
<p>Spectacular Test Runner for JavaScript.</p>
<p>Library home page: <a href="https://registry.npmjs.org/karma/-/karma-6.1.1.tgz">https://registry.npmjs.org/karma/-/karma-6.1.1.tgz</a></p>
<p>
Dependency Hierarchy:
- :x: **karma-6.1.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/TIBCOSoftware/jasperreports-server-ce/commit/e1b47cd38e2251ab73815346ec28c1fee1b43487">e1b47cd38e2251ab73815346ec28c1fee1b43487</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>
The package karma before 6.3.16 are vulnerable to Open Redirect due to missing validation of the return_url query parameter.
<p>Publish Date: 2022-02-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23495>CVE-2021-23495</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>6.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- 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="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495</a></p>
<p>Release Date: 2022-02-25</p>
<p>Fix Resolution: 6.3.16</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"karma","packageVersion":"6.1.1","packageFilePaths":[],"isTransitiveDependency":false,"dependencyTree":"karma:6.1.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"6.3.16","isBinary":true}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-23495","vulnerabilityDetails":"The package karma before 6.3.16 are vulnerable to Open Redirect due to missing validation of the return_url query parameter.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23495","cvss3Severity":"medium","cvss3Score":"6.1","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
|
non_defect
|
cve medium detected in karma tgz autoclosed cve medium severity vulnerability vulnerable library karma tgz spectacular test runner for javascript library home page a href dependency hierarchy x karma tgz vulnerable library found in head commit a href found in base branch master vulnerability details the package karma before are vulnerable to open redirect due to missing validation of the return url query parameter publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree karma isminimumfixversionavailable true minimumfixversion isbinary true basebranches vulnerabilityidentifier cve vulnerabilitydetails the package karma before are vulnerable to open redirect due to missing validation of the return url query parameter vulnerabilityurl
| 0
|
68,181
| 7,088,761,112
|
IssuesEvent
|
2018-01-11 22:47:46
|
rancher/rancher
|
https://api.github.com/repos/rancher/rancher
|
closed
|
Search on Node list page does not include Name and includes ID
|
area/host area/ui kind/bug status/resolved status/to-test version/2.0
|
**Rancher versions:** 2.0 master 12/28
**Steps to Reproduce:**
1. Add nodes
2. Edit the nodes and put a name in them
3. Search on the name
4. Now search on the ID (which isn't showing in the UI) of one of the nodes
**Results:** The search is not looking for Name and if you search on ID of a node it shows up.
|
1.0
|
Search on Node list page does not include Name and includes ID - **Rancher versions:** 2.0 master 12/28
**Steps to Reproduce:**
1. Add nodes
2. Edit the nodes and put a name in them
3. Search on the name
4. Now search on the ID (which isn't showing in the UI) of one of the nodes
**Results:** The search is not looking for Name and if you search on ID of a node it shows up.
|
non_defect
|
search on node list page does not include name and includes id rancher versions master steps to reproduce add nodes edit the nodes and put a name in them search on the name now search on the id which isn t showing in the ui of one of the nodes results the search is not looking for name and if you search on id of a node it shows up
| 0
|
9,421
| 2,615,149,135
|
IssuesEvent
|
2015-03-01 06:26:07
|
chrsmith/reaver-wps
|
https://api.github.com/repos/chrsmith/reaver-wps
|
closed
|
After our reviews...
|
auto-migrated Priority-Triage Type-Defect
|
```
According to our test, it seems that reaver 1.3 is still unstable and hard to
crack a PIN code when the SNR is low (although it supported saving session in
version 1.3). So, reaver1.3 is still NOT to be recommanded.
We hope the author of Reaver could develops a stable version. Thank you.
The Bugs we found during our tests:
*While we use -p 12345678, the log shows Trying pin 12345670 (is that a bug?)
*In some case, we found that the router will reply an incurrent PIN code but
reaver said that it is a current one and then suspended the progress. The PIN
code is random. (Tenda W150M, bug fixed after reset the router.)
*In some case, the WPA-PSK is incurrent and random.(Tenda W150M) But on the
other hand, it gave me a current code in TP-LINK 740n.
*If you type MAC address without ":", it will not be able to work on it.
Lingxi @ WIFIBETA
2012/01/11
```
Original issue reported on code.google.com by `lolisda...@gmail.com` on 11 Jan 2012 at 1:36
|
1.0
|
After our reviews... - ```
According to our test, it seems that reaver 1.3 is still unstable and hard to
crack a PIN code when the SNR is low (although it supported saving session in
version 1.3). So, reaver1.3 is still NOT to be recommanded.
We hope the author of Reaver could develops a stable version. Thank you.
The Bugs we found during our tests:
*While we use -p 12345678, the log shows Trying pin 12345670 (is that a bug?)
*In some case, we found that the router will reply an incurrent PIN code but
reaver said that it is a current one and then suspended the progress. The PIN
code is random. (Tenda W150M, bug fixed after reset the router.)
*In some case, the WPA-PSK is incurrent and random.(Tenda W150M) But on the
other hand, it gave me a current code in TP-LINK 740n.
*If you type MAC address without ":", it will not be able to work on it.
Lingxi @ WIFIBETA
2012/01/11
```
Original issue reported on code.google.com by `lolisda...@gmail.com` on 11 Jan 2012 at 1:36
|
defect
|
after our reviews according to our test it seems that reaver is still unstable and hard to crack a pin code when the snr is low although it supported saving session in version so is still not to be recommanded we hope the author of reaver could develops a stable version thank you the bugs we found during our tests while we use p the log shows trying pin is that a bug in some case we found that the router will reply an incurrent pin code but reaver said that it is a current one and then suspended the progress the pin code is random tenda bug fixed after reset the router in some case the wpa psk is incurrent and random tenda but on the other hand it gave me a current code in tp link if you type mac address without it will not be able to work on it lingxi wifibeta original issue reported on code google com by lolisda gmail com on jan at
| 1
|
54,486
| 6,823,053,904
|
IssuesEvent
|
2017-11-07 22:16:37
|
Microsoft/vscode
|
https://api.github.com/repos/Microsoft/vscode
|
reopened
|
Wrong order of incoming input from adapter
|
as-designed bug debug
|
Originaly reported by @good-bits
I can repro both with `node2` and `node` debug adapter
I tried with node 7.9, os x
Have the following node program, notice how the output is coming wrongly ordered from the debug adapter:
```javascript
for (var i =0; i < 20; i++) {
console.log('log : ' + i);
console.error('error : ' + i);
}
```
[Code pointer](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/electron-browser/debugService.ts#L366) where output is recieved on the vscode side.
|
1.0
|
Wrong order of incoming input from adapter - Originaly reported by @good-bits
I can repro both with `node2` and `node` debug adapter
I tried with node 7.9, os x
Have the following node program, notice how the output is coming wrongly ordered from the debug adapter:
```javascript
for (var i =0; i < 20; i++) {
console.log('log : ' + i);
console.error('error : ' + i);
}
```
[Code pointer](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/electron-browser/debugService.ts#L366) where output is recieved on the vscode side.
|
non_defect
|
wrong order of incoming input from adapter originaly reported by good bits i can repro both with and node debug adapter i tried with node os x have the following node program notice how the output is coming wrongly ordered from the debug adapter javascript for var i i i console log log i console error error i where output is recieved on the vscode side
| 0
|
46,611
| 13,055,945,995
|
IssuesEvent
|
2020-07-30 03:11:56
|
icecube-trac/tix2
|
https://api.github.com/repos/icecube-trac/tix2
|
opened
|
Refactoring in wavedeform (Trac #1566)
|
Incomplete Migration Migrated from Trac combo reconstruction defect
|
Migrated from https://code.icecube.wisc.edu/ticket/1566
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:29",
"description": "GetPulses is 400+ lines and hard to read; therefore it should be refactored with low priority. Probably the only way to do this is a complete rewrite of the method using new internal data structures. Could also consider breaking nnls.c into its two distinct and roughly equal parts: 1. The NNLS logic and 2. The SuiteSparse implementation of that logic, probably with a template method that takes an arbitrary vector data type and a corresponding solver.",
"reporter": "jbraun",
"cc": "",
"resolution": "insufficient resources",
"_ts": "1568793089537035",
"component": "combo reconstruction",
"summary": "Refactoring in wavedeform",
"priority": "minor",
"keywords": "",
"time": "2016-02-24T20:17:35",
"milestone": "Long-Term Future",
"owner": "jbraun",
"type": "defect"
}
```
|
1.0
|
Refactoring in wavedeform (Trac #1566) - Migrated from https://code.icecube.wisc.edu/ticket/1566
```json
{
"status": "closed",
"changetime": "2019-09-18T07:51:29",
"description": "GetPulses is 400+ lines and hard to read; therefore it should be refactored with low priority. Probably the only way to do this is a complete rewrite of the method using new internal data structures. Could also consider breaking nnls.c into its two distinct and roughly equal parts: 1. The NNLS logic and 2. The SuiteSparse implementation of that logic, probably with a template method that takes an arbitrary vector data type and a corresponding solver.",
"reporter": "jbraun",
"cc": "",
"resolution": "insufficient resources",
"_ts": "1568793089537035",
"component": "combo reconstruction",
"summary": "Refactoring in wavedeform",
"priority": "minor",
"keywords": "",
"time": "2016-02-24T20:17:35",
"milestone": "Long-Term Future",
"owner": "jbraun",
"type": "defect"
}
```
|
defect
|
refactoring in wavedeform trac migrated from json status closed changetime description getpulses is lines and hard to read therefore it should be refactored with low priority probably the only way to do this is a complete rewrite of the method using new internal data structures could also consider breaking nnls c into its two distinct and roughly equal parts the nnls logic and the suitesparse implementation of that logic probably with a template method that takes an arbitrary vector data type and a corresponding solver reporter jbraun cc resolution insufficient resources ts component combo reconstruction summary refactoring in wavedeform priority minor keywords time milestone long term future owner jbraun type defect
| 1
|
70,613
| 30,699,058,323
|
IssuesEvent
|
2023-07-26 21:10:58
|
cityofaustin/atd-data-tech
|
https://api.github.com/repos/cityofaustin/atd-data-tech
|
opened
|
Replace Lambda function location_from_latlon
|
Impact: 2-Major Service: Dev Need: 1-Must Have Workgroup: VZ Type: Enhancement Product: Vision Zero Crash Data System
|
The hasura event is called `location_from_latlon`. When this event is triggered, it triggers the following Lambda functions in AWS:
`atd-vz-data-events-crash_update_location_production` and `atd-vz-data-events-crash_update_location_staging`.
Past notes on what this lambda function does:
_Triggered on insert to atd_txdot_crashes or update of columns latitude, latitude_primary, latitude_geocoded, longitude, longitude_primary, longitude_geocoded
This calculates a new location ID on crash location update if necessary and if the new location id is different from the old location id then it updates it. If the crash is a mainline crash then it nullifies the new location_id. This seems like it could be converted to a DB trigger._
Source code can be found in AWS Lambda or https://github.com/cityofaustin/atd-vz-data/tree/master/atd-events/crash_update_location
#12646 will be the LDM side of this
|
1.0
|
Replace Lambda function location_from_latlon - The hasura event is called `location_from_latlon`. When this event is triggered, it triggers the following Lambda functions in AWS:
`atd-vz-data-events-crash_update_location_production` and `atd-vz-data-events-crash_update_location_staging`.
Past notes on what this lambda function does:
_Triggered on insert to atd_txdot_crashes or update of columns latitude, latitude_primary, latitude_geocoded, longitude, longitude_primary, longitude_geocoded
This calculates a new location ID on crash location update if necessary and if the new location id is different from the old location id then it updates it. If the crash is a mainline crash then it nullifies the new location_id. This seems like it could be converted to a DB trigger._
Source code can be found in AWS Lambda or https://github.com/cityofaustin/atd-vz-data/tree/master/atd-events/crash_update_location
#12646 will be the LDM side of this
|
non_defect
|
replace lambda function location from latlon the hasura event is called location from latlon when this event is triggered it triggers the following lambda functions in aws atd vz data events crash update location production and atd vz data events crash update location staging past notes on what this lambda function does triggered on insert to atd txdot crashes or update of columns latitude latitude primary latitude geocoded longitude longitude primary longitude geocoded this calculates a new location id on crash location update if necessary and if the new location id is different from the old location id then it updates it if the crash is a mainline crash then it nullifies the new location id this seems like it could be converted to a db trigger source code can be found in aws lambda or will be the ldm side of this
| 0
|
471,040
| 13,552,170,713
|
IssuesEvent
|
2020-09-17 12:13:48
|
ansible/ansible-lint
|
https://api.github.com/repos/ansible/ansible-lint
|
closed
|
Extend ansible-lint to work with Language Server Protocol and add completion
|
feature priority/medium status/new
|
##### Summary
Extending ansible-lint to follow the [Language Server Protocol](https://langserver.org/) and add completion.
In most editors only syntax highlight is available and linting has be added separately via ansible-lint. Completion
is only available in the vscode extension.
It would be great to have a implementation for the Language Server Protocol to bring this features to many editors at once.
##### Issue Type
- Feature Idea
|
1.0
|
Extend ansible-lint to work with Language Server Protocol and add completion - ##### Summary
Extending ansible-lint to follow the [Language Server Protocol](https://langserver.org/) and add completion.
In most editors only syntax highlight is available and linting has be added separately via ansible-lint. Completion
is only available in the vscode extension.
It would be great to have a implementation for the Language Server Protocol to bring this features to many editors at once.
##### Issue Type
- Feature Idea
|
non_defect
|
extend ansible lint to work with language server protocol and add completion summary extending ansible lint to follow the and add completion in most editors only syntax highlight is available and linting has be added separately via ansible lint completion is only available in the vscode extension it would be great to have a implementation for the language server protocol to bring this features to many editors at once issue type feature idea
| 0
|
22,225
| 3,619,202,106
|
IssuesEvent
|
2016-02-08 15:11:12
|
igatoolsProject/igatools
|
https://api.github.com/repos/igatoolsProject/igatools
|
closed
|
Write a wiki entry for using unisntantiated template
|
auto-migrated Component-Docs Priority-Medium Type-Defect
|
```
After merging multiplicity_class into develop a wiki explaining how to use
uninstantiated template should be written, basically
1. Set the configure option
2. include file-template.h
```
Original issue reported on code.google.com by `spaule...@gmail.com` on 8 Jul 2014 at 2:24
|
1.0
|
Write a wiki entry for using unisntantiated template - ```
After merging multiplicity_class into develop a wiki explaining how to use
uninstantiated template should be written, basically
1. Set the configure option
2. include file-template.h
```
Original issue reported on code.google.com by `spaule...@gmail.com` on 8 Jul 2014 at 2:24
|
defect
|
write a wiki entry for using unisntantiated template after merging multiplicity class into develop a wiki explaining how to use uninstantiated template should be written basically set the configure option include file template h original issue reported on code google com by spaule gmail com on jul at
| 1
|
31,541
| 6,547,944,690
|
IssuesEvent
|
2017-09-04 17:36:20
|
mitlm/mitlm
|
https://api.github.com/repos/mitlm/mitlm
|
closed
|
Release 0.4.1Steps to build MITLM trunk on OS X Yosemite
|
auto-migrated Priority-Medium Type-Defect
|
```
What steps will reproduce the problem?
1. Download latest 0.4.1 tarsal
2. Experience failure to build
Solution:
Add #include <string> to FastIO.h, after #include <cstring>
Recipe to fix:
Use Xcode toolchain, not homebrew GCC
Download gfortran 4.9 from https://gcc.gnu.org/wiki/GFortranBinaries#MacOS
Check out latest source svn checkout http://mitlm.googlecode.com/svn/trunk/
mitlm-read-only
Add #include <string> to FastIO.h
autogen.sh
make
make install
```
Original issue reported on code.google.com by `sean.t...@gmail.com` on 24 Nov 2014 at 1:13
|
1.0
|
Release 0.4.1Steps to build MITLM trunk on OS X Yosemite - ```
What steps will reproduce the problem?
1. Download latest 0.4.1 tarsal
2. Experience failure to build
Solution:
Add #include <string> to FastIO.h, after #include <cstring>
Recipe to fix:
Use Xcode toolchain, not homebrew GCC
Download gfortran 4.9 from https://gcc.gnu.org/wiki/GFortranBinaries#MacOS
Check out latest source svn checkout http://mitlm.googlecode.com/svn/trunk/
mitlm-read-only
Add #include <string> to FastIO.h
autogen.sh
make
make install
```
Original issue reported on code.google.com by `sean.t...@gmail.com` on 24 Nov 2014 at 1:13
|
defect
|
release to build mitlm trunk on os x yosemite what steps will reproduce the problem download latest tarsal experience failure to build solution add include to fastio h after include recipe to fix use xcode toolchain not homebrew gcc download gfortran from check out latest source svn checkout mitlm read only add include to fastio h autogen sh make make install original issue reported on code google com by sean t gmail com on nov at
| 1
|
7,264
| 4,847,747,171
|
IssuesEvent
|
2016-11-10 15:44:58
|
godotengine/godot
|
https://api.github.com/repos/godotengine/godot
|
closed
|
Expose path 2d points array in editor
|
feature proposal topic:editor usability
|
I would like to edit the points from a path 2d manually without using code, for that could be useful to expose the non-baked Vector2Array. This is similar to polygon or collision polygon points behavior, the user could access to array directly from editor and edit values manually.
As a reference could be like this when the user try to edit the generated Curve2D Resource in path 2d:

|
True
|
Expose path 2d points array in editor - I would like to edit the points from a path 2d manually without using code, for that could be useful to expose the non-baked Vector2Array. This is similar to polygon or collision polygon points behavior, the user could access to array directly from editor and edit values manually.
As a reference could be like this when the user try to edit the generated Curve2D Resource in path 2d:

|
non_defect
|
expose path points array in editor i would like to edit the points from a path manually without using code for that could be useful to expose the non baked this is similar to polygon or collision polygon points behavior the user could access to array directly from editor and edit values manually as a reference could be like this when the user try to edit the generated resource in path
| 0
|
76,596
| 26,506,025,089
|
IssuesEvent
|
2023-01-18 13:55:05
|
vector-im/element-android
|
https://api.github.com/repos/vector-im/element-android
|
opened
|
Old messages do not appear on a new device
|
T-Defect
|
### Steps to reproduce
1. Have a working 1-on-1 chat between someone else and yourself on a desktop or mobile device. It really doesn't seem to matter.
2. Purchase a new phone
3. Install Element
4. Log in
5. Activate the chat session from step 1
6. All chat messages will say **Waiting for this message, this may take a while**
7. Autorise the new session on the new phone using the QR-code method
8. Autorisation successful
9. Verify that you can send messages on the new session on the new device, and they are recieved correctly (they are).
10. All chat messages from before this new device was added, still say **Waiting for this message, this may take a while**
### Outcome
#### What did you expect?
It just works. I don't care about where these messages are being pulled from. My still working session is open, connected, and showing all old AND new messages normally, so it could pull them from there.
#### What happened instead?
All chat messages from before a new device was added, say **Waiting for this message, this may take a while**
This is useless, incorrect, and unneccesary. It doesn'ty say how long "a while" is, it doesn't say why this is happening, and it never needed to be this way.
### Your phone model
Xperia 5 IV
### Operating system version
Android 13
### Application version and app store
Element 1.5.20, olm 3.2.12 from Play store
### Homeserver
_No response_
### Will you send logs?
Yes
### Are you willing to provide a PR?
No
|
1.0
|
Old messages do not appear on a new device - ### Steps to reproduce
1. Have a working 1-on-1 chat between someone else and yourself on a desktop or mobile device. It really doesn't seem to matter.
2. Purchase a new phone
3. Install Element
4. Log in
5. Activate the chat session from step 1
6. All chat messages will say **Waiting for this message, this may take a while**
7. Autorise the new session on the new phone using the QR-code method
8. Autorisation successful
9. Verify that you can send messages on the new session on the new device, and they are recieved correctly (they are).
10. All chat messages from before this new device was added, still say **Waiting for this message, this may take a while**
### Outcome
#### What did you expect?
It just works. I don't care about where these messages are being pulled from. My still working session is open, connected, and showing all old AND new messages normally, so it could pull them from there.
#### What happened instead?
All chat messages from before a new device was added, say **Waiting for this message, this may take a while**
This is useless, incorrect, and unneccesary. It doesn'ty say how long "a while" is, it doesn't say why this is happening, and it never needed to be this way.
### Your phone model
Xperia 5 IV
### Operating system version
Android 13
### Application version and app store
Element 1.5.20, olm 3.2.12 from Play store
### Homeserver
_No response_
### Will you send logs?
Yes
### Are you willing to provide a PR?
No
|
defect
|
old messages do not appear on a new device steps to reproduce have a working on chat between someone else and yourself on a desktop or mobile device it really doesn t seem to matter purchase a new phone install element log in activate the chat session from step all chat messages will say waiting for this message this may take a while autorise the new session on the new phone using the qr code method autorisation successful verify that you can send messages on the new session on the new device and they are recieved correctly they are all chat messages from before this new device was added still say waiting for this message this may take a while outcome what did you expect it just works i don t care about where these messages are being pulled from my still working session is open connected and showing all old and new messages normally so it could pull them from there what happened instead all chat messages from before a new device was added say waiting for this message this may take a while this is useless incorrect and unneccesary it doesn ty say how long a while is it doesn t say why this is happening and it never needed to be this way your phone model xperia iv operating system version android application version and app store element olm from play store homeserver no response will you send logs yes are you willing to provide a pr no
| 1
|
24,943
| 4,151,246,110
|
IssuesEvent
|
2016-06-15 19:59:01
|
jfabry/LiveRobotProgramming
|
https://api.github.com/repos/jfabry/LiveRobotProgramming
|
opened
|
use lrp-root with ros bridge
|
Bridge-PhaROS Component-UI Priority-Low Type-Defect
|
When saving and loading topics from ROS in the PhaROS-Bridge, it should be used the lrp-root directory
|
1.0
|
use lrp-root with ros bridge - When saving and loading topics from ROS in the PhaROS-Bridge, it should be used the lrp-root directory
|
defect
|
use lrp root with ros bridge when saving and loading topics from ros in the pharos bridge it should be used the lrp root directory
| 1
|
55,953
| 14,859,344,315
|
IssuesEvent
|
2021-01-18 18:18:58
|
primefaces/primefaces
|
https://api.github.com/repos/primefaces/primefaces
|
opened
|
SelectOneMenu: JS error calling disable()
|
defect
|
**Describe the defect**
Found during Integration Testing...
When calling the widget `disable()` method with `noSelectionOption="true"` throws the following JS error using the Showcase.

**Environment:**
- PF Version: _10.0_
**Expected behavior**
The SelectOneMenu should be disabled.
**Example XHTML**
```html
<p:selectOneMenu id="hideNoselectionOption" value="#{selectOneMenuView.hideNoSelectOption}"
hideNoSelectionOption="#{not empty selectOneMenuView.hideNoSelectOption}">
<p:ajax update="@this" process="@this"/>
<f:selectItem itemLabel="Select One" itemValue="#{null}" noSelectionOption="true"/>
<f:selectItem itemLabel="Option1" itemValue="Option1"/>
<f:selectItem itemLabel="Option2" itemValue="Option2"/>
<f:selectItem itemLabel="Option3" itemValue="Option3"/>
</p:selectOneMenu>
```
|
1.0
|
SelectOneMenu: JS error calling disable() - **Describe the defect**
Found during Integration Testing...
When calling the widget `disable()` method with `noSelectionOption="true"` throws the following JS error using the Showcase.

**Environment:**
- PF Version: _10.0_
**Expected behavior**
The SelectOneMenu should be disabled.
**Example XHTML**
```html
<p:selectOneMenu id="hideNoselectionOption" value="#{selectOneMenuView.hideNoSelectOption}"
hideNoSelectionOption="#{not empty selectOneMenuView.hideNoSelectOption}">
<p:ajax update="@this" process="@this"/>
<f:selectItem itemLabel="Select One" itemValue="#{null}" noSelectionOption="true"/>
<f:selectItem itemLabel="Option1" itemValue="Option1"/>
<f:selectItem itemLabel="Option2" itemValue="Option2"/>
<f:selectItem itemLabel="Option3" itemValue="Option3"/>
</p:selectOneMenu>
```
|
defect
|
selectonemenu js error calling disable describe the defect found during integration testing when calling the widget disable method with noselectionoption true throws the following js error using the showcase environment pf version expected behavior the selectonemenu should be disabled example xhtml html p selectonemenu id hidenoselectionoption value selectonemenuview hidenoselectoption hidenoselectionoption not empty selectonemenuview hidenoselectoption
| 1
|
375,777
| 11,134,470,455
|
IssuesEvent
|
2019-12-20 11:52:58
|
NodeFactoryIo/ChainGuardian
|
https://api.github.com/repos/NodeFactoryIo/ChainGuardian
|
closed
|
Copy tooltip doesn't change message when pressed
|
bug priority: P4 nice-to-have
|
When copy button clicked, tooltip message should change briefly to "Copied"
|
1.0
|
Copy tooltip doesn't change message when pressed - When copy button clicked, tooltip message should change briefly to "Copied"
|
non_defect
|
copy tooltip doesn t change message when pressed when copy button clicked tooltip message should change briefly to copied
| 0
|
388,663
| 26,776,866,069
|
IssuesEvent
|
2023-01-31 17:48:17
|
Software-Hardware-Codesign/jme-alloc
|
https://api.github.com/repos/Software-Hardware-Codesign/jme-alloc
|
closed
|
[Core] Provide a base interface API for jMonkeyEngine
|
documentation enhancement core
|
### The base api should have the following functionalities:
- [x] Direct memory allocation.
- [x] Direct memory de-allocation.
- [ ] #19
- [x] JNI Utilities.
- [x] Java Documentation.
- [x] Native code Documentation.
|
1.0
|
[Core] Provide a base interface API for jMonkeyEngine - ### The base api should have the following functionalities:
- [x] Direct memory allocation.
- [x] Direct memory de-allocation.
- [ ] #19
- [x] JNI Utilities.
- [x] Java Documentation.
- [x] Native code Documentation.
|
non_defect
|
provide a base interface api for jmonkeyengine the base api should have the following functionalities direct memory allocation direct memory de allocation jni utilities java documentation native code documentation
| 0
|
408,572
| 27,696,458,222
|
IssuesEvent
|
2023-03-14 02:52:30
|
ConsumerDataStandardsAustralia/standards-staging
|
https://api.github.com/repos/ConsumerDataStandardsAustralia/standards-staging
|
closed
|
Fix documentation defect for CDR Arrangement JWT method
|
bug documentation
|
### Description
This issue addresses a documentation fix identified with the CDR Arrangement Revocation End Point. A Standards Maintenance issue has been raised for public visibility: [Fix documentation defect for CDR Arrangement JWT method](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/503).
This issue will correct the documentation bug and restore the correct documentation text for both JWT method and Form Parameter method.
|
1.0
|
Fix documentation defect for CDR Arrangement JWT method - ### Description
This issue addresses a documentation fix identified with the CDR Arrangement Revocation End Point. A Standards Maintenance issue has been raised for public visibility: [Fix documentation defect for CDR Arrangement JWT method](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/503).
This issue will correct the documentation bug and restore the correct documentation text for both JWT method and Form Parameter method.
|
non_defect
|
fix documentation defect for cdr arrangement jwt method description this issue addresses a documentation fix identified with the cdr arrangement revocation end point a standards maintenance issue has been raised for public visibility this issue will correct the documentation bug and restore the correct documentation text for both jwt method and form parameter method
| 0
|
14,063
| 2,789,880,377
|
IssuesEvent
|
2015-05-08 22:07:53
|
google/google-visualization-api-issues
|
https://api.github.com/repos/google/google-visualization-api-issues
|
opened
|
Bug: Org chart not properly render content
|
Priority-Medium Type-Defect
|
Original [issue 406](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=406) created by orwant on 2010-09-09T15:40:12.000Z:
<b>What steps will reproduce the problem? Please provide a link to a</b>
<b>demonstration page if at all possible, or attach code.</b>
1. open attached file
<b>2.</b>
<b>3.</b>
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
Org chart
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Microsoft Windows XP [Version 5.1.2600]
Firefox 3.6.8
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
|
1.0
|
Bug: Org chart not properly render content - Original [issue 406](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=406) created by orwant on 2010-09-09T15:40:12.000Z:
<b>What steps will reproduce the problem? Please provide a link to a</b>
<b>demonstration page if at all possible, or attach code.</b>
1. open attached file
<b>2.</b>
<b>3.</b>
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
Org chart
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Microsoft Windows XP [Version 5.1.2600]
Firefox 3.6.8
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
|
defect
|
bug org chart not properly render content original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code open attached file what component is this issue related to piechart linechart datatable query etc org chart are you using the test environment version if you are not sure answer no no what operating system and browser are you using microsoft windows xp firefox for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved
| 1
|
27,721
| 5,081,764,770
|
IssuesEvent
|
2016-12-29 12:12:36
|
Komzpa/twms
|
https://api.github.com/repos/Komzpa/twms
|
closed
|
Support for non-256x256 tile sources
|
auto-migrated Priority-Medium Type-Defect
|
```
Provide support for non-256x256 tiles, in particular, LandSat.
```
Original issue reported on code.google.com by `komzpa` on 16 Apr 2011 at 12:14
|
1.0
|
Support for non-256x256 tile sources - ```
Provide support for non-256x256 tiles, in particular, LandSat.
```
Original issue reported on code.google.com by `komzpa` on 16 Apr 2011 at 12:14
|
defect
|
support for non tile sources provide support for non tiles in particular landsat original issue reported on code google com by komzpa on apr at
| 1
|
59,264
| 17,016,763,193
|
IssuesEvent
|
2021-07-02 13:08:54
|
tomhughes/trac-tickets
|
https://api.github.com/repos/tomhughes/trac-tickets
|
opened
|
No rednering of oneway:bicycle=no
|
Component: opencyclemap Priority: major Type: defect
|
**[Submitted to the original trac issue database at 3.31pm, Thursday, 17th August 2017]**
Hi,
since the Wiki reconments the use of *oneway:bicycle=no* instead of cycleway=opposite, there are more and more roads which only have the oneway:bicycle=no tag, which leads to the situation, that the OpenCycleMap becomes more and more incorrect, because it doesn't render this Tag.
Solution:
Pleas render oneway:bicycle=no the same way as cycleway=opposite
Wiki: http://wiki.openstreetmap.org/wiki/Bicycle#Cycle_lanes_in_oneway_motor_car_roads
Thanks and regards!
|
1.0
|
No rednering of oneway:bicycle=no - **[Submitted to the original trac issue database at 3.31pm, Thursday, 17th August 2017]**
Hi,
since the Wiki reconments the use of *oneway:bicycle=no* instead of cycleway=opposite, there are more and more roads which only have the oneway:bicycle=no tag, which leads to the situation, that the OpenCycleMap becomes more and more incorrect, because it doesn't render this Tag.
Solution:
Pleas render oneway:bicycle=no the same way as cycleway=opposite
Wiki: http://wiki.openstreetmap.org/wiki/Bicycle#Cycle_lanes_in_oneway_motor_car_roads
Thanks and regards!
|
defect
|
no rednering of oneway bicycle no hi since the wiki reconments the use of oneway bicycle no instead of cycleway opposite there are more and more roads which only have the oneway bicycle no tag which leads to the situation that the opencyclemap becomes more and more incorrect because it doesn t render this tag solution pleas render oneway bicycle no the same way as cycleway opposite wiki thanks and regards
| 1
|
39,669
| 9,608,078,079
|
IssuesEvent
|
2019-05-12 01:56:10
|
ascott18/TellMeWhen
|
https://api.github.com/repos/ascott18/TellMeWhen
|
opened
|
[Bug] Incorrect unit spec for party members
|
defect
|
**What version of TellMeWhen are you using? **
<!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. -->
v8.6.0
**What steps will reproduce the problem?**
I want to track some major cooldowns for the party. To save room, I set them to show only under some spec, especially for those multi-role classes. But it doesn't show after config.
So I did some test:
1. In a party
2. Add a spec-specific unit cooldown (say Ice Barrier for Forest Mage) watch for the 1st member
3. Add a condition to show it only under a certain spec
4. Didn't show if matched
Actually, I've tried all mage specs entirely. It didn't work.
Then I added all possible specs to that condition. Still, didn't work.
It finally appears when I stumbled on negate-selecting the condition.
That's pretty weird. Does that effectively mean it detects a spec that doesn't belong to existing ones?
**What do you expect to happen? What happens instead?**
Show it if the spec is right
**Screenshots and Export Strings**
^1^T^SUnit^Sparty~`1 ^SType^Sunitcooldown ^SName^S11426:~`25 ^SConditions^T ^N1^T ^SType^SUNITSPEC ^SUnit^Sparty~`1 ^SBitFlags^T ^N64^B ^N63^B ^N62^B ^t^t^Sn^N1 ^t^SEnabled^B ^t^N86006^S~`~| ^Sicon^^
<!-- If your issue pertains to a specific icon or group, please post the relevant export string(s).
To get an export string, open the icon editor, and click the button labeled "Import/Export/Backup". Select the "To String" option for the appropriate export type (icon, group, or profile), and then press CTRL+C to copy it to your clipboard.
Additionally, if applicable, add screenshots to help explain your problem. You can paste images directly into GitHub issues, or you can upload files as well. -->
**Additional Info**
<!-- Please add any additional information you think will be useful in reproducing and/or solving the issue. -->
|
1.0
|
[Bug] Incorrect unit spec for party members - **What version of TellMeWhen are you using? **
<!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. -->
v8.6.0
**What steps will reproduce the problem?**
I want to track some major cooldowns for the party. To save room, I set them to show only under some spec, especially for those multi-role classes. But it doesn't show after config.
So I did some test:
1. In a party
2. Add a spec-specific unit cooldown (say Ice Barrier for Forest Mage) watch for the 1st member
3. Add a condition to show it only under a certain spec
4. Didn't show if matched
Actually, I've tried all mage specs entirely. It didn't work.
Then I added all possible specs to that condition. Still, didn't work.
It finally appears when I stumbled on negate-selecting the condition.
That's pretty weird. Does that effectively mean it detects a spec that doesn't belong to existing ones?
**What do you expect to happen? What happens instead?**
Show it if the spec is right
**Screenshots and Export Strings**
^1^T^SUnit^Sparty~`1 ^SType^Sunitcooldown ^SName^S11426:~`25 ^SConditions^T ^N1^T ^SType^SUNITSPEC ^SUnit^Sparty~`1 ^SBitFlags^T ^N64^B ^N63^B ^N62^B ^t^t^Sn^N1 ^t^SEnabled^B ^t^N86006^S~`~| ^Sicon^^
<!-- If your issue pertains to a specific icon or group, please post the relevant export string(s).
To get an export string, open the icon editor, and click the button labeled "Import/Export/Backup". Select the "To String" option for the appropriate export type (icon, group, or profile), and then press CTRL+C to copy it to your clipboard.
Additionally, if applicable, add screenshots to help explain your problem. You can paste images directly into GitHub issues, or you can upload files as well. -->
**Additional Info**
<!-- Please add any additional information you think will be useful in reproducing and/or solving the issue. -->
|
defect
|
incorrect unit spec for party members what version of tellmewhen are you using what steps will reproduce the problem i want to track some major cooldowns for the party to save room i set them to show only under some spec especially for those multi role classes but it doesn t show after config so i did some test in a party add a spec specific unit cooldown say ice barrier for forest mage watch for the member add a condition to show it only under a certain spec didn t show if matched actually i ve tried all mage specs entirely it didn t work then i added all possible specs to that condition still didn t work it finally appears when i stumbled on negate selecting the condition that s pretty weird does that effectively mean it detects a spec that doesn t belong to existing ones what do you expect to happen what happens instead show it if the spec is right screenshots and export strings t sunit sparty stype sunitcooldown sname sconditions t t stype sunitspec sunit sparty sbitflags t b b b t t sn t senabled b t s sicon if your issue pertains to a specific icon or group please post the relevant export string s to get an export string open the icon editor and click the button labeled import export backup select the to string option for the appropriate export type icon group or profile and then press ctrl c to copy it to your clipboard additionally if applicable add screenshots to help explain your problem you can paste images directly into github issues or you can upload files as well additional info
| 1
|
76,791
| 26,601,082,546
|
IssuesEvent
|
2023-01-23 15:49:08
|
matrix-org/synapse
|
https://api.github.com/repos/matrix-org/synapse
|
closed
|
Faster joins: non-`lazy_load_members` `/sync`s should not block
|
A-Federated-Join A-Sync T-Defect
|
Instead they should pretend that the room has not been joined yet.
`/sync`s with `lazy_load_members` turned on should continue to return the room.
---
Blocked by:
- [x] #14419
|
1.0
|
Faster joins: non-`lazy_load_members` `/sync`s should not block - Instead they should pretend that the room has not been joined yet.
`/sync`s with `lazy_load_members` turned on should continue to return the room.
---
Blocked by:
- [x] #14419
|
defect
|
faster joins non lazy load members sync s should not block instead they should pretend that the room has not been joined yet sync s with lazy load members turned on should continue to return the room blocked by
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.