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 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
162,474 | 6,154,095,321 | IssuesEvent | 2017-06-28 11:47:11 | sunwww/ecom-ast-ru | https://api.github.com/repos/sunwww/ecom-ast-ru | closed | Доработать отчет по выполнению фин. плана | auto-migrated Priority-High Type-Task | ```
Добавить колонку по дефектам.
Добавить таблицу по иногородним.
Озвучить профиль 09
```
Original issue reported on code.google.com by `avzvia...@gmail.com` on 11 Mar 2013 at 7:22
| 1.0 | Доработать отчет по выполнению фин. плана - ```
Добавить колонку по дефектам.
Добавить таблицу по иногородним.
Озвучить профиль 09
```
Original issue reported on code.google.com by `avzvia...@gmail.com` on 11 Mar 2013 at 7:22
| priority | доработать отчет по выполнению фин плана добавить колонку по дефектам добавить таблицу по иногородним озвучить профиль original issue reported on code google com by avzvia gmail com on mar at | 1 |
50,404 | 3,006,377,261 | IssuesEvent | 2015-07-27 09:59:06 | Itseez/opencv | https://api.github.com/repos/Itseez/opencv | opened | Problem with retrieving frames from h264 video [Linux Ubuntu versus Windows 7] | affected: 2.4 auto-transferred bug category: highgui-video priority: normal | Transferred from http://code.opencv.org/issues/3326
```
|| Steven Puttemans on 2013-10-17 08:37
|| Priority: Normal
|| Affected: 2.4.6 (latest release)
|| Category: highgui-video
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: x64 / Windows
```
Problem with retrieving frames from h264 video [Linux Ubuntu versus Windows 7]
-----------
```
I have a video and a file containing xml annotations.
The video file is an infra red video feed of a car park, where I want to perform detection of persons and video.
We have a problem with the reading of the actual video file and matching the annotations.
ON WINDOWS 7 X64 OPENCV 2.4.6
When running the code supplied in attachements called 'inlezen.cpp', errors get outputted, connected to the h264 encoding. The result is that the bounding box of the first frame (green and red box overlap but ignore that part) gets printed at the extracted location that was matched with the first annotation in the file. If you look close, you can see that the actual persons is in front of the annotation.
'!error_image.PNG!'
ON LINUX UBUNTU 12.06 OPENCV 2.4.6
However, running the same code on linux, only produces the first 2 error lines as seen in the image, not the others. Result is that the bounding box matches perfectly with the person intended to encapsulate.
I am afraid this has something to do with the video itself and not with openCV, but I want to make sure nevertheless. The video can be found at this link: http://www.eavise.be/tobcat/opencv/video.avi
The annotation file is in the extras added to this post, but video was to large.
The test archive contains all functionality needed to extract the xml from the xgtf file and the inlezen.cpp file contains all the functionality used to read in the frames. You can see that there is some logic to match the correct annotations with the correct frame, but that works correctly (like illustrated on Linux).
I am just wondering why there is a difference between both systems, VideoCapture uses the same ffmpeg library right?
```
History
-------
##### Steven Puttemans on 2013-10-17 08:39
```
Also as an addition, the number that is printed in the output, is a check that the current frame 1157 is the same as the first annotation that contains a human, which is class 11 in the xml file.
```
##### Maria Dimashova on 2013-10-17 09:11
```
- Assignee set to Vadim Pisarevsky
```
##### Steven Puttemans on 2013-10-18 12:42
```
I can add that I have tested it in x64 and x86 of the operating systems and that the conflict stays the same.
It thus must have something to do with the h264 encoding of the ffmpeg library i think...
```
##### Dmitry Retinskiy on 2013-10-28 17:02
```
- Target version changed from 2.4.7 to 2.4.8
- Status changed from New to Open
```
##### Steven Puttemans on 2013-10-30 09:25
```
I have just pulled the latest 2.4 version from GIT, still no changes, not even with the new ffmpeg library included.
Is the latest ffmpeg library provided? Of is there a possibility of building with an even more recent version?
```
##### Alexander Smorkalov on 2013-12-30 10:38
```
- Target version changed from 2.4.8 to 2.4.9
```
##### Alexander Smorkalov on 2014-04-30 19:05
```
- Target version changed from 2.4.9 to 2.4.10
``` | 1.0 | Problem with retrieving frames from h264 video [Linux Ubuntu versus Windows 7] - Transferred from http://code.opencv.org/issues/3326
```
|| Steven Puttemans on 2013-10-17 08:37
|| Priority: Normal
|| Affected: 2.4.6 (latest release)
|| Category: highgui-video
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: x64 / Windows
```
Problem with retrieving frames from h264 video [Linux Ubuntu versus Windows 7]
-----------
```
I have a video and a file containing xml annotations.
The video file is an infra red video feed of a car park, where I want to perform detection of persons and video.
We have a problem with the reading of the actual video file and matching the annotations.
ON WINDOWS 7 X64 OPENCV 2.4.6
When running the code supplied in attachements called 'inlezen.cpp', errors get outputted, connected to the h264 encoding. The result is that the bounding box of the first frame (green and red box overlap but ignore that part) gets printed at the extracted location that was matched with the first annotation in the file. If you look close, you can see that the actual persons is in front of the annotation.
'!error_image.PNG!'
ON LINUX UBUNTU 12.06 OPENCV 2.4.6
However, running the same code on linux, only produces the first 2 error lines as seen in the image, not the others. Result is that the bounding box matches perfectly with the person intended to encapsulate.
I am afraid this has something to do with the video itself and not with openCV, but I want to make sure nevertheless. The video can be found at this link: http://www.eavise.be/tobcat/opencv/video.avi
The annotation file is in the extras added to this post, but video was to large.
The test archive contains all functionality needed to extract the xml from the xgtf file and the inlezen.cpp file contains all the functionality used to read in the frames. You can see that there is some logic to match the correct annotations with the correct frame, but that works correctly (like illustrated on Linux).
I am just wondering why there is a difference between both systems, VideoCapture uses the same ffmpeg library right?
```
History
-------
##### Steven Puttemans on 2013-10-17 08:39
```
Also as an addition, the number that is printed in the output, is a check that the current frame 1157 is the same as the first annotation that contains a human, which is class 11 in the xml file.
```
##### Maria Dimashova on 2013-10-17 09:11
```
- Assignee set to Vadim Pisarevsky
```
##### Steven Puttemans on 2013-10-18 12:42
```
I can add that I have tested it in x64 and x86 of the operating systems and that the conflict stays the same.
It thus must have something to do with the h264 encoding of the ffmpeg library i think...
```
##### Dmitry Retinskiy on 2013-10-28 17:02
```
- Target version changed from 2.4.7 to 2.4.8
- Status changed from New to Open
```
##### Steven Puttemans on 2013-10-30 09:25
```
I have just pulled the latest 2.4 version from GIT, still no changes, not even with the new ffmpeg library included.
Is the latest ffmpeg library provided? Of is there a possibility of building with an even more recent version?
```
##### Alexander Smorkalov on 2013-12-30 10:38
```
- Target version changed from 2.4.8 to 2.4.9
```
##### Alexander Smorkalov on 2014-04-30 19:05
```
- Target version changed from 2.4.9 to 2.4.10
``` | priority | problem with retrieving frames from video transferred from steven puttemans on priority normal affected latest release category highgui video tracker bug difficulty pr platform windows problem with retrieving frames from video i have a video and a file containing xml annotations the video file is an infra red video feed of a car park where i want to perform detection of persons and video we have a problem with the reading of the actual video file and matching the annotations on windows opencv when running the code supplied in attachements called inlezen cpp errors get outputted connected to the encoding the result is that the bounding box of the first frame green and red box overlap but ignore that part gets printed at the extracted location that was matched with the first annotation in the file if you look close you can see that the actual persons is in front of the annotation error image png on linux ubuntu opencv however running the same code on linux only produces the first error lines as seen in the image not the others result is that the bounding box matches perfectly with the person intended to encapsulate i am afraid this has something to do with the video itself and not with opencv but i want to make sure nevertheless the video can be found at this link the annotation file is in the extras added to this post but video was to large the test archive contains all functionality needed to extract the xml from the xgtf file and the inlezen cpp file contains all the functionality used to read in the frames you can see that there is some logic to match the correct annotations with the correct frame but that works correctly like illustrated on linux i am just wondering why there is a difference between both systems videocapture uses the same ffmpeg library right history steven puttemans on also as an addition the number that is printed in the output is a check that the current frame is the same as the first annotation that contains a human which is class in the xml file maria dimashova on assignee set to vadim pisarevsky steven puttemans on i can add that i have tested it in and of the operating systems and that the conflict stays the same it thus must have something to do with the encoding of the ffmpeg library i think dmitry retinskiy on target version changed from to status changed from new to open steven puttemans on i have just pulled the latest version from git still no changes not even with the new ffmpeg library included is the latest ffmpeg library provided of is there a possibility of building with an even more recent version alexander smorkalov on target version changed from to alexander smorkalov on target version changed from to | 1 |
586,094 | 17,569,527,236 | IssuesEvent | 2021-08-14 11:39:57 | kawalcovid19/wargabantuwarga.com | https://api.github.com/repos/kawalcovid19/wargabantuwarga.com | closed | Fix `NavigationMenuPopover` component that override bottom `Navigation` component | bug high-priority | ## Description
When you click the burger button in top-right of page, you can see the popup of `NavigationMenuPopover` component. The problem appear when you open the page with the small phone like Iphone 5.

## Expected Behaviour
The `NavigationMenuPopover` doesn't not override bottom `Navigation` component. Maybe better make `NavigationMenuPopover `scrollable.
## Additional Information | 1.0 | Fix `NavigationMenuPopover` component that override bottom `Navigation` component - ## Description
When you click the burger button in top-right of page, you can see the popup of `NavigationMenuPopover` component. The problem appear when you open the page with the small phone like Iphone 5.

## Expected Behaviour
The `NavigationMenuPopover` doesn't not override bottom `Navigation` component. Maybe better make `NavigationMenuPopover `scrollable.
## Additional Information | priority | fix navigationmenupopover component that override bottom navigation component description when you click the burger button in top right of page you can see the popup of navigationmenupopover component the problem appear when you open the page with the small phone like iphone expected behaviour the navigationmenupopover doesn t not override bottom navigation component maybe better make navigationmenupopover scrollable additional information | 1 |
648,296 | 21,182,056,396 | IssuesEvent | 2022-04-08 08:55:46 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [API] Destination - Missing Properties | API priority-medium effort-high customer _Tantel_ | ```javascript
const destination = $.net.http.readDestination('', 'desname');
$.trace.error("HOST: "+destination.host);
$.trace.error("PATH: "+destination.pathPrefix);
```
should return the corresponding values, while they are returning `undefined` now.
All properties of a destination should be available for the destination object even the customer properties. Note that in BTP destination the `pathPrefix` is part of the URL | 1.0 | [API] Destination - Missing Properties - ```javascript
const destination = $.net.http.readDestination('', 'desname');
$.trace.error("HOST: "+destination.host);
$.trace.error("PATH: "+destination.pathPrefix);
```
should return the corresponding values, while they are returning `undefined` now.
All properties of a destination should be available for the destination object even the customer properties. Note that in BTP destination the `pathPrefix` is part of the URL | priority | destination missing properties javascript const destination net http readdestination desname trace error host destination host trace error path destination pathprefix should return the corresponding values while they are returning undefined now all properties of a destination should be available for the destination object even the customer properties note that in btp destination the pathprefix is part of the url | 1 |
539,645 | 15,792,473,411 | IssuesEvent | 2021-04-02 07:10:14 | sopra-fs21-group-16/mth-server | https://api.github.com/repos/sopra-fs21-group-16/mth-server | opened | Write tests for the put mapping endpoint for a specific scheduling session (scheduling) | high priority task | Write tests for the put mapping endpoint for a specific scheduling session #5 according to the REST specification table.
/matches/scheduling/{sessionId} | PUT | <activity, location, date> | Body | {authToken} | Header | 200 OK | <activity, location, date> | Sets proposed locations/dates of the scheduling session | 1.0 | Write tests for the put mapping endpoint for a specific scheduling session (scheduling) - Write tests for the put mapping endpoint for a specific scheduling session #5 according to the REST specification table.
/matches/scheduling/{sessionId} | PUT | <activity, location, date> | Body | {authToken} | Header | 200 OK | <activity, location, date> | Sets proposed locations/dates of the scheduling session | priority | write tests for the put mapping endpoint for a specific scheduling session scheduling write tests for the put mapping endpoint for a specific scheduling session according to the rest specification table matches scheduling sessionid put body authtoken header ok sets proposed locations dates of the scheduling session | 1 |
409,940 | 11,980,763,459 | IssuesEvent | 2020-04-07 09:53:48 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | Development cycle after oauth change | Priority: High discussion | Problem statement:
The need to build every time you change the code.
**Why is this a problem**:
- increased development cycle expecially in cases where a developer might want to view the effect of a code changes on localhost.
- the build optimizes a lot of stuff and makes debugging a dreadful experience
**Silver lining**:
- will probably ensure tests to be top-notch -
I mean to ask its something I will have to deal with, or is there a better way moving forward? | 1.0 | Development cycle after oauth change - Problem statement:
The need to build every time you change the code.
**Why is this a problem**:
- increased development cycle expecially in cases where a developer might want to view the effect of a code changes on localhost.
- the build optimizes a lot of stuff and makes debugging a dreadful experience
**Silver lining**:
- will probably ensure tests to be top-notch -
I mean to ask its something I will have to deal with, or is there a better way moving forward? | priority | development cycle after oauth change problem statement the need to build every time you change the code why is this a problem increased development cycle expecially in cases where a developer might want to view the effect of a code changes on localhost the build optimizes a lot of stuff and makes debugging a dreadful experience silver lining will probably ensure tests to be top notch i mean to ask its something i will have to deal with or is there a better way moving forward | 1 |
544,686 | 15,896,104,340 | IssuesEvent | 2021-04-11 16:16:16 | philburk/jsyn | https://api.github.com/repos/philburk/jsyn | closed | ExponentialRamp crashes on negative input | High Priority bug | This is not safe. Just loading a patch with a negative input to ExponentialRamp causes sound to stop for no apparent reason.
java.lang.IllegalArgumentException: Exponential ramp crosses zero or gets too close to zero.
at com.jsyn.unitgen.ExponentialRamp.convertTimeToExponentialScaler(ExponentialRamp.java:97)
at com.jsyn.unitgen.ExponentialRamp.generate(ExponentialRamp.java:60)
at com.jsyn.unitgen.UnitGenerator.pullData(UnitGenerator.java:222)
The Syntona patch HangRampExp.xml will stop making sound if the fader is pulled below 0.
We could convert to linear ramps near zero and then pass the negative sign around the exponential code.
| 1.0 | ExponentialRamp crashes on negative input - This is not safe. Just loading a patch with a negative input to ExponentialRamp causes sound to stop for no apparent reason.
java.lang.IllegalArgumentException: Exponential ramp crosses zero or gets too close to zero.
at com.jsyn.unitgen.ExponentialRamp.convertTimeToExponentialScaler(ExponentialRamp.java:97)
at com.jsyn.unitgen.ExponentialRamp.generate(ExponentialRamp.java:60)
at com.jsyn.unitgen.UnitGenerator.pullData(UnitGenerator.java:222)
The Syntona patch HangRampExp.xml will stop making sound if the fader is pulled below 0.
We could convert to linear ramps near zero and then pass the negative sign around the exponential code.
| priority | exponentialramp crashes on negative input this is not safe just loading a patch with a negative input to exponentialramp causes sound to stop for no apparent reason java lang illegalargumentexception exponential ramp crosses zero or gets too close to zero at com jsyn unitgen exponentialramp converttimetoexponentialscaler exponentialramp java at com jsyn unitgen exponentialramp generate exponentialramp java at com jsyn unitgen unitgenerator pulldata unitgenerator java the syntona patch hangrampexp xml will stop making sound if the fader is pulled below we could convert to linear ramps near zero and then pass the negative sign around the exponential code | 1 |
359,059 | 10,653,573,637 | IssuesEvent | 2019-10-17 14:39:46 | AY1920S1-CS2103T-F13-4/main | https://api.github.com/repos/AY1920S1-CS2103T-F13-4/main | closed | Title: As a fickle person,delete a movie from the watchlist if I don’t feel like watching it anymore | priority.High type.Story | my watchlist will not be cluttered with movies that I have no interest in watching anymore | 1.0 | Title: As a fickle person,delete a movie from the watchlist if I don’t feel like watching it anymore - my watchlist will not be cluttered with movies that I have no interest in watching anymore | priority | title as a fickle person delete a movie from the watchlist if i don’t feel like watching it anymore my watchlist will not be cluttered with movies that i have no interest in watching anymore | 1 |
406,432 | 11,893,167,119 | IssuesEvent | 2020-03-29 10:11:49 | Sciensano-Healthdata/HD-Corona | https://api.github.com/repos/Sciensano-Healthdata/HD-Corona | opened | FORMS: Verduidelijking tekorten/overschotten | priority:high ↑ | Vanuit de taskforce COVID19 Shortages (Kabinet De Backer) wordt gevraagd naar een begeleidende “RUWE indicatie” van de beschikbaarheid van middelen.
Verduidelijking: wat betekenen de termen "groot tekort", "klein tekort", "klein overschot", "groot overschot" voor de middelen "maskers", "schorten", "brillen", "gel" en "handschoenen zodat elke eerstelijnsmedewerker dit consistent kan invullen. | 1.0 | FORMS: Verduidelijking tekorten/overschotten - Vanuit de taskforce COVID19 Shortages (Kabinet De Backer) wordt gevraagd naar een begeleidende “RUWE indicatie” van de beschikbaarheid van middelen.
Verduidelijking: wat betekenen de termen "groot tekort", "klein tekort", "klein overschot", "groot overschot" voor de middelen "maskers", "schorten", "brillen", "gel" en "handschoenen zodat elke eerstelijnsmedewerker dit consistent kan invullen. | priority | forms verduidelijking tekorten overschotten vanuit de taskforce shortages kabinet de backer wordt gevraagd naar een begeleidende “ruwe indicatie” van de beschikbaarheid van middelen verduidelijking wat betekenen de termen groot tekort klein tekort klein overschot groot overschot voor de middelen maskers schorten brillen gel en handschoenen zodat elke eerstelijnsmedewerker dit consistent kan invullen | 1 |
379,135 | 11,216,224,020 | IssuesEvent | 2020-01-07 05:31:55 | lukelbd/proplot | https://api.github.com/repos/lukelbd/proplot | closed | Nested calls to rc.context() fail | bug high priority | You can end up with persistent changes to the `rc` object if `rc.context()` statements are nested. Most notably
```python
import proplot as plot
with plot.rc.context(...):
f, ax = plot.subplots()
ax.format(...)
```
fails because `ax.format` calls `rc.context(...)` *internally*. #50 will fix this (I ended up putting some quite tangentially related stuff in that PR... will try to avoid this in the future). | 1.0 | Nested calls to rc.context() fail - You can end up with persistent changes to the `rc` object if `rc.context()` statements are nested. Most notably
```python
import proplot as plot
with plot.rc.context(...):
f, ax = plot.subplots()
ax.format(...)
```
fails because `ax.format` calls `rc.context(...)` *internally*. #50 will fix this (I ended up putting some quite tangentially related stuff in that PR... will try to avoid this in the future). | priority | nested calls to rc context fail you can end up with persistent changes to the rc object if rc context statements are nested most notably python import proplot as plot with plot rc context f ax plot subplots ax format fails because ax format calls rc context internally will fix this i ended up putting some quite tangentially related stuff in that pr will try to avoid this in the future | 1 |
557,630 | 16,513,969,469 | IssuesEvent | 2021-05-26 08:13:13 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | jetblue.com - site is not usable | browser-firefox-ios bugbug-probability-high os-ios priority-normal | <!-- @browser: Firefox iOS 33.1 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/75072 -->
**URL**: http://jetblue.com
**Browser / Version**: Firefox iOS 33.1
**Operating System**: iOS 14.5.1
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
Server not found..
Please fix immediately
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | jetblue.com - site is not usable - <!-- @browser: Firefox iOS 33.1 -->
<!-- @ua_header: Mozilla/5.0 (iPhone; CPU OS 14_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/33.1 Mobile/15E148 Safari/605.1.15 -->
<!-- @reported_with: mobile-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/75072 -->
**URL**: http://jetblue.com
**Browser / Version**: Firefox iOS 33.1
**Operating System**: iOS 14.5.1
**Tested Another Browser**: Yes Chrome
**Problem type**: Site is not usable
**Description**: Page not loading correctly
**Steps to Reproduce**:
Server not found..
Please fix immediately
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | priority | jetblue com site is not usable url browser version firefox ios operating system ios tested another browser yes chrome problem type site is not usable description page not loading correctly steps to reproduce server not found please fix immediately browser configuration none from with ❤️ | 1 |
383,548 | 11,357,692,472 | IssuesEvent | 2020-01-25 07:47:51 | popperjs/popper-core | https://api.github.com/repos/popperjs/popper-core | closed | scrollbar not calculated correctly, causing an overflow | # BUG 🐞 DIFFICULTY: medium PRIORITY: high TARGETS: core | Positioning a tooltip very close to the viewport boundary can cause an overflow.
https://jsfiddle.net/bzs7yfq4/1/
https://imgur.com/a/FPnbu21
## Observation
Positioning a tooltip close to the boundary clips the tooltip and causes an overflow.
## Expectation
The tooltip is flipped to the left to not cause the page to overflow. This happens after resizing the viewport further.
Coincidentally the issue happens over a span of the scrollbar width.
Potentially the scrollbar width is not taken into consideration on positioning.
```
popper version: 2.0.0
chrome: 79.0.3945.117
macOS 10.14.6
```
| 1.0 | scrollbar not calculated correctly, causing an overflow - Positioning a tooltip very close to the viewport boundary can cause an overflow.
https://jsfiddle.net/bzs7yfq4/1/
https://imgur.com/a/FPnbu21
## Observation
Positioning a tooltip close to the boundary clips the tooltip and causes an overflow.
## Expectation
The tooltip is flipped to the left to not cause the page to overflow. This happens after resizing the viewport further.
Coincidentally the issue happens over a span of the scrollbar width.
Potentially the scrollbar width is not taken into consideration on positioning.
```
popper version: 2.0.0
chrome: 79.0.3945.117
macOS 10.14.6
```
| priority | scrollbar not calculated correctly causing an overflow positioning a tooltip very close to the viewport boundary can cause an overflow observation positioning a tooltip close to the boundary clips the tooltip and causes an overflow expectation the tooltip is flipped to the left to not cause the page to overflow this happens after resizing the viewport further coincidentally the issue happens over a span of the scrollbar width potentially the scrollbar width is not taken into consideration on positioning popper version chrome macos | 1 |
249,900 | 7,965,161,803 | IssuesEvent | 2018-07-14 04:01:15 | socialappslab/appcivist | https://api.github.com/repos/socialappslab/appcivist | opened | Change wording of Public Draft status change warning | Location: unifesp Priority: High enhancement | Wording of Rascunho Público change waring should read:
"Esta proposta tem o status de Rascunho Público. Toda a comunidade universitário pode ver e comentar sobre um Rascunho Público, mas só quem está compartilhado pode editar."
-- We don't use the concept of authors during Phase 1.
-- Add period to end of sentence.

| 1.0 | Change wording of Public Draft status change warning - Wording of Rascunho Público change waring should read:
"Esta proposta tem o status de Rascunho Público. Toda a comunidade universitário pode ver e comentar sobre um Rascunho Público, mas só quem está compartilhado pode editar."
-- We don't use the concept of authors during Phase 1.
-- Add period to end of sentence.

| priority | change wording of public draft status change warning wording of rascunho público change waring should read esta proposta tem o status de rascunho público toda a comunidade universitário pode ver e comentar sobre um rascunho público mas só quem está compartilhado pode editar we don t use the concept of authors during phase add period to end of sentence | 1 |
792,313 | 27,954,834,460 | IssuesEvent | 2023-03-24 11:35:15 | epam/ketcher | https://api.github.com/repos/epam/ketcher | closed | Selected atom is not displayed under cursor during structure loading | bug priority: high | **Preconditions:**
1. Ketcher launched
2. Open browser DevTools->Network and select preset 'Slow 3G'
**Steps to Reproduce:**
1. Switch to 'Console' in browser DevTools
2. Paste `ketcher.setMolecule('c1ccccc1')` and press Enter
4. While structure is loading select any atom from right toolbar (e.g. Oxygen)
**Actual behavior**
Atom does not appear immediately under cursor while structure is being loaded.
After loading the structure, you need to select another atom so that there is a display under the cursor appears
**Expected behavior**
While structure is being loaded, you can select any atom and it is immediately displayed under the cursor
**Screenshots**
https://user-images.githubusercontent.com/62464241/226120827-5fe249cc-33f7-4fe7-9a50-d09d8e933d44.mp4
**Desktop (please complete the following information):**
- OS: Windows 10
- Browser Chrome
- Version 109.0.5414.120 (Official Build) (64-bit)
**Ketcher version**
[Version 2.9.0-rc.3](https://lifescience.opensource.epam.com/ketcher/index.html)
#184705270
| 1.0 | Selected atom is not displayed under cursor during structure loading - **Preconditions:**
1. Ketcher launched
2. Open browser DevTools->Network and select preset 'Slow 3G'
**Steps to Reproduce:**
1. Switch to 'Console' in browser DevTools
2. Paste `ketcher.setMolecule('c1ccccc1')` and press Enter
4. While structure is loading select any atom from right toolbar (e.g. Oxygen)
**Actual behavior**
Atom does not appear immediately under cursor while structure is being loaded.
After loading the structure, you need to select another atom so that there is a display under the cursor appears
**Expected behavior**
While structure is being loaded, you can select any atom and it is immediately displayed under the cursor
**Screenshots**
https://user-images.githubusercontent.com/62464241/226120827-5fe249cc-33f7-4fe7-9a50-d09d8e933d44.mp4
**Desktop (please complete the following information):**
- OS: Windows 10
- Browser Chrome
- Version 109.0.5414.120 (Official Build) (64-bit)
**Ketcher version**
[Version 2.9.0-rc.3](https://lifescience.opensource.epam.com/ketcher/index.html)
#184705270
| priority | selected atom is not displayed under cursor during structure loading preconditions ketcher launched open browser devtools network and select preset slow steps to reproduce switch to console in browser devtools paste ketcher setmolecule and press enter while structure is loading select any atom from right toolbar e g oxygen actual behavior atom does not appear immediately under cursor while structure is being loaded after loading the structure you need to select another atom so that there is a display under the cursor appears expected behavior while structure is being loaded you can select any atom and it is immediately displayed under the cursor screenshots desktop please complete the following information os windows browser chrome version official build bit ketcher version | 1 |
790,869 | 27,839,639,902 | IssuesEvent | 2023-03-20 11:56:21 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | DB timestamp not updated when importing picture with XMP | priority: high scope: DAM bug: pending | Most probably introduced by https://github.com/darktable-org/darktable/pull/13958
To reproduce the regression:
- Ensure that you have "write sidecar file for each image" set to "after edit" & "look for updated XMP files on startup" activated.
- Take 2 images without XMP
- Import them
- Select one and go to darkroom, do an edit (change exposure)
- Quit darktable
- Restart it
And see that the DB timestamp has not been updated with the XMP timestamp.

| 1.0 | DB timestamp not updated when importing picture with XMP - Most probably introduced by https://github.com/darktable-org/darktable/pull/13958
To reproduce the regression:
- Ensure that you have "write sidecar file for each image" set to "after edit" & "look for updated XMP files on startup" activated.
- Take 2 images without XMP
- Import them
- Select one and go to darkroom, do an edit (change exposure)
- Quit darktable
- Restart it
And see that the DB timestamp has not been updated with the XMP timestamp.

| priority | db timestamp not updated when importing picture with xmp most probably introduced by to reproduce the regression ensure that you have write sidecar file for each image set to after edit look for updated xmp files on startup activated take images without xmp import them select one and go to darkroom do an edit change exposure quit darktable restart it and see that the db timestamp has not been updated with the xmp timestamp | 1 |
192,911 | 6,877,556,873 | IssuesEvent | 2017-11-20 08:33:27 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | Add ability to modify disk target bus | Category: Drivers - VM Priority: High Status: Pending Tracker: Backlog | ---
Author Name: **Matthew Richardson** (Matthew Richardson)
Original Redmine Issue: 3061, https://dev.opennebula.org/issues/3061
Original Date: 2014-07-17
---
ONE provides a TARGET option in the Disks section of a VM definition. This results in libvirt XML:
<disk ...>
<target dev='[TARGET]'/>
...
</disk>
libvirt will automatically determine the bus type from the target name, i.e hd = ide, sd = scsi, vd = virtio etc* However the bus can also be explicitly specified.
Can ONE provide an explicit BUS option in the DISK section of a vm definition to allow this to be set? This would give access to other BUS types such as 'sata' which are needed for some OS, especially some versions of Windows:
<target dev='[TARGET]' bus='[BUS]'/>
* From http://libvirt.org/formatdomain.html
"The optional bus attribute specifies the type of disk device to emulate; possible values are driver specific, with typical values being "ide", "scsi", "virtio", "xen", "usb", "sata", or "sd" "sd" since 1.1.2. If omitted, the bus type is inferred from the style of the device name (e.g. a device named 'sda' will typically be exported using a SCSI bus)."
| 1.0 | Add ability to modify disk target bus - ---
Author Name: **Matthew Richardson** (Matthew Richardson)
Original Redmine Issue: 3061, https://dev.opennebula.org/issues/3061
Original Date: 2014-07-17
---
ONE provides a TARGET option in the Disks section of a VM definition. This results in libvirt XML:
<disk ...>
<target dev='[TARGET]'/>
...
</disk>
libvirt will automatically determine the bus type from the target name, i.e hd = ide, sd = scsi, vd = virtio etc* However the bus can also be explicitly specified.
Can ONE provide an explicit BUS option in the DISK section of a vm definition to allow this to be set? This would give access to other BUS types such as 'sata' which are needed for some OS, especially some versions of Windows:
<target dev='[TARGET]' bus='[BUS]'/>
* From http://libvirt.org/formatdomain.html
"The optional bus attribute specifies the type of disk device to emulate; possible values are driver specific, with typical values being "ide", "scsi", "virtio", "xen", "usb", "sata", or "sd" "sd" since 1.1.2. If omitted, the bus type is inferred from the style of the device name (e.g. a device named 'sda' will typically be exported using a SCSI bus)."
| priority | add ability to modify disk target bus author name matthew richardson matthew richardson original redmine issue original date one provides a target option in the disks section of a vm definition this results in libvirt xml libvirt will automatically determine the bus type from the target name i e hd ide sd scsi vd virtio etc however the bus can also be explicitly specified can one provide an explicit bus option in the disk section of a vm definition to allow this to be set this would give access to other bus types such as sata which are needed for some os especially some versions of windows from the optional bus attribute specifies the type of disk device to emulate possible values are driver specific with typical values being ide scsi virtio xen usb sata or sd sd since if omitted the bus type is inferred from the style of the device name e g a device named sda will typically be exported using a scsi bus | 1 |
22,529 | 2,649,284,691 | IssuesEvent | 2015-03-14 19:21:48 | roundware/roundware-android | https://api.github.com/repos/roundware/roundware-android | closed | Audio playback resumes from pause on its own | bug high priority | _Matthew Adler created an issue 2014-12-10_
**To repro:**
1. Begin audio playback
2. Pause audio
3. Put Perspectives in background via a notification
4. Press back in notified application
5. Perspectives should return to view on its own (that's okay)
6. Observe audio resuming (as if user pressed play button)
This is probably a difference in handling Resume from paused activity versus a created one.. | 1.0 | Audio playback resumes from pause on its own - _Matthew Adler created an issue 2014-12-10_
**To repro:**
1. Begin audio playback
2. Pause audio
3. Put Perspectives in background via a notification
4. Press back in notified application
5. Perspectives should return to view on its own (that's okay)
6. Observe audio resuming (as if user pressed play button)
This is probably a difference in handling Resume from paused activity versus a created one.. | priority | audio playback resumes from pause on its own matthew adler created an issue to repro begin audio playback pause audio put perspectives in background via a notification press back in notified application perspectives should return to view on its own that s okay observe audio resuming as if user pressed play button this is probably a difference in handling resume from paused activity versus a created one | 1 |
167,598 | 6,342,129,569 | IssuesEvent | 2017-07-27 14:54:55 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | Add tether support for label relative paths | component/tether priority/high | Applies to #5700
To support online copy to volumes, we locate the current owner of a volume to perform the copy. There is no assurance that this is the container by which the command was initiated (that container could be offline and the volume in use by another), or that the path on which the volume is mounted is the same.
As such we will address the volume via `label://disk-label/sub/path/on/volume` and the tether should understand this construction.
The toolbox already has URL support for the file transfer paths and can switch implementations based on scheme. | 1.0 | Add tether support for label relative paths - Applies to #5700
To support online copy to volumes, we locate the current owner of a volume to perform the copy. There is no assurance that this is the container by which the command was initiated (that container could be offline and the volume in use by another), or that the path on which the volume is mounted is the same.
As such we will address the volume via `label://disk-label/sub/path/on/volume` and the tether should understand this construction.
The toolbox already has URL support for the file transfer paths and can switch implementations based on scheme. | priority | add tether support for label relative paths applies to to support online copy to volumes we locate the current owner of a volume to perform the copy there is no assurance that this is the container by which the command was initiated that container could be offline and the volume in use by another or that the path on which the volume is mounted is the same as such we will address the volume via label disk label sub path on volume and the tether should understand this construction the toolbox already has url support for the file transfer paths and can switch implementations based on scheme | 1 |
225,976 | 7,496,865,771 | IssuesEvent | 2018-04-08 14:05:51 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Slack import: Fix mis-imported user avatars | area: slack import bug priority: high | If you import a Slack organization with the new user/stream ID importing process, any mentions for the users/streams that are imported end up with the wrong `data-user-id` / `data-stream-id` values in the `rendered_content`. I haven't figured out why, but it's pretty obvious (users have each others' avatars).
This is using https://github.com/zulip/zulip/pull/8943 in case it matters. | 1.0 | Slack import: Fix mis-imported user avatars - If you import a Slack organization with the new user/stream ID importing process, any mentions for the users/streams that are imported end up with the wrong `data-user-id` / `data-stream-id` values in the `rendered_content`. I haven't figured out why, but it's pretty obvious (users have each others' avatars).
This is using https://github.com/zulip/zulip/pull/8943 in case it matters. | priority | slack import fix mis imported user avatars if you import a slack organization with the new user stream id importing process any mentions for the users streams that are imported end up with the wrong data user id data stream id values in the rendered content i haven t figured out why but it s pretty obvious users have each others avatars this is using in case it matters | 1 |
565,058 | 16,748,004,134 | IssuesEvent | 2021-06-11 18:13:36 | CreeperMagnet/the-creepers-code | https://api.github.com/repos/CreeperMagnet/the-creepers-code | closed | Mobs killed by boomerangs do not drop any loot whatsoever | priority: high | This is caused by data storage commands happening when they shouldn't. Can be fixed by reverting a small two-line change. | 1.0 | Mobs killed by boomerangs do not drop any loot whatsoever - This is caused by data storage commands happening when they shouldn't. Can be fixed by reverting a small two-line change. | priority | mobs killed by boomerangs do not drop any loot whatsoever this is caused by data storage commands happening when they shouldn t can be fixed by reverting a small two line change | 1 |
401,439 | 11,790,251,191 | IssuesEvent | 2020-03-17 18:36:35 | trufflesuite/ganache | https://api.github.com/repos/trufflesuite/ganache | closed | NO PROJECTS IN WORKSPACE displayed on the Contracts tab | Ethereum bug needs validation priority-high | <!--- Provide a general summary of the issue in the Title above -->
I've successfully migrated a project and can see the transactions but the contracts tab does claims there are no projects in the workspace.
## Steps to Reproduce (for bugs)
Work through any HelloWorld tutorial.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: v2.3.0-beta.2
* Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
* Operating System and version: Windows 10, npm 6.13.7, node v13.7.0
| 1.0 | NO PROJECTS IN WORKSPACE displayed on the Contracts tab - <!--- Provide a general summary of the issue in the Title above -->
I've successfully migrated a project and can see the transactions but the contracts tab does claims there are no projects in the workspace.
## Steps to Reproduce (for bugs)
Work through any HelloWorld tutorial.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: v2.3.0-beta.2
* Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
* Operating System and version: Windows 10, npm 6.13.7, node v13.7.0
| priority | no projects in workspace displayed on the contracts tab i ve successfully migrated a project and can see the transactions but the contracts tab does claims there are no projects in the workspace steps to reproduce for bugs work through any helloworld tutorial your environment version used beta environment name and version e g php on nginx operating system and version windows npm node | 1 |
184,744 | 6,715,870,631 | IssuesEvent | 2017-10-13 23:54:50 | Microsoft/TypeScript | https://api.github.com/repos/Microsoft/TypeScript | closed | global variable for cached TemplateStringsArray is used for multiple call sites | Bug Fixed High Priority | <!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 2.6.0-rc , 2.6.0-dev.20171013
**Code**
```ts
export function tag(parts: TemplateStringsArray, ...values: any[]) {
return parts[0];
}
function foo() {
console.log(tag`foo`); // var _a
console.log(tag`foo2`); // var _b
}
function bar() {
console.log(tag`bar`); // var _a, expected var _c
console.log(tag`bar2`); // var _b, expected var _d
}
foo();
bar();
```
**Expected behavior:**
Logs
```
foo
foo2
bar
bar2
```
**Actual behavior:**
Logs
```
foo
foo2
foo
foo2
```
The TemplateStringsArray for ``tag`foo` `` uses the global variable `_a` for caching, because it is the first tagged template in it's scope.
Unfortunately the TemplateStringsArray for ``tag`bar` `` also uses the global variable `_a` for caching, because it is the first tagged template in it's scope.
Which template is cached depends only on the order of execution. | 1.0 | global variable for cached TemplateStringsArray is used for multiple call sites - <!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
**TypeScript Version:** 2.6.0-rc , 2.6.0-dev.20171013
**Code**
```ts
export function tag(parts: TemplateStringsArray, ...values: any[]) {
return parts[0];
}
function foo() {
console.log(tag`foo`); // var _a
console.log(tag`foo2`); // var _b
}
function bar() {
console.log(tag`bar`); // var _a, expected var _c
console.log(tag`bar2`); // var _b, expected var _d
}
foo();
bar();
```
**Expected behavior:**
Logs
```
foo
foo2
bar
bar2
```
**Actual behavior:**
Logs
```
foo
foo2
foo
foo2
```
The TemplateStringsArray for ``tag`foo` `` uses the global variable `_a` for caching, because it is the first tagged template in it's scope.
Unfortunately the TemplateStringsArray for ``tag`bar` `` also uses the global variable `_a` for caching, because it is the first tagged template in it's scope.
Which template is cached depends only on the order of execution. | priority | global variable for cached templatestringsarray is used for multiple call sites typescript version rc dev code ts export function tag parts templatestringsarray values any return parts function foo console log tag foo var a console log tag var b function bar console log tag bar var a expected var c console log tag var b expected var d foo bar expected behavior logs foo bar actual behavior logs foo foo the templatestringsarray for tag foo uses the global variable a for caching because it is the first tagged template in it s scope unfortunately the templatestringsarray for tag bar also uses the global variable a for caching because it is the first tagged template in it s scope which template is cached depends only on the order of execution | 1 |
763,930 | 26,778,399,945 | IssuesEvent | 2023-01-31 19:00:22 | RyuTribal/MIMIC | https://api.github.com/repos/RyuTribal/MIMIC | closed | Add a sound recording button to the android application | High priority | When the user is holding down the button the robot listens and when the button is released the robot starts processing the command.
Since the part of the UI the hold and release functions need only to call on some chat bot functions (current name unknown) | 1.0 | Add a sound recording button to the android application - When the user is holding down the button the robot listens and when the button is released the robot starts processing the command.
Since the part of the UI the hold and release functions need only to call on some chat bot functions (current name unknown) | priority | add a sound recording button to the android application when the user is holding down the button the robot listens and when the button is released the robot starts processing the command since the part of the ui the hold and release functions need only to call on some chat bot functions current name unknown | 1 |
3,265 | 2,537,594,534 | IssuesEvent | 2015-01-26 21:39:32 | ubc/acj-versus | https://api.github.com/repos/ubc/acj-versus | closed | Make user's display name not required to be unique | enhancement high priority | - If we make the display name unique, it will slow down class import
- For an instructor, it would not matter since they can see the real names of the students | 1.0 | Make user's display name not required to be unique - - If we make the display name unique, it will slow down class import
- For an instructor, it would not matter since they can see the real names of the students | priority | make user s display name not required to be unique if we make the display name unique it will slow down class import for an instructor it would not matter since they can see the real names of the students | 1 |
296,604 | 9,124,230,013 | IssuesEvent | 2019-02-24 00:48:36 | OperationCode/front-end | https://api.github.com/repos/OperationCode/front-end | closed | Redefine Section component | Priority: High Type: Developer Experience / Refactoring | # Feature request
**Is your feature request related to a problem? Please describe.**
Problem described in #294
**Describe the solution you'd like**
There exist two components to be made:
1) A re-imagining of our `<Section>` component
- has a gutter (max-width)
- has themes to define background color
- takes background-image (and related props) [see HeroBanner, and make HeroBanner a consumer of Section]
- flex and flex-direction column with vertically and horizontally centered content
2) Some component (idk about name) which abstracts the behavior of sections in the redesign that have an image and some text. It should have a prop to the extent of `textPlacement="left" || textPlacement="right"` and the text alignment should be opposite its placement. On mobile, the image should always render first and the text should always be left aligned. This component will be consumed by the new Section component.
| 1.0 | Redefine Section component - # Feature request
**Is your feature request related to a problem? Please describe.**
Problem described in #294
**Describe the solution you'd like**
There exist two components to be made:
1) A re-imagining of our `<Section>` component
- has a gutter (max-width)
- has themes to define background color
- takes background-image (and related props) [see HeroBanner, and make HeroBanner a consumer of Section]
- flex and flex-direction column with vertically and horizontally centered content
2) Some component (idk about name) which abstracts the behavior of sections in the redesign that have an image and some text. It should have a prop to the extent of `textPlacement="left" || textPlacement="right"` and the text alignment should be opposite its placement. On mobile, the image should always render first and the text should always be left aligned. This component will be consumed by the new Section component.
| priority | redefine section component feature request is your feature request related to a problem please describe problem described in describe the solution you d like there exist two components to be made a re imagining of our component has a gutter max width has themes to define background color takes background image and related props flex and flex direction column with vertically and horizontally centered content some component idk about name which abstracts the behavior of sections in the redesign that have an image and some text it should have a prop to the extent of textplacement left textplacement right and the text alignment should be opposite its placement on mobile the image should always render first and the text should always be left aligned this component will be consumed by the new section component | 1 |
192,362 | 6,849,076,867 | IssuesEvent | 2017-11-13 20:46:44 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | closed | User attempts to redeem but does not have enough currents | priority high | - if less than current share allow to redeem that many
- if no currents return an error | 1.0 | User attempts to redeem but does not have enough currents - - if less than current share allow to redeem that many
- if no currents return an error | priority | user attempts to redeem but does not have enough currents if less than current share allow to redeem that many if no currents return an error | 1 |
724,423 | 24,930,111,410 | IssuesEvent | 2022-10-31 10:52:56 | AY2223S1-CS2113-T17-4/tp | https://api.github.com/repos/AY2223S1-CS2113-T17-4/tp | closed | [PE-D][Tester C] Tampering with favourite.txt | type.Bug priority.High severity.High | Changed a few lines in favourite.txt and the jar can't load the actual saved data anymore (the 8 at the end)

<!--session: 1666946699568-abcdaba7-76f4-4b9e-ac83-34bba2fd9313-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Low`
original: snuckerzlol/ped#4 | 1.0 | [PE-D][Tester C] Tampering with favourite.txt - Changed a few lines in favourite.txt and the jar can't load the actual saved data anymore (the 8 at the end)

<!--session: 1666946699568-abcdaba7-76f4-4b9e-ac83-34bba2fd9313-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Low`
original: snuckerzlol/ped#4 | priority | tampering with favourite txt changed a few lines in favourite txt and the jar can t load the actual saved data anymore the at the end labels type functionalitybug severity low original snuckerzlol ped | 1 |
29,813 | 2,717,484,522 | IssuesEvent | 2015-04-11 09:50:11 | ceylon/ceylon-ide-eclipse | https://api.github.com/repos/ceylon/ceylon-ide-eclipse | opened | IDE can't find Ceylon source for type()/typeLiteral() in metamodel.ceylon | bug high priority | Attempting to Open or navigate to `typeLiteral()` takes me to the Java editor for `typeLiteral_.class`.
Very strange, since it doesn't seem to happen for any other file!
@davidfestal any ideas? | 1.0 | IDE can't find Ceylon source for type()/typeLiteral() in metamodel.ceylon - Attempting to Open or navigate to `typeLiteral()` takes me to the Java editor for `typeLiteral_.class`.
Very strange, since it doesn't seem to happen for any other file!
@davidfestal any ideas? | priority | ide can t find ceylon source for type typeliteral in metamodel ceylon attempting to open or navigate to typeliteral takes me to the java editor for typeliteral class very strange since it doesn t seem to happen for any other file davidfestal any ideas | 1 |
554,337 | 16,418,172,927 | IssuesEvent | 2021-05-19 09:19:10 | AyeCode/geodirectory | https://api.github.com/repos/AyeCode/geodirectory | closed | Doc needed for Franchise Manager 2.1.0.5 & Location Manager 2.1.0.9 | Priority: High Type: Needs Docs | We need doc for
- In Franchise Manager 2.1.0.5 we added lock comments feature to show comments/reviews from main listing to its franchise.
- In Location Manager 2.1.0.9 we added support for Location Slug, Link, Url, CPT + Url, CPT + Link in gd_location_meta shortcode/widget.
Let me know if you need help. | 1.0 | Doc needed for Franchise Manager 2.1.0.5 & Location Manager 2.1.0.9 - We need doc for
- In Franchise Manager 2.1.0.5 we added lock comments feature to show comments/reviews from main listing to its franchise.
- In Location Manager 2.1.0.9 we added support for Location Slug, Link, Url, CPT + Url, CPT + Link in gd_location_meta shortcode/widget.
Let me know if you need help. | priority | doc needed for franchise manager location manager we need doc for in franchise manager we added lock comments feature to show comments reviews from main listing to its franchise in location manager we added support for location slug link url cpt url cpt link in gd location meta shortcode widget let me know if you need help | 1 |
720,251 | 24,785,816,486 | IssuesEvent | 2022-10-24 09:40:12 | AY2223S1-CS2103T-T10-3/tp | https://api.github.com/repos/AY2223S1-CS2103T-T10-3/tp | closed | Bug fix for duplicate `role` (and `company`) fields | type.Bug priority.High | Currently, a new internship is added even if those fields are the same but letters are typed in different cases. This violates the ideal behaviour of the app. | 1.0 | Bug fix for duplicate `role` (and `company`) fields - Currently, a new internship is added even if those fields are the same but letters are typed in different cases. This violates the ideal behaviour of the app. | priority | bug fix for duplicate role and company fields currently a new internship is added even if those fields are the same but letters are typed in different cases this violates the ideal behaviour of the app | 1 |
464,218 | 13,308,152,407 | IssuesEvent | 2020-08-26 00:06:24 | phetsims/ratio-and-proportion | https://api.github.com/repos/phetsims/ratio-and-proportion | closed | New intro text for the Static Screen Summary - both screens (State Descriptions) | dev:a11y priority:2-high | To better scaffold non-visual learners, we want to create a more "search & discover" feeling, and make the ratio challenges more prominent.
In issue #123 we will hopefully change screen 1's name from "Explore Screen" to "Discover Screen". Regardless, though, @Matthew-Moore240 and I want to use the word "discover" more in the State Descriptions to scaffold non-visual learners better.
In interviews, learners expressed they did not know what they were doing or why they were doing it.
The H1 and the first paragraph (P1) are dependent on issue #123, so they are mentioned in that issue. I start the screen summary changes at P2.
**New P2 of the Static Screen Summary for Screen 1**
In the Play Area you have two movable hands and a set of ratio challenges to discover. Hands can be moved up and down individually or simultaneously to discover multiple places where the chosen ratio challenge is true. There are options to add plain or numbered tick marks, evenly-spaced horizontal lines, to divide up the vertical space of the Play Area. The Control Area has a button to reset the sim.
**New P2 of the Static Screen Summary for Screen 2**
On this screen you can create your own ratio challenge. The Play Area has two movable hands that can be moved freely individually or simultaneously, or as a single interaction with the ratio locked to explore the ratio challenges you create. There are options to add plain or numbered tick marks, evenly-spaced horizontal lines, to divide up the vertical space of the Play Area. In addition, you can increase the range of tick marks for a finer exploration of your ratio challenges. The Control Area has a button to reset the sim.
Related changes to Dynamic state-of-sim and the initial interaction hints for each screen will be outlined in related issues.
| 1.0 | New intro text for the Static Screen Summary - both screens (State Descriptions) - To better scaffold non-visual learners, we want to create a more "search & discover" feeling, and make the ratio challenges more prominent.
In issue #123 we will hopefully change screen 1's name from "Explore Screen" to "Discover Screen". Regardless, though, @Matthew-Moore240 and I want to use the word "discover" more in the State Descriptions to scaffold non-visual learners better.
In interviews, learners expressed they did not know what they were doing or why they were doing it.
The H1 and the first paragraph (P1) are dependent on issue #123, so they are mentioned in that issue. I start the screen summary changes at P2.
**New P2 of the Static Screen Summary for Screen 1**
In the Play Area you have two movable hands and a set of ratio challenges to discover. Hands can be moved up and down individually or simultaneously to discover multiple places where the chosen ratio challenge is true. There are options to add plain or numbered tick marks, evenly-spaced horizontal lines, to divide up the vertical space of the Play Area. The Control Area has a button to reset the sim.
**New P2 of the Static Screen Summary for Screen 2**
On this screen you can create your own ratio challenge. The Play Area has two movable hands that can be moved freely individually or simultaneously, or as a single interaction with the ratio locked to explore the ratio challenges you create. There are options to add plain or numbered tick marks, evenly-spaced horizontal lines, to divide up the vertical space of the Play Area. In addition, you can increase the range of tick marks for a finer exploration of your ratio challenges. The Control Area has a button to reset the sim.
Related changes to Dynamic state-of-sim and the initial interaction hints for each screen will be outlined in related issues.
| priority | new intro text for the static screen summary both screens state descriptions to better scaffold non visual learners we want to create a more search discover feeling and make the ratio challenges more prominent in issue we will hopefully change screen s name from explore screen to discover screen regardless though matthew and i want to use the word discover more in the state descriptions to scaffold non visual learners better in interviews learners expressed they did not know what they were doing or why they were doing it the and the first paragraph are dependent on issue so they are mentioned in that issue i start the screen summary changes at new of the static screen summary for screen in the play area you have two movable hands and a set of ratio challenges to discover hands can be moved up and down individually or simultaneously to discover multiple places where the chosen ratio challenge is true there are options to add plain or numbered tick marks evenly spaced horizontal lines to divide up the vertical space of the play area the control area has a button to reset the sim new of the static screen summary for screen on this screen you can create your own ratio challenge the play area has two movable hands that can be moved freely individually or simultaneously or as a single interaction with the ratio locked to explore the ratio challenges you create there are options to add plain or numbered tick marks evenly spaced horizontal lines to divide up the vertical space of the play area in addition you can increase the range of tick marks for a finer exploration of your ratio challenges the control area has a button to reset the sim related changes to dynamic state of sim and the initial interaction hints for each screen will be outlined in related issues | 1 |
815,714 | 30,568,688,307 | IssuesEvent | 2023-07-20 20:00:30 | bcgov/MFIN-Data-Catalogue | https://api.github.com/repos/bcgov/MFIN-Data-Catalogue | closed | Bulk upload for Data Dictionary data | enhancement Priority: high Sprint 1 Sprint 2 Sprint 3 | **OP timer**
https://openplus.monday.com/boards/4092908516/pulses/4606147836
---
## User story
As a metadata provider, I want to have a way to bulk upload Data Dictionary data (for columns in my dataset), so that I save time on data entry and reduce the risk of human error during input.
## This feature support the following requirements
[alpha release](https://openplus.monday.com/boards/3958997205/pulses/4605939234)
## Additional context
When creating a data-set, there is potential for there to be more columns in the data dictionary than is reasonable to enter manually. A way to manage columns in bulk is necessary.
On the data-set content type, there is a field called `field_columns` that accepts unlimited values. This is an entity reference to the paragraph type `data_column` which has several fields where a user can enter values. There are several different field formats available in a data column.
We are looking for a way to bulk import data into these columns.
## Proposed solution
TBD by developer.
Note that we do something similar on RSAMS. Jose has experience doing some advanced work with csv.
## Definition of done (DoD)
- [x] csv file can be used to import information into data-set
- [x] csv columns map correctly to fields in dataset columns
### Automated functional tests
- [x] I have written functional tests for this feature
- [x] I have run the functional tests and they pass
### Automated site tests
- [ ] I have written site tests for this feature
- [ ] I have run the site tests and they pass
### This feature requires manual testing
No | 1.0 | Bulk upload for Data Dictionary data - **OP timer**
https://openplus.monday.com/boards/4092908516/pulses/4606147836
---
## User story
As a metadata provider, I want to have a way to bulk upload Data Dictionary data (for columns in my dataset), so that I save time on data entry and reduce the risk of human error during input.
## This feature support the following requirements
[alpha release](https://openplus.monday.com/boards/3958997205/pulses/4605939234)
## Additional context
When creating a data-set, there is potential for there to be more columns in the data dictionary than is reasonable to enter manually. A way to manage columns in bulk is necessary.
On the data-set content type, there is a field called `field_columns` that accepts unlimited values. This is an entity reference to the paragraph type `data_column` which has several fields where a user can enter values. There are several different field formats available in a data column.
We are looking for a way to bulk import data into these columns.
## Proposed solution
TBD by developer.
Note that we do something similar on RSAMS. Jose has experience doing some advanced work with csv.
## Definition of done (DoD)
- [x] csv file can be used to import information into data-set
- [x] csv columns map correctly to fields in dataset columns
### Automated functional tests
- [x] I have written functional tests for this feature
- [x] I have run the functional tests and they pass
### Automated site tests
- [ ] I have written site tests for this feature
- [ ] I have run the site tests and they pass
### This feature requires manual testing
No | priority | bulk upload for data dictionary data op timer user story as a metadata provider i want to have a way to bulk upload data dictionary data for columns in my dataset so that i save time on data entry and reduce the risk of human error during input this feature support the following requirements additional context when creating a data set there is potential for there to be more columns in the data dictionary than is reasonable to enter manually a way to manage columns in bulk is necessary on the data set content type there is a field called field columns that accepts unlimited values this is an entity reference to the paragraph type data column which has several fields where a user can enter values there are several different field formats available in a data column we are looking for a way to bulk import data into these columns proposed solution tbd by developer note that we do something similar on rsams jose has experience doing some advanced work with csv definition of done dod csv file can be used to import information into data set csv columns map correctly to fields in dataset columns automated functional tests i have written functional tests for this feature i have run the functional tests and they pass automated site tests i have written site tests for this feature i have run the site tests and they pass this feature requires manual testing no | 1 |
714,134 | 24,552,155,046 | IssuesEvent | 2022-10-12 13:23:59 | AY2223S1-CS2103-F14-4/tp | https://api.github.com/repos/AY2223S1-CS2103-F14-4/tp | closed | Issues with loan | priority.High | 1. if books are loaned out and you delete a user that has loaned the books, upon closing and restarting, the books that are loaned by the deleted user are deleted as well. 2. if books are loaned out and you delete a book that has been loaned, upon closing and restarting, the books are readded back inside the book list | 1.0 | Issues with loan - 1. if books are loaned out and you delete a user that has loaned the books, upon closing and restarting, the books that are loaned by the deleted user are deleted as well. 2. if books are loaned out and you delete a book that has been loaned, upon closing and restarting, the books are readded back inside the book list | priority | issues with loan if books are loaned out and you delete a user that has loaned the books upon closing and restarting the books that are loaned by the deleted user are deleted as well if books are loaned out and you delete a book that has been loaned upon closing and restarting the books are readded back inside the book list | 1 |
267,417 | 8,388,558,988 | IssuesEvent | 2018-10-09 06:52:29 | AnSyn/ansyn | https://api.github.com/repos/AnSyn/ansyn | closed | Bug- info entity context | Bug Priority: High Severity: Low | Please change it according to the original design-
The text should be white with a black stroke, and the zoom level should be according to the polygon size (show all the polygon) | 1.0 | Bug- info entity context - Please change it according to the original design-
The text should be white with a black stroke, and the zoom level should be according to the polygon size (show all the polygon) | priority | bug info entity context please change it according to the original design the text should be white with a black stroke and the zoom level should be according to the polygon size show all the polygon | 1 |
788,506 | 27,755,195,812 | IssuesEvent | 2023-03-16 01:29:41 | envoyproxy/gateway | https://api.github.com/repos/envoyproxy/gateway | closed | Installation: add helm support to Envoy Gateway | enhancement area/ci area/installation priority/high | *Description*:
- [x] Provide usable helm chart for EG.
- [x] Refactor toolings
- [x] makefiles
- [x] scripts
- [x] Remove kustomize tools.
- [x] Automation github workflows refactor:
- [x] Latest Release
- [x] Formal Release
- [x] Docs
[optional *Relevant Links*:]
xref: https://github.com/envoyproxy/gateway/issues/650
xref: https://github.com/envoyproxy/gateway/issues/479
| 1.0 | Installation: add helm support to Envoy Gateway - *Description*:
- [x] Provide usable helm chart for EG.
- [x] Refactor toolings
- [x] makefiles
- [x] scripts
- [x] Remove kustomize tools.
- [x] Automation github workflows refactor:
- [x] Latest Release
- [x] Formal Release
- [x] Docs
[optional *Relevant Links*:]
xref: https://github.com/envoyproxy/gateway/issues/650
xref: https://github.com/envoyproxy/gateway/issues/479
| priority | installation add helm support to envoy gateway description provide usable helm chart for eg refactor toolings makefiles scripts remove kustomize tools automation github workflows refactor latest release formal release docs xref xref | 1 |
365,472 | 10,787,771,204 | IssuesEvent | 2019-11-05 08:22:29 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | opened | Http2 service does not send the 100-continue response to a http2 prior-knowledge 100-continue client | Area/StandardLibs Component/HTTP2 Priority/High | **Steps to reproduce:**
http2 service
```ballerina
import ballerina/http;
import ballerina/log;
import ballerina/io;
@http:ServiceConfig {
basePath: "/hello"
}
service helloWorld on new http:Listener(9090, {httpVersion: "2.0"}) {
@http:ResourceConfig {
path: "/"
}
resource function hello(http:Caller caller, http:Request request) {
io:println(request.expects100Continue());
if (request.expects100Continue()) {
io:println("------------------100-continue came----------------");
string mediaType = request.getHeader("Content-Type");
if (mediaType.toLowerAscii() == "text/plain") {
io:println("------------------100-continue came 2222----------------");
var result = caller->continue();
if (result is error) {
log:printError("Error sending response", err = result);
}
} else {
http:Response res = new;
res.statusCode = 417;
res.setPayload("Unprocessable Entity");
var result = caller->respond(res);
if (result is error) {
log:printError("Error sending response", err = result);
}
return;
}
}
http:Response res = new;
var payload = request.getTextPayload();
if (payload is string) {
log:printInfo(payload);
res.statusCode = 200;
res.setPayload("Hello World!\n");
var result = caller->respond(res);
if (result is error) {
log:printError("Error sending response", err = result);
}
} else {
res.statusCode = 500;
res.setPayload(<@untainted> <string> payload.detail()?.message);
var result = caller->respond(res);
if (result is error) {
log:printError("Error sending response", err = result);
}
}
}
}
```
Curl http2 request
`curl -v http://localhost:9090/hello -H "Expect: 100-continue" -d "helloooo" --http2-prior-knowledge`
Response
```
> POST /hello HTTP/2
> Host: localhost:9090
> User-Agent: curl/7.63.0
> Accept: */*
> Expect: 100-continue
> Content-Length: 8
> Content-Type: application/x-www-form-urlencoded
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 4294967295)!
< HTTP/2 417
< content-type: text/plain
< server: ballerina/1.0.2
< date: Tue, 5 Nov 2019 12:43:02 +0530
* HTTP error before end of send, stop sending
<
```
**Affected Versions:**
Ballerina 1.0.2
| 1.0 | Http2 service does not send the 100-continue response to a http2 prior-knowledge 100-continue client - **Steps to reproduce:**
http2 service
```ballerina
import ballerina/http;
import ballerina/log;
import ballerina/io;
@http:ServiceConfig {
basePath: "/hello"
}
service helloWorld on new http:Listener(9090, {httpVersion: "2.0"}) {
@http:ResourceConfig {
path: "/"
}
resource function hello(http:Caller caller, http:Request request) {
io:println(request.expects100Continue());
if (request.expects100Continue()) {
io:println("------------------100-continue came----------------");
string mediaType = request.getHeader("Content-Type");
if (mediaType.toLowerAscii() == "text/plain") {
io:println("------------------100-continue came 2222----------------");
var result = caller->continue();
if (result is error) {
log:printError("Error sending response", err = result);
}
} else {
http:Response res = new;
res.statusCode = 417;
res.setPayload("Unprocessable Entity");
var result = caller->respond(res);
if (result is error) {
log:printError("Error sending response", err = result);
}
return;
}
}
http:Response res = new;
var payload = request.getTextPayload();
if (payload is string) {
log:printInfo(payload);
res.statusCode = 200;
res.setPayload("Hello World!\n");
var result = caller->respond(res);
if (result is error) {
log:printError("Error sending response", err = result);
}
} else {
res.statusCode = 500;
res.setPayload(<@untainted> <string> payload.detail()?.message);
var result = caller->respond(res);
if (result is error) {
log:printError("Error sending response", err = result);
}
}
}
}
```
Curl http2 request
`curl -v http://localhost:9090/hello -H "Expect: 100-continue" -d "helloooo" --http2-prior-knowledge`
Response
```
> POST /hello HTTP/2
> Host: localhost:9090
> User-Agent: curl/7.63.0
> Accept: */*
> Expect: 100-continue
> Content-Length: 8
> Content-Type: application/x-www-form-urlencoded
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 4294967295)!
< HTTP/2 417
< content-type: text/plain
< server: ballerina/1.0.2
< date: Tue, 5 Nov 2019 12:43:02 +0530
* HTTP error before end of send, stop sending
<
```
**Affected Versions:**
Ballerina 1.0.2
| priority | service does not send the continue response to a prior knowledge continue client steps to reproduce service ballerina import ballerina http import ballerina log import ballerina io http serviceconfig basepath hello service helloworld on new http listener httpversion http resourceconfig path resource function hello http caller caller http request request io println request if request io println continue came string mediatype request getheader content type if mediatype tolowerascii text plain io println continue came var result caller continue if result is error log printerror error sending response err result else http response res new res statuscode res setpayload unprocessable entity var result caller respond res if result is error log printerror error sending response err result return http response res new var payload request gettextpayload if payload is string log printinfo payload res statuscode res setpayload hello world n var result caller respond res if result is error log printerror error sending response err result else res statuscode res setpayload payload detail message var result caller respond res if result is error log printerror error sending response err result curl request curl v h expect continue d helloooo prior knowledge response post hello http host localhost user agent curl accept expect continue content length content type application x www form urlencoded connection state changed max concurrent streams http content type text plain server ballerina date tue nov http error before end of send stop sending affected versions ballerina | 1 |
388,758 | 11,492,260,707 | IssuesEvent | 2020-02-11 20:37:48 | godaddy-wordpress/coblocks | https://api.github.com/repos/godaddy-wordpress/coblocks | closed | Hero Block: buttons toolbar invisible when Hero has a background | [Priority] High [Status] In Progress [Type] Bug | **Describe the bug**
The toolbar for Buttons in a Hero block doesn't appear anymore once the Hero Block has a background.
**To Reproduce**
Steps to reproduce the behavior:
1. Insert a Hero Block
2. Select a Button - you will see a toolbar for the button
3. Add a background (color or image) to the Hero Block
4. Select a Button - the toolbar will not be visible anymore
**Screenshots**
Without background:

With background color:

**Expected behavior**
Buttons toolbar should be visible regardless of the background setting.
**Isolating the problem:**
Mark completed items with an [x].
- [x] This bug happens with no other plugins activated
- [x] This bug happens with a default WordPress theme active
- [x] This bug happens **without** the Gutenberg plugin active
- [x] I can reproduce this bug consistently using the steps above
**WordPress Version**
5.3.2
**Gutenberg Version**
n/a
| 1.0 | Hero Block: buttons toolbar invisible when Hero has a background - **Describe the bug**
The toolbar for Buttons in a Hero block doesn't appear anymore once the Hero Block has a background.
**To Reproduce**
Steps to reproduce the behavior:
1. Insert a Hero Block
2. Select a Button - you will see a toolbar for the button
3. Add a background (color or image) to the Hero Block
4. Select a Button - the toolbar will not be visible anymore
**Screenshots**
Without background:

With background color:

**Expected behavior**
Buttons toolbar should be visible regardless of the background setting.
**Isolating the problem:**
Mark completed items with an [x].
- [x] This bug happens with no other plugins activated
- [x] This bug happens with a default WordPress theme active
- [x] This bug happens **without** the Gutenberg plugin active
- [x] I can reproduce this bug consistently using the steps above
**WordPress Version**
5.3.2
**Gutenberg Version**
n/a
| priority | hero block buttons toolbar invisible when hero has a background describe the bug the toolbar for buttons in a hero block doesn t appear anymore once the hero block has a background to reproduce steps to reproduce the behavior insert a hero block select a button you will see a toolbar for the button add a background color or image to the hero block select a button the toolbar will not be visible anymore screenshots without background with background color expected behavior buttons toolbar should be visible regardless of the background setting isolating the problem mark completed items with an this bug happens with no other plugins activated this bug happens with a default wordpress theme active this bug happens without the gutenberg plugin active i can reproduce this bug consistently using the steps above wordpress version gutenberg version n a | 1 |
190,352 | 6,817,734,722 | IssuesEvent | 2017-11-07 01:00:06 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Error: Cannot handle request because handshake is not yet confirmed! | Category: Viewer P1: High Priority Type: Bug | p/5799690541038127307
Few thousand Chrome Android reports:
```
Error: Cannot handle request because handshake is not yet confirmed!
at Error (native)
at I (https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:9:58)
at H.push.f.H.o (https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:7:57)
at https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:1224
at d (https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:546)
// --- Unminified
Error: Cannot handle request because handshake is not yet confirmed!
at Error (native)
at Error (https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:277:17)
at H.push.f.H.o (https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:182:7)
at https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:90:9
at d (https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/src/event-helper-listen.js:37:14)
```
My only Safari iOS report:
```
I@https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:9:63
o@https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:7:58
[native code]
https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:1225
d@https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:547
// --- Unminified
I@https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:278:9
o@https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:182:7
[native code]
https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:90:17
d@https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/src/event-helper-listen.js:37:28
```
| 1.0 | Error: Cannot handle request because handshake is not yet confirmed! - p/5799690541038127307
Few thousand Chrome Android reports:
```
Error: Cannot handle request because handshake is not yet confirmed!
at Error (native)
at I (https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:9:58)
at H.push.f.H.o (https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:7:57)
at https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:1224
at d (https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:546)
// --- Unminified
Error: Cannot handle request because handshake is not yet confirmed!
at Error (native)
at Error (https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:277:17)
at H.push.f.H.o (https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:182:7)
at https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:90:9
at d (https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/src/event-helper-listen.js:37:14)
```
My only Safari iOS report:
```
I@https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:9:63
o@https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:7:58
[native code]
https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:1225
d@https://cdn.ampproject.org/rtv/011493083583453/v0/amp-viewer-integration-0.1.js:5:547
// --- Unminified
I@https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:278:9
o@https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:182:7
[native code]
https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/extensions/amp-viewer-integration/0.1/messaging.js:90:17
d@https://raw.githubusercontent.com/ampproject/amphtml/1493083583453/src/event-helper-listen.js:37:28
```
| priority | error cannot handle request because handshake is not yet confirmed p few thousand chrome android reports error cannot handle request because handshake is not yet confirmed at error native at i at h push f h o at at d unminified error cannot handle request because handshake is not yet confirmed at error native at error at h push f h o at at d my only safari ios report i o d unminified i o d | 1 |
413,589 | 12,070,395,923 | IssuesEvent | 2020-04-16 17:34:13 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | CI: K8sKafkaPolicyTest Kafka Policy Tests KafkaPolicies | area/CI kind/bug priority/high | The logs have the actual panic backtrace:
```
Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)
goroutine 498 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic(0x1f625a0, 0x39a94d0)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:74 +0xa3
k8s.io/apimachinery/pkg/util/runtime.HandleCrash(0x0, 0x0, 0x0)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:48 +0x82
panic(0x1f625a0, 0x39a94d0)
/usr/local/go/src/runtime/panic.go:967 +0x166
fmt.(*buffer).writeString(...)
/usr/local/go/src/fmt/print.go:82
fmt.(*fmt).padString(0xc001254e10, 0x0, 0x30)
/usr/local/go/src/fmt/format.go:110 +0x8c
fmt.(*fmt).fmtS(0xc001254e10, 0x0, 0x30)
/usr/local/go/src/fmt/format.go:359 +0x61
fmt.(*pp).fmtString(0xc001254dd0, 0x0, 0x30, 0x76)
/usr/local/go/src/fmt/print.go:447 +0x131
fmt.(*pp).printValue(0xc001254dd0, 0x1e81940, 0xc0012abf80, 0x98, 0xc000000076, 0x1)
/usr/local/go/src/fmt/print.go:761 +0x2153
fmt.(*pp).printValue(0xc001254dd0, 0x1f41ea0, 0xc001343fb0, 0x15, 0xc000000076, 0x0)
/usr/local/go/src/fmt/print.go:782 +0xddb
fmt.(*pp).printArg(0xc001254dd0, 0x1f41ea0, 0xc001343fb0, 0x76)
/usr/local/go/src/fmt/print.go:716 +0x292
fmt.(*pp).doPrint(0xc001254dd0, 0xc000a08ba0, 0x1, 0x1)
/usr/local/go/src/fmt/print.go:1161 +0xf8
fmt.Sprint(0xc000a08ba0, 0x1, 0x1, 0x907, 0x0)
/usr/local/go/src/fmt/print.go:249 +0x52
github.com/sirupsen/logrus.(*TextFormatter).appendValue(0xc0004ca640, 0xc000e98c90, 0x1f41ea0, 0xc001343fb0)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:287 +0x165
github.com/sirupsen/logrus.(*TextFormatter).appendKeyValue(0xc0004ca640, 0xc000e98c90, 0x22d93dd, 0xf, 0x1f41ea0, 0xc001343fb0)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:281 +0x8f
github.com/sirupsen/logrus.(*TextFormatter).Format(0xc0004ca640, 0xc0001467e0, 0x4741a2, 0x1, 0x0, 0x456cd9, 0xc000a09200)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:198 +0xa2d
github.com/sirupsen/logrus.(*Entry).write(0xc0001467e0)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:255 +0x7c
github.com/sirupsen/logrus.Entry.log(0xc0000d7ea0, 0xc0010f4cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:231 +0x19e
github.com/sirupsen/logrus.(*Entry).Log(0xc000146770, 0xc000000005, 0xc000a09490, 0x1, 0x1)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:268 +0xeb
github.com/sirupsen/logrus.(*Entry).Debug(...)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:277
github.com/cilium/cilium/pkg/k8s/watchers.(*K8sWatcher).updateCiliumNetworkPolicyV2(0xc000185080, 0x26d6de0, 0x39d2250, 0x0, 0x0, 0xc000a7aa28, 0xc00088e3d0, 0xc000a773e0, 0x20)
/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:285 +0xb5a
github.com/cilium/cilium/pkg/k8s/watchers.(*K8sWatcher).ciliumNetworkPoliciesInit.func2(0x227ef00, 0xc000a7aa28, 0x227ef00, 0xc00088e3d0)
/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:144 +0x1d0
k8s.io/client-go/tools/cache.ResourceEventHandlerFuncs.OnUpdate(...)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:225
github.com/cilium/cilium/pkg/k8s/informer.NewInformerWithStore.func1(0x1f95a00, 0xc0011b4fc0, 0x1, 0xc0011b4fc0)
/go/src/github.com/cilium/cilium/pkg/k8s/informer/informer.go:77 +0x2b5
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc00081a210, 0xc00073a210, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/delta_fifo.go:492 +0x235
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc00038b900)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:173 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0xc0008f9f80)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:155 +0x5f
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a09f80, 0x26c1c00, 0xc00073a870, 0xc00000f901, 0xc000094540)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:156 +0xa3
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0008f9f80, 0x3b9aca00, 0x0, 0xc00094c501, 0xc000094540)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0xe2
k8s.io/apimachinery/pkg/util/wait.Until(...)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:90
k8s.io/client-go/tools/cache.(*controller).Run(0xc00038b900, 0xc000094540)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:145 +0x2c4
created by github.com/cilium/cilium/pkg/k8s/watchers.(*K8sWatcher).ciliumNetworkPoliciesInit
/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:175 +0x497
```
### Stacktrace
```
Found a "panic:" in Cilium Logs
```
### Standard output
```
⚠️ Found a "panic:" in logs
⚠️ Found a "panic:" in logs
⚠️ Found a "panic:" in logs
⚠️ Found a "panic:" in logs
Number of "context deadline exceeded" in logs: 0
⚠️ Number of "level=error" in logs: 64
⚠️ Number of "level=warning" in logs: 81
Number of "Cilium API handler panicked" in logs: 0
Number of "Goroutine took lock for more than" in logs: 0
Top 5 errors/warnings:
\t/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:90
\t/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:281 +0x8f
\t/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:145 +0x2c4
\t/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:175 +0x497
fmt.(*buffer).writeString(...)
Cilium pods: [cilium-8q9gm cilium-t7nq5]
Netpols loaded:
CiliumNetworkPolicies loaded: default::kafka-sw-security-policy
Endpoint Policy Enforcement:
Pod Ingress Egress
empire-hq-7bc44dbf44-j6zk7
empire-outpost-8888-55d467647c-5mwx5
empire-outpost-9999-9fd89ddbf-rxnsn
kafka-broker-74c9f96688-tfrjk
coredns-767d4c6dd7-7sncc
empire-backup-7c58dffd99-dnljx
Cilium agent 'cilium-8q9gm': Status: Ok Health: Ok Nodes "" ContinerRuntime: Kubernetes: Ok KVstore: Ok Controllers: Total 34 Failed 0
Cilium agent 'cilium-t7nq5': Status: Ok Health: Ok Nodes "" ContinerRuntime: Kubernetes: Ok KVstore: Ok Controllers: Total 18 Failed 0
```
### Standard error
<details><summary>Show the standard error</summary>
```
STEP: Installing Cilium
STEP: Installing DNS Deployment
STEP: Restarting DNS Pods
STEP: Performing Cilium preflight check
STEP: Performing Cilium status preflight check
STEP: Performing Cilium controllers preflight check
STEP: Performing Cilium health check
STEP: Performing Cilium service preflight check
STEP: Performing K8s service preflight check
STEP: Waiting for cilium-operator to be ready
STEP: Waiting for kube-dns to be ready
STEP: Running kube-dns preflight check
STEP: Performing K8s service preflight check
STEP: Wait for Kafka broker to be up
STEP: Creating new kafka topic empire-announce
STEP: Creating new kafka topic deathstar-plans
STEP: Waiting for DNS to resolve within pods for kafka-service
STEP: Testing basic Kafka Produce and Consume
STEP: Apply L7 kafka policy and wait
STEP: Testing Kafka L7 policy enforcement status
=== Test Finished at 2020-04-15T23:57:32Z====
===================== TEST FAILED =====================
cmd: kubectl get pods -o wide --all-namespaces
Exitcode: 0
Stdout:
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
default empire-backup-7c58dffd99-dnljx 1/1 Running 0 2m49s 10.10.1.241 k8s2 <none> <none>
default empire-hq-7bc44dbf44-j6zk7 1/1 Running 0 2m49s 10.10.0.55 k8s1 <none> <none>
default empire-outpost-8888-55d467647c-5mwx5 1/1 Running 0 2m49s 10.10.1.91 k8s2 <none> <none>
default empire-outpost-9999-9fd89ddbf-rxnsn 1/1 Running 0 2m49s 10.10.1.162 k8s2 <none> <none>
default kafka-broker-74c9f96688-tfrjk 1/1 Running 0 2m49s 10.10.1.98 k8s2 <none> <none>
kube-system cilium-8q9gm 1/1 Running 0 3m40s 192.168.36.12 k8s2 <none> <none>
kube-system cilium-operator-c7fd44fcc-jfttj 1/1 Running 0 3m40s 192.168.36.12 k8s2 <none> <none>
kube-system cilium-t7nq5 1/1 Running 0 3m41s 192.168.36.11 k8s1 <none> <none>
kube-system coredns-767d4c6dd7-7sncc 1/1 Running 0 3m29s 10.10.1.120 k8s2 <none> <none>
kube-system etcd-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-apiserver-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-controller-manager-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-proxy-2zbtc 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-proxy-x8r7q 1/1 Running 0 77m 192.168.36.12 k8s2 <none> <none>
kube-system kube-scheduler-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system log-gatherer-95947 1/1 Running 0 75m 192.168.36.11 k8s1 <none> <none>
kube-system log-gatherer-dctvn 1/1 Running 0 75m 192.168.36.12 k8s2 <none> <none>
kube-system registry-adder-qgbxd 1/1 Running 0 77m 192.168.36.12 k8s2 <none> <none>
kube-system registry-adder-tcbg5 1/1 Running 0 77m 192.168.36.11 k8s1 <none> <none>
Stderr:
Fetching command output from pods [cilium-8q9gm cilium-t7nq5]
cmd: kubectl exec -n kube-system cilium-8q9gm -- cilium service list
Exitcode: 0
Stdout:
ID Frontend Service Type Backend
1 10.96.0.1:443 ClusterIP 1 => 192.168.36.11:6443
2 10.96.0.10:9153 ClusterIP 1 => 10.10.1.120:9153
3 10.96.0.10:53 ClusterIP 1 => 10.10.1.120:53
16 10.103.151.92:2379 ClusterIP
Stderr:
cmd: kubectl exec -n kube-system cilium-8q9gm -- cilium endpoint list
Exitcode: 0
Stdout:
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
62 Disabled Disabled 17065 k8s:io.cilium.k8s.policy.cluster=default f00d::a0a:100:0:5bd8 10.10.1.120 ready
k8s:io.cilium.k8s.policy.serviceaccount=coredns
k8s:io.kubernetes.pod.namespace=kube-system
k8s:k8s-app=kube-dns
398 Disabled Disabled 4 reserved:health f00d::a0a:100:0:f312 10.10.1.187 ready
437 Disabled Disabled 29725 k8s:app=empire-outpost f00d::a0a:100:0:8faf 10.10.1.91 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:outpostid=8888
k8s:zgroup=kafkaTestApp
1471 Disabled Disabled 15725 k8s:app=empire-outpost f00d::a0a:100:0:2410 10.10.1.162 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:outpostid=9999
k8s:zgroup=kafkaTestApp
2005 Enabled Enabled 3196 k8s:app=kafka f00d::a0a:100:0:82c9 10.10.1.98 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:zgroup=kafkaTestApp
2246 Disabled Disabled 9920 k8s:app=empire-backup f00d::a0a:100:0:9b17 10.10.1.241 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:zgroup=kafkaTestApp
Stderr:
cmd: kubectl exec -n kube-system cilium-t7nq5 -- cilium service list
Exitcode: 0
Stdout:
ID Frontend Service Type Backend
1 10.96.0.1:443 ClusterIP 1 => 192.168.36.11:6443
2 10.96.0.10:53 ClusterIP 1 => 10.10.1.120:53
3 10.96.0.10:9153 ClusterIP 1 => 10.10.1.120:9153
16 10.103.151.92:2379 ClusterIP
Stderr:
cmd: kubectl exec -n kube-system cilium-t7nq5 -- cilium endpoint list
Exitcode: 0
Stdout:
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
1057 Disabled Disabled 7990 k8s:app=empire-hq f00d::a0a:0:0:dee1 10.10.0.55 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:zgroup=kafkaTestApp
2913 Disabled Disabled 4 reserved:health f00d::a0a:0:0:11c6 10.10.0.123 ready
Stderr:
===================== Exiting AfterFailed =====================
```
</details>
[test_results_Cilium-PR-Ginkgo-Tests-Kernel_502_BDD-Test-PR.zip](https://github.com/cilium/cilium/files/4485942/test_results_Cilium-PR-Ginkgo-Tests-Kernel_502_BDD-Test-PR.zip)
| 1.0 | CI: K8sKafkaPolicyTest Kafka Policy Tests KafkaPolicies - The logs have the actual panic backtrace:
```
Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)
goroutine 498 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic(0x1f625a0, 0x39a94d0)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:74 +0xa3
k8s.io/apimachinery/pkg/util/runtime.HandleCrash(0x0, 0x0, 0x0)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/runtime/runtime.go:48 +0x82
panic(0x1f625a0, 0x39a94d0)
/usr/local/go/src/runtime/panic.go:967 +0x166
fmt.(*buffer).writeString(...)
/usr/local/go/src/fmt/print.go:82
fmt.(*fmt).padString(0xc001254e10, 0x0, 0x30)
/usr/local/go/src/fmt/format.go:110 +0x8c
fmt.(*fmt).fmtS(0xc001254e10, 0x0, 0x30)
/usr/local/go/src/fmt/format.go:359 +0x61
fmt.(*pp).fmtString(0xc001254dd0, 0x0, 0x30, 0x76)
/usr/local/go/src/fmt/print.go:447 +0x131
fmt.(*pp).printValue(0xc001254dd0, 0x1e81940, 0xc0012abf80, 0x98, 0xc000000076, 0x1)
/usr/local/go/src/fmt/print.go:761 +0x2153
fmt.(*pp).printValue(0xc001254dd0, 0x1f41ea0, 0xc001343fb0, 0x15, 0xc000000076, 0x0)
/usr/local/go/src/fmt/print.go:782 +0xddb
fmt.(*pp).printArg(0xc001254dd0, 0x1f41ea0, 0xc001343fb0, 0x76)
/usr/local/go/src/fmt/print.go:716 +0x292
fmt.(*pp).doPrint(0xc001254dd0, 0xc000a08ba0, 0x1, 0x1)
/usr/local/go/src/fmt/print.go:1161 +0xf8
fmt.Sprint(0xc000a08ba0, 0x1, 0x1, 0x907, 0x0)
/usr/local/go/src/fmt/print.go:249 +0x52
github.com/sirupsen/logrus.(*TextFormatter).appendValue(0xc0004ca640, 0xc000e98c90, 0x1f41ea0, 0xc001343fb0)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:287 +0x165
github.com/sirupsen/logrus.(*TextFormatter).appendKeyValue(0xc0004ca640, 0xc000e98c90, 0x22d93dd, 0xf, 0x1f41ea0, 0xc001343fb0)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:281 +0x8f
github.com/sirupsen/logrus.(*TextFormatter).Format(0xc0004ca640, 0xc0001467e0, 0x4741a2, 0x1, 0x0, 0x456cd9, 0xc000a09200)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:198 +0xa2d
github.com/sirupsen/logrus.(*Entry).write(0xc0001467e0)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:255 +0x7c
github.com/sirupsen/logrus.Entry.log(0xc0000d7ea0, 0xc0010f4cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:231 +0x19e
github.com/sirupsen/logrus.(*Entry).Log(0xc000146770, 0xc000000005, 0xc000a09490, 0x1, 0x1)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:268 +0xeb
github.com/sirupsen/logrus.(*Entry).Debug(...)
/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/entry.go:277
github.com/cilium/cilium/pkg/k8s/watchers.(*K8sWatcher).updateCiliumNetworkPolicyV2(0xc000185080, 0x26d6de0, 0x39d2250, 0x0, 0x0, 0xc000a7aa28, 0xc00088e3d0, 0xc000a773e0, 0x20)
/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:285 +0xb5a
github.com/cilium/cilium/pkg/k8s/watchers.(*K8sWatcher).ciliumNetworkPoliciesInit.func2(0x227ef00, 0xc000a7aa28, 0x227ef00, 0xc00088e3d0)
/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:144 +0x1d0
k8s.io/client-go/tools/cache.ResourceEventHandlerFuncs.OnUpdate(...)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:225
github.com/cilium/cilium/pkg/k8s/informer.NewInformerWithStore.func1(0x1f95a00, 0xc0011b4fc0, 0x1, 0xc0011b4fc0)
/go/src/github.com/cilium/cilium/pkg/k8s/informer/informer.go:77 +0x2b5
k8s.io/client-go/tools/cache.(*DeltaFIFO).Pop(0xc00081a210, 0xc00073a210, 0x0, 0x0, 0x0, 0x0)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/delta_fifo.go:492 +0x235
k8s.io/client-go/tools/cache.(*controller).processLoop(0xc00038b900)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:173 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0xc0008f9f80)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:155 +0x5f
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0xc000a09f80, 0x26c1c00, 0xc00073a870, 0xc00000f901, 0xc000094540)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:156 +0xa3
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0xc0008f9f80, 0x3b9aca00, 0x0, 0xc00094c501, 0xc000094540)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133 +0xe2
k8s.io/apimachinery/pkg/util/wait.Until(...)
/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:90
k8s.io/client-go/tools/cache.(*controller).Run(0xc00038b900, 0xc000094540)
/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:145 +0x2c4
created by github.com/cilium/cilium/pkg/k8s/watchers.(*K8sWatcher).ciliumNetworkPoliciesInit
/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:175 +0x497
```
### Stacktrace
```
Found a "panic:" in Cilium Logs
```
### Standard output
```
⚠️ Found a "panic:" in logs
⚠️ Found a "panic:" in logs
⚠️ Found a "panic:" in logs
⚠️ Found a "panic:" in logs
Number of "context deadline exceeded" in logs: 0
⚠️ Number of "level=error" in logs: 64
⚠️ Number of "level=warning" in logs: 81
Number of "Cilium API handler panicked" in logs: 0
Number of "Goroutine took lock for more than" in logs: 0
Top 5 errors/warnings:
\t/go/src/github.com/cilium/cilium/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:90
\t/go/src/github.com/cilium/cilium/vendor/github.com/sirupsen/logrus/text_formatter.go:281 +0x8f
\t/go/src/github.com/cilium/cilium/vendor/k8s.io/client-go/tools/cache/controller.go:145 +0x2c4
\t/go/src/github.com/cilium/cilium/pkg/k8s/watchers/cilium_network_policy.go:175 +0x497
fmt.(*buffer).writeString(...)
Cilium pods: [cilium-8q9gm cilium-t7nq5]
Netpols loaded:
CiliumNetworkPolicies loaded: default::kafka-sw-security-policy
Endpoint Policy Enforcement:
Pod Ingress Egress
empire-hq-7bc44dbf44-j6zk7
empire-outpost-8888-55d467647c-5mwx5
empire-outpost-9999-9fd89ddbf-rxnsn
kafka-broker-74c9f96688-tfrjk
coredns-767d4c6dd7-7sncc
empire-backup-7c58dffd99-dnljx
Cilium agent 'cilium-8q9gm': Status: Ok Health: Ok Nodes "" ContinerRuntime: Kubernetes: Ok KVstore: Ok Controllers: Total 34 Failed 0
Cilium agent 'cilium-t7nq5': Status: Ok Health: Ok Nodes "" ContinerRuntime: Kubernetes: Ok KVstore: Ok Controllers: Total 18 Failed 0
```
### Standard error
<details><summary>Show the standard error</summary>
```
STEP: Installing Cilium
STEP: Installing DNS Deployment
STEP: Restarting DNS Pods
STEP: Performing Cilium preflight check
STEP: Performing Cilium status preflight check
STEP: Performing Cilium controllers preflight check
STEP: Performing Cilium health check
STEP: Performing Cilium service preflight check
STEP: Performing K8s service preflight check
STEP: Waiting for cilium-operator to be ready
STEP: Waiting for kube-dns to be ready
STEP: Running kube-dns preflight check
STEP: Performing K8s service preflight check
STEP: Wait for Kafka broker to be up
STEP: Creating new kafka topic empire-announce
STEP: Creating new kafka topic deathstar-plans
STEP: Waiting for DNS to resolve within pods for kafka-service
STEP: Testing basic Kafka Produce and Consume
STEP: Apply L7 kafka policy and wait
STEP: Testing Kafka L7 policy enforcement status
=== Test Finished at 2020-04-15T23:57:32Z====
===================== TEST FAILED =====================
cmd: kubectl get pods -o wide --all-namespaces
Exitcode: 0
Stdout:
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
default empire-backup-7c58dffd99-dnljx 1/1 Running 0 2m49s 10.10.1.241 k8s2 <none> <none>
default empire-hq-7bc44dbf44-j6zk7 1/1 Running 0 2m49s 10.10.0.55 k8s1 <none> <none>
default empire-outpost-8888-55d467647c-5mwx5 1/1 Running 0 2m49s 10.10.1.91 k8s2 <none> <none>
default empire-outpost-9999-9fd89ddbf-rxnsn 1/1 Running 0 2m49s 10.10.1.162 k8s2 <none> <none>
default kafka-broker-74c9f96688-tfrjk 1/1 Running 0 2m49s 10.10.1.98 k8s2 <none> <none>
kube-system cilium-8q9gm 1/1 Running 0 3m40s 192.168.36.12 k8s2 <none> <none>
kube-system cilium-operator-c7fd44fcc-jfttj 1/1 Running 0 3m40s 192.168.36.12 k8s2 <none> <none>
kube-system cilium-t7nq5 1/1 Running 0 3m41s 192.168.36.11 k8s1 <none> <none>
kube-system coredns-767d4c6dd7-7sncc 1/1 Running 0 3m29s 10.10.1.120 k8s2 <none> <none>
kube-system etcd-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-apiserver-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-controller-manager-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-proxy-2zbtc 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system kube-proxy-x8r7q 1/1 Running 0 77m 192.168.36.12 k8s2 <none> <none>
kube-system kube-scheduler-k8s1 1/1 Running 0 80m 192.168.36.11 k8s1 <none> <none>
kube-system log-gatherer-95947 1/1 Running 0 75m 192.168.36.11 k8s1 <none> <none>
kube-system log-gatherer-dctvn 1/1 Running 0 75m 192.168.36.12 k8s2 <none> <none>
kube-system registry-adder-qgbxd 1/1 Running 0 77m 192.168.36.12 k8s2 <none> <none>
kube-system registry-adder-tcbg5 1/1 Running 0 77m 192.168.36.11 k8s1 <none> <none>
Stderr:
Fetching command output from pods [cilium-8q9gm cilium-t7nq5]
cmd: kubectl exec -n kube-system cilium-8q9gm -- cilium service list
Exitcode: 0
Stdout:
ID Frontend Service Type Backend
1 10.96.0.1:443 ClusterIP 1 => 192.168.36.11:6443
2 10.96.0.10:9153 ClusterIP 1 => 10.10.1.120:9153
3 10.96.0.10:53 ClusterIP 1 => 10.10.1.120:53
16 10.103.151.92:2379 ClusterIP
Stderr:
cmd: kubectl exec -n kube-system cilium-8q9gm -- cilium endpoint list
Exitcode: 0
Stdout:
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
62 Disabled Disabled 17065 k8s:io.cilium.k8s.policy.cluster=default f00d::a0a:100:0:5bd8 10.10.1.120 ready
k8s:io.cilium.k8s.policy.serviceaccount=coredns
k8s:io.kubernetes.pod.namespace=kube-system
k8s:k8s-app=kube-dns
398 Disabled Disabled 4 reserved:health f00d::a0a:100:0:f312 10.10.1.187 ready
437 Disabled Disabled 29725 k8s:app=empire-outpost f00d::a0a:100:0:8faf 10.10.1.91 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:outpostid=8888
k8s:zgroup=kafkaTestApp
1471 Disabled Disabled 15725 k8s:app=empire-outpost f00d::a0a:100:0:2410 10.10.1.162 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:outpostid=9999
k8s:zgroup=kafkaTestApp
2005 Enabled Enabled 3196 k8s:app=kafka f00d::a0a:100:0:82c9 10.10.1.98 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:zgroup=kafkaTestApp
2246 Disabled Disabled 9920 k8s:app=empire-backup f00d::a0a:100:0:9b17 10.10.1.241 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:zgroup=kafkaTestApp
Stderr:
cmd: kubectl exec -n kube-system cilium-t7nq5 -- cilium service list
Exitcode: 0
Stdout:
ID Frontend Service Type Backend
1 10.96.0.1:443 ClusterIP 1 => 192.168.36.11:6443
2 10.96.0.10:53 ClusterIP 1 => 10.10.1.120:53
3 10.96.0.10:9153 ClusterIP 1 => 10.10.1.120:9153
16 10.103.151.92:2379 ClusterIP
Stderr:
cmd: kubectl exec -n kube-system cilium-t7nq5 -- cilium endpoint list
Exitcode: 0
Stdout:
ENDPOINT POLICY (ingress) POLICY (egress) IDENTITY LABELS (source:key[=value]) IPv6 IPv4 STATUS
ENFORCEMENT ENFORCEMENT
1057 Disabled Disabled 7990 k8s:app=empire-hq f00d::a0a:0:0:dee1 10.10.0.55 ready
k8s:io.cilium.k8s.policy.cluster=default
k8s:io.cilium.k8s.policy.serviceaccount=default
k8s:io.kubernetes.pod.namespace=default
k8s:zgroup=kafkaTestApp
2913 Disabled Disabled 4 reserved:health f00d::a0a:0:0:11c6 10.10.0.123 ready
Stderr:
===================== Exiting AfterFailed =====================
```
</details>
[test_results_Cilium-PR-Ginkgo-Tests-Kernel_502_BDD-Test-PR.zip](https://github.com/cilium/cilium/files/4485942/test_results_Cilium-PR-Ginkgo-Tests-Kernel_502_BDD-Test-PR.zip)
| priority | ci kafka policy tests kafkapolicies the logs have the actual panic backtrace observed a panic invalid memory address or nil pointer dereference runtime error invalid memory address or nil pointer dereference goroutine io apimachinery pkg util runtime logpanic go src github com cilium cilium vendor io apimachinery pkg util runtime runtime go io apimachinery pkg util runtime handlecrash go src github com cilium cilium vendor io apimachinery pkg util runtime runtime go panic usr local go src runtime panic go fmt buffer writestring usr local go src fmt print go fmt fmt padstring usr local go src fmt format go fmt fmt fmts usr local go src fmt format go fmt pp fmtstring usr local go src fmt print go fmt pp printvalue usr local go src fmt print go fmt pp printvalue usr local go src fmt print go fmt pp printarg usr local go src fmt print go fmt pp doprint usr local go src fmt print go fmt sprint usr local go src fmt print go github com sirupsen logrus textformatter appendvalue go src github com cilium cilium vendor github com sirupsen logrus text formatter go github com sirupsen logrus textformatter appendkeyvalue go src github com cilium cilium vendor github com sirupsen logrus text formatter go github com sirupsen logrus textformatter format go src github com cilium cilium vendor github com sirupsen logrus text formatter go github com sirupsen logrus entry write go src github com cilium cilium vendor github com sirupsen logrus entry go github com sirupsen logrus entry log go src github com cilium cilium vendor github com sirupsen logrus entry go github com sirupsen logrus entry log go src github com cilium cilium vendor github com sirupsen logrus entry go github com sirupsen logrus entry debug go src github com cilium cilium vendor github com sirupsen logrus entry go github com cilium cilium pkg watchers go src github com cilium cilium pkg watchers cilium network policy go github com cilium cilium pkg watchers ciliumnetworkpoliciesinit go src github com cilium cilium pkg watchers cilium network policy go io client go tools cache resourceeventhandlerfuncs onupdate go src github com cilium cilium vendor io client go tools cache controller go github com cilium cilium pkg informer newinformerwithstore go src github com cilium cilium pkg informer informer go io client go tools cache deltafifo pop go src github com cilium cilium vendor io client go tools cache delta fifo go io client go tools cache controller processloop go src github com cilium cilium vendor io client go tools cache controller go io apimachinery pkg util wait backoffuntil go src github com cilium cilium vendor io apimachinery pkg util wait wait go io apimachinery pkg util wait backoffuntil go src github com cilium cilium vendor io apimachinery pkg util wait wait go io apimachinery pkg util wait jitteruntil go src github com cilium cilium vendor io apimachinery pkg util wait wait go io apimachinery pkg util wait until go src github com cilium cilium vendor io apimachinery pkg util wait wait go io client go tools cache controller run go src github com cilium cilium vendor io client go tools cache controller go created by github com cilium cilium pkg watchers ciliumnetworkpoliciesinit go src github com cilium cilium pkg watchers cilium network policy go stacktrace found a panic in cilium logs standard output ⚠️ found a panic in logs ⚠️ found a panic in logs ⚠️ found a panic in logs ⚠️ found a panic in logs number of context deadline exceeded in logs ⚠️ number of level error in logs ⚠️ number of level warning in logs number of cilium api handler panicked in logs number of goroutine took lock for more than in logs top errors warnings t go src github com cilium cilium vendor io apimachinery pkg util wait wait go t go src github com cilium cilium vendor github com sirupsen logrus text formatter go t go src github com cilium cilium vendor io client go tools cache controller go t go src github com cilium cilium pkg watchers cilium network policy go fmt buffer writestring cilium pods netpols loaded ciliumnetworkpolicies loaded default kafka sw security policy endpoint policy enforcement pod ingress egress empire hq empire outpost empire outpost rxnsn kafka broker tfrjk coredns empire backup dnljx cilium agent cilium status ok health ok nodes continerruntime kubernetes ok kvstore ok controllers total failed cilium agent cilium status ok health ok nodes continerruntime kubernetes ok kvstore ok controllers total failed standard error show the standard error step installing cilium step installing dns deployment step restarting dns pods step performing cilium preflight check step performing cilium status preflight check step performing cilium controllers preflight check step performing cilium health check step performing cilium service preflight check step performing service preflight check step waiting for cilium operator to be ready step waiting for kube dns to be ready step running kube dns preflight check step performing service preflight check step wait for kafka broker to be up step creating new kafka topic empire announce step creating new kafka topic deathstar plans step waiting for dns to resolve within pods for kafka service step testing basic kafka produce and consume step apply kafka policy and wait step testing kafka policy enforcement status test finished at test failed cmd kubectl get pods o wide all namespaces exitcode stdout namespace name ready status restarts age ip node nominated node readiness gates default empire backup dnljx running default empire hq running default empire outpost running default empire outpost rxnsn running default kafka broker tfrjk running kube system cilium running kube system cilium operator jfttj running kube system cilium running kube system coredns running kube system etcd running kube system kube apiserver running kube system kube controller manager running kube system kube proxy running kube system kube proxy running kube system kube scheduler running kube system log gatherer running kube system log gatherer dctvn running kube system registry adder qgbxd running kube system registry adder running stderr fetching command output from pods cmd kubectl exec n kube system cilium cilium service list exitcode stdout id frontend service type backend clusterip clusterip clusterip clusterip stderr cmd kubectl exec n kube system cilium cilium endpoint list exitcode stdout endpoint policy ingress policy egress identity labels source key status enforcement enforcement disabled disabled io cilium policy cluster default ready io cilium policy serviceaccount coredns io kubernetes pod namespace kube system app kube dns disabled disabled reserved health ready disabled disabled app empire outpost ready io cilium policy cluster default io cilium policy serviceaccount default io kubernetes pod namespace default outpostid zgroup kafkatestapp disabled disabled app empire outpost ready io cilium policy cluster default io cilium policy serviceaccount default io kubernetes pod namespace default outpostid zgroup kafkatestapp enabled enabled app kafka ready io cilium policy cluster default io cilium policy serviceaccount default io kubernetes pod namespace default zgroup kafkatestapp disabled disabled app empire backup ready io cilium policy cluster default io cilium policy serviceaccount default io kubernetes pod namespace default zgroup kafkatestapp stderr cmd kubectl exec n kube system cilium cilium service list exitcode stdout id frontend service type backend clusterip clusterip clusterip clusterip stderr cmd kubectl exec n kube system cilium cilium endpoint list exitcode stdout endpoint policy ingress policy egress identity labels source key status enforcement enforcement disabled disabled app empire hq ready io cilium policy cluster default io cilium policy serviceaccount default io kubernetes pod namespace default zgroup kafkatestapp disabled disabled reserved health ready stderr exiting afterfailed | 1 |
229,898 | 7,600,713,922 | IssuesEvent | 2018-04-28 05:33:54 | llmhyy/microbat | https://api.github.com/repos/llmhyy/microbat | closed | [Mutation] Run Mutation of Remove-Assignment and Negate-If-Condition | high priority of priority urgent | hi @lylytran
Please kindly help run these mutations on Math. In addition, we may need to find new projects to see the effect. Many thanks! | 2.0 | [Mutation] Run Mutation of Remove-Assignment and Negate-If-Condition - hi @lylytran
Please kindly help run these mutations on Math. In addition, we may need to find new projects to see the effect. Many thanks! | priority | run mutation of remove assignment and negate if condition hi lylytran please kindly help run these mutations on math in addition we may need to find new projects to see the effect many thanks | 1 |
120,546 | 4,791,255,696 | IssuesEvent | 2016-10-31 11:54:47 | leeensminger/DelDOT-NPDES-Field-Tool | https://api.github.com/repos/leeensminger/DelDOT-NPDES-Field-Tool | opened | Incorrect Time Stamp in Inventory Tab | bug - high priority | I created and saved a new structure. Upon re-opening it, I noticed that the time stamp was correct in the Location Tab but incorrect in the Inventory Tab as shown below.
Location Tab Snip

Inventory Tab Snip

| 1.0 | Incorrect Time Stamp in Inventory Tab - I created and saved a new structure. Upon re-opening it, I noticed that the time stamp was correct in the Location Tab but incorrect in the Inventory Tab as shown below.
Location Tab Snip

Inventory Tab Snip

| priority | incorrect time stamp in inventory tab i created and saved a new structure upon re opening it i noticed that the time stamp was correct in the location tab but incorrect in the inventory tab as shown below location tab snip inventory tab snip | 1 |
460,086 | 13,204,462,842 | IssuesEvent | 2020-08-14 15:57:40 | archesproject/arches | https://api.github.com/repos/archesproject/arches | closed | MapBaseManagerView destroys performance | Priority: High Subject: Performance Type: Enhancement | **Describe the bug**
Time to retrieve the the search view with 13M instances is 1.25 seconds (on a not very high spec web box, connecting to remote elastic and postgres) **when MapBaseManagerView is removed from the class hierarchy**.

That's not bad for time to first byte.
However... putting MapBaseManagerView back in and changing nothing else ...
wait for it ...
are you ready? ...
it's not pretty, just warning you ...

2.2 MINUTES to generate the page and TTFB.
The time is spent walking through the geom_nodes, but the culprit is in get_map_layer()
```
count = models.TileModel.objects.filter(data__has_key=str(node.nodeid)).count()
```
This count takes up all the time. It can probably be replaced with exists() ?
**To Reproduce**
Steps to reproduce the behavior:
1. Load 13M objects... ;)
2. ...
| 1.0 | MapBaseManagerView destroys performance - **Describe the bug**
Time to retrieve the the search view with 13M instances is 1.25 seconds (on a not very high spec web box, connecting to remote elastic and postgres) **when MapBaseManagerView is removed from the class hierarchy**.

That's not bad for time to first byte.
However... putting MapBaseManagerView back in and changing nothing else ...
wait for it ...
are you ready? ...
it's not pretty, just warning you ...

2.2 MINUTES to generate the page and TTFB.
The time is spent walking through the geom_nodes, but the culprit is in get_map_layer()
```
count = models.TileModel.objects.filter(data__has_key=str(node.nodeid)).count()
```
This count takes up all the time. It can probably be replaced with exists() ?
**To Reproduce**
Steps to reproduce the behavior:
1. Load 13M objects... ;)
2. ...
| priority | mapbasemanagerview destroys performance describe the bug time to retrieve the the search view with instances is seconds on a not very high spec web box connecting to remote elastic and postgres when mapbasemanagerview is removed from the class hierarchy that s not bad for time to first byte however putting mapbasemanagerview back in and changing nothing else wait for it are you ready it s not pretty just warning you minutes to generate the page and ttfb the time is spent walking through the geom nodes but the culprit is in get map layer count models tilemodel objects filter data has key str node nodeid count this count takes up all the time it can probably be replaced with exists to reproduce steps to reproduce the behavior load objects | 1 |
5,455 | 2,576,311,492 | IssuesEvent | 2015-02-12 09:03:38 | eclipsesource/tabris-js | https://api.github.com/repos/eclipsesource/tabris-js | opened | highlightOnTouch interferes with touch events on iOS | priority: high | When enabling highlightOnTouch on a widget a ```touchend```is not fired when the widget is tapped. The touch has to last at least a couple of hundred milliseconds for the event to be fired. When disabling the highlightOnTouch property the event is always fired.
Code to reproduce (slightly altered collectionview snippet, images can be found there):
```
var IMAGE_PATH = "images/";
var people = [
["Holger", "Staudacher", "holger.jpg"],
["Ian", "Bull", "ian.jpg"],
["Jochen", "Krause", "jochen.jpg"],
["Jordi", "Böhme López", "jordi.jpg"],
["Markus", "Knauer", "markus.jpg"],
["Moritz", "Post", "moritz.jpg"],
["Ralf", "Sternberg", "ralf.jpg"],
["Tim", "Buschtöns", "tim.jpg"]
].map(function(element) {
return {firstName: element[0], lastName: element[1], image: IMAGE_PATH + element[2]};
});
var page = tabris.create("Page", {
title: "Collection View",
topLevel: true
});
tabris.create("CollectionView", {
layoutData: {left: 0, top: 0, right: 0, bottom: 0},
items: people,
itemHeight: 256,
initializeCell: function(cell) {
var imageView = tabris.create("ImageView", {
highlightOnTouch: true,
layoutData: {top: 16, centerX: 0, width: 200, height: 200}
}).appendTo(cell).on("touchend", function(event) {
console.log("selected", nameTextView.get("text"));
});
var nameTextView = tabris.create("TextView", {
layoutData: {left: 30, top: [imageView, 16], right: 30},
alignment: "center"
}).appendTo(cell);
cell.on("itemchange", function(person) {
imageView.set("image", {src: person.image});
nameTextView.set("text", person.firstName);
});
}
}).appendTo(page);
page.open();
``` | 1.0 | highlightOnTouch interferes with touch events on iOS - When enabling highlightOnTouch on a widget a ```touchend```is not fired when the widget is tapped. The touch has to last at least a couple of hundred milliseconds for the event to be fired. When disabling the highlightOnTouch property the event is always fired.
Code to reproduce (slightly altered collectionview snippet, images can be found there):
```
var IMAGE_PATH = "images/";
var people = [
["Holger", "Staudacher", "holger.jpg"],
["Ian", "Bull", "ian.jpg"],
["Jochen", "Krause", "jochen.jpg"],
["Jordi", "Böhme López", "jordi.jpg"],
["Markus", "Knauer", "markus.jpg"],
["Moritz", "Post", "moritz.jpg"],
["Ralf", "Sternberg", "ralf.jpg"],
["Tim", "Buschtöns", "tim.jpg"]
].map(function(element) {
return {firstName: element[0], lastName: element[1], image: IMAGE_PATH + element[2]};
});
var page = tabris.create("Page", {
title: "Collection View",
topLevel: true
});
tabris.create("CollectionView", {
layoutData: {left: 0, top: 0, right: 0, bottom: 0},
items: people,
itemHeight: 256,
initializeCell: function(cell) {
var imageView = tabris.create("ImageView", {
highlightOnTouch: true,
layoutData: {top: 16, centerX: 0, width: 200, height: 200}
}).appendTo(cell).on("touchend", function(event) {
console.log("selected", nameTextView.get("text"));
});
var nameTextView = tabris.create("TextView", {
layoutData: {left: 30, top: [imageView, 16], right: 30},
alignment: "center"
}).appendTo(cell);
cell.on("itemchange", function(person) {
imageView.set("image", {src: person.image});
nameTextView.set("text", person.firstName);
});
}
}).appendTo(page);
page.open();
``` | priority | highlightontouch interferes with touch events on ios when enabling highlightontouch on a widget a touchend is not fired when the widget is tapped the touch has to last at least a couple of hundred milliseconds for the event to be fired when disabling the highlightontouch property the event is always fired code to reproduce slightly altered collectionview snippet images can be found there var image path images var people map function element return firstname element lastname element image image path element var page tabris create page title collection view toplevel true tabris create collectionview layoutdata left top right bottom items people itemheight initializecell function cell var imageview tabris create imageview highlightontouch true layoutdata top centerx width height appendto cell on touchend function event console log selected nametextview get text var nametextview tabris create textview layoutdata left top right alignment center appendto cell cell on itemchange function person imageview set image src person image nametextview set text person firstname appendto page page open | 1 |
514,533 | 14,940,609,091 | IssuesEvent | 2021-01-25 18:31:32 | grannypron/uaf_levels | https://api.github.com/repos/grannypron/uaf_levels | closed | Errors in Resist Fire/Cold spell SAs | Next bug game39 high priority |
The following error is shown when Resist Cold is cast in camp (and possibly in combat):
"009be268 0 00000000000000002c4c Attempt to insert SA in read-only structure."
Also, I noted the following compilation error in the script:
%Expected a function that returns a string value
Error in
main program
at line number 8
The last token encountered was '$AttackerContext'
The line being parsed was '$PUBLIC $FUNC SA(){$VAR atk; // attacker
$VAR cls;
$VAR adj;
$VAR lvl;
$VAR exp; // expiration time
atk = $IndexOf($AttackerContext());
cls = $SA_PARAM_GET();
adj = $GET_MONSTERTYPE_SA($AttackerContext(),"casterLevel");
lvl = $GET_CHAR_Lvl(atk,cls) -# adj;
$SET_CHARACTER_SA($TargetContext(),"DispelLevel",lvl);
exp = $GET_PARTY_TIME() +# lvl;
$SET_CHARACTER_SA($TargetContext(),"IsResistantCold",exp);
} SA ;'
Called from compileExpression
Called from compileActualParameters
Called from compileFunctionCall
%Called from compileAtomicElement
Error in
main program
at line number 8
The last token encountered was '$AttackerContext'
The line being parsed was '$PUBLIC $FUNC SA(){$VAR atk; // attacker
$VAR cls;
$VAR adj;
$VAR lvl;
$VAR exp; // expiration time
atk = $IndexOf($AttackerContext());
cls = $SA_PARAM_GET();
adj = $GET_MONSTERTYPE_SA($AttackerContext(),"casterLevel");
lvl = $GET_CHAR_Lvl(atk,cls) -# adj;
$SET_CHARACTER_SA($TargetContext(),"DispelLevel",lvl);
exp = $GET_PARTY_TIME() +# lvl;
$SET_CHARACTER_SA($TargetContext(),"IsResistantCold",exp);
} SA ;'
| 1.0 | Errors in Resist Fire/Cold spell SAs -
The following error is shown when Resist Cold is cast in camp (and possibly in combat):
"009be268 0 00000000000000002c4c Attempt to insert SA in read-only structure."
Also, I noted the following compilation error in the script:
%Expected a function that returns a string value
Error in
main program
at line number 8
The last token encountered was '$AttackerContext'
The line being parsed was '$PUBLIC $FUNC SA(){$VAR atk; // attacker
$VAR cls;
$VAR adj;
$VAR lvl;
$VAR exp; // expiration time
atk = $IndexOf($AttackerContext());
cls = $SA_PARAM_GET();
adj = $GET_MONSTERTYPE_SA($AttackerContext(),"casterLevel");
lvl = $GET_CHAR_Lvl(atk,cls) -# adj;
$SET_CHARACTER_SA($TargetContext(),"DispelLevel",lvl);
exp = $GET_PARTY_TIME() +# lvl;
$SET_CHARACTER_SA($TargetContext(),"IsResistantCold",exp);
} SA ;'
Called from compileExpression
Called from compileActualParameters
Called from compileFunctionCall
%Called from compileAtomicElement
Error in
main program
at line number 8
The last token encountered was '$AttackerContext'
The line being parsed was '$PUBLIC $FUNC SA(){$VAR atk; // attacker
$VAR cls;
$VAR adj;
$VAR lvl;
$VAR exp; // expiration time
atk = $IndexOf($AttackerContext());
cls = $SA_PARAM_GET();
adj = $GET_MONSTERTYPE_SA($AttackerContext(),"casterLevel");
lvl = $GET_CHAR_Lvl(atk,cls) -# adj;
$SET_CHARACTER_SA($TargetContext(),"DispelLevel",lvl);
exp = $GET_PARTY_TIME() +# lvl;
$SET_CHARACTER_SA($TargetContext(),"IsResistantCold",exp);
} SA ;'
| priority | errors in resist fire cold spell sas the following error is shown when resist cold is cast in camp and possibly in combat attempt to insert sa in read only structure also i noted the following compilation error in the script expected a function that returns a string value error in main program at line number the last token encountered was attackercontext the line being parsed was public func sa var atk attacker var cls var adj var lvl var exp expiration time atk indexof attackercontext cls sa param get adj get monstertype sa attackercontext casterlevel lvl get char lvl atk cls adj set character sa targetcontext dispellevel lvl exp get party time lvl set character sa targetcontext isresistantcold exp sa called from compileexpression called from compileactualparameters called from compilefunctioncall called from compileatomicelement error in main program at line number the last token encountered was attackercontext the line being parsed was public func sa var atk attacker var cls var adj var lvl var exp expiration time atk indexof attackercontext cls sa param get adj get monstertype sa attackercontext casterlevel lvl get char lvl atk cls adj set character sa targetcontext dispellevel lvl exp get party time lvl set character sa targetcontext isresistantcold exp sa | 1 |
377,212 | 11,165,997,261 | IssuesEvent | 2019-12-27 11:29:29 | Haivision/srt | https://api.github.com/repos/Haivision/srt | closed | When remuxing SRT to MPEGTS using FFMPEG, CPU slowly grows. (Windows) | Priority: High Status: Completed Type: Bug [core] | I am using the following command line to grab an SRT stream from a Matrox Edge encoder. Over time, CPU slowly climbs until we hit 100% on the system. I need to copy the PTS times from the source stream to the destination to maintain stream sync between devices, if I use -re before the -i and don't use -copyts, I don't see this problem, but in my workflow I need -copyts.
ffmpeg -i srt://0.0.0.0:1050?mode=listener -c copy -copyts -y test.ts
I am guessing the timestamps being ahead of real-time is causing some sort of problem. Any pointers would be appreciated. | 1.0 | When remuxing SRT to MPEGTS using FFMPEG, CPU slowly grows. (Windows) - I am using the following command line to grab an SRT stream from a Matrox Edge encoder. Over time, CPU slowly climbs until we hit 100% on the system. I need to copy the PTS times from the source stream to the destination to maintain stream sync between devices, if I use -re before the -i and don't use -copyts, I don't see this problem, but in my workflow I need -copyts.
ffmpeg -i srt://0.0.0.0:1050?mode=listener -c copy -copyts -y test.ts
I am guessing the timestamps being ahead of real-time is causing some sort of problem. Any pointers would be appreciated. | priority | when remuxing srt to mpegts using ffmpeg cpu slowly grows windows i am using the following command line to grab an srt stream from a matrox edge encoder over time cpu slowly climbs until we hit on the system i need to copy the pts times from the source stream to the destination to maintain stream sync between devices if i use re before the i and don t use copyts i don t see this problem but in my workflow i need copyts ffmpeg i srt mode listener c copy copyts y test ts i am guessing the timestamps being ahead of real time is causing some sort of problem any pointers would be appreciated | 1 |
639,825 | 20,766,891,834 | IssuesEvent | 2022-03-15 21:39:12 | firelab/windninja | https://api.github.com/repos/firelab/windninja | opened | Add ability to extract output at a given x,y,z location in the GUI | enhancement priority:high component:output | This would be widely used for point forecasts. Should be easy to do since we already have the workflow in the CLI> | 1.0 | Add ability to extract output at a given x,y,z location in the GUI - This would be widely used for point forecasts. Should be easy to do since we already have the workflow in the CLI> | priority | add ability to extract output at a given x y z location in the gui this would be widely used for point forecasts should be easy to do since we already have the workflow in the cli | 1 |
114,627 | 4,641,705,765 | IssuesEvent | 2016-09-30 06:35:28 | LatvianModder/FTBLib | https://api.github.com/repos/LatvianModder/FTBLib | closed | Crash on player logout | Bug High Priority | `java.lang.NullPointerException: Exception in server tick loop
at com.feed_the_beast.ftbl.FTBLibEventHandler.onPlayerLoggedOut(FTBLibEventHandler.java:105)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_266_FTBLibEventHandler_onPlayerLoggedOut_PlayerLoggedOutEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:68)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:159)
at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedOut(FMLCommonHandler.java:570)
at net.minecraft.server.management.PlayerList.func_72367_e(PlayerList.java:379)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:804)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:451)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:213)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)`
Example of full crash: http://pastebin.com/raw/RU3HKb5V | 1.0 | Crash on player logout - `java.lang.NullPointerException: Exception in server tick loop
at com.feed_the_beast.ftbl.FTBLibEventHandler.onPlayerLoggedOut(FTBLibEventHandler.java:105)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_266_FTBLibEventHandler_onPlayerLoggedOut_PlayerLoggedOutEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:68)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:159)
at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedOut(FMLCommonHandler.java:570)
at net.minecraft.server.management.PlayerList.func_72367_e(PlayerList.java:379)
at net.minecraft.network.NetHandlerPlayServer.func_147231_a(NetHandlerPlayServer.java:804)
at net.minecraft.network.NetworkManager.func_179293_l(NetworkManager.java:451)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:213)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:732)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)`
Example of full crash: http://pastebin.com/raw/RU3HKb5V | priority | crash on player logout java lang nullpointerexception exception in server tick loop at com feed the beast ftbl ftblibeventhandler onplayerloggedout ftblibeventhandler java at net minecraftforge fml common eventhandler asmeventhandler ftblibeventhandler onplayerloggedout playerloggedoutevent invoke dynamic at net minecraftforge fml common eventhandler asmeventhandler invoke asmeventhandler java at net minecraftforge fml common eventhandler eventbus post eventbus java at net minecraftforge fml common fmlcommonhandler fireplayerloggedout fmlcommonhandler java at net minecraft server management playerlist func e playerlist java at net minecraft network nethandlerplayserver func a nethandlerplayserver java at net minecraft network networkmanager func l networkmanager java at net minecraft network networksystem func c networksystem java at net minecraft server minecraftserver func q minecraftserver java at net minecraft server dedicated dedicatedserver func q dedicatedserver java at net minecraft server minecraftserver func p minecraftserver java at net minecraft server minecraftserver run minecraftserver java at java lang thread run thread java example of full crash | 1 |
569,131 | 16,995,889,760 | IssuesEvent | 2021-07-01 06:22:02 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Unable to create group in on-prem console. | Priority/Highest Severity/Critical bug console ui | **Describe the issue:**
On-prem console throws an error while trying to create a group.
```
636.439a593e.js?d6e49a8fae5bb95e2834:2 TypeError: Cannot read property 'trim' of undefined
at main.11cee388.js?d6e49a8fae5bb95e2834:1
at Array.forEach (<anonymous>)
at pe (main.11cee388.js?d6e49a8fae5bb95e2834:1)
at fe (main.11cee388.js?d6e49a8fae5bb95e2834:1)
at main.11cee388.js?d6e49a8fae5bb95e2834:1
at cs (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at Eu (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at t.unstable_runWithPriority (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at zi (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at Cu (636.439a593e.js?d6e49a8fae5bb95e2834:2)
```
**How to reproduce:**
* Login to product-is console (127.0.0.1:9443/console)
* Go to Manage tab
* Go to Groups under the Manage tab
* Try to create a new Group
* * *


| 1.0 | Unable to create group in on-prem console. - **Describe the issue:**
On-prem console throws an error while trying to create a group.
```
636.439a593e.js?d6e49a8fae5bb95e2834:2 TypeError: Cannot read property 'trim' of undefined
at main.11cee388.js?d6e49a8fae5bb95e2834:1
at Array.forEach (<anonymous>)
at pe (main.11cee388.js?d6e49a8fae5bb95e2834:1)
at fe (main.11cee388.js?d6e49a8fae5bb95e2834:1)
at main.11cee388.js?d6e49a8fae5bb95e2834:1
at cs (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at Eu (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at t.unstable_runWithPriority (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at zi (636.439a593e.js?d6e49a8fae5bb95e2834:2)
at Cu (636.439a593e.js?d6e49a8fae5bb95e2834:2)
```
**How to reproduce:**
* Login to product-is console (127.0.0.1:9443/console)
* Go to Manage tab
* Go to Groups under the Manage tab
* Try to create a new Group
* * *


| priority | unable to create group in on prem console describe the issue on prem console throws an error while trying to create a group js typeerror cannot read property trim of undefined at main js at array foreach at pe main js at fe main js at main js at cs js at eu js at t unstable runwithpriority js at zi js at cu js how to reproduce login to product is console console go to manage tab go to groups under the manage tab try to create a new group | 1 |
58,328 | 3,088,785,960 | IssuesEvent | 2015-08-25 18:16:49 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Admin view to control the conference page | feature JIRA priority - high | For a number of reasons, it is important to have an admin role for our OSF based presentation (conference) service:
General concerns about non-conference attendees emailing in posters/presentations that didn't belong. To our knowledge, this hasn't been a problem thus far -- but it's not hard to imagine such a scenario, in particular when/if the service grows in popularity.
Mail spam filter not consistent - many emails coming in are often marked as spam.
An administrative role will allow for monitoring submissions in both the above cases, and intervening as necessary. But this administrative role would not allow access to or visibility of the individual projects created when submitting presentations. | 1.0 | Admin view to control the conference page - For a number of reasons, it is important to have an admin role for our OSF based presentation (conference) service:
General concerns about non-conference attendees emailing in posters/presentations that didn't belong. To our knowledge, this hasn't been a problem thus far -- but it's not hard to imagine such a scenario, in particular when/if the service grows in popularity.
Mail spam filter not consistent - many emails coming in are often marked as spam.
An administrative role will allow for monitoring submissions in both the above cases, and intervening as necessary. But this administrative role would not allow access to or visibility of the individual projects created when submitting presentations. | priority | admin view to control the conference page for a number of reasons it is important to have an admin role for our osf based presentation conference service general concerns about non conference attendees emailing in posters presentations that didn t belong to our knowledge this hasn t been a problem thus far but it s not hard to imagine such a scenario in particular when if the service grows in popularity mail spam filter not consistent many emails coming in are often marked as spam an administrative role will allow for monitoring submissions in both the above cases and intervening as necessary but this administrative role would not allow access to or visibility of the individual projects created when submitting presentations | 1 |
661,194 | 22,043,138,609 | IssuesEvent | 2022-05-29 17:06:39 | TuSimple/naive-ui | https://api.github.com/repos/TuSimple/naive-ui | closed | DatePicker 日期时间范围 结束时间问题 | consideration-needed priority: high | <!-- generated by issue-helper DO NOT REMOVE __BUG__ -->
### TuSimple/naive-ui version (版本)
2.29.0
### Vue version (Vue 版本)
3.2.36
### Browser and its version (浏览器及其版本)
Chrome(101.0.4951.64)
### System and its version (系统及其版本)
MacOS
### Node version (Node 版本)
### Reappearance link (重现链接)

### Reappearance steps (重现步骤)
DatePicker日期时间范围控件
先选择开始时间后 没有选择结束时间的情况下 去修改时分秒 此时结束时间会默认选择鼠标hover的时间
### Expected results (期望的结果)
结束时间没有选定的时候,不要使用鼠标hover划过的时间 或者此时禁用时分秒修改
### Actual results (实际的结果)
结束时间没有选定的时候修改时分秒 会用鼠标hover经过的时间
### Remarks (补充说明)
<!-- generated by issue-helper DO NOT REMOVE __BUG__ --> | 1.0 | DatePicker 日期时间范围 结束时间问题 - <!-- generated by issue-helper DO NOT REMOVE __BUG__ -->
### TuSimple/naive-ui version (版本)
2.29.0
### Vue version (Vue 版本)
3.2.36
### Browser and its version (浏览器及其版本)
Chrome(101.0.4951.64)
### System and its version (系统及其版本)
MacOS
### Node version (Node 版本)
### Reappearance link (重现链接)

### Reappearance steps (重现步骤)
DatePicker日期时间范围控件
先选择开始时间后 没有选择结束时间的情况下 去修改时分秒 此时结束时间会默认选择鼠标hover的时间
### Expected results (期望的结果)
结束时间没有选定的时候,不要使用鼠标hover划过的时间 或者此时禁用时分秒修改
### Actual results (实际的结果)
结束时间没有选定的时候修改时分秒 会用鼠标hover经过的时间
### Remarks (补充说明)
<!-- generated by issue-helper DO NOT REMOVE __BUG__ --> | priority | datepicker 日期时间范围 结束时间问题 tusimple naive ui version 版本 vue version vue 版本 browser and its version 浏览器及其版本 chrome system and its version 系统及其版本 macos node version node 版本 reappearance link 重现链接 reappearance steps 重现步骤 datepicker日期时间范围控件 先选择开始时间后 没有选择结束时间的情况下 去修改时分秒 此时结束时间会默认选择鼠标hover的时间 expected results 期望的结果 结束时间没有选定的时候,不要使用鼠标hover划过的时间 或者此时禁用时分秒修改 actual results 实际的结果 结束时间没有选定的时候修改时分秒 会用鼠标hover经过的时间 remarks 补充说明 | 1 |
632,532 | 20,199,803,787 | IssuesEvent | 2022-02-11 14:13:12 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | closed | TN - Duplicate Submissions (Failures from 1/30) | onboarding-ops receiver High Priority data-issue | TN reported failures due to duplicates received on 1/30. Awaiting further instructions from TN on which messages to resubmit. | 1.0 | TN - Duplicate Submissions (Failures from 1/30) - TN reported failures due to duplicates received on 1/30. Awaiting further instructions from TN on which messages to resubmit. | priority | tn duplicate submissions failures from tn reported failures due to duplicates received on awaiting further instructions from tn on which messages to resubmit | 1 |
344,879 | 10,349,708,520 | IssuesEvent | 2019-09-04 23:34:50 | oslc-op/oslc-specs | https://api.github.com/repos/oslc-op/oslc-specs | opened | Validation of oslc_config:accepts and oslc_config:acceptedBy | Domain: CfgM Priority: High Xtra: Jira | When should/must a configuration management server perform validation of oslc\_config:accepts and oslc\_config:acceptedBy?
This is related to whether oslc\_config:accepts and oslc\_config:acceptedBy are lifetime invariant or not. If they are lifetime invariant, then a contribution need only be validated once when it is added. If a configuration management server allows a stream to be made immutable, or have other state-like properties changed, then one could imagine that the validation conditions for a contributed configuration might change over time. Is there a real use case here that we need to consider?
However, if the specification can impose a restriction that oslc\_config:accepts and oslc\_config:acceptedBy are lifetime invariant, then it will always be the case that once a contribution is validated against the values of those properties, it will always remain valid. Currently, the best a CM server can do is validate on creation or modification, but that doesn‘t guarantee that the contribution is valid after that point. Such a restriction has a number of benefits:
1. Once a contribution is validated, the referenced configuration does not need to be fetched to revalidate it, even if the oslc\_config:contributionOrder changes. This will provide a significant performance improvement when a configuration has a large number of contributions and only a small number are added or modified.
2. The contributions of a configuration may be modified even if the the configurations referenced by an existing contribution are not available to be fetched, for example, because of network connectivity issues or the CM server for the contributed configuration is not running. This improves the resilience of configuration management across multiple servers and geographies.
The issue relates to [466476: Several actions are unperformable when an "Unavailable configuration" is in the tree](https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466476) and whether GCM MUST perform validation of each contribution when the contributions to a global configuration change.
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-183 (opened by @DavidJHoney; previously assigned to @ndjc)_
| 1.0 | Validation of oslc_config:accepts and oslc_config:acceptedBy - When should/must a configuration management server perform validation of oslc\_config:accepts and oslc\_config:acceptedBy?
This is related to whether oslc\_config:accepts and oslc\_config:acceptedBy are lifetime invariant or not. If they are lifetime invariant, then a contribution need only be validated once when it is added. If a configuration management server allows a stream to be made immutable, or have other state-like properties changed, then one could imagine that the validation conditions for a contributed configuration might change over time. Is there a real use case here that we need to consider?
However, if the specification can impose a restriction that oslc\_config:accepts and oslc\_config:acceptedBy are lifetime invariant, then it will always be the case that once a contribution is validated against the values of those properties, it will always remain valid. Currently, the best a CM server can do is validate on creation or modification, but that doesn‘t guarantee that the contribution is valid after that point. Such a restriction has a number of benefits:
1. Once a contribution is validated, the referenced configuration does not need to be fetched to revalidate it, even if the oslc\_config:contributionOrder changes. This will provide a significant performance improvement when a configuration has a large number of contributions and only a small number are added or modified.
2. The contributions of a configuration may be modified even if the the configurations referenced by an existing contribution are not available to be fetched, for example, because of network connectivity issues or the CM server for the contributed configuration is not running. This improves the resilience of configuration management across multiple servers and geographies.
The issue relates to [466476: Several actions are unperformable when an "Unavailable configuration" is in the tree](https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466476) and whether GCM MUST perform validation of each contribution when the contributions to a global configuration change.
---
_Migrated from https://issues.oasis-open.org/browse/OSLCCORE-183 (opened by @DavidJHoney; previously assigned to @ndjc)_
| priority | validation of oslc config accepts and oslc config acceptedby when should must a configuration management server perform validation of oslc config accepts and oslc config acceptedby this is related to whether oslc config accepts and oslc config acceptedby are lifetime invariant or not if they are lifetime invariant then a contribution need only be validated once when it is added if a configuration management server allows a stream to be made immutable or have other state like properties changed then one could imagine that the validation conditions for a contributed configuration might change over time is there a real use case here that we need to consider however if the specification can impose a restriction that oslc config accepts and oslc config acceptedby are lifetime invariant then it will always be the case that once a contribution is validated against the values of those properties it will always remain valid currently the best a cm server can do is validate on creation or modification but that doesn‘t guarantee that the contribution is valid after that point such a restriction has a number of benefits once a contribution is validated the referenced configuration does not need to be fetched to revalidate it even if the oslc config contributionorder changes this will provide a significant performance improvement when a configuration has a large number of contributions and only a small number are added or modified the contributions of a configuration may be modified even if the the configurations referenced by an existing contribution are not available to be fetched for example because of network connectivity issues or the cm server for the contributed configuration is not running this improves the resilience of configuration management across multiple servers and geographies the issue relates to and whether gcm must perform validation of each contribution when the contributions to a global configuration change migrated from opened by davidjhoney previously assigned to ndjc | 1 |
595,479 | 18,067,557,090 | IssuesEvent | 2021-09-20 21:04:51 | OpenMandrivaAssociation/test2 | https://api.github.com/repos/OpenMandrivaAssociation/test2 | opened | old or malfunctioning themes in systemsettings Workspace Apparence->Splash Screen (Bugzilla Bug 102) | bug high priority major | This issue was created automatically with bugzilla2github
# Bugzilla Bug 102
Date: 2013-08-23 20:21:26 +0000
From: luca <<agoiza@gmail.com>>
To: OpenMandriva QA <<bugs@openmandriva.org>>
CC: @cris-b, @robxu9, siriustheking@yahoo.com
Last updated: 2013-09-20 12:11:04 +0000
## Comment 518
Date: 2013-08-23 20:21:26 +0000
From: luca <<agoiza@gmail.com>>
SystemSettings ->Workspace Apparence->Splash Screen
Free
"This theme requires the plugin kde4-splash-mdv which is not installed."
Mandriva
"Could not load theme configuration file."
## Comment 521
Date: 2013-08-23 20:47:29 +0000
From: Gus Ballan <<siriustheking@yahoo.com>>
It happens to me too.
And I use 64-bits.
NOTE: Again, the name Mandriva instead of OpenMandriva (the theme name, in this case) is walking around...
## Comment 835
Date: 2013-09-14 21:15:53 +0000
From: @robxu9
*** Bug #127 has been marked as a duplicate of this bug. ***
## Comment 837
Date: 2013-09-14 21:15:55 +0000
From: @robxu9
*** Bug #142 has been marked as a duplicate of this bug. ***
## Comment 980
Date: 2013-09-19 22:09:14 +0000
From: @cris-b
resolved in the next version of mandriva-kde4-config (2013.0-9omv) which is on the way to the mirrors.
## Comment 981
Date: 2013-09-20 05:38:43 +0000
From: luca <<agoiza@gmail.com>>
hi cris,
i have installed mandriva-kde4-config (2013.0-9omv).
Old and malfunctioning themes are gone.
But Openmandriva new theme doesn't start.
And it's not set as default in a new user.
## Comment 983
Date: 2013-09-20 07:25:11 +0000
From: luca <<agoiza@gmail.com>>
i have noticed that new splash theme is not present in:
# cd /usr/share/apps/ksplash/Themes
[root@localhost Themes]# ls
Minimalistic/ None/ ROSA/ Simple/ SimpleSmall/
i have tried with a symlynk
(OpenMandriva -> /var/lib/mandriva/kde4-profiles/common/share/apps/ksplash/Themes/OpenMandriva//)
and new theme works
## Comment 993
Date: 2013-09-20 11:59:16 +0000
From: luca <<agoiza@gmail.com>>
with mandriva-kde4-config-common-2013.0-10-omv2013.0.noarch
all seems working.
thanks
| 1.0 | old or malfunctioning themes in systemsettings Workspace Apparence->Splash Screen (Bugzilla Bug 102) - This issue was created automatically with bugzilla2github
# Bugzilla Bug 102
Date: 2013-08-23 20:21:26 +0000
From: luca <<agoiza@gmail.com>>
To: OpenMandriva QA <<bugs@openmandriva.org>>
CC: @cris-b, @robxu9, siriustheking@yahoo.com
Last updated: 2013-09-20 12:11:04 +0000
## Comment 518
Date: 2013-08-23 20:21:26 +0000
From: luca <<agoiza@gmail.com>>
SystemSettings ->Workspace Apparence->Splash Screen
Free
"This theme requires the plugin kde4-splash-mdv which is not installed."
Mandriva
"Could not load theme configuration file."
## Comment 521
Date: 2013-08-23 20:47:29 +0000
From: Gus Ballan <<siriustheking@yahoo.com>>
It happens to me too.
And I use 64-bits.
NOTE: Again, the name Mandriva instead of OpenMandriva (the theme name, in this case) is walking around...
## Comment 835
Date: 2013-09-14 21:15:53 +0000
From: @robxu9
*** Bug #127 has been marked as a duplicate of this bug. ***
## Comment 837
Date: 2013-09-14 21:15:55 +0000
From: @robxu9
*** Bug #142 has been marked as a duplicate of this bug. ***
## Comment 980
Date: 2013-09-19 22:09:14 +0000
From: @cris-b
resolved in the next version of mandriva-kde4-config (2013.0-9omv) which is on the way to the mirrors.
## Comment 981
Date: 2013-09-20 05:38:43 +0000
From: luca <<agoiza@gmail.com>>
hi cris,
i have installed mandriva-kde4-config (2013.0-9omv).
Old and malfunctioning themes are gone.
But Openmandriva new theme doesn't start.
And it's not set as default in a new user.
## Comment 983
Date: 2013-09-20 07:25:11 +0000
From: luca <<agoiza@gmail.com>>
i have noticed that new splash theme is not present in:
# cd /usr/share/apps/ksplash/Themes
[root@localhost Themes]# ls
Minimalistic/ None/ ROSA/ Simple/ SimpleSmall/
i have tried with a symlynk
(OpenMandriva -> /var/lib/mandriva/kde4-profiles/common/share/apps/ksplash/Themes/OpenMandriva//)
and new theme works
## Comment 993
Date: 2013-09-20 11:59:16 +0000
From: luca <<agoiza@gmail.com>>
with mandriva-kde4-config-common-2013.0-10-omv2013.0.noarch
all seems working.
thanks
| priority | old or malfunctioning themes in systemsettings workspace apparence splash screen bugzilla bug this issue was created automatically with bugzilla bug date from luca lt gt to openmandriva qa lt gt cc cris b siriustheking yahoo com last updated comment date from luca lt gt systemsettings workspace apparence splash screen free this theme requires the plugin splash mdv which is not installed mandriva could not load theme configuration file comment date from gus ballan lt gt it happens to me too and i use bits note again the name mandriva instead of openmandriva the theme name in this case is walking around comment date from bug has been marked as a duplicate of this bug comment date from bug has been marked as a duplicate of this bug comment date from cris b resolved in the next version of mandriva config which is on the way to the mirrors comment date from luca lt gt hi cris i have installed mandriva config old and malfunctioning themes are gone but openmandriva new theme doesn t start and it s not set as default in a new user comment date from luca lt gt i have noticed that new splash theme is not present in cd usr share apps ksplash themes ls minimalistic none rosa simple simplesmall i have tried with a symlynk openmandriva var lib mandriva profiles common share apps ksplash themes openmandriva and new theme works comment date from luca lt gt with mandriva config common noarch all seems working thanks | 1 |
554,800 | 16,439,140,616 | IssuesEvent | 2021-05-20 12:38:34 | MathiasReker/Delfinen | https://api.github.com/repos/MathiasReker/Delfinen | closed | Create Competition | feature request high priority required | Feature Request
- [x] Competition Class includes:
ID
Start date
name
time
list of Results
- [x] Result Class includes:
Member
Time
Discipline
| 1.0 | Create Competition - Feature Request
- [x] Competition Class includes:
ID
Start date
name
time
list of Results
- [x] Result Class includes:
Member
Time
Discipline
| priority | create competition feature request competition class includes id start date name time list of results result class includes member time discipline | 1 |
319,603 | 9,747,176,371 | IssuesEvent | 2019-06-03 13:53:39 | bbc/simorgh | https://api.github.com/repos/bbc/simorgh | closed | PropType errors in Front Page components | bug high priority investigation ws-frontpage-stream | **Describe the bug**
Required props are missing in some front page components. This includes the `id` prop for `PageWrapper` and `RequestContextProvider`, and `frontPageData.metadata.locators.optimoUrn` for `FrontPageMain`.
There is another invalid prop type in the Story Promo `canonical` story, with a string being passed through to `ratio` where a number is currently expected.
**To Reproduce**
Steps to reproduce the behaviour:
1. Launch Storybook
2. Click on Front Page `default`
3. Open developer tools
4. See console error for prop types.
**To do**
Investigate why this is happening, and decide to either do it, or make issues to resolve the issue
**Expected behavior**
There should be no prop type errors in the console when running storybook, or the main application.
**Screenshots**


| 1.0 | PropType errors in Front Page components - **Describe the bug**
Required props are missing in some front page components. This includes the `id` prop for `PageWrapper` and `RequestContextProvider`, and `frontPageData.metadata.locators.optimoUrn` for `FrontPageMain`.
There is another invalid prop type in the Story Promo `canonical` story, with a string being passed through to `ratio` where a number is currently expected.
**To Reproduce**
Steps to reproduce the behaviour:
1. Launch Storybook
2. Click on Front Page `default`
3. Open developer tools
4. See console error for prop types.
**To do**
Investigate why this is happening, and decide to either do it, or make issues to resolve the issue
**Expected behavior**
There should be no prop type errors in the console when running storybook, or the main application.
**Screenshots**


| priority | proptype errors in front page components describe the bug required props are missing in some front page components this includes the id prop for pagewrapper and requestcontextprovider and frontpagedata metadata locators optimourn for frontpagemain there is another invalid prop type in the story promo canonical story with a string being passed through to ratio where a number is currently expected to reproduce steps to reproduce the behaviour launch storybook click on front page default open developer tools see console error for prop types to do investigate why this is happening and decide to either do it or make issues to resolve the issue expected behavior there should be no prop type errors in the console when running storybook or the main application screenshots | 1 |
212,266 | 7,229,893,204 | IssuesEvent | 2018-02-12 00:07:46 | mattbdean/Helium | https://api.github.com/repos/mattbdean/Helium | closed | Datatable filtering | enhancement high priority | There needs to be a convenient way to filter out data from the datatable.
- [x] **Sever side**: Modify `GET /api/v1/schemas/:schema/:table/data` to support filtering via query
- [x] **Client side**: Implement a simple UI element to provide access to these controls in `DatatableComponent`
Filters:
- [x] Equal to: numbers, dates/datetimes, strings (case insensitive)
- [x] Less than: numbers, dates/datetimes
- [x] Greater than: numbers, dates/datetimes
- [x] Is: `null` (any)
- [x] Is not: `null` (any)
Additional features for the FilterComponent:
- [x] Dropdown when an enum is selected to filter by
- [x] Date picker
- [x] Datetime picker
| 1.0 | Datatable filtering - There needs to be a convenient way to filter out data from the datatable.
- [x] **Sever side**: Modify `GET /api/v1/schemas/:schema/:table/data` to support filtering via query
- [x] **Client side**: Implement a simple UI element to provide access to these controls in `DatatableComponent`
Filters:
- [x] Equal to: numbers, dates/datetimes, strings (case insensitive)
- [x] Less than: numbers, dates/datetimes
- [x] Greater than: numbers, dates/datetimes
- [x] Is: `null` (any)
- [x] Is not: `null` (any)
Additional features for the FilterComponent:
- [x] Dropdown when an enum is selected to filter by
- [x] Date picker
- [x] Datetime picker
| priority | datatable filtering there needs to be a convenient way to filter out data from the datatable sever side modify get api schemas schema table data to support filtering via query client side implement a simple ui element to provide access to these controls in datatablecomponent filters equal to numbers dates datetimes strings case insensitive less than numbers dates datetimes greater than numbers dates datetimes is null any is not null any additional features for the filtercomponent dropdown when an enum is selected to filter by date picker datetime picker | 1 |
192,742 | 6,876,421,210 | IssuesEvent | 2017-11-20 00:22:06 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | Add a zone status API call | Priority: High Status: Pending Tracker: Backlog | ---
Author Name: **Ruben S. Montero** (@rsmontero)
Original Redmine Issue: 2695, https://dev.opennebula.org/issues/2695
Original Date: 2014-01-30
---
Also reflects the status in the zone.
| 1.0 | Add a zone status API call - ---
Author Name: **Ruben S. Montero** (@rsmontero)
Original Redmine Issue: 2695, https://dev.opennebula.org/issues/2695
Original Date: 2014-01-30
---
Also reflects the status in the zone.
| priority | add a zone status api call author name ruben s montero rsmontero original redmine issue original date also reflects the status in the zone | 1 |
537,078 | 15,722,677,663 | IssuesEvent | 2021-03-29 06:14:32 | wso2/integration-studio | https://api.github.com/repos/wso2/integration-studio | closed | When connector is deleted, it is not getting removed from artifacts.xml | 8.0.0 Priority/High | **Description:**
<!-- Give a brief description of the issue -->
Create a connector exporter project and add a connector. Now if you delete the connector, it won't get removed from artifacts.xml
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
IS 8.0.0-alpha | 1.0 | When connector is deleted, it is not getting removed from artifacts.xml - **Description:**
<!-- Give a brief description of the issue -->
Create a connector exporter project and add a connector. Now if you delete the connector, it won't get removed from artifacts.xml
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
IS 8.0.0-alpha | priority | when connector is deleted it is not getting removed from artifacts xml description create a connector exporter project and add a connector now if you delete the connector it won t get removed from artifacts xml suggested labels suggested assignees affected product version is alpha | 1 |
462,898 | 13,255,933,103 | IssuesEvent | 2020-08-20 11:50:28 | enso-org/enso | https://api.github.com/repos/enso-org/enso | closed | Launcher Distribution Uninstall Capability | Category: Distribution Category: Tooling Change: Non-Breaking Difficulty: Core Contributor Priority: High Type: Enhancement | ### Summary
<!--
- A summary of the task.
-->
As the launcher can be installed, it must be able to uninstall it with the `enso uninstall distribution` command.
### Value
<!--
- This section should describe the value of this task.
- This value can be for users, to the team, etc.
-->
The users can remove Enso in a clean way.
### Specification
<!--
- Detailed requirements for the feature.
- The performance requirements for the feature.
-->
- [x] The launcher asks the user for confirmation before proceeding, unless provided with the `--auto-confirm` flag.
- [x] The launcher removes all installed components (engine, runtime, libraries, configuration).
- [x] The launcher removes the `ENSO_CONFIG_DIRECTORY` and `ENSO_DATA_DIRECTORY`, unless they contain unexpected files (a warning is issued in such case).
- [x] Decide whether uninstallation should also work with a portable distribution.
- It should not, but instead it should print something like 'cannot uninstall portable distribution, you can simply remove the directory X'.
- [x] The launcher is able to remove its own binary (some workaround will be necessary for Windows).
- A draft idea for this workaround: Create a shell script or another binary that is copied into a temporary directory. That script is launched and it tries to remove the launcher binary and parent directory in a loop for 30s (in the meantime the parent binary is terminated so its file can be unlocked). It reports any failures to inherited stdout/stderr. That script will stay in the temporary directory until some cleanup removes it.
- An alternative for a script file put in the temporary directory is registering for a removal at reboot in the Windows registry (but that would be much harder to test).
### Acceptance Criteria & Test Cases
<!--
- Any criteria that must be satisfied for the task to be accepted.
- The test plan for the feature, related to the acceptance criteria.
-->
- The specification above is completed.
- [x] The uninstall mechanism is tested on all platforms. | 1.0 | Launcher Distribution Uninstall Capability - ### Summary
<!--
- A summary of the task.
-->
As the launcher can be installed, it must be able to uninstall it with the `enso uninstall distribution` command.
### Value
<!--
- This section should describe the value of this task.
- This value can be for users, to the team, etc.
-->
The users can remove Enso in a clean way.
### Specification
<!--
- Detailed requirements for the feature.
- The performance requirements for the feature.
-->
- [x] The launcher asks the user for confirmation before proceeding, unless provided with the `--auto-confirm` flag.
- [x] The launcher removes all installed components (engine, runtime, libraries, configuration).
- [x] The launcher removes the `ENSO_CONFIG_DIRECTORY` and `ENSO_DATA_DIRECTORY`, unless they contain unexpected files (a warning is issued in such case).
- [x] Decide whether uninstallation should also work with a portable distribution.
- It should not, but instead it should print something like 'cannot uninstall portable distribution, you can simply remove the directory X'.
- [x] The launcher is able to remove its own binary (some workaround will be necessary for Windows).
- A draft idea for this workaround: Create a shell script or another binary that is copied into a temporary directory. That script is launched and it tries to remove the launcher binary and parent directory in a loop for 30s (in the meantime the parent binary is terminated so its file can be unlocked). It reports any failures to inherited stdout/stderr. That script will stay in the temporary directory until some cleanup removes it.
- An alternative for a script file put in the temporary directory is registering for a removal at reboot in the Windows registry (but that would be much harder to test).
### Acceptance Criteria & Test Cases
<!--
- Any criteria that must be satisfied for the task to be accepted.
- The test plan for the feature, related to the acceptance criteria.
-->
- The specification above is completed.
- [x] The uninstall mechanism is tested on all platforms. | priority | launcher distribution uninstall capability summary a summary of the task as the launcher can be installed it must be able to uninstall it with the enso uninstall distribution command value this section should describe the value of this task this value can be for users to the team etc the users can remove enso in a clean way specification detailed requirements for the feature the performance requirements for the feature the launcher asks the user for confirmation before proceeding unless provided with the auto confirm flag the launcher removes all installed components engine runtime libraries configuration the launcher removes the enso config directory and enso data directory unless they contain unexpected files a warning is issued in such case decide whether uninstallation should also work with a portable distribution it should not but instead it should print something like cannot uninstall portable distribution you can simply remove the directory x the launcher is able to remove its own binary some workaround will be necessary for windows a draft idea for this workaround create a shell script or another binary that is copied into a temporary directory that script is launched and it tries to remove the launcher binary and parent directory in a loop for in the meantime the parent binary is terminated so its file can be unlocked it reports any failures to inherited stdout stderr that script will stay in the temporary directory until some cleanup removes it an alternative for a script file put in the temporary directory is registering for a removal at reboot in the windows registry but that would be much harder to test acceptance criteria test cases any criteria that must be satisfied for the task to be accepted the test plan for the feature related to the acceptance criteria the specification above is completed the uninstall mechanism is tested on all platforms | 1 |
386,608 | 11,447,740,739 | IssuesEvent | 2020-02-06 00:48:00 | csiro-data-school/workflows | https://api.github.com/repos/csiro-data-school/workflows | opened | Update code download package to match my latest worked examples | high priority | In particular, I need to make sure the Windows-specific examples are included. | 1.0 | Update code download package to match my latest worked examples - In particular, I need to make sure the Windows-specific examples are included. | priority | update code download package to match my latest worked examples in particular i need to make sure the windows specific examples are included | 1 |
642,592 | 20,908,114,320 | IssuesEvent | 2022-03-24 06:02:55 | bradwindy/reminderplus | https://api.github.com/repos/bradwindy/reminderplus | closed | Reminder edit option | enhancement HIGH PRIORITY Feature | Uses add reminder page with existing info to edit. See devlibs for any inquiries. | 1.0 | Reminder edit option - Uses add reminder page with existing info to edit. See devlibs for any inquiries. | priority | reminder edit option uses add reminder page with existing info to edit see devlibs for any inquiries | 1 |
99,242 | 4,049,808,367 | IssuesEvent | 2016-05-23 15:58:12 | cogciprocate/ocl | https://api.github.com/repos/cogciprocate/ocl | closed | examples/info panic | bug priority high | This example raises panic with
> thread `'<main>'` panicked at 'assertion failed: `(left == right)` (left: `4`, right: `8`)', rust-ocl\src\util.rs:196
on any of following commented function:
```
print_context_info(&context);
// print_queue_info(&queue);
// print_buffer_info(&buffer);
// print_image_info(&image);
// print_sampler_info(&sampler);
print_program_info(&program);
// print_kernel_info(&kernel);
// print_event_list_info(&event_list);
// print_event_info(&event);
```
Windows 7 x64, OCL runtimes: nvidia 1.2, intel 2.0, intel 1.2. | 1.0 | examples/info panic - This example raises panic with
> thread `'<main>'` panicked at 'assertion failed: `(left == right)` (left: `4`, right: `8`)', rust-ocl\src\util.rs:196
on any of following commented function:
```
print_context_info(&context);
// print_queue_info(&queue);
// print_buffer_info(&buffer);
// print_image_info(&image);
// print_sampler_info(&sampler);
print_program_info(&program);
// print_kernel_info(&kernel);
// print_event_list_info(&event_list);
// print_event_info(&event);
```
Windows 7 x64, OCL runtimes: nvidia 1.2, intel 2.0, intel 1.2. | priority | examples info panic this example raises panic with thread panicked at assertion failed left right left right rust ocl src util rs on any of following commented function print context info context print queue info queue print buffer info buffer print image info image print sampler info sampler print program info program print kernel info kernel print event list info event list print event info event windows ocl runtimes nvidia intel intel | 1 |
206,040 | 7,108,179,546 | IssuesEvent | 2018-01-16 22:48:32 | Kademi/kademi-dev | https://api.github.com/repos/Kademi/kademi-dev | closed | Error with Image uploader in KEditor | High priority bug | When trying to use the image uploader, In the component and CKEditor we get this error:
This is effecting Travel World: http://www.travelworld.co.nz/ourDeals/oceania-cruises/contenteditor?useHash=true
```
[MSelect] oncomplete {result: {…}, name: "02d3bad51ad087903742a20d773c671cff074467.jpg"}
kademi.js:15 [MTree] addNode /ourDeals/oceania-cruises/02d3bad51ad087903742a20d773c671cff074467.jpg
kademi.js:15 [MTree] getFolderUrl /ourDeals/oceania-cruises/02d3bad51ad087903742a20d773c671cff074467.jpg
kademi.js:13 [MTree] openPath: /ourDeals/oceania-cruises/
kademi.js:13 [MTree] Relative path:
VM803:275 Uncaught TypeError: this.jstree.deselect_node is not a function
at MTree.deselectNode (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:275:21)
at MTree.openPath (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:389:18)
at MTree.addNode (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:238:14)
at MTree.addFile (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:279:14)
at Object.oncomplete (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:315:28)
at n.eval (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:108:32)
at n.r.emit (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:1:2345)
at n._finished (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:1:23738)
at XMLHttpRequest.g.onload (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:1:22683)
``` | 1.0 | Error with Image uploader in KEditor - When trying to use the image uploader, In the component and CKEditor we get this error:
This is effecting Travel World: http://www.travelworld.co.nz/ourDeals/oceania-cruises/contenteditor?useHash=true
```
[MSelect] oncomplete {result: {…}, name: "02d3bad51ad087903742a20d773c671cff074467.jpg"}
kademi.js:15 [MTree] addNode /ourDeals/oceania-cruises/02d3bad51ad087903742a20d773c671cff074467.jpg
kademi.js:15 [MTree] getFolderUrl /ourDeals/oceania-cruises/02d3bad51ad087903742a20d773c671cff074467.jpg
kademi.js:13 [MTree] openPath: /ourDeals/oceania-cruises/
kademi.js:13 [MTree] Relative path:
VM803:275 Uncaught TypeError: this.jstree.deselect_node is not a function
at MTree.deselectNode (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:275:21)
at MTree.openPath (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:389:18)
at MTree.addNode (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:238:14)
at MTree.addFile (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:279:14)
at Object.oncomplete (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:315:28)
at n.eval (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:108:32)
at n.r.emit (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:1:2345)
at n._finished (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:1:23738)
at XMLHttpRequest.g.onload (eval at <anonymous> (jquery-1.11.0.js:339), <anonymous>:1:22683)
``` | priority | error with image uploader in keditor when trying to use the image uploader in the component and ckeditor we get this error this is effecting travel world oncomplete result … name jpg kademi js addnode ourdeals oceania cruises jpg kademi js getfolderurl ourdeals oceania cruises jpg kademi js openpath ourdeals oceania cruises kademi js relative path uncaught typeerror this jstree deselect node is not a function at mtree deselectnode eval at jquery js at mtree openpath eval at jquery js at mtree addnode eval at jquery js at mtree addfile eval at jquery js at object oncomplete eval at jquery js at n eval eval at jquery js at n r emit eval at jquery js at n finished eval at jquery js at xmlhttprequest g onload eval at jquery js | 1 |
428,985 | 12,419,244,298 | IssuesEvent | 2020-05-23 04:55:48 | blitz-js/blitzjs.com | https://api.github.com/repos/blitz-js/blitzjs.com | closed | Alpha Home Page | Epic priority/high status/in-progress | This is a basic home page to help with the alpha release of Blitzjs
We want to display a little info on Blitz when you land on Blitzjs.com and some help links to getting started with the project.
- [x] Add Brandon's Blitz demo video
- [ ] Remove Features section on home page
- [ ] Mailing List form / link out to Original Mailchimp site
- [ ] Some initial Blitzjs Copy, Use below for inspiration / just use it lol
> Rails-like framework for monolithic, full-stack React apps.
> The central thesis is that most apps don’t need a REST or GraphQL API. Blitz brings back the simplicity of server rendered frameworks like Ruby on Rails while preserving everything we love about React.
> Additionally, Blitz is bringing other Rails goodness that’s missing in the React ecosystem like file structure and routing conventions, a really nice console REPL, intelligent code-scaffolding, and a fine-tuned out-of-the-box setup with Prettier, Typescript, ESlint, Jest, Cypress, etc.
**Add CTA buttons**
- [ ] Getting Started
- [ ] Help Build Blitz
| 1.0 | Alpha Home Page - This is a basic home page to help with the alpha release of Blitzjs
We want to display a little info on Blitz when you land on Blitzjs.com and some help links to getting started with the project.
- [x] Add Brandon's Blitz demo video
- [ ] Remove Features section on home page
- [ ] Mailing List form / link out to Original Mailchimp site
- [ ] Some initial Blitzjs Copy, Use below for inspiration / just use it lol
> Rails-like framework for monolithic, full-stack React apps.
> The central thesis is that most apps don’t need a REST or GraphQL API. Blitz brings back the simplicity of server rendered frameworks like Ruby on Rails while preserving everything we love about React.
> Additionally, Blitz is bringing other Rails goodness that’s missing in the React ecosystem like file structure and routing conventions, a really nice console REPL, intelligent code-scaffolding, and a fine-tuned out-of-the-box setup with Prettier, Typescript, ESlint, Jest, Cypress, etc.
**Add CTA buttons**
- [ ] Getting Started
- [ ] Help Build Blitz
| priority | alpha home page this is a basic home page to help with the alpha release of blitzjs we want to display a little info on blitz when you land on blitzjs com and some help links to getting started with the project add brandon s blitz demo video remove features section on home page mailing list form link out to original mailchimp site some initial blitzjs copy use below for inspiration just use it lol rails like framework for monolithic full stack react apps the central thesis is that most apps don’t need a rest or graphql api blitz brings back the simplicity of server rendered frameworks like ruby on rails while preserving everything we love about react additionally blitz is bringing other rails goodness that’s missing in the react ecosystem like file structure and routing conventions a really nice console repl intelligent code scaffolding and a fine tuned out of the box setup with prettier typescript eslint jest cypress etc add cta buttons getting started help build blitz | 1 |
639,494 | 20,755,860,791 | IssuesEvent | 2022-03-15 12:08:56 | wso2/product-apim | https://api.github.com/repos/wso2/product-apim | closed | Unable to Generate REST API from SOAP Backend Using Zip Files | Type/Bug Priority/High Feature/SOAP2REST APIM - 4.1.0 | ### Description:
The following error gets logged in the server console when trying to generate REST API from SOAP backend by Uploading a Zip file.
```
ERROR - GlobalThrowableMapper An unknown exception has been captured by the global exception mapper.
java.lang.IllegalArgumentException: Parameter 'directory' is not a directory: /home/hisan/Documents/Work/Tasks/APIMInternal/APIMINTERNAL-1561/masterWithoutFix/wso2am-4.1.0-SNAPSHOT/repository/resources/xsds
at org.apache.commons.io.FileUtils.validateListFilesParameters(FileUtils.java:2629) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.apache.commons.io.FileUtils.innerListFilesOrDirectories(FileUtils.java:1543) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:1876) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:1899) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIFileUtil.searchFilesWithMatchingExtension_aroundBody14(APIFileUtil.java:239) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIFileUtil.searchFilesWithMatchingExtension(APIFileUtil.java:238) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.getStandardBaseXSDs_aroundBody70(WSDL11SOAPOperationExtractor.java:1281) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.getStandardBaseXSDs(WSDL11SOAPOperationExtractor.java:1276) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.loadXSDs_aroundBody6(WSDL11SOAPOperationExtractor.java:171) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.loadXSDs(WSDL11SOAPOperationExtractor.java:164) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIMWSDLReader.getWSDLSOAPOperationExtractor_aroundBody26(APIMWSDLReader.java:411) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIMWSDLReader.getWSDLSOAPOperationExtractor(APIMWSDLReader.java:408) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.util.SOAPOperationBindingUtils.getSoapOperationMapping_aroundBody4(SOAPOperationBindingUtils.java:115) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.util.SOAPOperationBindingUtils.getSoapOperationMapping(SOAPOperationBindingUtils.java:113) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.rest.api.publisher.v1.impl.ApisApiServiceImpl.importSOAPToRESTAPI(ApisApiServiceImpl.java:3535) ~[?:?]
at org.wso2.carbon.apimgt.rest.api.publisher.v1.impl.ApisApiServiceImpl.importWSDLDefinition(ApisApiServiceImpl.java:3392) ~[?:?]
at org.wso2.carbon.apimgt.rest.api.publisher.v1.ApisApi.importWSDLDefinition(ApisApi.java:1410) ~[?:?]
at sun.reflect.GeneratedMethodAccessor796.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_241]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_241]
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) ~[?:?]
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) ~[?:?]
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) ~[?:?]
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) ~[?:?]
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) ~[?:?]
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) ~[?:?]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307) ~[?:?]
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) ~[?:?]
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) ~[?:?]
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) ~[?:?]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) ~[?:?]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) ~[?:?]
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) ~[?:?]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304) ~[?:?]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217) ~[?:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) ~[tomcat-servlet-api_9.0.54.wso2v1.jar:?]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279) ~[?:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:107) ~[org.wso2.carbon.identity.context.rewrite.valve_1.4.52.jar:?]
at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) ~[org.wso2.carbon.identity.authz.valve_1.4.52.jar:?]
at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:102) ~[org.wso2.carbon.identity.auth.valve_1.4.52.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:101) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:146) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:58) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat_9.0.54.wso2v1.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241]
```
### Steps to reproduce:
1. Login to Publisher and click `Create API` -> `Import WSDL` under `SOAP API`
2. Select `Generate REST APIs` for `Implementation Type` and `WSDL File/Archive` for `Input Type`

3. Upload a Zip containing a WSDL file.
(You can create a zip file using [this WSDL](https://ws.cdyne.com/phoneverify/phoneverify.asmx?wsdl) or you can find a zip file [here](https://github.com/malinthaprasan/wsdls/tree/master/zip)
4. Click `Next`
5. Fill the relevant details in the form and click `Create`.
There will be an Error alert in the UI and the above mentioned error log will be printed on the server console. | 1.0 | Unable to Generate REST API from SOAP Backend Using Zip Files - ### Description:
The following error gets logged in the server console when trying to generate REST API from SOAP backend by Uploading a Zip file.
```
ERROR - GlobalThrowableMapper An unknown exception has been captured by the global exception mapper.
java.lang.IllegalArgumentException: Parameter 'directory' is not a directory: /home/hisan/Documents/Work/Tasks/APIMInternal/APIMINTERNAL-1561/masterWithoutFix/wso2am-4.1.0-SNAPSHOT/repository/resources/xsds
at org.apache.commons.io.FileUtils.validateListFilesParameters(FileUtils.java:2629) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.apache.commons.io.FileUtils.innerListFilesOrDirectories(FileUtils.java:1543) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:1876) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.apache.commons.io.FileUtils.listFiles(FileUtils.java:1899) ~[commons-io_2.7.0.wso2v1.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIFileUtil.searchFilesWithMatchingExtension_aroundBody14(APIFileUtil.java:239) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIFileUtil.searchFilesWithMatchingExtension(APIFileUtil.java:238) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.getStandardBaseXSDs_aroundBody70(WSDL11SOAPOperationExtractor.java:1281) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.getStandardBaseXSDs(WSDL11SOAPOperationExtractor.java:1276) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.loadXSDs_aroundBody6(WSDL11SOAPOperationExtractor.java:171) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.WSDL11SOAPOperationExtractor.loadXSDs(WSDL11SOAPOperationExtractor.java:164) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIMWSDLReader.getWSDLSOAPOperationExtractor_aroundBody26(APIMWSDLReader.java:411) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.utils.APIMWSDLReader.getWSDLSOAPOperationExtractor(APIMWSDLReader.java:408) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.util.SOAPOperationBindingUtils.getSoapOperationMapping_aroundBody4(SOAPOperationBindingUtils.java:115) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.impl.wsdl.util.SOAPOperationBindingUtils.getSoapOperationMapping(SOAPOperationBindingUtils.java:113) ~[org.wso2.carbon.apimgt.impl_9.20.27.SNAPSHOT.jar:?]
at org.wso2.carbon.apimgt.rest.api.publisher.v1.impl.ApisApiServiceImpl.importSOAPToRESTAPI(ApisApiServiceImpl.java:3535) ~[?:?]
at org.wso2.carbon.apimgt.rest.api.publisher.v1.impl.ApisApiServiceImpl.importWSDLDefinition(ApisApiServiceImpl.java:3392) ~[?:?]
at org.wso2.carbon.apimgt.rest.api.publisher.v1.ApisApi.importWSDLDefinition(ApisApi.java:1410) ~[?:?]
at sun.reflect.GeneratedMethodAccessor796.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_241]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_241]
at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:179) ~[?:?]
at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) ~[?:?]
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:201) ~[?:?]
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:104) ~[?:?]
at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:59) ~[?:?]
at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:96) ~[?:?]
at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307) ~[?:?]
at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) ~[?:?]
at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:265) ~[?:?]
at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234) ~[?:?]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208) ~[?:?]
at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160) ~[?:?]
at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:225) ~[?:?]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:304) ~[?:?]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217) ~[?:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) ~[tomcat-servlet-api_9.0.54.wso2v1.jar:?]
at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:279) ~[?:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:107) ~[org.wso2.carbon.identity.context.rewrite.valve_1.4.52.jar:?]
at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110) ~[org.wso2.carbon.identity.authz.valve_1.4.52.jar:?]
at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:102) ~[org.wso2.carbon.identity.auth.valve_1.4.52.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:101) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:146) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:58) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126) ~[org.wso2.carbon.tomcat.ext_4.6.3.beta.jar:?]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat_9.0.54.wso2v1.jar:?]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat_9.0.54.wso2v1.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_241]
```
### Steps to reproduce:
1. Login to Publisher and click `Create API` -> `Import WSDL` under `SOAP API`
2. Select `Generate REST APIs` for `Implementation Type` and `WSDL File/Archive` for `Input Type`

3. Upload a Zip containing a WSDL file.
(You can create a zip file using [this WSDL](https://ws.cdyne.com/phoneverify/phoneverify.asmx?wsdl) or you can find a zip file [here](https://github.com/malinthaprasan/wsdls/tree/master/zip)
4. Click `Next`
5. Fill the relevant details in the form and click `Create`.
There will be an Error alert in the UI and the above mentioned error log will be printed on the server console. | priority | unable to generate rest api from soap backend using zip files description the following error gets logged in the server console when trying to generate rest api from soap backend by uploading a zip file error globalthrowablemapper an unknown exception has been captured by the global exception mapper java lang illegalargumentexception parameter directory is not a directory home hisan documents work tasks apiminternal apiminternal masterwithoutfix snapshot repository resources xsds at org apache commons io fileutils validatelistfilesparameters fileutils java at org apache commons io fileutils innerlistfilesordirectories fileutils java at org apache commons io fileutils listfiles fileutils java at org apache commons io fileutils listfiles fileutils java at org carbon apimgt impl utils apifileutil searchfileswithmatchingextension apifileutil java at org carbon apimgt impl utils apifileutil searchfileswithmatchingextension apifileutil java at org carbon apimgt impl wsdl getstandardbasexsds java at org carbon apimgt impl wsdl getstandardbasexsds java at org carbon apimgt impl wsdl loadxsds java at org carbon apimgt impl wsdl loadxsds java at org carbon apimgt impl utils apimwsdlreader getwsdlsoapoperationextractor apimwsdlreader java at org carbon apimgt impl utils apimwsdlreader getwsdlsoapoperationextractor apimwsdlreader java at org carbon apimgt impl wsdl util soapoperationbindingutils getsoapoperationmapping soapoperationbindingutils java at org carbon apimgt impl wsdl util soapoperationbindingutils getsoapoperationmapping soapoperationbindingutils java at org carbon apimgt rest api publisher impl apisapiserviceimpl importsoaptorestapi apisapiserviceimpl java at org carbon apimgt rest api publisher impl apisapiserviceimpl importwsdldefinition apisapiserviceimpl java at org carbon apimgt rest api publisher apisapi importwsdldefinition apisapi java at sun reflect invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org apache cxf service invoker abstractinvoker performinvocation abstractinvoker java at org apache cxf service invoker abstractinvoker invoke abstractinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf jaxrs jaxrsinvoker invoke jaxrsinvoker java at org apache cxf interceptor serviceinvokerinterceptor run serviceinvokerinterceptor java at org apache cxf interceptor serviceinvokerinterceptor handlemessage serviceinvokerinterceptor java at org apache cxf phase phaseinterceptorchain dointercept phaseinterceptorchain java at org apache cxf transport chaininitiationobserver onmessage chaininitiationobserver java at org apache cxf transport http abstracthttpdestination invoke abstracthttpdestination java at org apache cxf transport servlet servletcontroller invokedestination servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet servletcontroller invoke servletcontroller java at org apache cxf transport servlet cxfnonspringservlet invoke cxfnonspringservlet java at org apache cxf transport servlet abstracthttpservlet handlerequest abstracthttpservlet java at org apache cxf transport servlet abstracthttpservlet dopost abstracthttpservlet java at javax servlet http httpservlet service httpservlet java at org apache cxf transport servlet abstracthttpservlet service abstracthttpservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java at org carbon identity authz valve authorizationvalve invoke authorizationvalve java at org carbon identity auth valve authenticationvalve invoke authenticationvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at org apache tomcat util threads threadpoolexecutor runworker threadpoolexecutor java at org apache tomcat util threads threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java steps to reproduce login to publisher and click create api import wsdl under soap api select generate rest apis for implementation type and wsdl file archive for input type upload a zip containing a wsdl file you can create a zip file using or you can find a zip file click next fill the relevant details in the form and click create there will be an error alert in the ui and the above mentioned error log will be printed on the server console | 1 |
32,893 | 2,760,871,118 | IssuesEvent | 2015-04-28 14:34:50 | Glavin001/atom-preview | https://api.github.com/repos/Glavin001/atom-preview | closed | EvalError generating Jade preview | bug high priority | I'm getting an error while generating Jade previews. Coffeescript works fine.
Atom: 0.187.0
Preview: 0.13.5
Runnning in Windows 8.1 x64
The error is as follows:
```
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
Previewing Failed…
EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
at Function (native)
at makePredicate (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:508:12)
at C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:513:25
at exports.version (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:25:71)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:28:3)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\index.js:3:13)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\index.js:3:14)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\lib\parser.js:8:22)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\lib\index.js:13:14)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.module.exports.grammars.Jade.render (C:\Users\-snip-\.atom\packages\preview\lib\renderer.coffee:95:16)
at atom-preview-editor.PreviewView.renderPreviewWithRenderer (C:\Users\-snip-\.atom\packages\preview\lib\preview-view.coffee:347:27)
at atom-preview-editor.PreviewView.renderPreview (C:\Users\-snip-\.atom\packages\preview\lib\preview-view.coffee:229:6)
at later (C:\Users\-snip-\.atom\packages\preview\node_modules\underscore-plus\node_modules\underscore\underscore.js:724:25)
``` | 1.0 | EvalError generating Jade preview - I'm getting an error while generating Jade previews. Coffeescript works fine.
Atom: 0.187.0
Preview: 0.13.5
Runnning in Windows 8.1 x64
The error is as follows:
```
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
Previewing Failed…
EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
at Function (native)
at makePredicate (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:508:12)
at C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:513:25
at exports.version (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:25:71)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\node_modules\acorn\acorn.js:28:3)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\node_modules\acorn-globals\index.js:3:13)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\node_modules\constantinople\index.js:3:14)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\lib\parser.js:8:22)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.<anonymous> (C:\Users\-snip-\.atom\packages\preview\node_modules\jade\lib\index.js:13:14)
at Module._compile (module.js:475:26)
at Object.loadFile [as .js] (D:\programs\atom\app-0.187.0\resources\app\src\babel.js:162:21)
at Module.load (module.js:370:32)
at Function.Module._load (module.js:325:12)
at Module.require (module.js:380:17)
at require (module.js:399:17)
at Object.module.exports.grammars.Jade.render (C:\Users\-snip-\.atom\packages\preview\lib\renderer.coffee:95:16)
at atom-preview-editor.PreviewView.renderPreviewWithRenderer (C:\Users\-snip-\.atom\packages\preview\lib\preview-view.coffee:347:27)
at atom-preview-editor.PreviewView.renderPreview (C:\Users\-snip-\.atom\packages\preview\lib\preview-view.coffee:229:6)
at later (C:\Users\-snip-\.atom\packages\preview\node_modules\underscore-plus\node_modules\underscore\underscore.js:724:25)
``` | priority | evalerror generating jade preview i m getting an error while generating jade previews coffeescript works fine atom preview runnning in windows the error is as follows refused to evaluate a string as javascript because unsafe eval is not an allowed source of script in the following content security policy directive script src self previewing failed… evalerror refused to evaluate a string as javascript because unsafe eval is not an allowed source of script in the following content security policy directive script src self at function native at makepredicate c users snip atom packages preview node modules jade node modules constantinople node modules acorn globals node modules acorn acorn js at c users snip atom packages preview node modules jade node modules constantinople node modules acorn globals node modules acorn acorn js at exports version c users snip atom packages preview node modules jade node modules constantinople node modules acorn globals node modules acorn acorn js at object c users snip atom packages preview node modules jade node modules constantinople node modules acorn globals node modules acorn acorn js at module compile module js at object loadfile d programs atom app resources app src babel js at module load module js at function module load module js at module require module js at require module js at object c users snip atom packages preview node modules jade node modules constantinople node modules acorn globals index js at module compile module js at object loadfile d programs atom app resources app src babel js at module load module js at function module load module js at module require module js at require module js at object c users snip atom packages preview node modules jade node modules constantinople index js at module compile module js at object loadfile d programs atom app resources app src babel js at module load module js at function module load module js at module require module js at require module js at object c users snip atom packages preview node modules jade lib parser js at module compile module js at object loadfile d programs atom app resources app src babel js at module load module js at function module load module js at module require module js at require module js at object c users snip atom packages preview node modules jade lib index js at module compile module js at object loadfile d programs atom app resources app src babel js at module load module js at function module load module js at module require module js at require module js at object module exports grammars jade render c users snip atom packages preview lib renderer coffee at atom preview editor previewview renderpreviewwithrenderer c users snip atom packages preview lib preview view coffee at atom preview editor previewview renderpreview c users snip atom packages preview lib preview view coffee at later c users snip atom packages preview node modules underscore plus node modules underscore underscore js | 1 |
391,276 | 11,571,653,520 | IssuesEvent | 2020-02-20 22:02:03 | TheGreenMachine/Zodiac | https://api.github.com/repos/TheGreenMachine/Zodiac | closed | Update CTRE Phoenix to v5.18.2 and TalonFX firmware to v20.3.0.2 | bug high priority | This update has an important fix preventing Falcons from being damaged when backdriven at high speeds and then power cycled. | 1.0 | Update CTRE Phoenix to v5.18.2 and TalonFX firmware to v20.3.0.2 - This update has an important fix preventing Falcons from being damaged when backdriven at high speeds and then power cycled. | priority | update ctre phoenix to and talonfx firmware to this update has an important fix preventing falcons from being damaged when backdriven at high speeds and then power cycled | 1 |
264,121 | 8,305,436,222 | IssuesEvent | 2018-09-22 06:28:44 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | custom profile fields: Make minor clean-ups. | area: general UI priority: high | Found a few minor bugs in custom profile fields.
**User Settings**
* [x] For "User" type, it looks greyed out, and also if you type afterwards it is in a small font

It also doesn't work great for entering more than 1 name, though not sure what the solution should be (the box should expand horizontally then vertically to fit all the names you enter?)
* [ ] For "Date" type, it should start at the current day if the field is empty. (To repro: pick a random day from the date picker. Then delete it. Then open the date picker again)
* [x] For "Choices" type, I think the top one should be blank, rather than `--Select--`
* [x] Could be followup, but there should be a way to view your profile from this page.
**Admin Settings**
* [x] For adding a new field, in the dropdown let's rename "Choices" to "List of options", "URL" to "Link", "Date" to "Date picker", and "User" to "Person picker". In the table they can just be "List", "Link", "Date", "Person".
* [ ] When there are no custom fields, it would be nice to remove the table headers at the top:

* [x] I think it makes sense for the table to have fixed width for each of the four columns (or rather, width that only depends on the width of the screen, and not on the width of any entered text).
* [x] For "Field choices": I think each entry should just have a trash can to the right, and there can be an extra blank row for adding a new field, like

* [x] The headings ("Text" and "order") at the top of this should go away: 
**Viewing profile**
* [x] Viewing profile and then clicking on the Edit icon next to Iago's name gives

(i.e. the popover isn't going away)
* [x] Dates should be shown as "August 10, 2018" not "8/10/2018" since different countries use different conventions for month and day order
* [ ] We show the perfect scrollbar too soon; we should wait to show it until the mouse is closer to the right edge.
* [x] Some visual styling things that could be followup: I think the `x` could be better, and also I think the whole popover could have slightly looser spacing.
* [x] Definitely a V3 thing unless it's easy, but would be nice for the User type to use the pills
* [x] For Last seen: "Last seen just now" -> "Just now", and "Unknown" -> "More than 3 weeks ago" or whatever the cutoff is.
As followups:
* [ ] The date picker could use a little better styling; I assume we're just using a library for this, and maybe there are nicer libraries?
* [ ] Minor thing, but I feel "Date joined" and "Last seen" should be in the top section, where the avatar and name are, rather than in the custom profile fields section.
* [ ] Should timezone be included as another default piece of info shown? | 1.0 | custom profile fields: Make minor clean-ups. - Found a few minor bugs in custom profile fields.
**User Settings**
* [x] For "User" type, it looks greyed out, and also if you type afterwards it is in a small font

It also doesn't work great for entering more than 1 name, though not sure what the solution should be (the box should expand horizontally then vertically to fit all the names you enter?)
* [ ] For "Date" type, it should start at the current day if the field is empty. (To repro: pick a random day from the date picker. Then delete it. Then open the date picker again)
* [x] For "Choices" type, I think the top one should be blank, rather than `--Select--`
* [x] Could be followup, but there should be a way to view your profile from this page.
**Admin Settings**
* [x] For adding a new field, in the dropdown let's rename "Choices" to "List of options", "URL" to "Link", "Date" to "Date picker", and "User" to "Person picker". In the table they can just be "List", "Link", "Date", "Person".
* [ ] When there are no custom fields, it would be nice to remove the table headers at the top:

* [x] I think it makes sense for the table to have fixed width for each of the four columns (or rather, width that only depends on the width of the screen, and not on the width of any entered text).
* [x] For "Field choices": I think each entry should just have a trash can to the right, and there can be an extra blank row for adding a new field, like

* [x] The headings ("Text" and "order") at the top of this should go away: 
**Viewing profile**
* [x] Viewing profile and then clicking on the Edit icon next to Iago's name gives

(i.e. the popover isn't going away)
* [x] Dates should be shown as "August 10, 2018" not "8/10/2018" since different countries use different conventions for month and day order
* [ ] We show the perfect scrollbar too soon; we should wait to show it until the mouse is closer to the right edge.
* [x] Some visual styling things that could be followup: I think the `x` could be better, and also I think the whole popover could have slightly looser spacing.
* [x] Definitely a V3 thing unless it's easy, but would be nice for the User type to use the pills
* [x] For Last seen: "Last seen just now" -> "Just now", and "Unknown" -> "More than 3 weeks ago" or whatever the cutoff is.
As followups:
* [ ] The date picker could use a little better styling; I assume we're just using a library for this, and maybe there are nicer libraries?
* [ ] Minor thing, but I feel "Date joined" and "Last seen" should be in the top section, where the avatar and name are, rather than in the custom profile fields section.
* [ ] Should timezone be included as another default piece of info shown? | priority | custom profile fields make minor clean ups found a few minor bugs in custom profile fields user settings for user type it looks greyed out and also if you type afterwards it is in a small font it also doesn t work great for entering more than name though not sure what the solution should be the box should expand horizontally then vertically to fit all the names you enter for date type it should start at the current day if the field is empty to repro pick a random day from the date picker then delete it then open the date picker again for choices type i think the top one should be blank rather than select could be followup but there should be a way to view your profile from this page admin settings for adding a new field in the dropdown let s rename choices to list of options url to link date to date picker and user to person picker in the table they can just be list link date person when there are no custom fields it would be nice to remove the table headers at the top i think it makes sense for the table to have fixed width for each of the four columns or rather width that only depends on the width of the screen and not on the width of any entered text for field choices i think each entry should just have a trash can to the right and there can be an extra blank row for adding a new field like the headings text and order at the top of this should go away viewing profile viewing profile and then clicking on the edit icon next to iago s name gives i e the popover isn t going away dates should be shown as august not since different countries use different conventions for month and day order we show the perfect scrollbar too soon we should wait to show it until the mouse is closer to the right edge some visual styling things that could be followup i think the x could be better and also i think the whole popover could have slightly looser spacing definitely a thing unless it s easy but would be nice for the user type to use the pills for last seen last seen just now just now and unknown more than weeks ago or whatever the cutoff is as followups the date picker could use a little better styling i assume we re just using a library for this and maybe there are nicer libraries minor thing but i feel date joined and last seen should be in the top section where the avatar and name are rather than in the custom profile fields section should timezone be included as another default piece of info shown | 1 |
34,515 | 2,781,926,796 | IssuesEvent | 2015-05-06 15:38:59 | CUL-DigitalServices/grasshopper-ui | https://api.github.com/repos/CUL-DigitalServices/grasshopper-ui | opened | Login-modal should get it's own handling, split out from index.js | High Priority To Fix | The current implementation of the login-modal isn't up to par with the rest of the modals.
It should only be rendered and shown when an anonymous user triggers an action that can only be done once signed in. | 1.0 | Login-modal should get it's own handling, split out from index.js - The current implementation of the login-modal isn't up to par with the rest of the modals.
It should only be rendered and shown when an anonymous user triggers an action that can only be done once signed in. | priority | login modal should get it s own handling split out from index js the current implementation of the login modal isn t up to par with the rest of the modals it should only be rendered and shown when an anonymous user triggers an action that can only be done once signed in | 1 |
757,029 | 26,493,281,295 | IssuesEvent | 2023-01-18 01:43:37 | Zen-Reportz/zen_dash | https://api.github.com/repos/Zen-Reportz/zen_dash | closed | Add Progress bar for Submit Form | enhancement high priority | It would be great to see a progress bar on Submit form button click so I can see if it was successful or not. | 1.0 | Add Progress bar for Submit Form - It would be great to see a progress bar on Submit form button click so I can see if it was successful or not. | priority | add progress bar for submit form it would be great to see a progress bar on submit form button click so i can see if it was successful or not | 1 |
737,570 | 25,521,856,497 | IssuesEvent | 2022-11-28 21:14:23 | dogukanarslan/software-development-practice | https://api.github.com/repos/dogukanarslan/software-development-practice | closed | Make each pin belonging a user | enhancement priority: medium research effort: high state: approved | Currently, created pins does not belong to any user. Everyone can see all created pins. Creator of the pins must be defined.
- [x] Add user id to pins
- [x] List pins which belong to current user on /pins page | 1.0 | Make each pin belonging a user - Currently, created pins does not belong to any user. Everyone can see all created pins. Creator of the pins must be defined.
- [x] Add user id to pins
- [x] List pins which belong to current user on /pins page | priority | make each pin belonging a user currently created pins does not belong to any user everyone can see all created pins creator of the pins must be defined add user id to pins list pins which belong to current user on pins page | 1 |
548,907 | 16,081,224,421 | IssuesEvent | 2021-04-26 05:06:00 | red-hat-storage/ocs-ci | https://api.github.com/repos/red-hat-storage/ocs-ci | closed | BM is missing OCP 4.8 config files | High Priority | > image_data = rhcos_images_file[ocp_version]
E KeyError: '4.8'
ocs_ci/deployment/baremetal.py:196: KeyError | 1.0 | BM is missing OCP 4.8 config files - > image_data = rhcos_images_file[ocp_version]
E KeyError: '4.8'
ocs_ci/deployment/baremetal.py:196: KeyError | priority | bm is missing ocp config files image data rhcos images file e keyerror ocs ci deployment baremetal py keyerror | 1 |
783,266 | 27,524,889,313 | IssuesEvent | 2023-03-06 17:19:46 | minio/docs | https://api.github.com/repos/minio/docs | closed | Update nginx reverse proxy documentation | priority: high | **Summary**
With the release of newer Console, the websocket change impacts the existing nginx reverse proxy guide.
From internal guidance, the following configuration should work as a general starting point:
```
server {
listen 9000;
listen [::]:9000;
server_name localhost;
# To allow special characters in headers
ignore_invalid_headers off;
# Allow any size file to be uploaded.
# Set to a value such as 1000m; to restrict file size to a specific value
client_max_body_size 0;
# To disable buffering
proxy_buffering off;
proxy_request_buffering off;
location / {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_connect_timeout 300;
# Default is HTTP/1, keepalive is only enabled in HTTP/1.1
proxy_http_version 1.1;
proxy_set_header Connection "";
chunked_transfer_encoding off;
proxy_pass http://minio/;
}
}
server {
listen 9001;
listen [::]:9001;
server_name localhost;
# To allow special characters in headers
ignore_invalid_headers off;
# Allow any size file to be uploaded.
# Set to a value such as 1000m; to restrict file size to a specific value
client_max_body_size 0;
# To disable buffering
proxy_buffering off;
proxy_request_buffering off;
location / {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-NginX-Proxy true;
# This is necessary to pass the correct IP to be hashed
real_ip_header X-Real-IP;
proxy_connect_timeout 300;
# To support websocket
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
chunked_transfer_encoding off;
proxy_pass http://console/;
}
}
```
There are some additional bits we need to look into - e.g. subdomains vs path fragments (Console I think supports only the former)
But for now lets update https://min.io/docs/minio/linux/integrations/setup-nginx-proxy-with-minio.html and go from there.
*NOTE*
I noticed on my RHEL 9.1 box that upstream nginx doesn't seem to include the `sites-available` or `default` config hierarchy anymore. There is just an `nginx.conf` file and `nginx.conf.default` in `/etc/nginx`. Maybe this is universal? Regardless references to `sites-available` might not be as helpful now
| 1.0 | Update nginx reverse proxy documentation - **Summary**
With the release of newer Console, the websocket change impacts the existing nginx reverse proxy guide.
From internal guidance, the following configuration should work as a general starting point:
```
server {
listen 9000;
listen [::]:9000;
server_name localhost;
# To allow special characters in headers
ignore_invalid_headers off;
# Allow any size file to be uploaded.
# Set to a value such as 1000m; to restrict file size to a specific value
client_max_body_size 0;
# To disable buffering
proxy_buffering off;
proxy_request_buffering off;
location / {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_connect_timeout 300;
# Default is HTTP/1, keepalive is only enabled in HTTP/1.1
proxy_http_version 1.1;
proxy_set_header Connection "";
chunked_transfer_encoding off;
proxy_pass http://minio/;
}
}
server {
listen 9001;
listen [::]:9001;
server_name localhost;
# To allow special characters in headers
ignore_invalid_headers off;
# Allow any size file to be uploaded.
# Set to a value such as 1000m; to restrict file size to a specific value
client_max_body_size 0;
# To disable buffering
proxy_buffering off;
proxy_request_buffering off;
location / {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-NginX-Proxy true;
# This is necessary to pass the correct IP to be hashed
real_ip_header X-Real-IP;
proxy_connect_timeout 300;
# To support websocket
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
chunked_transfer_encoding off;
proxy_pass http://console/;
}
}
```
There are some additional bits we need to look into - e.g. subdomains vs path fragments (Console I think supports only the former)
But for now lets update https://min.io/docs/minio/linux/integrations/setup-nginx-proxy-with-minio.html and go from there.
*NOTE*
I noticed on my RHEL 9.1 box that upstream nginx doesn't seem to include the `sites-available` or `default` config hierarchy anymore. There is just an `nginx.conf` file and `nginx.conf.default` in `/etc/nginx`. Maybe this is universal? Regardless references to `sites-available` might not be as helpful now
| priority | update nginx reverse proxy documentation summary with the release of newer console the websocket change impacts the existing nginx reverse proxy guide from internal guidance the following configuration should work as a general starting point server listen listen server name localhost to allow special characters in headers ignore invalid headers off allow any size file to be uploaded set to a value such as to restrict file size to a specific value client max body size to disable buffering proxy buffering off proxy request buffering off location proxy set header host http host proxy set header x real ip remote addr proxy set header x forwarded for proxy add x forwarded for proxy set header x forwarded proto scheme proxy connect timeout default is http keepalive is only enabled in http proxy http version proxy set header connection chunked transfer encoding off proxy pass server listen listen server name localhost to allow special characters in headers ignore invalid headers off allow any size file to be uploaded set to a value such as to restrict file size to a specific value client max body size to disable buffering proxy buffering off proxy request buffering off location proxy set header host http host proxy set header x real ip remote addr proxy set header x forwarded for proxy add x forwarded for proxy set header x forwarded proto scheme proxy set header x nginx proxy true this is necessary to pass the correct ip to be hashed real ip header x real ip proxy connect timeout to support websocket proxy http version proxy set header upgrade http upgrade proxy set header connection upgrade chunked transfer encoding off proxy pass there are some additional bits we need to look into e g subdomains vs path fragments console i think supports only the former but for now lets update and go from there note i noticed on my rhel box that upstream nginx doesn t seem to include the sites available or default config hierarchy anymore there is just an nginx conf file and nginx conf default in etc nginx maybe this is universal regardless references to sites available might not be as helpful now | 1 |
76,540 | 3,489,121,626 | IssuesEvent | 2016-01-03 16:11:58 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | Redraw problem after dragging in Java2D display | > Bug Affects Usability Concerns Interface Concerns Simulation Display Java2D OS Windows Priority High Version Git | - Open any model, and launch with a Java2D display.
- Drag the view inside the display.
Some thing happen with the redraw (or repaint) produce the attached shot.

| 1.0 | Redraw problem after dragging in Java2D display - - Open any model, and launch with a Java2D display.
- Drag the view inside the display.
Some thing happen with the redraw (or repaint) produce the attached shot.

| priority | redraw problem after dragging in display open any model and launch with a display drag the view inside the display some thing happen with the redraw or repaint produce the attached shot | 1 |
167,908 | 6,348,812,921 | IssuesEvent | 2017-07-28 11:03:04 | essepuntato/rash | https://api.github.com/repos/essepuntato/rash | closed | Fix endnotes visualization | high priority raje core | Fix endnotes rendered visualisation
Now are rendered as follow
<img width="348" alt="endnotes" src="https://user-images.githubusercontent.com/8267319/27507208-986ebc94-58ca-11e7-9106-7ad1d742f1a8.png">
| 1.0 | Fix endnotes visualization - Fix endnotes rendered visualisation
Now are rendered as follow
<img width="348" alt="endnotes" src="https://user-images.githubusercontent.com/8267319/27507208-986ebc94-58ca-11e7-9106-7ad1d742f1a8.png">
| priority | fix endnotes visualization fix endnotes rendered visualisation now are rendered as follow img width alt endnotes src | 1 |
391,280 | 11,571,670,876 | IssuesEvent | 2020-02-20 22:04:21 | elyukai/optolith-client | https://api.github.com/repos/elyukai/optolith-client | closed | Required attribute values for professions are not ensured | Bug High Priority | It does not update the values after confirming RCP. | 1.0 | Required attribute values for professions are not ensured - It does not update the values after confirming RCP. | priority | required attribute values for professions are not ensured it does not update the values after confirming rcp | 1 |
686,084 | 23,476,268,221 | IssuesEvent | 2022-08-17 06:23:21 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Update the readme and docs mentioning that we need to restart the server after execute shell script enableadaptive.sh | Priority/Highest docs Severity/Critical Component/Deployment Affected-6.0.0 JDK-17 6.0.0-post-ga |
**How to reproduce:**
1. Get https://wso2.org/jenkins/view/products/job/products/job/product-is/org.wso2.is$wso2is/4133/artifact/org.wso2.is/wso2is/6.0.0-alpha3-SNAPSHOT/wso2is-6.0.0-alpha3-SNAPSHOT.zip
2. Up the pack
3. Once the pack is up navigate to carbon-home/bin
4. Execute sh enableadaptive.sh
5. Logs will be printed as script got executed successfully
6. Login to management console or console
7. Create a application
8. Go to local and outbound configs or sign in methods and check whether the adaptive script templates are visible
Adaptive scripts templates are not visible
Pls check attached video
https://user-images.githubusercontent.com/31848014/177572226-cf4a0eec-3435-4378-8c83-c949709c8fcc.mp4
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
ubuntu 20
Oracle JDK 17.0.3.1
pack https://wso2.org/jenkins/view/products/job/products/job/product-is/org.wso2.is$wso2is/4133/artifact/org.wso2.is/wso2is/6.0.0-alpha3-SNAPSHOT/wso2is-6.0.0-alpha3-SNAPSHOT.zip
| 1.0 | Update the readme and docs mentioning that we need to restart the server after execute shell script enableadaptive.sh -
**How to reproduce:**
1. Get https://wso2.org/jenkins/view/products/job/products/job/product-is/org.wso2.is$wso2is/4133/artifact/org.wso2.is/wso2is/6.0.0-alpha3-SNAPSHOT/wso2is-6.0.0-alpha3-SNAPSHOT.zip
2. Up the pack
3. Once the pack is up navigate to carbon-home/bin
4. Execute sh enableadaptive.sh
5. Logs will be printed as script got executed successfully
6. Login to management console or console
7. Create a application
8. Go to local and outbound configs or sign in methods and check whether the adaptive script templates are visible
Adaptive scripts templates are not visible
Pls check attached video
https://user-images.githubusercontent.com/31848014/177572226-cf4a0eec-3435-4378-8c83-c949709c8fcc.mp4
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
ubuntu 20
Oracle JDK 17.0.3.1
pack https://wso2.org/jenkins/view/products/job/products/job/product-is/org.wso2.is$wso2is/4133/artifact/org.wso2.is/wso2is/6.0.0-alpha3-SNAPSHOT/wso2is-6.0.0-alpha3-SNAPSHOT.zip
| priority | update the readme and docs mentioning that we need to restart the server after execute shell script enableadaptive sh how to reproduce get up the pack once the pack is up navigate to carbon home bin execute sh enableadaptive sh logs will be printed as script got executed successfully login to management console or console create a application go to local and outbound configs or sign in methods and check whether the adaptive script templates are visible adaptive scripts templates are not visible pls check attached video environment information please complete the following information remove any unnecessary fields ubuntu oracle jdk pack | 1 |
455,951 | 13,134,338,980 | IssuesEvent | 2020-08-06 23:09:14 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | torch.nn.functional.grid_sample segfaults on large inputs | high priority module: nn topic: crash triaged | ## 🐛 Bug
Running `grid_sample` on a single image with large dimensions causes a segfault.
## To Reproduce
The following is a minimum reproducible snippet that will consistently cause a segfault:
```python
import torch
coords = torch.tensor([[[[-1., -1.],
[ 1., -1.]],
[[-1., 1.],
[ 1., 1.]]]])
im = torch.zeros([1, 1, 32769, 65536])
result = torch.nn.functional.grid_sample(im, coords, align_corners=False)
```
Note, however, that the following code works fine:
```python
import torch
coords = torch.tensor([[[[-1., -1.],
[ 1., -1.]],
[[-1., 1.],
[ 1., 1.]]]])
im = torch.zeros([1, 1, 32768, 65536])
result = torch.nn.functional.grid_sample(im, coords, align_corners=False)
```
## Expected behavior
The first code snippet should not cause a segfault.
## Environment
I tested on two machines: An NVIDIA DGX STATION, and a MacBook.
DGX STATION:
```
Collecting environment information...
PyTorch version: 1.4.0+cu100
Is debug build: No
CUDA used to build PyTorch: 10.0
OS: Ubuntu 18.04.2 LTS
GCC version: (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
CMake version: version 3.10.2
Python version: 3.6
Is CUDA available: Yes
CUDA runtime version: 10.0.130
GPU models and configuration:
GPU 0: Tesla V100-DGXS-32GB
GPU 1: Tesla V100-DGXS-32GB
GPU 2: Tesla V100-DGXS-32GB
GPU 3: Tesla V100-DGXS-32GB
Nvidia driver version: 410.104
cuDNN version: /usr/lib/x86_64-linux-gnu/libcudnn.so.7.5.0
Versions of relevant libraries:
[pip] numpy==1.17.4
[pip] numpydoc==0.9.1
[pip] pytorch3d==0.2.0
[pip] torch==1.4.0+cu100
[pip] torchstat==0.0.7
[pip] torchvision==0.4.2
[conda] blas 1.0 mkl
[conda] cudatoolkit 10.0.130 0
[conda] libblas 3.8.0 14_mkl conda-forge
[conda] libcblas 3.8.0 14_mkl conda-forge
[conda] liblapack 3.8.0 14_mkl conda-forge
[conda] liblapacke 3.8.0 14_mkl conda-forge
[conda] mkl 2019.4 243
[conda] mkl-service 2.3.0 py36he904b0f_0
[conda] mkl_fft 1.0.15 py36ha843d7b_0
[conda] mkl_random 1.1.0 py36hd6b4f25_0
[conda] numpy 1.17.4 py36hc1035e2_0
[conda] numpy-base 1.17.4 py36hde5b4d6_0
[conda] numpydoc 0.9.1 py_0
[conda] pytorch3d 0.2.0 pypi_0 pypi
[conda] torch 1.4.0+cu100 pypi_0 pypi
[conda] torchstat 0.0.7 pypi_0 pypi
[conda] torchvision 0.4.2 py36_cu100 pytorch
```
MacBook:
```
PyTorch version: 1.5.1
Is debug build: No
CUDA used to build PyTorch: None
OS: Mac OSX 10.14.6
GCC version: Could not collect
CMake version: version 3.16.5
Python version: 3.7
Is CUDA available: No
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
Versions of relevant libraries:
[pip] numpy==1.16.2
[pip] numpydoc==0.8.0
[pip] torch==1.5.1
[pip] torchvision==0.6.0a0+35d732a
[conda] blas 1.0 mkl
[conda] mkl 2019.3 199
[conda] mkl-service 1.1.2 py37hfbe908c_5
[conda] mkl_fft 1.0.10 py37h5e564d8_0
[conda] mkl_random 1.0.2 py37h27c97d8_0
[conda] numpy 1.16.2 py37hacdab7b_0
[conda] numpy-base 1.16.2 py37h6575580_0
[conda] numpydoc 0.8.0 py37_0
[conda] pytorch 1.5.1 py3.7_0 pytorch
[conda] torchvision 0.6.1 py37_cpu pytorch
```
cc @ezyang @gchanan @zou3519 @albanD @mruberry | 1.0 | torch.nn.functional.grid_sample segfaults on large inputs - ## 🐛 Bug
Running `grid_sample` on a single image with large dimensions causes a segfault.
## To Reproduce
The following is a minimum reproducible snippet that will consistently cause a segfault:
```python
import torch
coords = torch.tensor([[[[-1., -1.],
[ 1., -1.]],
[[-1., 1.],
[ 1., 1.]]]])
im = torch.zeros([1, 1, 32769, 65536])
result = torch.nn.functional.grid_sample(im, coords, align_corners=False)
```
Note, however, that the following code works fine:
```python
import torch
coords = torch.tensor([[[[-1., -1.],
[ 1., -1.]],
[[-1., 1.],
[ 1., 1.]]]])
im = torch.zeros([1, 1, 32768, 65536])
result = torch.nn.functional.grid_sample(im, coords, align_corners=False)
```
## Expected behavior
The first code snippet should not cause a segfault.
## Environment
I tested on two machines: An NVIDIA DGX STATION, and a MacBook.
DGX STATION:
```
Collecting environment information...
PyTorch version: 1.4.0+cu100
Is debug build: No
CUDA used to build PyTorch: 10.0
OS: Ubuntu 18.04.2 LTS
GCC version: (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
CMake version: version 3.10.2
Python version: 3.6
Is CUDA available: Yes
CUDA runtime version: 10.0.130
GPU models and configuration:
GPU 0: Tesla V100-DGXS-32GB
GPU 1: Tesla V100-DGXS-32GB
GPU 2: Tesla V100-DGXS-32GB
GPU 3: Tesla V100-DGXS-32GB
Nvidia driver version: 410.104
cuDNN version: /usr/lib/x86_64-linux-gnu/libcudnn.so.7.5.0
Versions of relevant libraries:
[pip] numpy==1.17.4
[pip] numpydoc==0.9.1
[pip] pytorch3d==0.2.0
[pip] torch==1.4.0+cu100
[pip] torchstat==0.0.7
[pip] torchvision==0.4.2
[conda] blas 1.0 mkl
[conda] cudatoolkit 10.0.130 0
[conda] libblas 3.8.0 14_mkl conda-forge
[conda] libcblas 3.8.0 14_mkl conda-forge
[conda] liblapack 3.8.0 14_mkl conda-forge
[conda] liblapacke 3.8.0 14_mkl conda-forge
[conda] mkl 2019.4 243
[conda] mkl-service 2.3.0 py36he904b0f_0
[conda] mkl_fft 1.0.15 py36ha843d7b_0
[conda] mkl_random 1.1.0 py36hd6b4f25_0
[conda] numpy 1.17.4 py36hc1035e2_0
[conda] numpy-base 1.17.4 py36hde5b4d6_0
[conda] numpydoc 0.9.1 py_0
[conda] pytorch3d 0.2.0 pypi_0 pypi
[conda] torch 1.4.0+cu100 pypi_0 pypi
[conda] torchstat 0.0.7 pypi_0 pypi
[conda] torchvision 0.4.2 py36_cu100 pytorch
```
MacBook:
```
PyTorch version: 1.5.1
Is debug build: No
CUDA used to build PyTorch: None
OS: Mac OSX 10.14.6
GCC version: Could not collect
CMake version: version 3.16.5
Python version: 3.7
Is CUDA available: No
CUDA runtime version: No CUDA
GPU models and configuration: No CUDA
Nvidia driver version: No CUDA
cuDNN version: No CUDA
Versions of relevant libraries:
[pip] numpy==1.16.2
[pip] numpydoc==0.8.0
[pip] torch==1.5.1
[pip] torchvision==0.6.0a0+35d732a
[conda] blas 1.0 mkl
[conda] mkl 2019.3 199
[conda] mkl-service 1.1.2 py37hfbe908c_5
[conda] mkl_fft 1.0.10 py37h5e564d8_0
[conda] mkl_random 1.0.2 py37h27c97d8_0
[conda] numpy 1.16.2 py37hacdab7b_0
[conda] numpy-base 1.16.2 py37h6575580_0
[conda] numpydoc 0.8.0 py37_0
[conda] pytorch 1.5.1 py3.7_0 pytorch
[conda] torchvision 0.6.1 py37_cpu pytorch
```
cc @ezyang @gchanan @zou3519 @albanD @mruberry | priority | torch nn functional grid sample segfaults on large inputs 🐛 bug running grid sample on a single image with large dimensions causes a segfault to reproduce the following is a minimum reproducible snippet that will consistently cause a segfault python import torch coords torch tensor im torch zeros result torch nn functional grid sample im coords align corners false note however that the following code works fine python import torch coords torch tensor im torch zeros result torch nn functional grid sample im coords align corners false expected behavior the first code snippet should not cause a segfault environment i tested on two machines an nvidia dgx station and a macbook dgx station collecting environment information pytorch version is debug build no cuda used to build pytorch os ubuntu lts gcc version ubuntu cmake version version python version is cuda available yes cuda runtime version gpu models and configuration gpu tesla dgxs gpu tesla dgxs gpu tesla dgxs gpu tesla dgxs nvidia driver version cudnn version usr lib linux gnu libcudnn so versions of relevant libraries numpy numpydoc torch torchstat torchvision blas mkl cudatoolkit libblas mkl conda forge libcblas mkl conda forge liblapack mkl conda forge liblapacke mkl conda forge mkl mkl service mkl fft mkl random numpy numpy base numpydoc py pypi pypi torch pypi pypi torchstat pypi pypi torchvision pytorch macbook pytorch version is debug build no cuda used to build pytorch none os mac osx gcc version could not collect cmake version version python version is cuda available no cuda runtime version no cuda gpu models and configuration no cuda nvidia driver version no cuda cudnn version no cuda versions of relevant libraries numpy numpydoc torch torchvision blas mkl mkl mkl service mkl fft mkl random numpy numpy base numpydoc pytorch pytorch torchvision cpu pytorch cc ezyang gchanan alband mruberry | 1 |
697,293 | 23,934,250,684 | IssuesEvent | 2022-09-11 01:38:29 | hengband/hengband | https://api.github.com/repos/hengband/hengband | opened | 座標を表すクラスを作る | refactor Priority:HIGH | 「POSITION y, POSITION x」が多すぎる
引数の値を変えている箇所もあるのでリファクタリングが困難
ほぼ確実にセットで使うのでクラス化するだけで全然違うと思われる
……が少なくとも600組検索に引っかかるのでいつやるかは別途検討 | 1.0 | 座標を表すクラスを作る - 「POSITION y, POSITION x」が多すぎる
引数の値を変えている箇所もあるのでリファクタリングが困難
ほぼ確実にセットで使うのでクラス化するだけで全然違うと思われる
……が少なくとも600組検索に引っかかるのでいつやるかは別途検討 | priority | 座標を表すクラスを作る 「position y position x」が多すぎる 引数の値を変えている箇所もあるのでリファクタリングが困難 ほぼ確実にセットで使うのでクラス化するだけで全然違うと思われる …… | 1 |
150,037 | 5,733,125,156 | IssuesEvent | 2017-04-21 16:25:35 | washingtonstateuniversity/WSU-Web-Crawler | https://api.github.com/repos/washingtonstateuniversity/WSU-Web-Crawler | opened | Log response codes | enhancement priority:high | This specifically allows us to separate 404s so that we can avoid them in future scans. | 1.0 | Log response codes - This specifically allows us to separate 404s so that we can avoid them in future scans. | priority | log response codes this specifically allows us to separate so that we can avoid them in future scans | 1 |
813,286 | 30,452,121,369 | IssuesEvent | 2023-07-16 12:36:31 | itinerare/Mundialis | https://api.github.com/repos/itinerare/Mundialis | closed | Including numbers in page name causes 404 | bug priority:high scope:pages | **Describe the bug**
When creating or editing an Event page, using numbers into the title causes the page to become inaccessible and shows a 404 error.
**To Reproduce**
1. Create event page and name it "2014-15 Event"
2. Creation is successful
3. Navigating to the page shows 404.
**Expected behavior**
To be able to see the page
**Additional context**
Removing the title from the address bar (for example /pages/8 instead of /pages/8.2014-15_Event) navigates to the page correctly. 404 only happens when the first character of a title is a number, numbers work fine at the middle or end of a title | 1.0 | Including numbers in page name causes 404 - **Describe the bug**
When creating or editing an Event page, using numbers into the title causes the page to become inaccessible and shows a 404 error.
**To Reproduce**
1. Create event page and name it "2014-15 Event"
2. Creation is successful
3. Navigating to the page shows 404.
**Expected behavior**
To be able to see the page
**Additional context**
Removing the title from the address bar (for example /pages/8 instead of /pages/8.2014-15_Event) navigates to the page correctly. 404 only happens when the first character of a title is a number, numbers work fine at the middle or end of a title | priority | including numbers in page name causes describe the bug when creating or editing an event page using numbers into the title causes the page to become inaccessible and shows a error to reproduce create event page and name it event creation is successful navigating to the page shows expected behavior to be able to see the page additional context removing the title from the address bar for example pages instead of pages event navigates to the page correctly only happens when the first character of a title is a number numbers work fine at the middle or end of a title | 1 |
211,725 | 7,203,938,784 | IssuesEvent | 2018-02-06 10:52:05 | geosolutions-it/unesco-ihp | https://api.github.com/repos/geosolutions-it/unesco-ihp | closed | Emails received when user account is activated/notifications | Priority: High unesco-ihp | When inviting users to join the platform, I realised that there is a problem with the notifications emails the new user receives when his account is activated. Sorry I miss this issue before.
So, at the moment, when a user account is activated by an Admin, the user automatically receives 2 emails:
- One to notify him of the activation of his account (current subject: “Your account is now active”)
- One on how to manage notifications (Current subject: “IHP-WINS Notifications/Notifications IHP-WINS”)
-->
1/Can you deactivate the automatic sending of the email on notifications? As a result, newly activated users only erceive 1 email on the activation of their account.
2/ Can you replace the text of the current activation email with the following (including the subject)? See message below for the text
3/ For now, when a user registered, all the email notifications are ticked. This is the default behavior.
Can you ensure that the default behavior is the opposite: i.e. when a user registered, all his email notifications are unticked?
Thank you. | 1.0 | Emails received when user account is activated/notifications - When inviting users to join the platform, I realised that there is a problem with the notifications emails the new user receives when his account is activated. Sorry I miss this issue before.
So, at the moment, when a user account is activated by an Admin, the user automatically receives 2 emails:
- One to notify him of the activation of his account (current subject: “Your account is now active”)
- One on how to manage notifications (Current subject: “IHP-WINS Notifications/Notifications IHP-WINS”)
-->
1/Can you deactivate the automatic sending of the email on notifications? As a result, newly activated users only erceive 1 email on the activation of their account.
2/ Can you replace the text of the current activation email with the following (including the subject)? See message below for the text
3/ For now, when a user registered, all the email notifications are ticked. This is the default behavior.
Can you ensure that the default behavior is the opposite: i.e. when a user registered, all his email notifications are unticked?
Thank you. | priority | emails received when user account is activated notifications when inviting users to join the platform i realised that there is a problem with the notifications emails the new user receives when his account is activated sorry i miss this issue before so at the moment when a user account is activated by an admin the user automatically receives emails one to notify him of the activation of his account current subject “your account is now active” one on how to manage notifications current subject “ihp wins notifications notifications ihp wins” can you deactivate the automatic sending of the email on notifications as a result newly activated users only erceive email on the activation of their account can you replace the text of the current activation email with the following including the subject see message below for the text for now when a user registered all the email notifications are ticked this is the default behavior can you ensure that the default behavior is the opposite i e when a user registered all his email notifications are unticked thank you | 1 |
379,198 | 11,217,312,611 | IssuesEvent | 2020-01-07 08:58:23 | wso2/product-ei | https://api.github.com/repos/wso2/product-ei | closed | Update deployment diagrams to reflect the latest deployment patterns for the Analytics profile | 6.5.0 Priority/Highest Type/Docs | Update the diagrams in [1] to reflect the change in the analytics profile (moving from being DAS-based to SP-based).
[1] https://docs.wso2.com/display/EI650/Clustering+the+Analytics+Profile | 1.0 | Update deployment diagrams to reflect the latest deployment patterns for the Analytics profile - Update the diagrams in [1] to reflect the change in the analytics profile (moving from being DAS-based to SP-based).
[1] https://docs.wso2.com/display/EI650/Clustering+the+Analytics+Profile | priority | update deployment diagrams to reflect the latest deployment patterns for the analytics profile update the diagrams in to reflect the change in the analytics profile moving from being das based to sp based | 1 |
738,452 | 25,560,298,624 | IssuesEvent | 2022-11-30 10:15:23 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Test related to DateTimePicker utc time is failing | bug Priority: High Accepted C040-COMUNE_GE-2022-SUPPORT | ## Description
<!-- Add here a few sentences describing the bug. -->
The unit test related to `DateTimePicker test calendarSetHours disabled option` seems to fail based on the current localization of the machine running the test probably due to [missing hour time in the data input](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/misc/datetimepicker/__tests__/DateTimePicker-test.js#L145)
We need to investigate based on the problem reported in the [mailing list](https://groups.google.com/g/mapstore-users/c/lB-u6y1r9Eo/m/94Qa0Hl2AgAJ) and make the [test](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/misc/datetimepicker/__tests__/DateTimePicker-test.js#L144-L157) more stable
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| 1.0 | Test related to DateTimePicker utc time is failing - ## Description
<!-- Add here a few sentences describing the bug. -->
The unit test related to `DateTimePicker test calendarSetHours disabled option` seems to fail based on the current localization of the machine running the test probably due to [missing hour time in the data input](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/misc/datetimepicker/__tests__/DateTimePicker-test.js#L145)
We need to investigate based on the problem reported in the [mailing list](https://groups.google.com/g/mapstore-users/c/lB-u6y1r9Eo/m/94Qa0Hl2AgAJ) and make the [test](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/components/misc/datetimepicker/__tests__/DateTimePicker-test.js#L144-L157) more stable
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| priority | test related to datetimepicker utc time is failing description the unit test related to datetimepicker test calendarsethours disabled option seems to fail based on the current localization of the machine running the test probably due to we need to investigate based on the problem reported in the and make the more stable not browser related browser info use this site a href for non expert users browser affected version internet explorer edge chrome firefox safari other useful information | 1 |
566,626 | 16,825,727,356 | IssuesEvent | 2021-06-17 18:17:25 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Logger test button doesn't function (and may not make sense) | component:ui priority:high state:in_progress type:bug |
##### ISSUE TYPE
- Bug Report
##### SUMMARY
The 'test' button for logging aggregations is currently inactive by default:

However, since it only appears on the 'Edit' view, that means it never functions right away - once you save, you don't see the button, and you have to go back to the 'Edit' view to click it..
In addition, the 'test' feature only ever tested that the event was sent to the intermediary rsyslog - it does not test the proper receipt of the message on the configured logging server.
Recommendation: remove the button in the UI
##### ENVIRONMENT
* AWX version: head 0f6d2c36a03787ed5ca0c8084815d13e49b344e1, 2021-02-22
| 1.0 | Logger test button doesn't function (and may not make sense) -
##### ISSUE TYPE
- Bug Report
##### SUMMARY
The 'test' button for logging aggregations is currently inactive by default:

However, since it only appears on the 'Edit' view, that means it never functions right away - once you save, you don't see the button, and you have to go back to the 'Edit' view to click it..
In addition, the 'test' feature only ever tested that the event was sent to the intermediary rsyslog - it does not test the proper receipt of the message on the configured logging server.
Recommendation: remove the button in the UI
##### ENVIRONMENT
* AWX version: head 0f6d2c36a03787ed5ca0c8084815d13e49b344e1, 2021-02-22
| priority | logger test button doesn t function and may not make sense issue type bug report summary the test button for logging aggregations is currently inactive by default however since it only appears on the edit view that means it never functions right away once you save you don t see the button and you have to go back to the edit view to click it in addition the test feature only ever tested that the event was sent to the intermediary rsyslog it does not test the proper receipt of the message on the configured logging server recommendation remove the button in the ui environment awx version head | 1 |
630,033 | 20,074,727,578 | IssuesEvent | 2022-02-04 11:22:14 | project-chip/zap | https://api.github.com/repos/project-chip/zap | closed | Codegen instability and non-determinism | matter high priority V1.0 | Once and for all, weed out all non-determinism from zap.
Observations so far:
- main culprit so far seems the use of GROUP BY without aggregators.
- suspicion is around Matter ability to have different attribute configs on different endpoints, which is not allowed in ZigbeePro | 1.0 | Codegen instability and non-determinism - Once and for all, weed out all non-determinism from zap.
Observations so far:
- main culprit so far seems the use of GROUP BY without aggregators.
- suspicion is around Matter ability to have different attribute configs on different endpoints, which is not allowed in ZigbeePro | priority | codegen instability and non determinism once and for all weed out all non determinism from zap observations so far main culprit so far seems the use of group by without aggregators suspicion is around matter ability to have different attribute configs on different endpoints which is not allowed in zigbeepro | 1 |
35,347 | 2,789,880,178 | IssuesEvent | 2015-05-08 22:07:48 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | closed | Reset Password: update email address to be support@ | Component: UX & Upgrade Priority: High Status: QA | Currently email address for reset password emails sent to users is do-not-reply, this needs to be changed to be support@dataverse.org so it is the same as all other emails sent to users.
@pdurbin found where it is here:
https://github.com/IQSS/dataverse/blob/master/src/main/java/edu/harvard/iq/dataverse/passwordreset/PasswordResetServiceBean.java | 1.0 | Reset Password: update email address to be support@ - Currently email address for reset password emails sent to users is do-not-reply, this needs to be changed to be support@dataverse.org so it is the same as all other emails sent to users.
@pdurbin found where it is here:
https://github.com/IQSS/dataverse/blob/master/src/main/java/edu/harvard/iq/dataverse/passwordreset/PasswordResetServiceBean.java | priority | reset password update email address to be support currently email address for reset password emails sent to users is do not reply this needs to be changed to be support dataverse org so it is the same as all other emails sent to users pdurbin found where it is here | 1 |
33,917 | 2,773,511,809 | IssuesEvent | 2015-05-03 18:11:55 | fullphat/snarl | https://api.github.com/repos/fullphat/snarl | closed | another unreal issue | auto-migrated Priority-High Type-Enhancement | ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
```
Original issue reported on code.google.com by `chris....@fullphat.net` on 22 May 2011 at 2:16 | 1.0 | another unreal issue - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
```
Original issue reported on code.google.com by `chris....@fullphat.net` on 22 May 2011 at 2:16 | priority | another unreal issue what steps will reproduce the problem what is the expected output what do you see instead please use labels and text to provide additional information original issue reported on code google com by chris fullphat net on may at | 1 |
459,063 | 13,185,570,686 | IssuesEvent | 2020-08-12 21:42:14 | nahshov/Instaglam | https://api.github.com/repos/nahshov/Instaglam | closed | BUG: signup/login form are case sensitive. | bug client high priority | If i try to sign up with this email: 1@1.com or 1@1.COM they should both work | 1.0 | BUG: signup/login form are case sensitive. - If i try to sign up with this email: 1@1.com or 1@1.COM they should both work | priority | bug signup login form are case sensitive if i try to sign up with this email com or com they should both work | 1 |
460,991 | 13,221,913,366 | IssuesEvent | 2020-08-17 14:44:50 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | opened | NTD Zambia web reporting % structures visited data not showing | NTD Priority: High bug | For the Zambia NTD web reporting, no data is coming through for one the of statistics "Structures Visited (%)" across all levels of the jurisdiction hierarchy.
I am currently looking at plan: NTD Zambia Test Dynamic-MDA 2020-08-13. We are currently testing in this plan and registering structures, so this % should not be 0.
<img width="1317" alt="Screen Shot 2020-08-17 at 7 44 26 AM" src="https://user-images.githubusercontent.com/12836913/90409025-7ce23000-e05d-11ea-937b-7233051cb3c6.png">
@moshthepitt **one other small edit:** that column currently reads "Structur**ed** Visited" instead of Structures Visited" if you could make a quick copy change. | 1.0 | NTD Zambia web reporting % structures visited data not showing - For the Zambia NTD web reporting, no data is coming through for one the of statistics "Structures Visited (%)" across all levels of the jurisdiction hierarchy.
I am currently looking at plan: NTD Zambia Test Dynamic-MDA 2020-08-13. We are currently testing in this plan and registering structures, so this % should not be 0.
<img width="1317" alt="Screen Shot 2020-08-17 at 7 44 26 AM" src="https://user-images.githubusercontent.com/12836913/90409025-7ce23000-e05d-11ea-937b-7233051cb3c6.png">
@moshthepitt **one other small edit:** that column currently reads "Structur**ed** Visited" instead of Structures Visited" if you could make a quick copy change. | priority | ntd zambia web reporting structures visited data not showing for the zambia ntd web reporting no data is coming through for one the of statistics structures visited across all levels of the jurisdiction hierarchy i am currently looking at plan ntd zambia test dynamic mda we are currently testing in this plan and registering structures so this should not be img width alt screen shot at am src moshthepitt one other small edit that column currently reads structur ed visited instead of structures visited if you could make a quick copy change | 1 |
804,259 | 29,481,605,104 | IssuesEvent | 2023-06-02 06:19:23 | curiouslearning/FeedTheMonsterJS | https://api.github.com/repos/curiouslearning/FeedTheMonsterJS | closed | Timer issue. | bug High Priority | - Here when the stones appear automatically there is a 2 seconds delay before the timer starts, during this delay if we give the input then the timer starts while congratulating audio is playing.
https://images.zenhubusercontent.com/518897719/6cdcde3e-cd70-4e1f-885b-15a7d531640a/record_2023_05_30_12_05_14.mp4. | 1.0 | Timer issue. - - Here when the stones appear automatically there is a 2 seconds delay before the timer starts, during this delay if we give the input then the timer starts while congratulating audio is playing.
https://images.zenhubusercontent.com/518897719/6cdcde3e-cd70-4e1f-885b-15a7d531640a/record_2023_05_30_12_05_14.mp4. | priority | timer issue here when the stones appear automatically there is a seconds delay before the timer starts during this delay if we give the input then the timer starts while congratulating audio is playing | 1 |
785,499 | 27,616,172,174 | IssuesEvent | 2023-03-09 19:32:36 | iteam-software/simonsfirm | https://api.github.com/repos/iteam-software/simonsfirm | closed | content(staff): update Audra's title | :grey_exclamation: priority:high :memo: content :muscle: effort:low | Audra needs us to modify her role on the website to say Office Manager/Paralegal | 1.0 | content(staff): update Audra's title - Audra needs us to modify her role on the website to say Office Manager/Paralegal | priority | content staff update audra s title audra needs us to modify her role on the website to say office manager paralegal | 1 |
674,400 | 23,049,070,967 | IssuesEvent | 2022-07-24 10:59:38 | EmulatorNexus/VeniceUnleashed | https://api.github.com/repos/EmulatorNexus/VeniceUnleashed | opened | VU no longer starts, no crash message either. | bug high priority WTF | From discord haco#9376:
```
Someone has the same issue?
VU is not launching anymore (game window opens with black screen for some seconds and exits to desktop without crash or log dump)
Last & currently working version is18896, everything afterwards (tested 19002, 004 and 006) does not work.
Using Windows 10 + Origin
Tried everything: Reinstall, Repair Game Files, launch vanilla game again, removed VeniceUnleashed folder in AppData, tried the zip version, tried zip version in bf3 folder, restarted pc, disabled AV and Firewall, try launching while Origin is open, killed all processes from origin/vu/ea core server
```
Other users are also having the same issue | 1.0 | VU no longer starts, no crash message either. - From discord haco#9376:
```
Someone has the same issue?
VU is not launching anymore (game window opens with black screen for some seconds and exits to desktop without crash or log dump)
Last & currently working version is18896, everything afterwards (tested 19002, 004 and 006) does not work.
Using Windows 10 + Origin
Tried everything: Reinstall, Repair Game Files, launch vanilla game again, removed VeniceUnleashed folder in AppData, tried the zip version, tried zip version in bf3 folder, restarted pc, disabled AV and Firewall, try launching while Origin is open, killed all processes from origin/vu/ea core server
```
Other users are also having the same issue | priority | vu no longer starts no crash message either from discord haco someone has the same issue vu is not launching anymore game window opens with black screen for some seconds and exits to desktop without crash or log dump last currently working version everything afterwards tested and does not work using windows origin tried everything reinstall repair game files launch vanilla game again removed veniceunleashed folder in appdata tried the zip version tried zip version in folder restarted pc disabled av and firewall try launching while origin is open killed all processes from origin vu ea core server other users are also having the same issue | 1 |
73,536 | 3,413,432,072 | IssuesEvent | 2015-12-06 17:52:52 | blackwatchint/blackwatchint | https://api.github.com/repos/blackwatchint/blackwatchint | closed | Switch weapons while moving | High Priority Meeting Modpack Rejected Request | **Description:**
This addon allows you to switch between weapons while still being able to move.
I've mashed up a proof of concept for the "Moving and switching weapons at the same time" feature. While it's kinda hacky and my config skills are rusty, hopefully someone with better knowledge of the animation system and the engine might find this useful (hint, hint).
It implements gesture versions of the default BI switching animations and relies on using the "User Action 17" and "User Action 18" controls to function. Action menu actions and keybinds for "Switch to handgun/launcher" will still use the default "stop and switch" method.
In this version, the weapon IK works so it looks nicer than in earlier videos I've shown.
**Download:** http://www.armaholic.com/page.php?id=21553
**Size:** 1MB | 1.0 | Switch weapons while moving - **Description:**
This addon allows you to switch between weapons while still being able to move.
I've mashed up a proof of concept for the "Moving and switching weapons at the same time" feature. While it's kinda hacky and my config skills are rusty, hopefully someone with better knowledge of the animation system and the engine might find this useful (hint, hint).
It implements gesture versions of the default BI switching animations and relies on using the "User Action 17" and "User Action 18" controls to function. Action menu actions and keybinds for "Switch to handgun/launcher" will still use the default "stop and switch" method.
In this version, the weapon IK works so it looks nicer than in earlier videos I've shown.
**Download:** http://www.armaholic.com/page.php?id=21553
**Size:** 1MB | priority | switch weapons while moving description this addon allows you to switch between weapons while still being able to move i ve mashed up a proof of concept for the moving and switching weapons at the same time feature while it s kinda hacky and my config skills are rusty hopefully someone with better knowledge of the animation system and the engine might find this useful hint hint it implements gesture versions of the default bi switching animations and relies on using the user action and user action controls to function action menu actions and keybinds for switch to handgun launcher will still use the default stop and switch method in this version the weapon ik works so it looks nicer than in earlier videos i ve shown download size | 1 |
767,593 | 26,932,714,485 | IssuesEvent | 2023-02-07 18:00:28 | kubermatic/kubermatic | https://api.github.com/repos/kubermatic/kubermatic | closed | kubermatic-seed-controller-manager crashes with concurrent map writes | kind/bug priority/high | ### What happened?
kubermatic-seed-controller-manager is occasionally (at 37 restarts since the upgrade yesterday) crashing in our 2.22 QA environment. It seems to be related to kubevirt client code and mirrors what is happening in kubermatic-api (https://github.com/kubermatic/dashboard/issues/5660), also related to kubevirt code.
<!-- Try to provide as much information as possible.
If you're reporting a security issue, please check the guidelines for reporting security issues:
https://github.com/kubermatic/kubermatic/blob/main/CONTRIBUTING.md#reporting-a-security-vulnerability -->
```
fatal error: concurrent map writes
fatal error: concurrent map writes
goroutine 2413 [running]:
k8s.io/apimachinery/pkg/runtime.(*Scheme).AddKnownTypeWithName(0xc00028d880, {{0x4316a19, 0xb}, {0x43050aa, 0x2}, {0x3606da8, 0x16}}, {0x4a31f78?, 0xc001c50100})
k8s.io/apimachinery@v0.26.1/pkg/runtime/scheme.go:175 +0x2f7
k8s.io/apimachinery/pkg/runtime.(*Scheme).AddKnownTypes(0xc00028d880, {{0x4316a19?, 0x0?}, {0x43050aa?, 0x40dc07?}}, {0xc002b4fef0?, 0xc, 0x7fcea6003ad0?})
k8s.io/apimachinery@v0.26.1/pkg/runtime/scheme.go:149 +0x237
kubevirt.io/api/core/v1.AddKnownTypesGenerator.func1(0xc005508be0?)
kubevirt.io/api@v0.58.0/core/v1/register.go:92 +0x34b
k8s.io/apimachinery/pkg/runtime.(*SchemeBuilder).AddToScheme(0x4a41960?, 0xc005508be0?)
k8s.io/apimachinery@v0.26.1/pkg/runtime/scheme_builder.go:29 +0x5b
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt.newClient({0xc0018cc000, 0x1626}, {{0x0, {0x0, 0x0}, {0x0, 0x0}}, {0x0, 0x0, 0x0}, ...})
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt/client.go:73 +0x1c2
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt.NewClient(...)
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt/client.go:90
k8c.io/kubermatic/v2/pkg/resources/csi/kubevirt.InfraAccessSecretReconciler.func1.1(0xc00322c280)
k8c.io/kubermatic/v2/pkg/resources/csi/kubevirt/secret.go:52 +0x2ac
k8c.io/reconciler/pkg/reconciling.SecretObjectWrapper.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/zz_generated_reconcile.go:121 +0x3f
k8c.io/reconciler/pkg/reconciling.CreateWithNamespace.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:46 +0x3d
k8c.io/reconciler/pkg/reconciling.CreateWithName.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:57 +0x3d
k8c.io/reconciler/pkg/reconciling.CreateWithNamespace.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:46 +0x3d
k8c.io/reconciler/pkg/reconciling.CreateWithName.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:57 +0x3d
k8c.io/reconciler/pkg/reconciling.EnsureNamedObject({0x4a44108, 0xc0027b8900}, {{0xc003107008?, 0x0?}, {0x433c986?, 0x0?}}, 0x0?, {0x4a5baa8, 0xc000931140}, {0x4a75f70, ...}, ...)
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:122 +0x602
k8c.io/reconciler/pkg/reconciling.ReconcileSecrets({0x4a44108, 0xc0027b8900}, {0xc004f1db00, 0x1f, 0xc004cd5800?}, {0xc003107008, 0x12}, {0x4a5baa8, 0xc000931140}, {0x0, ...})
k8c.io/reconciler@v0.3.1/pkg/reconciling/zz_generated_reconcile.go:139 +0x186
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).ensureSecrets(0xc000031a40, {0x4a44108, 0xc0027b8900}, 0xc004cd5800, 0xc004cd5800?)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/resources.go:506 +0x96
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).ensureResourcesAreDeployed(0xc000031a40, {0x4a44108, 0xc0027b8900}, 0xc004cd5800, 0x1?)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/resources.go:105 +0x31a
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).reconcileCluster(0xc000031a40?, {0x4a44108, 0xc0027b8900}, 0xc004cd5800, 0x6d3ea40?)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/pending.go:51 +0x19b
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).reconcile(0xc000031a40, {0x4a44108?, 0xc0027b8900}, 0xc000031a40?, 0xc004cd5800)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/cluster_controller.go:310 +0x385
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).Reconcile.func1()
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/cluster_controller.go:268 +0x9a
k8c.io/kubermatic/v2/pkg/apis/kubermatic/v1/helper.ClusterReconcileWrapper({0x4a44108, 0xc0027b8900}, {0x4a5baa8, 0xc000931140}, {0x7ffccdd2929c, 0x0}, 0xc004cd5800, {{0x49ffdf0, 0x1c}, {0x4a34240, ...}, ...}, ...)
k8c.io/kubermatic/v2/pkg/apis/kubermatic/v1/helper/helper.go:86 +0xe2
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).Reconcile(0xc000031a40, {0x4a44108, 0xc0027b8900}, {{{0x0?, 0x10?}, {0xc003815656?, 0x40dc07?}}})
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/cluster_controller.go:252 +0x2f8
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x4a44108?, {0x4a44108?, 0xc0027b8900?}, {{{0x0?, 0x38f9ea0?}, {0xc003815656?, 0x0?}}})
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:122 +0xc8
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc000c3cbe0, {0x4a44060, 0xc000947fc0}, {0x3d30ea0?, 0xc0030a9400?})
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:323 +0x38f
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc000c3cbe0, {0x4a44060, 0xc000947fc0})
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:274 +0x1d9
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:235 +0x85
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:231 +0x333
```
### Expected behavior
<!-- What did you expected to happen? -->
kubermatic-seed-controller-manager shouldn't be crashing.
### How to reproduce the issue?
<!-- Please provide as much information as possible, so we can reproduce the issue on our own. -->
Unclear, but looks like interacting with / creating KubeVirt clusters can trigger the code in question.
### How is your environment configured?
- KKP version: v2.22.0-alpha.0
- Shared or separate master/seed clusters?: shared
### Provide your KKP manifest here (if applicable)
<!-- Providing an applicable manifest (KubermaticConfiguration, Seed, Cluster or other resources) will help us to reproduce the issue.
Please make sure to redact all secrets (e.g. passwords, URLs...)! -->
<details>
```yaml
# paste manifest here
```
</details>
### What cloud provider are you running on?
<!-- AWS, Azure, DigitalOcean, GCP, Hetzner Cloud, Nutanix, OpenStack, Equinix Metal (Packet), VMware vSphere, Other (e.g. baremetal or non-natively supported provider) -->
N/A
### What operating system are you running in your user cluster?
<!-- Ubuntu 20.04, CentOS 7, Rocky Linux 8, Flatcar Linux, ... (optional, bug might not be related to user cluster) -->
N/A
### Additional information
<!-- Additional information about the bug you're reporting (optional). -->
| 1.0 | kubermatic-seed-controller-manager crashes with concurrent map writes - ### What happened?
kubermatic-seed-controller-manager is occasionally (at 37 restarts since the upgrade yesterday) crashing in our 2.22 QA environment. It seems to be related to kubevirt client code and mirrors what is happening in kubermatic-api (https://github.com/kubermatic/dashboard/issues/5660), also related to kubevirt code.
<!-- Try to provide as much information as possible.
If you're reporting a security issue, please check the guidelines for reporting security issues:
https://github.com/kubermatic/kubermatic/blob/main/CONTRIBUTING.md#reporting-a-security-vulnerability -->
```
fatal error: concurrent map writes
fatal error: concurrent map writes
goroutine 2413 [running]:
k8s.io/apimachinery/pkg/runtime.(*Scheme).AddKnownTypeWithName(0xc00028d880, {{0x4316a19, 0xb}, {0x43050aa, 0x2}, {0x3606da8, 0x16}}, {0x4a31f78?, 0xc001c50100})
k8s.io/apimachinery@v0.26.1/pkg/runtime/scheme.go:175 +0x2f7
k8s.io/apimachinery/pkg/runtime.(*Scheme).AddKnownTypes(0xc00028d880, {{0x4316a19?, 0x0?}, {0x43050aa?, 0x40dc07?}}, {0xc002b4fef0?, 0xc, 0x7fcea6003ad0?})
k8s.io/apimachinery@v0.26.1/pkg/runtime/scheme.go:149 +0x237
kubevirt.io/api/core/v1.AddKnownTypesGenerator.func1(0xc005508be0?)
kubevirt.io/api@v0.58.0/core/v1/register.go:92 +0x34b
k8s.io/apimachinery/pkg/runtime.(*SchemeBuilder).AddToScheme(0x4a41960?, 0xc005508be0?)
k8s.io/apimachinery@v0.26.1/pkg/runtime/scheme_builder.go:29 +0x5b
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt.newClient({0xc0018cc000, 0x1626}, {{0x0, {0x0, 0x0}, {0x0, 0x0}}, {0x0, 0x0, 0x0}, ...})
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt/client.go:73 +0x1c2
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt.NewClient(...)
k8c.io/kubermatic/v2/pkg/provider/cloud/kubevirt/client.go:90
k8c.io/kubermatic/v2/pkg/resources/csi/kubevirt.InfraAccessSecretReconciler.func1.1(0xc00322c280)
k8c.io/kubermatic/v2/pkg/resources/csi/kubevirt/secret.go:52 +0x2ac
k8c.io/reconciler/pkg/reconciling.SecretObjectWrapper.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/zz_generated_reconcile.go:121 +0x3f
k8c.io/reconciler/pkg/reconciling.CreateWithNamespace.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:46 +0x3d
k8c.io/reconciler/pkg/reconciling.CreateWithName.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:57 +0x3d
k8c.io/reconciler/pkg/reconciling.CreateWithNamespace.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:46 +0x3d
k8c.io/reconciler/pkg/reconciling.CreateWithName.func1({0x4a75f70?, 0xc00322c280?})
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:57 +0x3d
k8c.io/reconciler/pkg/reconciling.EnsureNamedObject({0x4a44108, 0xc0027b8900}, {{0xc003107008?, 0x0?}, {0x433c986?, 0x0?}}, 0x0?, {0x4a5baa8, 0xc000931140}, {0x4a75f70, ...}, ...)
k8c.io/reconciler@v0.3.1/pkg/reconciling/ensure.go:122 +0x602
k8c.io/reconciler/pkg/reconciling.ReconcileSecrets({0x4a44108, 0xc0027b8900}, {0xc004f1db00, 0x1f, 0xc004cd5800?}, {0xc003107008, 0x12}, {0x4a5baa8, 0xc000931140}, {0x0, ...})
k8c.io/reconciler@v0.3.1/pkg/reconciling/zz_generated_reconcile.go:139 +0x186
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).ensureSecrets(0xc000031a40, {0x4a44108, 0xc0027b8900}, 0xc004cd5800, 0xc004cd5800?)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/resources.go:506 +0x96
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).ensureResourcesAreDeployed(0xc000031a40, {0x4a44108, 0xc0027b8900}, 0xc004cd5800, 0x1?)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/resources.go:105 +0x31a
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).reconcileCluster(0xc000031a40?, {0x4a44108, 0xc0027b8900}, 0xc004cd5800, 0x6d3ea40?)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/pending.go:51 +0x19b
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).reconcile(0xc000031a40, {0x4a44108?, 0xc0027b8900}, 0xc000031a40?, 0xc004cd5800)
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/cluster_controller.go:310 +0x385
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).Reconcile.func1()
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/cluster_controller.go:268 +0x9a
k8c.io/kubermatic/v2/pkg/apis/kubermatic/v1/helper.ClusterReconcileWrapper({0x4a44108, 0xc0027b8900}, {0x4a5baa8, 0xc000931140}, {0x7ffccdd2929c, 0x0}, 0xc004cd5800, {{0x49ffdf0, 0x1c}, {0x4a34240, ...}, ...}, ...)
k8c.io/kubermatic/v2/pkg/apis/kubermatic/v1/helper/helper.go:86 +0xe2
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes.(*Reconciler).Reconcile(0xc000031a40, {0x4a44108, 0xc0027b8900}, {{{0x0?, 0x10?}, {0xc003815656?, 0x40dc07?}}})
k8c.io/kubermatic/v2/pkg/controller/seed-controller-manager/kubernetes/cluster_controller.go:252 +0x2f8
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Reconcile(0x4a44108?, {0x4a44108?, 0xc0027b8900?}, {{{0x0?, 0x38f9ea0?}, {0xc003815656?, 0x0?}}})
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:122 +0xc8
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler(0xc000c3cbe0, {0x4a44060, 0xc000947fc0}, {0x3d30ea0?, 0xc0030a9400?})
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:323 +0x38f
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem(0xc000c3cbe0, {0x4a44060, 0xc000947fc0})
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:274 +0x1d9
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2()
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:235 +0x85
created by sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2
sigs.k8s.io/controller-runtime@v0.14.1/pkg/internal/controller/controller.go:231 +0x333
```
### Expected behavior
<!-- What did you expected to happen? -->
kubermatic-seed-controller-manager shouldn't be crashing.
### How to reproduce the issue?
<!-- Please provide as much information as possible, so we can reproduce the issue on our own. -->
Unclear, but looks like interacting with / creating KubeVirt clusters can trigger the code in question.
### How is your environment configured?
- KKP version: v2.22.0-alpha.0
- Shared or separate master/seed clusters?: shared
### Provide your KKP manifest here (if applicable)
<!-- Providing an applicable manifest (KubermaticConfiguration, Seed, Cluster or other resources) will help us to reproduce the issue.
Please make sure to redact all secrets (e.g. passwords, URLs...)! -->
<details>
```yaml
# paste manifest here
```
</details>
### What cloud provider are you running on?
<!-- AWS, Azure, DigitalOcean, GCP, Hetzner Cloud, Nutanix, OpenStack, Equinix Metal (Packet), VMware vSphere, Other (e.g. baremetal or non-natively supported provider) -->
N/A
### What operating system are you running in your user cluster?
<!-- Ubuntu 20.04, CentOS 7, Rocky Linux 8, Flatcar Linux, ... (optional, bug might not be related to user cluster) -->
N/A
### Additional information
<!-- Additional information about the bug you're reporting (optional). -->
| priority | kubermatic seed controller manager crashes with concurrent map writes what happened kubermatic seed controller manager is occasionally at restarts since the upgrade yesterday crashing in our qa environment it seems to be related to kubevirt client code and mirrors what is happening in kubermatic api also related to kubevirt code try to provide as much information as possible if you re reporting a security issue please check the guidelines for reporting security issues fatal error concurrent map writes fatal error concurrent map writes goroutine io apimachinery pkg runtime scheme addknowntypewithname io apimachinery pkg runtime scheme go io apimachinery pkg runtime scheme addknowntypes io apimachinery pkg runtime scheme go kubevirt io api core addknowntypesgenerator kubevirt io api core register go io apimachinery pkg runtime schemebuilder addtoscheme io apimachinery pkg runtime scheme builder go io kubermatic pkg provider cloud kubevirt newclient io kubermatic pkg provider cloud kubevirt client go io kubermatic pkg provider cloud kubevirt newclient io kubermatic pkg provider cloud kubevirt client go io kubermatic pkg resources csi kubevirt infraaccesssecretreconciler io kubermatic pkg resources csi kubevirt secret go io reconciler pkg reconciling secretobjectwrapper io reconciler pkg reconciling zz generated reconcile go io reconciler pkg reconciling createwithnamespace io reconciler pkg reconciling ensure go io reconciler pkg reconciling createwithname io reconciler pkg reconciling ensure go io reconciler pkg reconciling createwithnamespace io reconciler pkg reconciling ensure go io reconciler pkg reconciling createwithname io reconciler pkg reconciling ensure go io reconciler pkg reconciling ensurenamedobject io reconciler pkg reconciling ensure go io reconciler pkg reconciling reconcilesecrets io reconciler pkg reconciling zz generated reconcile go io kubermatic pkg controller seed controller manager kubernetes reconciler ensuresecrets io kubermatic pkg controller seed controller manager kubernetes resources go io kubermatic pkg controller seed controller manager kubernetes reconciler ensureresourcesaredeployed io kubermatic pkg controller seed controller manager kubernetes resources go io kubermatic pkg controller seed controller manager kubernetes reconciler reconcilecluster io kubermatic pkg controller seed controller manager kubernetes pending go io kubermatic pkg controller seed controller manager kubernetes reconciler reconcile io kubermatic pkg controller seed controller manager kubernetes cluster controller go io kubermatic pkg controller seed controller manager kubernetes reconciler reconcile io kubermatic pkg controller seed controller manager kubernetes cluster controller go io kubermatic pkg apis kubermatic helper clusterreconcilewrapper io kubermatic pkg apis kubermatic helper helper go io kubermatic pkg controller seed controller manager kubernetes reconciler reconcile io kubermatic pkg controller seed controller manager kubernetes cluster controller go sigs io controller runtime pkg internal controller controller reconcile sigs io controller runtime pkg internal controller controller go sigs io controller runtime pkg internal controller controller reconcilehandler sigs io controller runtime pkg internal controller controller go sigs io controller runtime pkg internal controller controller processnextworkitem sigs io controller runtime pkg internal controller controller go sigs io controller runtime pkg internal controller controller start sigs io controller runtime pkg internal controller controller go created by sigs io controller runtime pkg internal controller controller start sigs io controller runtime pkg internal controller controller go expected behavior kubermatic seed controller manager shouldn t be crashing how to reproduce the issue unclear but looks like interacting with creating kubevirt clusters can trigger the code in question how is your environment configured kkp version alpha shared or separate master seed clusters shared provide your kkp manifest here if applicable providing an applicable manifest kubermaticconfiguration seed cluster or other resources will help us to reproduce the issue please make sure to redact all secrets e g passwords urls yaml paste manifest here what cloud provider are you running on n a what operating system are you running in your user cluster n a additional information | 1 |
30,097 | 2,722,448,131 | IssuesEvent | 2015-04-14 03:57:10 | TheDarkMuffin/ft-reports | https://api.github.com/repos/TheDarkMuffin/ft-reports | opened | Not all authorities who NEED to be on here are on here | high priority organization site working | This is a must. Without this, you will not know what is happening. Watch this repo now. Click watch. Or if you don't have an account, what the fuck, you lazy bastard, make a goddamned account, shit. | 1.0 | Not all authorities who NEED to be on here are on here - This is a must. Without this, you will not know what is happening. Watch this repo now. Click watch. Or if you don't have an account, what the fuck, you lazy bastard, make a goddamned account, shit. | priority | not all authorities who need to be on here are on here this is a must without this you will not know what is happening watch this repo now click watch or if you don t have an account what the fuck you lazy bastard make a goddamned account shit | 1 |
696,437 | 23,901,089,015 | IssuesEvent | 2022-09-08 18:51:07 | Unity-Technologies/com.unity.netcode.gameobjects | https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects | closed | Transmission problems of networktransform | type:bug priority:high stat:imported | ### Description
If NetworkTransform only modifies some attributes (for example, only the x of Pos is modified this time), m_Bitset is not reset after the message is sent, resulting in the sent attributes being sent forever
###
here would be a hypothetical example:
- We only modify position.x and position.z, but during debugging, we found that in the NetworkTransform.NetworkSerialize method, the value of NetworkTransformState is 942 (except HasRotAngleX and HasRotAngleZ are false) and the rest of the parameters are true, which is incorrect?
| 1.0 | Transmission problems of networktransform - ### Description
If NetworkTransform only modifies some attributes (for example, only the x of Pos is modified this time), m_Bitset is not reset after the message is sent, resulting in the sent attributes being sent forever
###
here would be a hypothetical example:
- We only modify position.x and position.z, but during debugging, we found that in the NetworkTransform.NetworkSerialize method, the value of NetworkTransformState is 942 (except HasRotAngleX and HasRotAngleZ are false) and the rest of the parameters are true, which is incorrect?
| priority | transmission problems of networktransform description if networktransform only modifies some attributes for example only the x of pos is modified this time m bitset is not reset after the message is sent resulting in the sent attributes being sent forever here would be a hypothetical example we only modify position x and position z but during debugging we found that in the networktransform networkserialize method the value of networktransformstate is except hasrotanglex and hasrotanglez are false and the rest of the parameters are true which is incorrect? | 1 |
714,571 | 24,566,764,119 | IssuesEvent | 2022-10-13 04:18:34 | arayabrain/space-engineers-ai-spaceship-generator | https://api.github.com/repos/arayabrain/space-engineers-ai-spaceship-generator | closed | The privacy policy popup should be shown once only | high-priority GoodAI Feedback Suggestion | The privacy policy is shown every time I launch the executable. It should be shown once only, the very first time. A config file should remember my choice and also whether I successfully ran through the whole user study experiment. In such case it should always bring me to the same UI as clicking "no" on the privacy policy would. | 1.0 | The privacy policy popup should be shown once only - The privacy policy is shown every time I launch the executable. It should be shown once only, the very first time. A config file should remember my choice and also whether I successfully ran through the whole user study experiment. In such case it should always bring me to the same UI as clicking "no" on the privacy policy would. | priority | the privacy policy popup should be shown once only the privacy policy is shown every time i launch the executable it should be shown once only the very first time a config file should remember my choice and also whether i successfully ran through the whole user study experiment in such case it should always bring me to the same ui as clicking no on the privacy policy would | 1 |
375,344 | 11,102,953,458 | IssuesEvent | 2019-12-17 01:58:59 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Ellipsoid option broken in QGIS 3.10.1 and wrong area calculations | Bug High Priority Projections/Transformations Regression | Hi,
I'm seeing a strange behaviour in the ellipsoid selection on QGIS 3.10.1.
On QGIS 3.4.14, I've the EPSG: 3763 as default CRS, and by default, the ellipsoid selected by QGIS is GRS 1980.
On QGIS 3.10.1, I've the same EPSG: 3763 as default CRS, but in this case QGIS uses the default ellipsoid as None/Planimetric.
Besides this incoherence, the real problem is that I can not choose the ellipsoid in 3.10.1. For instance, if I change from None/Planimetric to GRS 1980 or WGS 84, the option selected is always changed to Airy 1830 (EPSG:7001).
Please see this behaviour in the following screencast:

As a side effect (I believe), the area calculation is affected on QGIS 3.10.1.
Even if the ellipsoid option is None/Planimetric, the result given by $area is the area over the ellipsoid.
This does not happen on 3.4.14, that is:
- $area with Ellipsoid as None/Planimetric = area($geometry)
- $area with Ellipsoid as GRS 80 != area($geometry)
So, it seems that something is broken in QGIS 3.10.1.
QGIS 3.4.14 compiled against PROJ 5.2.0 and GDAL 2.4.3.
QGIS 3.10.1 compiled against PROJ 6.3.0 and GDAL 3.1.0dev.
Tested on Windows only for now. | 1.0 | Ellipsoid option broken in QGIS 3.10.1 and wrong area calculations - Hi,
I'm seeing a strange behaviour in the ellipsoid selection on QGIS 3.10.1.
On QGIS 3.4.14, I've the EPSG: 3763 as default CRS, and by default, the ellipsoid selected by QGIS is GRS 1980.
On QGIS 3.10.1, I've the same EPSG: 3763 as default CRS, but in this case QGIS uses the default ellipsoid as None/Planimetric.
Besides this incoherence, the real problem is that I can not choose the ellipsoid in 3.10.1. For instance, if I change from None/Planimetric to GRS 1980 or WGS 84, the option selected is always changed to Airy 1830 (EPSG:7001).
Please see this behaviour in the following screencast:

As a side effect (I believe), the area calculation is affected on QGIS 3.10.1.
Even if the ellipsoid option is None/Planimetric, the result given by $area is the area over the ellipsoid.
This does not happen on 3.4.14, that is:
- $area with Ellipsoid as None/Planimetric = area($geometry)
- $area with Ellipsoid as GRS 80 != area($geometry)
So, it seems that something is broken in QGIS 3.10.1.
QGIS 3.4.14 compiled against PROJ 5.2.0 and GDAL 2.4.3.
QGIS 3.10.1 compiled against PROJ 6.3.0 and GDAL 3.1.0dev.
Tested on Windows only for now. | priority | ellipsoid option broken in qgis and wrong area calculations hi i m seeing a strange behaviour in the ellipsoid selection on qgis on qgis i ve the epsg as default crs and by default the ellipsoid selected by qgis is grs on qgis i ve the same epsg as default crs but in this case qgis uses the default ellipsoid as none planimetric besides this incoherence the real problem is that i can not choose the ellipsoid in for instance if i change from none planimetric to grs or wgs the option selected is always changed to airy epsg please see this behaviour in the following screencast as a side effect i believe the area calculation is affected on qgis even if the ellipsoid option is none planimetric the result given by area is the area over the ellipsoid this does not happen on that is area with ellipsoid as none planimetric area geometry area with ellipsoid as grs area geometry so it seems that something is broken in qgis qgis compiled against proj and gdal qgis compiled against proj and gdal tested on windows only for now | 1 |
125,096 | 4,952,390,388 | IssuesEvent | 2016-12-01 11:49:20 | AxwayBraggers/wordpressConnector | https://api.github.com/repos/AxwayBraggers/wordpressConnector | closed | Create models for individual stackexchange APIs | help wanted High priority Task | Create a model, that represents the data structure returned by the API. These models should all implement the custom CRUD methods, described in other issues! | 1.0 | Create models for individual stackexchange APIs - Create a model, that represents the data structure returned by the API. These models should all implement the custom CRUD methods, described in other issues! | priority | create models for individual stackexchange apis create a model that represents the data structure returned by the api these models should all implement the custom crud methods described in other issues | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.