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
602,965
18,519,164,598
IssuesEvent
2021-10-20 13:28:25
nanoframework/Home
https://api.github.com/repos/nanoframework/Home
closed
GC.RUN hangs in firmware ESP32_PSRAM_REV0
Type: Bug up-for-grabs Status: Waiting triage non trivial Area: Targets-ESP32 Priority: High Hacktoberfest
### Details about Problem **Target:** ESP32 **Firmware image version:** ESP32_PSRAM_REV0 1.7.1-preview.966 Worked before? If so, with which nanoFramework image version: code works on ESP32_REV0 1.7.1-preview.966 firmware **Device capabilities output<!--(if relevant)-->:** System Information HAL build info: nanoCLR running @ ESP32 built with ESP-IDF v4.3.1 Target: ESP32 Platform: ESP32 Firmware build Info: Date: Oct 13 2021 Type: MinSizeRel build, without support for PSRAM CLR Version: 1.7.1.966 Compiler: GNU ARM GCC v8.4.0 OEM Product codes (vendor, model, SKU): 0, 0, 0 Serial Numbers (module, system): 00000000000000000000000000000000 0000000000000000 Target capabilities: Has nanoBooter: NO IFU capable: NO Has proprietary bootloader: YES ### Description GC.RUN statement hangs after Wifi is called. ### Detailed repro steps so we can see the same problem Use code below ``` public class Program { private const string c_SSID = "WifiSSID"; private const string c_AP_PASSWORD = "wifipassword"; public static void Main() { Debug.WriteLine("Hello from nanoFramework!"); CancellationTokenSource cs = new(60_000); bool success = NetworkHelper.ConnectWifiDhcp(c_SSID, c_AP_PASSWORD, reconnectionKind: Windows.Devices.WiFi.WiFiReconnectionKind.Automatic, setDateTime: true, token: cs.Token); Debug.WriteLine("Wifi Done"); while (true) { Debug.WriteLine("Before GC Run"); Debug.WriteLine("Memory: " + nanoFramework.Runtime.Native.GC.Run(false)); Thread.Sleep(1_000); } Thread.Sleep(Timeout.Infinite); } } ``` ... ### Other suggested things <!-- if applicable/relevant --> ### Expected behaviour Works without hanging. A clear and concise description of what you expected to happen. ### Screenshot <!-- if applicable/relevant --> <!--Very helpful if you send along a few screenshots to help visualize the issue!--> ### Additional context Add any other context about the problem here. ### Make an effort to fix the bug Attempt to submit a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/) that fixes the bug. Include in this PR a test that verifies the fix. If you were not able to fix the bug, a PR that illustrates your partial progress will suffice. <!-- bug-report-fw-tag DO NOT REMOVE -->
1.0
GC.RUN hangs in firmware ESP32_PSRAM_REV0 - ### Details about Problem **Target:** ESP32 **Firmware image version:** ESP32_PSRAM_REV0 1.7.1-preview.966 Worked before? If so, with which nanoFramework image version: code works on ESP32_REV0 1.7.1-preview.966 firmware **Device capabilities output<!--(if relevant)-->:** System Information HAL build info: nanoCLR running @ ESP32 built with ESP-IDF v4.3.1 Target: ESP32 Platform: ESP32 Firmware build Info: Date: Oct 13 2021 Type: MinSizeRel build, without support for PSRAM CLR Version: 1.7.1.966 Compiler: GNU ARM GCC v8.4.0 OEM Product codes (vendor, model, SKU): 0, 0, 0 Serial Numbers (module, system): 00000000000000000000000000000000 0000000000000000 Target capabilities: Has nanoBooter: NO IFU capable: NO Has proprietary bootloader: YES ### Description GC.RUN statement hangs after Wifi is called. ### Detailed repro steps so we can see the same problem Use code below ``` public class Program { private const string c_SSID = "WifiSSID"; private const string c_AP_PASSWORD = "wifipassword"; public static void Main() { Debug.WriteLine("Hello from nanoFramework!"); CancellationTokenSource cs = new(60_000); bool success = NetworkHelper.ConnectWifiDhcp(c_SSID, c_AP_PASSWORD, reconnectionKind: Windows.Devices.WiFi.WiFiReconnectionKind.Automatic, setDateTime: true, token: cs.Token); Debug.WriteLine("Wifi Done"); while (true) { Debug.WriteLine("Before GC Run"); Debug.WriteLine("Memory: " + nanoFramework.Runtime.Native.GC.Run(false)); Thread.Sleep(1_000); } Thread.Sleep(Timeout.Infinite); } } ``` ... ### Other suggested things <!-- if applicable/relevant --> ### Expected behaviour Works without hanging. A clear and concise description of what you expected to happen. ### Screenshot <!-- if applicable/relevant --> <!--Very helpful if you send along a few screenshots to help visualize the issue!--> ### Additional context Add any other context about the problem here. ### Make an effort to fix the bug Attempt to submit a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/) that fixes the bug. Include in this PR a test that verifies the fix. If you were not able to fix the bug, a PR that illustrates your partial progress will suffice. <!-- bug-report-fw-tag DO NOT REMOVE -->
priority
gc run hangs in firmware psram details about problem target firmware image version psram preview worked before if so with which nanoframework image version code works on preview firmware device capabilities output system information hal build info nanoclr running built with esp idf target platform firmware build info date oct type minsizerel build without support for psram clr version compiler gnu arm gcc oem product codes vendor model sku serial numbers module system target capabilities has nanobooter no ifu capable no has proprietary bootloader yes description gc run statement hangs after wifi is called detailed repro steps so we can see the same problem use code below public class program private const string c ssid wifissid private const string c ap password wifipassword public static void main debug writeline hello from nanoframework cancellationtokensource cs new bool success networkhelper connectwifidhcp c ssid c ap password reconnectionkind windows devices wifi wifireconnectionkind automatic setdatetime true token cs token debug writeline wifi done while true debug writeline before gc run debug writeline memory nanoframework runtime native gc run false thread sleep thread sleep timeout infinite other suggested things expected behaviour works without hanging a clear and concise description of what you expected to happen screenshot additional context add any other context about the problem here make an effort to fix the bug attempt to submit a that fixes the bug include in this pr a test that verifies the fix if you were not able to fix the bug a pr that illustrates your partial progress will suffice
1
350,803
10,508,852,192
IssuesEvent
2019-09-27 09:35:11
kmteras/timenaut
https://api.github.com/repos/kmteras/timenaut
opened
Add top processes bar chart to the dashboard view
feature priority: high
**Is your feature request related to a problem? Please describe.** Currently the bottom right box on the dashboard page is empty. **Describe the solution you'd like** A bar chart should be added there. The bar chart should show the top 5? program usage. The bars should be stacked with different types like they are in the timeline view.
1.0
Add top processes bar chart to the dashboard view - **Is your feature request related to a problem? Please describe.** Currently the bottom right box on the dashboard page is empty. **Describe the solution you'd like** A bar chart should be added there. The bar chart should show the top 5? program usage. The bars should be stacked with different types like they are in the timeline view.
priority
add top processes bar chart to the dashboard view is your feature request related to a problem please describe currently the bottom right box on the dashboard page is empty describe the solution you d like a bar chart should be added there the bar chart should show the top program usage the bars should be stacked with different types like they are in the timeline view
1
617,352
19,348,742,077
IssuesEvent
2021-12-15 13:40:13
Esri/solutions-widget-utility-network-trace
https://api.github.com/repos/Esri/solutions-widget-utility-network-trace
closed
The results (selection and highlight) should only reflect layers from the map
JSAPI widget Priority - High parameter to verify
If UN service layers are missing from the web map, the trace is performed but the selection is not shown in the map and features are not listed in the results. We need to validate that the trace is being run against the UN endpoint, but that the results are filtered based on what is found in the web map according to the end-users configurations when it comes to selected features. **Expected behavior** 1. If layers are **missing / removed** from the map: - [ ] features are not shown in the selection, - [ ] features are not shown in the list of resulting features, - [ ] feature are still shown in the highlight 2. If layers are **turned off / not visible** in the map: - [ ] feature are selected in the layers but the selection is not shown on the map, - [ ] features are found in the list of resulting features, - [ ] highlight is shown even when the layers are turned off **Compare with the current behavior in Pro:** 1. If layers are missing from the map: **Selection** Then the features from missing layers are not selected. ![image](https://user-images.githubusercontent.com/50338557/135502841-9797bd13-88a0-48d2-9102-f723a6f97df4.png) **Aggregated Geometry** In this case, even if Water Device layer is missing from the map, aggregated geometry is still returned with the devices. ![image](https://user-images.githubusercontent.com/50338557/135505360-fbaf7183-614c-43e1-ae6a-903e8570892d.png) 2. If layers are turned off in the map: **Selection** The features are still selected, even though the selection is only shown on the map once layers are turned on. ![image](https://user-images.githubusercontent.com/50338557/135502649-6cdb69a4-96be-41a3-aee3-6ff6dcf0c244.png) **Aggregated Geometry** Layers need to be dragged and dropped into the map, all features were created even if some layers were not visible in the map. ![image](https://user-images.githubusercontent.com/50338557/135504958-ac49931e-9804-46d6-aab0-c4195d73bb80.png)
1.0
The results (selection and highlight) should only reflect layers from the map - If UN service layers are missing from the web map, the trace is performed but the selection is not shown in the map and features are not listed in the results. We need to validate that the trace is being run against the UN endpoint, but that the results are filtered based on what is found in the web map according to the end-users configurations when it comes to selected features. **Expected behavior** 1. If layers are **missing / removed** from the map: - [ ] features are not shown in the selection, - [ ] features are not shown in the list of resulting features, - [ ] feature are still shown in the highlight 2. If layers are **turned off / not visible** in the map: - [ ] feature are selected in the layers but the selection is not shown on the map, - [ ] features are found in the list of resulting features, - [ ] highlight is shown even when the layers are turned off **Compare with the current behavior in Pro:** 1. If layers are missing from the map: **Selection** Then the features from missing layers are not selected. ![image](https://user-images.githubusercontent.com/50338557/135502841-9797bd13-88a0-48d2-9102-f723a6f97df4.png) **Aggregated Geometry** In this case, even if Water Device layer is missing from the map, aggregated geometry is still returned with the devices. ![image](https://user-images.githubusercontent.com/50338557/135505360-fbaf7183-614c-43e1-ae6a-903e8570892d.png) 2. If layers are turned off in the map: **Selection** The features are still selected, even though the selection is only shown on the map once layers are turned on. ![image](https://user-images.githubusercontent.com/50338557/135502649-6cdb69a4-96be-41a3-aee3-6ff6dcf0c244.png) **Aggregated Geometry** Layers need to be dragged and dropped into the map, all features were created even if some layers were not visible in the map. ![image](https://user-images.githubusercontent.com/50338557/135504958-ac49931e-9804-46d6-aab0-c4195d73bb80.png)
priority
the results selection and highlight should only reflect layers from the map if un service layers are missing from the web map the trace is performed but the selection is not shown in the map and features are not listed in the results we need to validate that the trace is being run against the un endpoint but that the results are filtered based on what is found in the web map according to the end users configurations when it comes to selected features expected behavior if layers are missing removed from the map features are not shown in the selection features are not shown in the list of resulting features feature are still shown in the highlight if layers are turned off not visible in the map feature are selected in the layers but the selection is not shown on the map features are found in the list of resulting features highlight is shown even when the layers are turned off compare with the current behavior in pro if layers are missing from the map selection then the features from missing layers are not selected aggregated geometry in this case even if water device layer is missing from the map aggregated geometry is still returned with the devices if layers are turned off in the map selection the features are still selected even though the selection is only shown on the map once layers are turned on aggregated geometry layers need to be dragged and dropped into the map all features were created even if some layers were not visible in the map
1
449,071
12,962,880,596
IssuesEvent
2020-07-20 17:52:02
sonia-auv/sonia_messages
https://api.github.com/repos/sonia-auv/sonia_messages
opened
Add vscode remote container debug extension caching support
Priority: High Type: Enhancement
## Expected Enhancement - Add required folder for vscode remote container debug extension caching ## Current Behavior - It should be possible to cache extension on remote debug this way when working in offline mode ## Possible Solution - Create folder structure in HOME folder ## Comments See https://code.visualstudio.com/docs/remote/containers-advanced#_avoiding-extension-reinstalls-on-container-rebuild ## Environment Used - Project version : 1.0.2 - docker version : 19.03.8, build afacb8b - docker-compose version : 1.25.5, build 8a1c60f6
1.0
Add vscode remote container debug extension caching support - ## Expected Enhancement - Add required folder for vscode remote container debug extension caching ## Current Behavior - It should be possible to cache extension on remote debug this way when working in offline mode ## Possible Solution - Create folder structure in HOME folder ## Comments See https://code.visualstudio.com/docs/remote/containers-advanced#_avoiding-extension-reinstalls-on-container-rebuild ## Environment Used - Project version : 1.0.2 - docker version : 19.03.8, build afacb8b - docker-compose version : 1.25.5, build 8a1c60f6
priority
add vscode remote container debug extension caching support expected enhancement add required folder for vscode remote container debug extension caching current behavior it should be possible to cache extension on remote debug this way when working in offline mode possible solution create folder structure in home folder comments see environment used project version docker version build docker compose version build
1
497,777
14,384,219,602
IssuesEvent
2020-12-02 10:10:09
sacloud/libsacloud
https://api.github.com/repos/sacloud/libsacloud
closed
service: Createなどに起動待ちオプションを追加
area/utils priority/high v2
アプライアンスのCreateなどで起動待ちオプションが欲しい。 Boot/Shutdownと同じく`NoWait`とし、デフォルトでは起動待ちするようにしたい。
1.0
service: Createなどに起動待ちオプションを追加 - アプライアンスのCreateなどで起動待ちオプションが欲しい。 Boot/Shutdownと同じく`NoWait`とし、デフォルトでは起動待ちするようにしたい。
priority
service createなどに起動待ちオプションを追加 アプライアンスのcreateなどで起動待ちオプションが欲しい。 boot shutdownと同じく nowait とし、デフォルトでは起動待ちするようにしたい。
1
795,299
28,068,765,173
IssuesEvent
2023-03-29 17:23:44
Kcorb95/postman-devrel-marketing-tracker
https://api.github.com/repos/Kcorb95/postman-devrel-marketing-tracker
opened
Low-Code/ No-Code Developer Day Marketing
Event High Priority
## Details: **Title:** Low-Code/ No-Code Developer Day **Date:** April 12th **Location:** Virtual **AirTable:** https://airtable.com/app3y5DRzWX0e7HsR/tbl0nPRnQndtNU50F/viwTVgxHYkF7GdvPT/recMNt29N8AcdKT1H?blocks=hide ## Tasks: - [ ] Contentful / Event Page - [ ] Forum Post - [ ] Socials ## Notes: Socials should be once per week. ~2 weeks out from event, bump to 2x / week. [Joyce is speaking](https://airtable.com/app3y5DRzWX0e7HsR/tblGbR6Ku0Y9XeDlT/viwcxJutIiIR705Cv/recUhLWtfXYfzFrER?blocks=hide). We'll need posts to go ASAP for this event as well. Here's a social card that we can use instead of the default one: ![Joyce Lin - Social Promo Image 2](https://user-images.githubusercontent.com/40337763/228618722-7e18ad0b-0963-4cb7-a686-11a6cbced6a1.jpg)
1.0
Low-Code/ No-Code Developer Day Marketing - ## Details: **Title:** Low-Code/ No-Code Developer Day **Date:** April 12th **Location:** Virtual **AirTable:** https://airtable.com/app3y5DRzWX0e7HsR/tbl0nPRnQndtNU50F/viwTVgxHYkF7GdvPT/recMNt29N8AcdKT1H?blocks=hide ## Tasks: - [ ] Contentful / Event Page - [ ] Forum Post - [ ] Socials ## Notes: Socials should be once per week. ~2 weeks out from event, bump to 2x / week. [Joyce is speaking](https://airtable.com/app3y5DRzWX0e7HsR/tblGbR6Ku0Y9XeDlT/viwcxJutIiIR705Cv/recUhLWtfXYfzFrER?blocks=hide). We'll need posts to go ASAP for this event as well. Here's a social card that we can use instead of the default one: ![Joyce Lin - Social Promo Image 2](https://user-images.githubusercontent.com/40337763/228618722-7e18ad0b-0963-4cb7-a686-11a6cbced6a1.jpg)
priority
low code no code developer day marketing details title low code no code developer day date april location virtual airtable tasks contentful event page forum post socials notes socials should be once per week weeks out from event bump to week we ll need posts to go asap for this event as well here s a social card that we can use instead of the default one
1
433,610
12,507,708,234
IssuesEvent
2020-06-02 14:30:59
wso2/devstudio-tooling-ei
https://api.github.com/repos/wso2/devstudio-tooling-ei
closed
Update base docker image to wso2mi
Priority/Highest Severity/Blocker
**Description:** $subject as we have deprecated this https://hub.docker.com/r/wso2/micro-integrator and moved to https://hub.docker.com/u/wso2/
1.0
Update base docker image to wso2mi - **Description:** $subject as we have deprecated this https://hub.docker.com/r/wso2/micro-integrator and moved to https://hub.docker.com/u/wso2/
priority
update base docker image to description subject as we have deprecated this and moved to
1
442,046
12,736,890,646
IssuesEvent
2020-06-25 17:44:19
LLK/scratch-www
https://api.github.com/repos/LLK/scratch-www
closed
Username "hasOwnProperty" crashes Join page
High Severity Low Impact help wanted priority 4
If you put `hasOwnProperty` in the username slot of the Join page, and types other words, it will crash. This is probably caused at https://github.com/LLK/scratch-www/blob/develop/src/components/join-flow/username-step.jsx#L61
1.0
Username "hasOwnProperty" crashes Join page - If you put `hasOwnProperty` in the username slot of the Join page, and types other words, it will crash. This is probably caused at https://github.com/LLK/scratch-www/blob/develop/src/components/join-flow/username-step.jsx#L61
priority
username hasownproperty crashes join page if you put hasownproperty in the username slot of the join page and types other words it will crash this is probably caused at
1
120,010
4,779,091,726
IssuesEvent
2016-10-27 21:18:49
littleweaver/django-brambling
https://api.github.com/repos/littleweaver/django-brambling
opened
User unable to clear items from cart
high priority
Multiple tickets show up in the user's cart when the user intended to purchase one ticket and the "red x" does not show up to allow the user to delete the extra ticket.
1.0
User unable to clear items from cart - Multiple tickets show up in the user's cart when the user intended to purchase one ticket and the "red x" does not show up to allow the user to delete the extra ticket.
priority
user unable to clear items from cart multiple tickets show up in the user s cart when the user intended to purchase one ticket and the red x does not show up to allow the user to delete the extra ticket
1
316,292
9,640,166,854
IssuesEvent
2019-05-16 14:58:11
volcano-sh/volcano
https://api.github.com/repos/volcano-sh/volcano
closed
Add "vkctl job delete xxx"
kind/feature priority/high
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **Description**: Add `delete` sub-command to delete a job quickly, otherwise, we have to use `kubectl jobs.batch.volcano.sh` to delete it which is too long :)
1.0
Add "vkctl job delete xxx" - **Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **Description**: Add `delete` sub-command to delete a job quickly, otherwise, we have to use `kubectl jobs.batch.volcano.sh` to delete it which is too long :)
priority
add vkctl job delete xxx is this a bug report or feature request kind feature description add delete sub command to delete a job quickly otherwise we have to use kubectl jobs batch volcano sh to delete it which is too long
1
764,867
26,821,192,751
IssuesEvent
2023-02-02 09:35:59
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
opened
Focus outline in media type selection dropdown is cropped on the right
good first issue help wanted 🟧 priority: high 🛠 goal: fix 🕹 aspect: interface
## Description <!-- Concisely describe the bug. Compare your experience with what you expected to happen. --> <!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." --> The focus outline in the media type selection dropdown is cropped from the right side. ## Reproduction <!-- Provide detailed steps to reproduce the bug. --> 1. Search for something. 2. Using the keyboard navigate to the media type selection dropdown. 3. Move the selection up and down. 4. See incorrect focus outline. ## Screenshots <img width="1392" alt="Screenshot 2023-02-02 at 1 31 37 PM" src="https://user-images.githubusercontent.com/16580576/216286551-11936de1-019d-439c-aa2e-5f8585cccb2a.png"> ## Environment <!-- Please complete this, unless you are certain the problem is not environment specific. --> - Device: MacBook Pro M1 - OS: macOS Ventura 13.1 - Browser: Firefox - Version: 109.01 ## Additional context This seems to be browser-specific because it cannot be reproduced in Safari.
1.0
Focus outline in media type selection dropdown is cropped on the right - ## Description <!-- Concisely describe the bug. Compare your experience with what you expected to happen. --> <!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." --> The focus outline in the media type selection dropdown is cropped from the right side. ## Reproduction <!-- Provide detailed steps to reproduce the bug. --> 1. Search for something. 2. Using the keyboard navigate to the media type selection dropdown. 3. Move the selection up and down. 4. See incorrect focus outline. ## Screenshots <img width="1392" alt="Screenshot 2023-02-02 at 1 31 37 PM" src="https://user-images.githubusercontent.com/16580576/216286551-11936de1-019d-439c-aa2e-5f8585cccb2a.png"> ## Environment <!-- Please complete this, unless you are certain the problem is not environment specific. --> - Device: MacBook Pro M1 - OS: macOS Ventura 13.1 - Browser: Firefox - Version: 109.01 ## Additional context This seems to be browser-specific because it cannot be reproduced in Safari.
priority
focus outline in media type selection dropdown is cropped on the right description the focus outline in the media type selection dropdown is cropped from the right side reproduction search for something using the keyboard navigate to the media type selection dropdown move the selection up and down see incorrect focus outline screenshots img width alt screenshot at pm src environment device macbook pro os macos ventura browser firefox version additional context this seems to be browser specific because it cannot be reproduced in safari
1
595,186
18,061,332,451
IssuesEvent
2021-09-20 14:16:18
danielamendezgandara/SCL017-md-link
https://api.github.com/repos/danielamendezgandara/SCL017-md-link
closed
Contain the statistics in an array of objects for each link.
high priority study :nerd_face: exercise :running_woman: Sprint3
Use promises Counting links that meet the stipulated condition
1.0
Contain the statistics in an array of objects for each link. - Use promises Counting links that meet the stipulated condition
priority
contain the statistics in an array of objects for each link use promises counting links that meet the stipulated condition
1
784,125
27,558,639,963
IssuesEvent
2023-03-07 20:01:38
elixir-cloud-aai/proTES
https://api.github.com/repos/elixir-cloud-aai/proTES
closed
Fix naming of TES task request objects
flag: good 1st issue priority: high
**Description** : - The Tes task request, when forwarded to `proTES`, undergoes certain operations on the request body such as updating the task state, adding a task identifier, logging information, and specifying the TES endpoint where the task is forwarded, etc. All of these operations are currently performed on the `task_incoming` object, which is an instance of the `TesTask` class and where the final results of the executed task are stored. - The `task_outgoing` object, on the other hand, is used to save and store the incoming request in the database without modifying it. This is done to keep a record of what the client had originally passed when the task was received. **Problem** : - The naming of TES task requests, that is `task_incoming` and `task_outgoing` is currently confusing. **Solution** : - Rather than using the terms `task_incoming`and `task_outgoing`, it may be more appropriate to refer to one as simply `task` and the other as `task_original`. The `task` copy would be the working version that gets modified and retains all the necessary information to be returned to the user or client, while the `task_original` would be the one that remains unchanged.
1.0
Fix naming of TES task request objects - **Description** : - The Tes task request, when forwarded to `proTES`, undergoes certain operations on the request body such as updating the task state, adding a task identifier, logging information, and specifying the TES endpoint where the task is forwarded, etc. All of these operations are currently performed on the `task_incoming` object, which is an instance of the `TesTask` class and where the final results of the executed task are stored. - The `task_outgoing` object, on the other hand, is used to save and store the incoming request in the database without modifying it. This is done to keep a record of what the client had originally passed when the task was received. **Problem** : - The naming of TES task requests, that is `task_incoming` and `task_outgoing` is currently confusing. **Solution** : - Rather than using the terms `task_incoming`and `task_outgoing`, it may be more appropriate to refer to one as simply `task` and the other as `task_original`. The `task` copy would be the working version that gets modified and retains all the necessary information to be returned to the user or client, while the `task_original` would be the one that remains unchanged.
priority
fix naming of tes task request objects description the tes task request when forwarded to protes undergoes certain operations on the request body such as updating the task state adding a task identifier logging information and specifying the tes endpoint where the task is forwarded etc all of these operations are currently performed on the task incoming object which is an instance of the testask class and where the final results of the executed task are stored the task outgoing object on the other hand is used to save and store the incoming request in the database without modifying it this is done to keep a record of what the client had originally passed when the task was received problem the naming of tes task requests that is task incoming and task outgoing is currently confusing solution rather than using the terms task incoming and task outgoing it may be more appropriate to refer to one as simply task and the other as task original the task copy would be the working version that gets modified and retains all the necessary information to be returned to the user or client while the task original would be the one that remains unchanged
1
394,578
11,645,444,241
IssuesEvent
2020-03-01 01:28:45
Thorium-Sim/thorium
https://api.github.com/repos/Thorium-Sim/thorium
closed
Thruster Timeout
priority/high type/bug
### Requested By: Maeson Busk (Maesonbusk@gmail.com) ### Priority: High ### Version: 2.5.2 Thrusters stop moving in the desired destination after about 10 seconds. This makes navigation sequences difficult. ### Steps to Reproduce Fire thrusters in a direction, notice how the thrusters reset after 10 seconds.
1.0
Thruster Timeout - ### Requested By: Maeson Busk (Maesonbusk@gmail.com) ### Priority: High ### Version: 2.5.2 Thrusters stop moving in the desired destination after about 10 seconds. This makes navigation sequences difficult. ### Steps to Reproduce Fire thrusters in a direction, notice how the thrusters reset after 10 seconds.
priority
thruster timeout requested by maeson busk maesonbusk gmail com priority high version thrusters stop moving in the desired destination after about seconds this makes navigation sequences difficult steps to reproduce fire thrusters in a direction notice how the thrusters reset after seconds
1
258,263
8,167,024,677
IssuesEvent
2018-08-25 16:47:54
DancesportSoftware/das-frontend
https://api.github.com/repos/DancesportSoftware/das-frontend
closed
Add Element UI library
Priority 3: High enhancement
Element is a UI library that comes with necessary components to build a modern web application. Integrating Element UI library to this project and convert Bulma based components to Element UI. Tasks - [ ] Add Element to npm package - [ ] Convert widgets of existing forms to Element, including - [ ] Login form - [ ] Account registration form - [ ] Selection components
1.0
Add Element UI library - Element is a UI library that comes with necessary components to build a modern web application. Integrating Element UI library to this project and convert Bulma based components to Element UI. Tasks - [ ] Add Element to npm package - [ ] Convert widgets of existing forms to Element, including - [ ] Login form - [ ] Account registration form - [ ] Selection components
priority
add element ui library element is a ui library that comes with necessary components to build a modern web application integrating element ui library to this project and convert bulma based components to element ui tasks add element to npm package convert widgets of existing forms to element including login form account registration form selection components
1
89,233
3,790,966,700
IssuesEvent
2016-03-21 23:47:33
himynameisdave/git-labelmaker
https://api.github.com/repos/himynameisdave/git-labelmaker
opened
Buttercup throwing error
Priority: High Status: Available Type: Bug
Not sure wtf is going on, but here's a log of the error: ![screen shot 2016-03-21 at 7 46 02 pm](https://cloud.githubusercontent.com/assets/4298089/13937731/ab2a87c4-ef9d-11e5-958b-765f08c3b61c.png) Happened when trying to run it for the first time in like a month
1.0
Buttercup throwing error - Not sure wtf is going on, but here's a log of the error: ![screen shot 2016-03-21 at 7 46 02 pm](https://cloud.githubusercontent.com/assets/4298089/13937731/ab2a87c4-ef9d-11e5-958b-765f08c3b61c.png) Happened when trying to run it for the first time in like a month
priority
buttercup throwing error not sure wtf is going on but here s a log of the error happened when trying to run it for the first time in like a month
1
448,906
12,960,178,489
IssuesEvent
2020-07-20 14:01:37
IBM/pwa-lit-template
https://api.github.com/repos/IBM/pwa-lit-template
closed
Research the router export
help wanted priority: high type: enhancement
Right now we lazy import and initialize the router here: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/components/app-index.ts#L81-L89 This `router.init()` function doesn't export anything: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/router/index.ts#L13-L27 Doing it this way, we found a problem: **We can't import the router instance to use the router helpers**. For example, we want to replace the hardcoded link in the not found page to use the router name. From this: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/pages/page-not-found.ts#L29 To something like this: ```html <a href="${router.urlForName('home')}">Back to home</a> ``` And the same for the navigation links: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/components/app-index.ts#L57-L61
1.0
Research the router export - Right now we lazy import and initialize the router here: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/components/app-index.ts#L81-L89 This `router.init()` function doesn't export anything: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/router/index.ts#L13-L27 Doing it this way, we found a problem: **We can't import the router instance to use the router helpers**. For example, we want to replace the hardcoded link in the not found page to use the router name. From this: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/pages/page-not-found.ts#L29 To something like this: ```html <a href="${router.urlForName('home')}">Back to home</a> ``` And the same for the navigation links: https://github.com/IBM/pwa-lit-template/blob/5fb2c633276bf0b4bdcc339d9a3c7f1f988a0359/src/components/app-index.ts#L57-L61
priority
research the router export right now we lazy import and initialize the router here this router init function doesn t export anything doing it this way we found a problem we can t import the router instance to use the router helpers for example we want to replace the hardcoded link in the not found page to use the router name from this to something like this html back to home and the same for the navigation links
1
522,992
15,170,756,352
IssuesEvent
2021-02-13 00:13:00
margorski/exodos-launcher
https://api.github.com/repos/margorski/exodos-launcher
closed
Handling Launchbox playlists
enhancement priority_high
Structure of Flashpoint Launcher playlists and Launchbox are a little different. As we are using Launchbox configuration, playlists code needs to be changed to handle Launchbox playlists.
1.0
Handling Launchbox playlists - Structure of Flashpoint Launcher playlists and Launchbox are a little different. As we are using Launchbox configuration, playlists code needs to be changed to handle Launchbox playlists.
priority
handling launchbox playlists structure of flashpoint launcher playlists and launchbox are a little different as we are using launchbox configuration playlists code needs to be changed to handle launchbox playlists
1
136,106
5,271,367,051
IssuesEvent
2017-02-06 09:28:38
Cxbx-Reloaded/Cxbx-Reloaded
https://api.github.com/repos/Cxbx-Reloaded/Cxbx-Reloaded
opened
Support multimedia timers better
enhancement help wanted high-priority HLE kernel LLE
In https://github.com/jarupxx/Cxbx-Reloaded/commit/07d90efe9eb343427ba0556239fb07b6f32b577a OOVPA are introduced for timeSetEvent and timeKillEvent, in order to better support Gauntlet Dark Legacy. A better solution would be to (better) implement the kernel objects used by those two functions. These are : Mutex : * KeInitializeMutex (implicity called by InitializeCriticalSection, not implemented yet) * KeReleaseMutex (called by LeaveCriticalSection, not implemented yet) * KeWaitForSingleObject (called on an Event, and called by EnterCriticalSection on a mutex, relies on KeWaitForMultipleObjects) * KeWaitForMultipleObjects (called to wait for 1 Event, barely implemented - need much work) Event : * KeInitializeEvent (already implemented) * KeSetEvent (barely implemented - needs much work) * NtSetEvent (currently faked, originally calls ObReferenceObjectByHandle, KeSetEvent and ObDereferenceObject) * NtPulseEvent (currently faked, originally calls ObReferenceObjectByHandle, KePulseEvent and ObDereferenceObject) * KePulseEvent (not yet implemented, called indirectly by NtPulseEvent) Timer : * KeQueryInterruptTime (already implemented, uses KiQueryInterruptTime macro) * KeQueryTickCount (called by NtGetTickCount, which merely dereferences the KeTickCount pointer, approximated in EmuUpdateTickCount) * KeInitializeTimerEx (already implemented) * KeCancelTimer (already implemented, needs to be extended with KiLock-ing and KiUnlock-ing the DispatcherDatabase) * KeSetTimerEx (barely implemented - needs much work) Thread : * PsCreateSystemThreadEx (called by CreateThread, sort-of implemented) * NtClose (called by CloseHandle on a Thread, barely implemented - need much work) Once all these kernel API's work better, many patches that are based on these kernel objects can be removed, like: timeSetEvent, timeKillEvent and possibly many, many others. (This is also very relevant work for once we really dive into LLE of the GPU and APU.)
1.0
Support multimedia timers better - In https://github.com/jarupxx/Cxbx-Reloaded/commit/07d90efe9eb343427ba0556239fb07b6f32b577a OOVPA are introduced for timeSetEvent and timeKillEvent, in order to better support Gauntlet Dark Legacy. A better solution would be to (better) implement the kernel objects used by those two functions. These are : Mutex : * KeInitializeMutex (implicity called by InitializeCriticalSection, not implemented yet) * KeReleaseMutex (called by LeaveCriticalSection, not implemented yet) * KeWaitForSingleObject (called on an Event, and called by EnterCriticalSection on a mutex, relies on KeWaitForMultipleObjects) * KeWaitForMultipleObjects (called to wait for 1 Event, barely implemented - need much work) Event : * KeInitializeEvent (already implemented) * KeSetEvent (barely implemented - needs much work) * NtSetEvent (currently faked, originally calls ObReferenceObjectByHandle, KeSetEvent and ObDereferenceObject) * NtPulseEvent (currently faked, originally calls ObReferenceObjectByHandle, KePulseEvent and ObDereferenceObject) * KePulseEvent (not yet implemented, called indirectly by NtPulseEvent) Timer : * KeQueryInterruptTime (already implemented, uses KiQueryInterruptTime macro) * KeQueryTickCount (called by NtGetTickCount, which merely dereferences the KeTickCount pointer, approximated in EmuUpdateTickCount) * KeInitializeTimerEx (already implemented) * KeCancelTimer (already implemented, needs to be extended with KiLock-ing and KiUnlock-ing the DispatcherDatabase) * KeSetTimerEx (barely implemented - needs much work) Thread : * PsCreateSystemThreadEx (called by CreateThread, sort-of implemented) * NtClose (called by CloseHandle on a Thread, barely implemented - need much work) Once all these kernel API's work better, many patches that are based on these kernel objects can be removed, like: timeSetEvent, timeKillEvent and possibly many, many others. (This is also very relevant work for once we really dive into LLE of the GPU and APU.)
priority
support multimedia timers better in oovpa are introduced for timesetevent and timekillevent in order to better support gauntlet dark legacy a better solution would be to better implement the kernel objects used by those two functions these are mutex keinitializemutex implicity called by initializecriticalsection not implemented yet kereleasemutex called by leavecriticalsection not implemented yet kewaitforsingleobject called on an event and called by entercriticalsection on a mutex relies on kewaitformultipleobjects kewaitformultipleobjects called to wait for event barely implemented need much work event keinitializeevent already implemented kesetevent barely implemented needs much work ntsetevent currently faked originally calls obreferenceobjectbyhandle kesetevent and obdereferenceobject ntpulseevent currently faked originally calls obreferenceobjectbyhandle kepulseevent and obdereferenceobject kepulseevent not yet implemented called indirectly by ntpulseevent timer kequeryinterrupttime already implemented uses kiqueryinterrupttime macro kequerytickcount called by ntgettickcount which merely dereferences the ketickcount pointer approximated in emuupdatetickcount keinitializetimerex already implemented kecanceltimer already implemented needs to be extended with kilock ing and kiunlock ing the dispatcherdatabase kesettimerex barely implemented needs much work thread pscreatesystemthreadex called by createthread sort of implemented ntclose called by closehandle on a thread barely implemented need much work once all these kernel api s work better many patches that are based on these kernel objects can be removed like timesetevent timekillevent and possibly many many others this is also very relevant work for once we really dive into lle of the gpu and apu
1
725,639
24,969,467,092
IssuesEvent
2022-11-01 22:54:40
okTurtles/group-income
https://api.github.com/repos/okTurtles/group-income
opened
Wrong due date shown in UI
Note:Up-for-grabs App:Frontend Level:Starter Priority:High Note:UI/UX
### Problem The screenshot below illustrates the problem. It shows how the UI will tell the user that the due-date is "October 31st", but when November 1st arrives, the new TODOs are not visible in the Payments screen, and it also explains why. Note: in the screenshot below, `g` refers to the global Vuex getters, and `date` refers to the current date when I took the screenshot (in this case, `"2022-11-01T22:11:40.457Z"`): ![Screen Shot 2022-11-01 at 3 22 22 PM](https://user-images.githubusercontent.com/138706/199353594-07728913-6114-42c1-b856-aaa31b34c745.jpg) The problem is that the due date is saved as `"2022-11-01T00:00:00.000Z"` (which signifies the very end of October 31st / the very beginning of November 1st), while the period-stamp is saved as `"2022-11-02T00:00:00.000Z"`, a full day later. The getter `currentPaymentPeriod` is what determines what TODO list is displayed, and it, in turn, depends on `periodStampGivenDate`. As such, there's a 24-hour period after the due-date shown to the user during which `periodStampGivenDate` will return the period stamp for the previous period. In other words, we're plugging in `date` to `periodStampGivenDate`, and it's returning the period stamp for the previous period: ```js getters.periodStampGivenDate("2022-11-01T22:11:40.457Z") // => returns "2022-10-03T00:00:00.000Z" ``` ### Solution Here are the various dates we're dealing with in this example: - Current date: `"2022-11-01T22:11:40.457Z"` - Previous period stamp: `"2022-10-03T00:00:00.000Z"` - Next period stamp: `"2022-11-02T00:00:00.000Z"`. - Date returned by `dueDateForPeriod`: `"2022-11-01T00:00:00.000Z"` - Due date shown to user (in Pacific Time Zone): `October 31st` Now, technically, all of the values returned by the getters seem correct - but the date shown to the user is clearly wrong. In this example, the switchover with a fresh set of TODOs for pledgers happens once the current date is `>= `"2022-11-02T00:00:00.000Z"`. I think fixing this should be as simple as making `dueDateForPeriod` return the `periodAfterPeriod` for that period stamp. FWIW, in this case, `new Date(g.periodAfterPeriod(g.periodStampGivenDate(date))).toLocaleDateString('en-US', { month: 'short', day: 'numeric' })` returns `"Nov 1"` as the due date, which would work. However, if we make this the due date shown to the user, there is some hour of November 1st (today) at which payments for the current period will no longer be accepted, and we currently do not show this information to the user (cc @leihla).
1.0
Wrong due date shown in UI - ### Problem The screenshot below illustrates the problem. It shows how the UI will tell the user that the due-date is "October 31st", but when November 1st arrives, the new TODOs are not visible in the Payments screen, and it also explains why. Note: in the screenshot below, `g` refers to the global Vuex getters, and `date` refers to the current date when I took the screenshot (in this case, `"2022-11-01T22:11:40.457Z"`): ![Screen Shot 2022-11-01 at 3 22 22 PM](https://user-images.githubusercontent.com/138706/199353594-07728913-6114-42c1-b856-aaa31b34c745.jpg) The problem is that the due date is saved as `"2022-11-01T00:00:00.000Z"` (which signifies the very end of October 31st / the very beginning of November 1st), while the period-stamp is saved as `"2022-11-02T00:00:00.000Z"`, a full day later. The getter `currentPaymentPeriod` is what determines what TODO list is displayed, and it, in turn, depends on `periodStampGivenDate`. As such, there's a 24-hour period after the due-date shown to the user during which `periodStampGivenDate` will return the period stamp for the previous period. In other words, we're plugging in `date` to `periodStampGivenDate`, and it's returning the period stamp for the previous period: ```js getters.periodStampGivenDate("2022-11-01T22:11:40.457Z") // => returns "2022-10-03T00:00:00.000Z" ``` ### Solution Here are the various dates we're dealing with in this example: - Current date: `"2022-11-01T22:11:40.457Z"` - Previous period stamp: `"2022-10-03T00:00:00.000Z"` - Next period stamp: `"2022-11-02T00:00:00.000Z"`. - Date returned by `dueDateForPeriod`: `"2022-11-01T00:00:00.000Z"` - Due date shown to user (in Pacific Time Zone): `October 31st` Now, technically, all of the values returned by the getters seem correct - but the date shown to the user is clearly wrong. In this example, the switchover with a fresh set of TODOs for pledgers happens once the current date is `>= `"2022-11-02T00:00:00.000Z"`. I think fixing this should be as simple as making `dueDateForPeriod` return the `periodAfterPeriod` for that period stamp. FWIW, in this case, `new Date(g.periodAfterPeriod(g.periodStampGivenDate(date))).toLocaleDateString('en-US', { month: 'short', day: 'numeric' })` returns `"Nov 1"` as the due date, which would work. However, if we make this the due date shown to the user, there is some hour of November 1st (today) at which payments for the current period will no longer be accepted, and we currently do not show this information to the user (cc @leihla).
priority
wrong due date shown in ui problem the screenshot below illustrates the problem it shows how the ui will tell the user that the due date is october but when november arrives the new todos are not visible in the payments screen and it also explains why note in the screenshot below g refers to the global vuex getters and date refers to the current date when i took the screenshot in this case the problem is that the due date is saved as which signifies the very end of october the very beginning of november while the period stamp is saved as a full day later the getter currentpaymentperiod is what determines what todo list is displayed and it in turn depends on periodstampgivendate as such there s a hour period after the due date shown to the user during which periodstampgivendate will return the period stamp for the previous period in other words we re plugging in date to periodstampgivendate and it s returning the period stamp for the previous period js getters periodstampgivendate returns solution here are the various dates we re dealing with in this example current date previous period stamp next period stamp date returned by duedateforperiod due date shown to user in pacific time zone october now technically all of the values returned by the getters seem correct but the date shown to the user is clearly wrong in this example the switchover with a fresh set of todos for pledgers happens once the current date is i think fixing this should be as simple as making duedateforperiod return the periodafterperiod for that period stamp fwiw in this case new date g periodafterperiod g periodstampgivendate date tolocaledatestring en us month short day numeric returns nov as the due date which would work however if we make this the due date shown to the user there is some hour of november today at which payments for the current period will no longer be accepted and we currently do not show this information to the user cc leihla
1
511,907
14,884,651,823
IssuesEvent
2021-01-20 14:50:13
CCSI-Toolset/FOQUS
https://api.github.com/repos/CCSI-Toolset/FOQUS
closed
Error 20 When Running Flow Sheet
Priority:High
![image](https://user-images.githubusercontent.com/76179027/104050400-93c42300-51b4-11eb-8dec-d36c8097059f.png) I get this error messages in foqus when I try to run the node. I have checked my initial conditions and my Aspen model runs and converges. I think the problem is from foqus.
1.0
Error 20 When Running Flow Sheet - ![image](https://user-images.githubusercontent.com/76179027/104050400-93c42300-51b4-11eb-8dec-d36c8097059f.png) I get this error messages in foqus when I try to run the node. I have checked my initial conditions and my Aspen model runs and converges. I think the problem is from foqus.
priority
error when running flow sheet i get this error messages in foqus when i try to run the node i have checked my initial conditions and my aspen model runs and converges i think the problem is from foqus
1
805,923
29,737,054,740
IssuesEvent
2023-06-14 02:23:19
Pycord-Development/pycord
https://api.github.com/repos/Pycord-Development/pycord
closed
Possible bug in cooldowns
priority: high unconfirmed bug status: todo python
It might be that cooldowns and before_invoke would never run if you don't have max concurrency set for slash commands https://github.com/Pycord-Development/pycord/blob/a09e728f7ff2b0911571341cefc5545043d7851a/discord/commands/core.py#L297-L308 Reported by @Om1609
1.0
Possible bug in cooldowns - It might be that cooldowns and before_invoke would never run if you don't have max concurrency set for slash commands https://github.com/Pycord-Development/pycord/blob/a09e728f7ff2b0911571341cefc5545043d7851a/discord/commands/core.py#L297-L308 Reported by @Om1609
priority
possible bug in cooldowns it might be that cooldowns and before invoke would never run if you don t have max concurrency set for slash commands reported by
1
277,100
8,617,336,710
IssuesEvent
2018-11-20 04:58:04
STORM-IRIT/Radium-Engine
https://api.github.com/repos/STORM-IRIT/Radium-Engine
closed
Feature request: attribute management and TopologicalMesh edition
Core Feature Request High priority WIP [master-v1] enhancement
As described in PR #305 , per-vertex attributes (e.g. colors, texture coordinates) are kept untouched by OpenMesh algorithms and the `SplitEdge` operation provided by Radium (https://github.com/STORM-IRIT/Radium-Engine/pull/305#issuecomment-391613990). A mechanism need to be provided to preserve attributes during topological changes, for instance: - by extending the topological operations in Radium to interpolate / blend attributes - by extending OpenMesh algorithms.
1.0
Feature request: attribute management and TopologicalMesh edition - As described in PR #305 , per-vertex attributes (e.g. colors, texture coordinates) are kept untouched by OpenMesh algorithms and the `SplitEdge` operation provided by Radium (https://github.com/STORM-IRIT/Radium-Engine/pull/305#issuecomment-391613990). A mechanism need to be provided to preserve attributes during topological changes, for instance: - by extending the topological operations in Radium to interpolate / blend attributes - by extending OpenMesh algorithms.
priority
feature request attribute management and topologicalmesh edition as described in pr per vertex attributes e g colors texture coordinates are kept untouched by openmesh algorithms and the splitedge operation provided by radium a mechanism need to be provided to preserve attributes during topological changes for instance by extending the topological operations in radium to interpolate blend attributes by extending openmesh algorithms
1
570,196
17,020,868,782
IssuesEvent
2021-07-02 18:49:46
az-digital/az_quickstart
https://api.github.com/repos/az-digital/az_quickstart
opened
Limit basic and restricted html to administrators
high priority
Only administrators should be able to use the basic and restricted html text editors. ## Conditions of satisfaction - [ ] Content editors will only have standard option - [ ] Content admins will have standard and full html - [ ] Administrators will have all four text editors
1.0
Limit basic and restricted html to administrators - Only administrators should be able to use the basic and restricted html text editors. ## Conditions of satisfaction - [ ] Content editors will only have standard option - [ ] Content admins will have standard and full html - [ ] Administrators will have all four text editors
priority
limit basic and restricted html to administrators only administrators should be able to use the basic and restricted html text editors conditions of satisfaction content editors will only have standard option content admins will have standard and full html administrators will have all four text editors
1
178,684
6,617,346,834
IssuesEvent
2017-09-21 00:58:43
BuckleScript/bucklescript
https://api.github.com/repos/BuckleScript/bucklescript
closed
Capitalized ML files don't generate capitalized JS files
enhancement PRIORITY:HIGH
BuckleScript renames `Foo.ml` to `foo.js`
1.0
Capitalized ML files don't generate capitalized JS files - BuckleScript renames `Foo.ml` to `foo.js`
priority
capitalized ml files don t generate capitalized js files bucklescript renames foo ml to foo js
1
781,682
27,445,925,343
IssuesEvent
2023-03-02 14:17:47
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
Type definitions like arrays and tuples are not handled in code properly
Type/Bug Priority/High Team/CompilerFE SwanLakeDump Area/TypeChecker Deferred
**Description:** <!-- Give a brief description of the issue --> This issue is to track high-level problem discovered in issue: #23987. # Approach 1 (current fix in master) The issue is fixed by appending type def symbols to arrays and tuples. But the root cause seems to be due to a limitation of the architecture. See the below code where for some typedefs we add `SymTag.TYPE_DEF` conditionally. https://github.com/ballerina-platform/ballerina-lang/blob/fa338bab2f312fb58ce7bb93b7cafdadf3602aaf/compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/SymbolEnter.java#L757 # Approach 2 Another approach would be to handle it in TypeChecker by additional type checks. https://github.com/ballerina-platform/ballerina-lang/blob/fa338bab2f312fb58ce7bb93b7cafdadf3602aaf/compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/TypeChecker.java#L1851 ```Java } else if ((symbol.tag & SymTag.TYPE_DEF) == SymTag.TYPE_DEF) { actualType = new BTypedescType(symbol.type, null); varRefExpr.symbol = symbol; } else if (((symbol.tag & SymTag.ARRAY_TYPE) == SymTag.ARRAY_TYPE) || ((symbol.tag & SymTag.TUPLE_TYPE) == SymTag.TUPLE_TYPE)) { actualType = new BTypedescType(symbol.type, null); varRefExpr.symbol = symbol; } ``` # Problem ## Code ```Ballerina import ballerina/io; type IntArray int[]; function foo(anydata x) { // int[] a = checkpanic x.cloneWithType(int[]); // (a) int[] b = checkpanic x.cloneWithType(IntArray); // (b) io:println(b); } public function main() { IntArray s = [ 1,2,3,4 ]; foo(s); } ``` ## Output ```LogTalk Compiling source t1.bal error: .::t1.bal:7:43: undefined symbol 'IntArray' error: .::t1.bal:7:27: incompatible types: expected '(int[]|error)', found '(anydata|error)' ``` **Affected Versions:** jBallerina 2.0.0-SNAPSHOT Language specification 2020R1 **OS, DB, other environment details and versions:** all versions **Related Issues (optional):** #23984 **Suggested Labels (optional):** Area/Language
1.0
Type definitions like arrays and tuples are not handled in code properly - **Description:** <!-- Give a brief description of the issue --> This issue is to track high-level problem discovered in issue: #23987. # Approach 1 (current fix in master) The issue is fixed by appending type def symbols to arrays and tuples. But the root cause seems to be due to a limitation of the architecture. See the below code where for some typedefs we add `SymTag.TYPE_DEF` conditionally. https://github.com/ballerina-platform/ballerina-lang/blob/fa338bab2f312fb58ce7bb93b7cafdadf3602aaf/compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/SymbolEnter.java#L757 # Approach 2 Another approach would be to handle it in TypeChecker by additional type checks. https://github.com/ballerina-platform/ballerina-lang/blob/fa338bab2f312fb58ce7bb93b7cafdadf3602aaf/compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/TypeChecker.java#L1851 ```Java } else if ((symbol.tag & SymTag.TYPE_DEF) == SymTag.TYPE_DEF) { actualType = new BTypedescType(symbol.type, null); varRefExpr.symbol = symbol; } else if (((symbol.tag & SymTag.ARRAY_TYPE) == SymTag.ARRAY_TYPE) || ((symbol.tag & SymTag.TUPLE_TYPE) == SymTag.TUPLE_TYPE)) { actualType = new BTypedescType(symbol.type, null); varRefExpr.symbol = symbol; } ``` # Problem ## Code ```Ballerina import ballerina/io; type IntArray int[]; function foo(anydata x) { // int[] a = checkpanic x.cloneWithType(int[]); // (a) int[] b = checkpanic x.cloneWithType(IntArray); // (b) io:println(b); } public function main() { IntArray s = [ 1,2,3,4 ]; foo(s); } ``` ## Output ```LogTalk Compiling source t1.bal error: .::t1.bal:7:43: undefined symbol 'IntArray' error: .::t1.bal:7:27: incompatible types: expected '(int[]|error)', found '(anydata|error)' ``` **Affected Versions:** jBallerina 2.0.0-SNAPSHOT Language specification 2020R1 **OS, DB, other environment details and versions:** all versions **Related Issues (optional):** #23984 **Suggested Labels (optional):** Area/Language
priority
type definitions like arrays and tuples are not handled in code properly description this issue is to track high level problem discovered in issue approach current fix in master the issue is fixed by appending type def symbols to arrays and tuples but the root cause seems to be due to a limitation of the architecture see the below code where for some typedefs we add symtag type def conditionally approach another approach would be to handle it in typechecker by additional type checks java else if symbol tag symtag type def symtag type def actualtype new btypedesctype symbol type null varrefexpr symbol symbol else if symbol tag symtag array type symtag array type symbol tag symtag tuple type symtag tuple type actualtype new btypedesctype symbol type null varrefexpr symbol symbol problem code ballerina import ballerina io type intarray int function foo anydata x int a checkpanic x clonewithtype int a int b checkpanic x clonewithtype intarray b io println b public function main intarray s foo s output logtalk compiling source bal error bal undefined symbol intarray error bal incompatible types expected int error found anydata error affected versions jballerina snapshot language specification os db other environment details and versions all versions related issues optional suggested labels optional area language
1
816,646
30,605,767,470
IssuesEvent
2023-07-23 01:16:04
miversen33/netman.nvim
https://api.github.com/repos/miversen33/netman.nvim
closed
Investigate having `api.read` being "asynchronous"
enhancement/request Core High Priority
This will likely need to be done via some sort of coroutine/await, and as not every provider may be able to support it, we will need to flesh out what that looks like. Still, this is a good idea as it should make the life of UI consumers easier
1.0
Investigate having `api.read` being "asynchronous" - This will likely need to be done via some sort of coroutine/await, and as not every provider may be able to support it, we will need to flesh out what that looks like. Still, this is a good idea as it should make the life of UI consumers easier
priority
investigate having api read being asynchronous this will likely need to be done via some sort of coroutine await and as not every provider may be able to support it we will need to flesh out what that looks like still this is a good idea as it should make the life of ui consumers easier
1
4,833
2,564,415,426
IssuesEvent
2015-02-06 19:42:07
DoSomething/dosomething
https://api.github.com/repos/DoSomething/dosomething
closed
Make the crop box bigger
#campaign-template @fender priority-high
Crop box should default to 50% of the size of the image. However it'll need to have a minimum size of 480x480.
1.0
Make the crop box bigger - Crop box should default to 50% of the size of the image. However it'll need to have a minimum size of 480x480.
priority
make the crop box bigger crop box should default to of the size of the image however it ll need to have a minimum size of
1
753,826
26,363,183,163
IssuesEvent
2023-01-11 14:48:03
zowe/api-layer
https://api.github.com/repos/zowe/api-layer
closed
Java plain enabler does not provide metadata about z/OS
enhancement Priority: High technical excellence extender
All services using Java plain enabler got his message: ``` 2021-11-26 08:59:26.569 <SDKATJ:main:33948876> SDKSERV (org.zowe.apiml.util.ClassOrDefaultProxyUtils:70) WARN Implementation com.ibm.jzos.ZUtil is not available with constructor signature .., it will continue with default one org.zowe.apiml.eurekaservice.client.impl.DefaultCustomMetadataHelper$$Lambda$858/0x00000000897ba730@8b1214b4 : Class org.zowe.apiml.util.ClassOrDefaultProxyUtils can notccess a member of class com.ibm.jzos.ZUtil with modifiers "private" ``` It means adding metadata about the operating system is out of order. This is not a requirement, just it is good to collect those values. The reason is class `DefaultCustomMetadataHelper` uses `com.ibm.jzos.ZUtil` to fetch data. Class `ZUtil` has no constructor and all methods are static (see https://www.ibm.com/docs/api/v1/content/SSYKE2_7.0.0/com.ibm.java.zsecurity.api.70.doc/com.ibm.jzos/com/ibm/jzos/ZUtil.html). https://github.com/zowe/api-layer/blob/6ad9306be542263fbb2e7e50e6e95f4f20a2f5e3/common-service-core/src/main/java/org/zowe/apiml/util/ClassOrDefaultProxyUtils.java#L68 In this particular case will be probably the best solution to create new method like: ```java public static <T> T createProxyStatic(Class<T> interfaceClass, String implementationClassName, Supplier<? extends T> defaultImplementation, ExceptionMapping<? extends Exception> ... exceptionMappings) { try { return createProxy(interfaceClass, implementationClassName, defaultImplementation, new Class[]{}, new Object[]{}, exceptionMappings); } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) { log.warn("Implementation {} is not available with constructor signature {}, it will continue with default one {} : " + e.getLocalizedMessage(), implementationClassName, new Class[]{}, defaultImplementation); } return makeProxy(interfaceClass, defaultImplementation.get(), false, exceptionMappings); } public static <T> T createProxy(Class<T> interfaceClass, String implementationClassName, Supplier<? extends T> defaultImplementation, Class[] constructorSignature, Object[] constructorParams, ExceptionMapping<? extends Exception> ... exceptionMappings) throws ClassNotFoundException { ObjectUtil.requireNotNull(interfaceClass, "interfaceClass can't be null"); ObjectUtil.requireNotEmpty(implementationClassName, "implementationClassName can't be empty"); ObjectUtil.requireNotNull(defaultImplementation, "defaultImplementation can't be null"); ObjectUtil.requireNotNull(constructorSignature, "constructorSignature can't be null"); ObjectUtil.requireNotNull(constructorParams, "constructorParams can't be null"); final Class<?> implementationClazz = Class.forName(implementationClassName); return makeProxy(interfaceClass, implementationClazz, true, exceptionMappings); } ``` Anyway, this will have probably a consequence and it will be also good to check that mapping in this case (`implementationClass instanceof java.lang.Class`) works only with static methods (disable finding an instance method in this case).
1.0
Java plain enabler does not provide metadata about z/OS - All services using Java plain enabler got his message: ``` 2021-11-26 08:59:26.569 <SDKATJ:main:33948876> SDKSERV (org.zowe.apiml.util.ClassOrDefaultProxyUtils:70) WARN Implementation com.ibm.jzos.ZUtil is not available with constructor signature .., it will continue with default one org.zowe.apiml.eurekaservice.client.impl.DefaultCustomMetadataHelper$$Lambda$858/0x00000000897ba730@8b1214b4 : Class org.zowe.apiml.util.ClassOrDefaultProxyUtils can notccess a member of class com.ibm.jzos.ZUtil with modifiers "private" ``` It means adding metadata about the operating system is out of order. This is not a requirement, just it is good to collect those values. The reason is class `DefaultCustomMetadataHelper` uses `com.ibm.jzos.ZUtil` to fetch data. Class `ZUtil` has no constructor and all methods are static (see https://www.ibm.com/docs/api/v1/content/SSYKE2_7.0.0/com.ibm.java.zsecurity.api.70.doc/com.ibm.jzos/com/ibm/jzos/ZUtil.html). https://github.com/zowe/api-layer/blob/6ad9306be542263fbb2e7e50e6e95f4f20a2f5e3/common-service-core/src/main/java/org/zowe/apiml/util/ClassOrDefaultProxyUtils.java#L68 In this particular case will be probably the best solution to create new method like: ```java public static <T> T createProxyStatic(Class<T> interfaceClass, String implementationClassName, Supplier<? extends T> defaultImplementation, ExceptionMapping<? extends Exception> ... exceptionMappings) { try { return createProxy(interfaceClass, implementationClassName, defaultImplementation, new Class[]{}, new Object[]{}, exceptionMappings); } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) { log.warn("Implementation {} is not available with constructor signature {}, it will continue with default one {} : " + e.getLocalizedMessage(), implementationClassName, new Class[]{}, defaultImplementation); } return makeProxy(interfaceClass, defaultImplementation.get(), false, exceptionMappings); } public static <T> T createProxy(Class<T> interfaceClass, String implementationClassName, Supplier<? extends T> defaultImplementation, Class[] constructorSignature, Object[] constructorParams, ExceptionMapping<? extends Exception> ... exceptionMappings) throws ClassNotFoundException { ObjectUtil.requireNotNull(interfaceClass, "interfaceClass can't be null"); ObjectUtil.requireNotEmpty(implementationClassName, "implementationClassName can't be empty"); ObjectUtil.requireNotNull(defaultImplementation, "defaultImplementation can't be null"); ObjectUtil.requireNotNull(constructorSignature, "constructorSignature can't be null"); ObjectUtil.requireNotNull(constructorParams, "constructorParams can't be null"); final Class<?> implementationClazz = Class.forName(implementationClassName); return makeProxy(interfaceClass, implementationClazz, true, exceptionMappings); } ``` Anyway, this will have probably a consequence and it will be also good to check that mapping in this case (`implementationClass instanceof java.lang.Class`) works only with static methods (disable finding an instance method in this case).
priority
java plain enabler does not provide metadata about z os all services using java plain enabler got his message sdkserv org zowe apiml util classordefaultproxyutils warn implementation com ibm jzos zutil is not available with constructor signature it will continue with default one org zowe apiml eurekaservice client impl defaultcustommetadatahelper lambda class org zowe apiml util classordefaultproxyutils can notccess a member of class com ibm jzos zutil with modifiers private it means adding metadata about the operating system is out of order this is not a requirement just it is good to collect those values the reason is class defaultcustommetadatahelper uses com ibm jzos zutil to fetch data class zutil has no constructor and all methods are static see in this particular case will be probably the best solution to create new method like java public static t createproxystatic class interfaceclass string implementationclassname supplier defaultimplementation exceptionmapping exceptionmappings try return createproxy interfaceclass implementationclassname defaultimplementation new class new object exceptionmappings catch classnotfoundexception instantiationexception illegalaccessexception nosuchmethodexception invocationtargetexception e log warn implementation is not available with constructor signature it will continue with default one e getlocalizedmessage implementationclassname new class defaultimplementation return makeproxy interfaceclass defaultimplementation get false exceptionmappings public static t createproxy class interfaceclass string implementationclassname supplier defaultimplementation class constructorsignature object constructorparams exceptionmapping exceptionmappings throws classnotfoundexception objectutil requirenotnull interfaceclass interfaceclass can t be null objectutil requirenotempty implementationclassname implementationclassname can t be empty objectutil requirenotnull defaultimplementation defaultimplementation can t be null objectutil requirenotnull constructorsignature constructorsignature can t be null objectutil requirenotnull constructorparams constructorparams can t be null final class implementationclazz class forname implementationclassname return makeproxy interfaceclass implementationclazz true exceptionmappings anyway this will have probably a consequence and it will be also good to check that mapping in this case implementationclass instanceof java lang class works only with static methods disable finding an instance method in this case
1
830,806
32,024,793,110
IssuesEvent
2023-09-22 08:04:33
brain-link/scanhub
https://api.github.com/repos/brain-link/scanhub
opened
Use UUID for database entries
priority: high
Currently integer values are used for the ID of database entries, instead use string/UUID
1.0
Use UUID for database entries - Currently integer values are used for the ID of database entries, instead use string/UUID
priority
use uuid for database entries currently integer values are used for the id of database entries instead use string uuid
1
423,921
12,303,780,986
IssuesEvent
2020-05-11 19:18:37
ucfopen/Obojobo
https://api.github.com/repos/ucfopen/Obojobo
closed
hangingIndent always true for lists created in dev/10
bug high priority regression
If you create a list in dev/10 all items in the list will have `hangingIndent` set to `true`. This doesn't seem to be happening in dev/9.
1.0
hangingIndent always true for lists created in dev/10 - If you create a list in dev/10 all items in the list will have `hangingIndent` set to `true`. This doesn't seem to be happening in dev/9.
priority
hangingindent always true for lists created in dev if you create a list in dev all items in the list will have hangingindent set to true this doesn t seem to be happening in dev
1
434,613
12,520,739,866
IssuesEvent
2020-06-03 16:20:03
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Seg fault using `as_strided`
high priority module: operators topic: crash triaged
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> The following code seg faults: ``` python import torch torch.tensor(4.).as_strided((1, ), ()) # Segmentation fault: 11 ``` ## To Reproduce See above. <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior Expected an error message. Not a segmentation fault (which also kills the python interpreter). <!-- A clear and concise description of what you expected to happen. --> ## Environment Able to reproduce on colab and on Mac OSX. The following env is from colab. The Mac OSX env is also with torch 1.5.0, but without cuda. ``` Collecting environment information... PyTorch version: 1.5.0+cu101 Is debug build: No CUDA used to build PyTorch: 10.1 OS: Ubuntu 18.04.3 LTS GCC version: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 CMake version: version 3.12.0 Python version: 3.6 Is CUDA available: No CUDA runtime version: 10.1.243 GPU models and configuration: Could not collect Nvidia driver version: Could not collect cuDNN version: /usr/lib/x86_64-linux-gnu/libcudnn.so.7.6.5 Versions of relevant libraries: [pip3] numpy==1.18.4 [pip3] torch==1.5.0+cu101 [pip3] torchsummary==1.5.1 [pip3] torchtext==0.3.1 [pip3] torchvision==0.6.0+cu101 [conda] Could not collect ``` cc @ezyang @gchanan @zou3519
1.0
Seg fault using `as_strided` - ## 🐛 Bug <!-- A clear and concise description of what the bug is. --> The following code seg faults: ``` python import torch torch.tensor(4.).as_strided((1, ), ()) # Segmentation fault: 11 ``` ## To Reproduce See above. <!-- If you have a code sample, error messages, stack traces, please provide it here as well --> ## Expected behavior Expected an error message. Not a segmentation fault (which also kills the python interpreter). <!-- A clear and concise description of what you expected to happen. --> ## Environment Able to reproduce on colab and on Mac OSX. The following env is from colab. The Mac OSX env is also with torch 1.5.0, but without cuda. ``` Collecting environment information... PyTorch version: 1.5.0+cu101 Is debug build: No CUDA used to build PyTorch: 10.1 OS: Ubuntu 18.04.3 LTS GCC version: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 CMake version: version 3.12.0 Python version: 3.6 Is CUDA available: No CUDA runtime version: 10.1.243 GPU models and configuration: Could not collect Nvidia driver version: Could not collect cuDNN version: /usr/lib/x86_64-linux-gnu/libcudnn.so.7.6.5 Versions of relevant libraries: [pip3] numpy==1.18.4 [pip3] torch==1.5.0+cu101 [pip3] torchsummary==1.5.1 [pip3] torchtext==0.3.1 [pip3] torchvision==0.6.0+cu101 [conda] Could not collect ``` cc @ezyang @gchanan @zou3519
priority
seg fault using as strided 🐛 bug the following code seg faults python import torch torch tensor as strided segmentation fault to reproduce see above expected behavior expected an error message not a segmentation fault which also kills the python interpreter environment able to reproduce on colab and on mac osx the following env is from colab the mac osx env is also with torch but without cuda 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 no cuda runtime version gpu models and configuration could not collect nvidia driver version could not collect cudnn version usr lib linux gnu libcudnn so versions of relevant libraries numpy torch torchsummary torchtext torchvision could not collect cc ezyang gchanan
1
73,671
3,419,451,751
IssuesEvent
2015-12-08 09:51:06
The-Compiler/qutebrowser
https://api.github.com/repos/The-Compiler/qutebrowser
opened
objreg KeyError when pressing ctrl-c with config error
bug priority: 0 - high
With e.g. `doesnotexist = true` in the config, we get the config error box, as expected. When pressing `Ctrl-C` with that error open, we get a crash however: ``` 10:48:14 DEBUG init app:_init_modules:398 Initializing config... 10:48:14 DEBUG init ini:__init__:56 Reading config from /home/florian/.config/qutebrowser/qutebrowser.conf 10:48:14 ERROR init config:_init_main_config:147 No option 'doesnotexist' in section 'colors' Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' 10:48:14 DEBUG misc app:on_focus_object_changed:756 Focus object changed: <PyQt5.QtWidgets.QPushButton object at 0x7fce4d83e3a8> 10:48:14 DEBUG misc app:on_focus_object_changed:756 Focus object changed: <PyQt5.QtWidgets.QPushButton object at 0x7fce4d83e3a8> 10:48:14 DEBUG misc app:on_focus_object_changed:756 Focus object changed: None (Pressing Ctrl-C) 10:48:15 DEBUG destroy crashsignal:handle_signal_wakeup:349 Handling signal wakeup! 10:48:15 INFO destroy error:handle_fatal_exc:69 SIGINT/SIGTERM received, shutting down! 10:48:15 INFO destroy error:handle_fatal_exc:69 Do the same again to forcefully quit. 10:48:15 DEBUG destroy app:shutdown:631 Shutting down with status 130, session None... 10:48:15 ERROR misc crashsignal:exception_hook:211 Uncaught exception Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/app.py", line 633, in shutdown session_manager = objreg.get('session-manager') File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'session-manager' 10:48:15 ERROR destroy crashsignal:_get_exception_info:187 Error while getting history: {} Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashsignal.py", line 185, in _get_exception_info cmd_history = objreg.get('command-history')[-5:] File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'command-history' 10:48:15 ERROR misc crashdialog:__init__:159 Failed to get contact information! Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashdialog.py", line 153, in __init__ state = objreg.get('state-config') File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'state-config' 10:48:15 ERROR misc crashdialog:_init_checkboxes:430 Error while checking private browsing mode Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashdialog.py", line 427, in _init_checkboxes if config.get('general', 'private-browsing'): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 128, in get return objreg.get('config').get(*args, **kwargs) File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'config'
1.0
objreg KeyError when pressing ctrl-c with config error - With e.g. `doesnotexist = true` in the config, we get the config error box, as expected. When pressing `Ctrl-C` with that error open, we get a crash however: ``` 10:48:14 DEBUG init app:_init_modules:398 Initializing config... 10:48:14 DEBUG init ini:__init__:56 Reading config from /home/florian/.config/qutebrowser/qutebrowser.conf 10:48:14 ERROR init config:_init_main_config:147 No option 'doesnotexist' in section 'colors' Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' 10:48:14 DEBUG misc app:on_focus_object_changed:756 Focus object changed: <PyQt5.QtWidgets.QPushButton object at 0x7fce4d83e3a8> 10:48:14 DEBUG misc app:on_focus_object_changed:756 Focus object changed: <PyQt5.QtWidgets.QPushButton object at 0x7fce4d83e3a8> 10:48:14 DEBUG misc app:on_focus_object_changed:756 Focus object changed: None (Pressing Ctrl-C) 10:48:15 DEBUG destroy crashsignal:handle_signal_wakeup:349 Handling signal wakeup! 10:48:15 INFO destroy error:handle_fatal_exc:69 SIGINT/SIGTERM received, shutting down! 10:48:15 INFO destroy error:handle_fatal_exc:69 Do the same again to forcefully quit. 10:48:15 DEBUG destroy app:shutdown:631 Shutting down with status 130, session None... 10:48:15 ERROR misc crashsignal:exception_hook:211 Uncaught exception Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/app.py", line 633, in shutdown session_manager = objreg.get('session-manager') File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'session-manager' 10:48:15 ERROR destroy crashsignal:_get_exception_info:187 Error while getting history: {} Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashsignal.py", line 185, in _get_exception_info cmd_history = objreg.get('command-history')[-5:] File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'command-history' 10:48:15 ERROR misc crashdialog:__init__:159 Failed to get contact information! Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashdialog.py", line 153, in __init__ state = objreg.get('state-config') File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'state-config' 10:48:15 ERROR misc crashdialog:_init_checkboxes:430 Error while checking private browsing mode Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 767, in set sect.setv(layer, optname, value, interpolated) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/sections.py", line 128, in setv self.values[key].setv(layer, value, interpolated) KeyError: 'doesnotexist' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 145, in _init_main_config args.relaxed_config, parent=parent) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 380, in __init__ self._from_cp(parser, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 503, in _from_cp self._from_cp_section(sectname, cp, relaxed) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 529, in _from_cp_section self.set('conf', sectname, k, v, validate=False) File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 769, in set raise configexc.NoOptionError(optname, sectname) qutebrowser.config.configexc.NoOptionError: No option 'doesnotexist' in section 'colors' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/florian/proj/qutebrowser/git/qutebrowser/misc/crashdialog.py", line 427, in _init_checkboxes if config.get('general', 'private-browsing'): File "/home/florian/proj/qutebrowser/git/qutebrowser/config/config.py", line 128, in get return objreg.get('config').get(*args, **kwargs) File "/home/florian/proj/qutebrowser/git/qutebrowser/utils/objreg.py", line 217, in get return reg[name] File "/home/florian/proj/qutebrowser/git/.venv/lib/python3.4/collections/__init__.py", line 884, in __getitem__ raise KeyError(key) KeyError: 'config'
priority
objreg keyerror when pressing ctrl c with config error with e g doesnotexist true in the config we get the config error box as expected when pressing ctrl c with that error open we get a crash however debug init app init modules initializing config debug init ini init reading config from home florian config qutebrowser qutebrowser conf error init config init main config no option doesnotexist in section colors traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in set sect setv layer optname value interpolated file home florian proj qutebrowser git qutebrowser config sections py line in setv self values setv layer value interpolated keyerror doesnotexist during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in init main config args relaxed config parent parent file home florian proj qutebrowser git qutebrowser config config py line in init self from cp parser relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp self from cp section sectname cp relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp section self set conf sectname k v validate false file home florian proj qutebrowser git qutebrowser config config py line in set raise configexc nooptionerror optname sectname qutebrowser config configexc nooptionerror no option doesnotexist in section colors debug misc app on focus object changed focus object changed debug misc app on focus object changed focus object changed debug misc app on focus object changed focus object changed none pressing ctrl c debug destroy crashsignal handle signal wakeup handling signal wakeup info destroy error handle fatal exc sigint sigterm received shutting down info destroy error handle fatal exc do the same again to forcefully quit debug destroy app shutdown shutting down with status session none error misc crashsignal exception hook uncaught exception traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in set sect setv layer optname value interpolated file home florian proj qutebrowser git qutebrowser config sections py line in setv self values setv layer value interpolated keyerror doesnotexist during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in init main config args relaxed config parent parent file home florian proj qutebrowser git qutebrowser config config py line in init self from cp parser relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp self from cp section sectname cp relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp section self set conf sectname k v validate false file home florian proj qutebrowser git qutebrowser config config py line in set raise configexc nooptionerror optname sectname qutebrowser config configexc nooptionerror no option doesnotexist in section colors during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser app py line in shutdown session manager objreg get session manager file home florian proj qutebrowser git qutebrowser utils objreg py line in get return reg file home florian proj qutebrowser git venv lib collections init py line in getitem raise keyerror key keyerror session manager error destroy crashsignal get exception info error while getting history traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in set sect setv layer optname value interpolated file home florian proj qutebrowser git qutebrowser config sections py line in setv self values setv layer value interpolated keyerror doesnotexist during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in init main config args relaxed config parent parent file home florian proj qutebrowser git qutebrowser config config py line in init self from cp parser relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp self from cp section sectname cp relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp section self set conf sectname k v validate false file home florian proj qutebrowser git qutebrowser config config py line in set raise configexc nooptionerror optname sectname qutebrowser config configexc nooptionerror no option doesnotexist in section colors during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser misc crashsignal py line in get exception info cmd history objreg get command history file home florian proj qutebrowser git qutebrowser utils objreg py line in get return reg file home florian proj qutebrowser git venv lib collections init py line in getitem raise keyerror key keyerror command history error misc crashdialog init failed to get contact information traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in set sect setv layer optname value interpolated file home florian proj qutebrowser git qutebrowser config sections py line in setv self values setv layer value interpolated keyerror doesnotexist during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in init main config args relaxed config parent parent file home florian proj qutebrowser git qutebrowser config config py line in init self from cp parser relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp self from cp section sectname cp relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp section self set conf sectname k v validate false file home florian proj qutebrowser git qutebrowser config config py line in set raise configexc nooptionerror optname sectname qutebrowser config configexc nooptionerror no option doesnotexist in section colors during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser misc crashdialog py line in init state objreg get state config file home florian proj qutebrowser git qutebrowser utils objreg py line in get return reg file home florian proj qutebrowser git venv lib collections init py line in getitem raise keyerror key keyerror state config error misc crashdialog init checkboxes error while checking private browsing mode traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in set sect setv layer optname value interpolated file home florian proj qutebrowser git qutebrowser config sections py line in setv self values setv layer value interpolated keyerror doesnotexist during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser config config py line in init main config args relaxed config parent parent file home florian proj qutebrowser git qutebrowser config config py line in init self from cp parser relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp self from cp section sectname cp relaxed file home florian proj qutebrowser git qutebrowser config config py line in from cp section self set conf sectname k v validate false file home florian proj qutebrowser git qutebrowser config config py line in set raise configexc nooptionerror optname sectname qutebrowser config configexc nooptionerror no option doesnotexist in section colors during handling of the above exception another exception occurred traceback most recent call last file home florian proj qutebrowser git qutebrowser misc crashdialog py line in init checkboxes if config get general private browsing file home florian proj qutebrowser git qutebrowser config config py line in get return objreg get config get args kwargs file home florian proj qutebrowser git qutebrowser utils objreg py line in get return reg file home florian proj qutebrowser git venv lib collections init py line in getitem raise keyerror key keyerror config
1
671,939
22,781,527,623
IssuesEvent
2022-07-08 20:24:49
DDMAL/cantus
https://api.github.com/repos/DDMAL/cantus
closed
Mapped folio shows as unmapped
High Priority
Right now F-Pnm lat. 15181 shows the chants when you look at it, but in the admin view and the map_folios view it's listed as unmapped
1.0
Mapped folio shows as unmapped - Right now F-Pnm lat. 15181 shows the chants when you look at it, but in the admin view and the map_folios view it's listed as unmapped
priority
mapped folio shows as unmapped right now f pnm lat shows the chants when you look at it but in the admin view and the map folios view it s listed as unmapped
1
367,121
10,840,751,598
IssuesEvent
2019-11-12 09:02:54
highcharts/highcharts
https://api.github.com/repos/highcharts/highcharts
closed
Headings and links in a11y module should be unique
Priority: High Status: Opened Type: Enhancement
Top level headings and all links should include chart title. This is important when multiple charts are presented on a page.
1.0
Headings and links in a11y module should be unique - Top level headings and all links should include chart title. This is important when multiple charts are presented on a page.
priority
headings and links in module should be unique top level headings and all links should include chart title this is important when multiple charts are presented on a page
1
266,959
8,377,382,052
IssuesEvent
2018-10-06 00:35:24
matsengrp/olmsted
https://api.github.com/repos/matsengrp/olmsted
closed
Highlight table-selected clonal family in viz
high-priority viz-interaction
Clonal family selected in table should be highlighted/denoted on the main clonal families viz (size/opacity/whatever).
1.0
Highlight table-selected clonal family in viz - Clonal family selected in table should be highlighted/denoted on the main clonal families viz (size/opacity/whatever).
priority
highlight table selected clonal family in viz clonal family selected in table should be highlighted denoted on the main clonal families viz size opacity whatever
1
767,157
26,913,041,591
IssuesEvent
2023-02-07 02:30:32
SuddenDevelopment/StopMotion
https://api.github.com/repos/SuddenDevelopment/StopMotion
closed
2 or more objects test
Priority High
Test everything with 2 more objects and see how that button behaviors respond. This should work with multiple objects at the same time.
1.0
2 or more objects test - Test everything with 2 more objects and see how that button behaviors respond. This should work with multiple objects at the same time.
priority
or more objects test test everything with more objects and see how that button behaviors respond this should work with multiple objects at the same time
1
773,521
27,160,749,982
IssuesEvent
2023-02-17 11:39:15
NewcastleRSE/orqa_image_grading_client
https://api.github.com/repos/NewcastleRSE/orqa_image_grading_client
closed
Give 'well perfused' a bit of space
high priority
### Summary <!-- Please provide a detailed description of the change or addition you are proposing, or the question you're asking. Please provide as much context as possible and link to related issues and/or pull requests. --> *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### What needs to be done? <!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here --> - [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### Who can help? <!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here --> * *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### Which user story does this task relate to? Add here. # --- ### Updates <!-- To avoid that others have to read through the full thread of comments, please update the initial issue with important updates (e.g. decisions taken) regularly. You can update the task list and summary above directly (this is encouraged!) or add new information below in this new section. --> *Lorem ipsum dolor sit amet, consectetur adipiscing.*
1.0
Give 'well perfused' a bit of space - ### Summary <!-- Please provide a detailed description of the change or addition you are proposing, or the question you're asking. Please provide as much context as possible and link to related issues and/or pull requests. --> *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### What needs to be done? <!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here --> - [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### Who can help? <!-- We suggest using bullets (indicated by * or -) and filled checkboxes [x] here --> * *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### Which user story does this task relate to? Add here. # --- ### Updates <!-- To avoid that others have to read through the full thread of comments, please update the initial issue with important updates (e.g. decisions taken) regularly. You can update the task list and summary above directly (this is encouraged!) or add new information below in this new section. --> *Lorem ipsum dolor sit amet, consectetur adipiscing.*
priority
give well perfused a bit of space summary please provide a detailed description of the change or addition you are proposing or the question you re asking please provide as much context as possible and link to related issues and or pull requests lorem ipsum dolor sit amet consectetur adipiscing what needs to be done lorem ipsum dolor sit amet consectetur adipiscing who can help lorem ipsum dolor sit amet consectetur adipiscing which user story does this task relate to add here updates to avoid that others have to read through the full thread of comments please update the initial issue with important updates e g decisions taken regularly you can update the task list and summary above directly this is encouraged or add new information below in this new section lorem ipsum dolor sit amet consectetur adipiscing
1
604,855
18,719,991,513
IssuesEvent
2021-11-03 10:39:41
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
closed
REACT: Instrument View page is not displaying instructions
High priority Frontend react
For example question A3 has an instruction "Complete first from records, then enter details from other sources in space marked 'extra information'." https://closer-archivist-staging.herokuapp.com/instruments/bcs_80_me/build/question_items/121452 But this cannot be seen in the instrument view page https://closer-archivist-staging.herokuapp.com/instruments/bcs_80_me/
1.0
REACT: Instrument View page is not displaying instructions - For example question A3 has an instruction "Complete first from records, then enter details from other sources in space marked 'extra information'." https://closer-archivist-staging.herokuapp.com/instruments/bcs_80_me/build/question_items/121452 But this cannot be seen in the instrument view page https://closer-archivist-staging.herokuapp.com/instruments/bcs_80_me/
priority
react instrument view page is not displaying instructions for example question has an instruction complete first from records then enter details from other sources in space marked extra information but this cannot be seen in the instrument view page
1
400,800
11,780,827,194
IssuesEvent
2020-03-16 20:56:30
Qiskit/qiskit-ibmq-provider
https://api.github.com/repos/Qiskit/qiskit-ibmq-provider
closed
Tests failed because of stopped event loop
priority: high type: bug
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit IBMQ Provider version**: - **API URL or version**: - **Python version**: - **Operating system**: ### What is the current behavior? Some of the websocket integration tests have been consistently failing with ``` Error checking job status using websocket, retrying using HTTP: Event loop stopped before Future completed. ``` ### Steps to reproduce the problem ### What is the expected behavior? ### Suggested solutions
1.0
Tests failed because of stopped event loop - <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit IBMQ Provider version**: - **API URL or version**: - **Python version**: - **Operating system**: ### What is the current behavior? Some of the websocket integration tests have been consistently failing with ``` Error checking job status using websocket, retrying using HTTP: Event loop stopped before Future completed. ``` ### Steps to reproduce the problem ### What is the expected behavior? ### Suggested solutions
priority
tests failed because of stopped event loop information qiskit ibmq provider version api url or version python version operating system what is the current behavior some of the websocket integration tests have been consistently failing with error checking job status using websocket retrying using http event loop stopped before future completed steps to reproduce the problem what is the expected behavior suggested solutions
1
428,096
12,402,937,949
IssuesEvent
2020-05-21 13:01:35
SainsburyWellcomeCentre/BakingTray
https://api.github.com/repos/SainsburyWellcomeCentre/BakingTray
closed
autoThresh fails deeper into the sample from preview stack data
high priority
I can take section say, 100, from deep in a stack. It runs fine from the CLI and the pStack: ``` >> p.imStack(:,:,1:100)=[]; >> p p = struct with fields: imStack: [954x565x104 int16] recipe: [1x1 struct] voxelSizeInMicrons: 20 tileSizeInMicrons: 966.6300 nSamples: 2 binarized: [954x565x179 logical] borders: {{1x179 cell}} >> autoROI.autothresh.run(p) ``` But once imported into BakingTray it fails. Really weird. I discover that the stack is an int16 in the preview stack but a double from BakingTray. Switching BT to int16 results in a more reasonable looking outcome. At least it does not fail. I don't know why, though....
1.0
autoThresh fails deeper into the sample from preview stack data - I can take section say, 100, from deep in a stack. It runs fine from the CLI and the pStack: ``` >> p.imStack(:,:,1:100)=[]; >> p p = struct with fields: imStack: [954x565x104 int16] recipe: [1x1 struct] voxelSizeInMicrons: 20 tileSizeInMicrons: 966.6300 nSamples: 2 binarized: [954x565x179 logical] borders: {{1x179 cell}} >> autoROI.autothresh.run(p) ``` But once imported into BakingTray it fails. Really weird. I discover that the stack is an int16 in the preview stack but a double from BakingTray. Switching BT to int16 results in a more reasonable looking outcome. At least it does not fail. I don't know why, though....
priority
autothresh fails deeper into the sample from preview stack data i can take section say from deep in a stack it runs fine from the cli and the pstack p imstack p p struct with fields imstack recipe voxelsizeinmicrons tilesizeinmicrons nsamples binarized borders cell autoroi autothresh run p but once imported into bakingtray it fails really weird i discover that the stack is an in the preview stack but a double from bakingtray switching bt to results in a more reasonable looking outcome at least it does not fail i don t know why though
1
287,437
8,813,466,437
IssuesEvent
2018-12-28 20:30:48
PMEAL/OpenPNM
https://api.github.com/repos/PMEAL/OpenPNM
closed
label_surfaces is slow
Performance Priority - High
Here's some benchmarks: | Size | w/o | w | | ------------- |:-------------:| -----:| | 10^3 | 2 ms | 40 ms | | 20^3 | 10 ms | 500 ms | | 30^3 | 40 ms | 1600 ms | | 40^3 | 0.1 s | 4.4 s | | 50^3 | 0.2 s | 10 s | For relatively large networks (100^3, 200^3, ...), it takes minutes to generate a Cubic network.
1.0
label_surfaces is slow - Here's some benchmarks: | Size | w/o | w | | ------------- |:-------------:| -----:| | 10^3 | 2 ms | 40 ms | | 20^3 | 10 ms | 500 ms | | 30^3 | 40 ms | 1600 ms | | 40^3 | 0.1 s | 4.4 s | | 50^3 | 0.2 s | 10 s | For relatively large networks (100^3, 200^3, ...), it takes minutes to generate a Cubic network.
priority
label surfaces is slow here s some benchmarks size w o w ms ms ms ms ms ms s s s s for relatively large networks it takes minutes to generate a cubic network
1
757,749
26,527,269,994
IssuesEvent
2023-01-19 09:43:57
slsdetectorgroup/slsDetectorPackage
https://api.github.com/repos/slsdetectorgroup/slsDetectorPackage
closed
Bypassing initial checks does not work
action - Bug priority - High status - resolved
<!-- Preview changes before submitting --> <!-- Please fill out everything with an *, as this report will be discarded otherwise --> <!-- This is a comment, the syntax is a bit different from c++ or bash --> ##### *Distribution: <!-- RHEL7, RHEL6, Fedora, etc --> ##### *Detector type: <!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard --> ##### *Software Package Version: <!-- developer, 4.2.0, 4.1.1, etc --> ##### Priority: <!-- Super Low, Low, Medium, High, Super High --> ##### *Describe the bug <!-- A clear and concise description of what the bug is --> Bypassing initial checks does not work. Try old server and new client. Still throws. @erikfrojdh ##### Expected behavior <!-- A clear and concise description of what you expected to happen. --> ##### To Reproduce <!-- Steps to reproduce the behavior: --> <!-- 1. Go to '...' --> <!-- 2. Click on '....' --> <!-- 3. Scroll down to '....' --> <!-- 4. See error --> ##### Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ##### Additional context <!-- Add any other context about the problem here. -->
1.0
Bypassing initial checks does not work - <!-- Preview changes before submitting --> <!-- Please fill out everything with an *, as this report will be discarded otherwise --> <!-- This is a comment, the syntax is a bit different from c++ or bash --> ##### *Distribution: <!-- RHEL7, RHEL6, Fedora, etc --> ##### *Detector type: <!-- If applicable, Eiger, Jungfrau, Mythen3, Gotthard2, Gotthard, Moench, ChipTestBoard --> ##### *Software Package Version: <!-- developer, 4.2.0, 4.1.1, etc --> ##### Priority: <!-- Super Low, Low, Medium, High, Super High --> ##### *Describe the bug <!-- A clear and concise description of what the bug is --> Bypassing initial checks does not work. Try old server and new client. Still throws. @erikfrojdh ##### Expected behavior <!-- A clear and concise description of what you expected to happen. --> ##### To Reproduce <!-- Steps to reproduce the behavior: --> <!-- 1. Go to '...' --> <!-- 2. Click on '....' --> <!-- 3. Scroll down to '....' --> <!-- 4. See error --> ##### Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ##### Additional context <!-- Add any other context about the problem here. -->
priority
bypassing initial checks does not work distribution detector type software package version priority describe the bug bypassing initial checks does not work try old server and new client still throws erikfrojdh expected behavior to reproduce screenshots additional context
1
671,663
22,771,501,329
IssuesEvent
2022-07-08 10:25:20
roq-trading/roq-issues
https://api.github.com/repos/roq-trading/roq-issues
closed
[roq-api] Prevent copy/move of Event<> and Trace<>
enhancement high priority support
It was possible for users to think that events could be stored and used after the callback had finished.
1.0
[roq-api] Prevent copy/move of Event<> and Trace<> - It was possible for users to think that events could be stored and used after the callback had finished.
priority
prevent copy move of event and trace it was possible for users to think that events could be stored and used after the callback had finished
1
739,902
25,727,653,451
IssuesEvent
2022-12-07 17:46:19
oncokb/oncokb
https://api.github.com/repos/oncokb/oncokb
closed
Error 500 code when calling cronjob/move-token-stats-to-s3
bug high priority
Looks like the cronjob has failed to delete token states for few days now. The status shows complete but it actually failed with one of the jobs. Another reason we should set up the AirFlow soon and split all tasks.
1.0
Error 500 code when calling cronjob/move-token-stats-to-s3 - Looks like the cronjob has failed to delete token states for few days now. The status shows complete but it actually failed with one of the jobs. Another reason we should set up the AirFlow soon and split all tasks.
priority
error code when calling cronjob move token stats to looks like the cronjob has failed to delete token states for few days now the status shows complete but it actually failed with one of the jobs another reason we should set up the airflow soon and split all tasks
1
504,672
14,620,585,417
IssuesEvent
2020-12-22 20:00:07
bounswe/bounswe2020group7
https://api.github.com/repos/bounswe/bounswe2020group7
closed
Android - MVP to MVVM architecture adaption
Priority: Highest Status: Done Status: In Review Subteam: Android Type: Improvement
As can be inferred, MVP architecture deprecated in some terms. MVVM is supported by google and tested better than MVP. Therefore, android app must be adapted to MVVM with its existing features.
1.0
Android - MVP to MVVM architecture adaption - As can be inferred, MVP architecture deprecated in some terms. MVVM is supported by google and tested better than MVP. Therefore, android app must be adapted to MVVM with its existing features.
priority
android mvp to mvvm architecture adaption as can be inferred mvp architecture deprecated in some terms mvvm is supported by google and tested better than mvp therefore android app must be adapted to mvvm with its existing features
1
347,724
10,433,217,126
IssuesEvent
2019-09-17 13:03:20
AY1920S1-CS2103-F09-4/main
https://api.github.com/repos/AY1920S1-CS2103-F09-4/main
opened
As an insurance agent, I can generate basic statistics and data about my sales for the month so that I can visualise them and keep track of my sales.
Visual Representation priority.High type.Story
Which insurance policy is sold the most? What age group buys the most insurance? For specific groups, what insurance policy is the most popular?
1.0
As an insurance agent, I can generate basic statistics and data about my sales for the month so that I can visualise them and keep track of my sales. - Which insurance policy is sold the most? What age group buys the most insurance? For specific groups, what insurance policy is the most popular?
priority
as an insurance agent i can generate basic statistics and data about my sales for the month so that i can visualise them and keep track of my sales which insurance policy is sold the most what age group buys the most insurance for specific groups what insurance policy is the most popular
1
32,115
2,743,914,623
IssuesEvent
2015-04-22 01:33:16
BrainSlugs83/NewBiospheresMod
https://api.github.com/repos/BrainSlugs83/NewBiospheresMod
closed
No way to add custom ores with specific metadata / NBT data.
Enhancement Priority: High
There are a number of mods that currently have a "generic" ore block, where the different metadatas refer to different types of ores. For mods that do this and do not have specific names for different metadatas, it is currently impossible to add those ores. One could argue that it is an issue with these mods, but regardless it isn't possible currently. For instance, I cannot find a way to add the ores from [Cogs of the machine](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/1442605-1-7-10-forge-cogs-of-the-machine-v0-1-4pre1-back) to the ore orbs.
1.0
No way to add custom ores with specific metadata / NBT data. - There are a number of mods that currently have a "generic" ore block, where the different metadatas refer to different types of ores. For mods that do this and do not have specific names for different metadatas, it is currently impossible to add those ores. One could argue that it is an issue with these mods, but regardless it isn't possible currently. For instance, I cannot find a way to add the ores from [Cogs of the machine](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/1442605-1-7-10-forge-cogs-of-the-machine-v0-1-4pre1-back) to the ore orbs.
priority
no way to add custom ores with specific metadata nbt data there are a number of mods that currently have a generic ore block where the different metadatas refer to different types of ores for mods that do this and do not have specific names for different metadatas it is currently impossible to add those ores one could argue that it is an issue with these mods but regardless it isn t possible currently for instance i cannot find a way to add the ores from to the ore orbs
1
207,579
7,131,308,693
IssuesEvent
2018-01-22 10:31:08
GreenDelta/Sophena
https://api.github.com/repos/GreenDelta/Sophena
opened
Investitionen: Infotext "Heizhaus-Technik" ist fehlerhaft
bug high priority question
Dieser Text? > Kosten für Übergeordnete Mess-und Regeltechnik liegen nicht in der gleichen Größenordnung wie Hydraulik + Elektroinstallation! Übergeordnete Mess- und Regeltechnik lassen sich überschlägig mit 15-20 % der Kosten für die Technik ohne Biomassekessel berechnen (das sind ggf. Spitzenlastkessel, Hydraulik- und Elektroinstallation, Wärmenetz-Technik, Pufferspeicher, evtl. BHKW).
1.0
Investitionen: Infotext "Heizhaus-Technik" ist fehlerhaft - Dieser Text? > Kosten für Übergeordnete Mess-und Regeltechnik liegen nicht in der gleichen Größenordnung wie Hydraulik + Elektroinstallation! Übergeordnete Mess- und Regeltechnik lassen sich überschlägig mit 15-20 % der Kosten für die Technik ohne Biomassekessel berechnen (das sind ggf. Spitzenlastkessel, Hydraulik- und Elektroinstallation, Wärmenetz-Technik, Pufferspeicher, evtl. BHKW).
priority
investitionen infotext heizhaus technik ist fehlerhaft dieser text kosten für übergeordnete mess und regeltechnik liegen nicht in der gleichen größenordnung wie hydraulik elektroinstallation übergeordnete mess und regeltechnik lassen sich überschlägig mit der kosten für die technik ohne biomassekessel berechnen das sind ggf spitzenlastkessel hydraulik und elektroinstallation wärmenetz technik pufferspeicher evtl bhkw
1
750,284
26,196,564,051
IssuesEvent
2023-01-03 13:59:26
thecyberworld/thecyberhub.org
https://api.github.com/repos/thecyberworld/thecyberhub.org
closed
[FEATURE] Improve the design and layout of the user blogs page on [branch: dev]
✨ goal: improvement 🟧 priority: high ⭐ goal: addition 🏁 status: ready for dev 🤩 status : Up for Grab good first issue hacktoberfest
### Detailed description x -> delete blog \+ -> edit blog improve the layout and buttons of this page -> dashboard/blogs ![image](https://user-images.githubusercontent.com/44284877/210177496-3e24e8dc-3e08-472a-8d77-0f79b1864d8c.png) ### Context setup the backend and frontend to work on these issues frontend: [https://github.com/thecyberworld/thecyberhub.org](https://github.com/thecyberworld/thecyberhub.org) backend: [https://github.com/thecyberworld/api.thecyberhub.org](https://github.com/thecyberworld/api.thecyberhub.org) ### Possible implementation _No response_ ### Additional information Hello and welcome to our issue tracker! We're here to help with any issues or questions you may have about the project. If you need more immediate assistance, you can also reach us on our support channel at [Discord](https://discord.gg/QHBPq6xP5p). We're here to help, so don't hesitate to reach out. ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
[FEATURE] Improve the design and layout of the user blogs page on [branch: dev] - ### Detailed description x -> delete blog \+ -> edit blog improve the layout and buttons of this page -> dashboard/blogs ![image](https://user-images.githubusercontent.com/44284877/210177496-3e24e8dc-3e08-472a-8d77-0f79b1864d8c.png) ### Context setup the backend and frontend to work on these issues frontend: [https://github.com/thecyberworld/thecyberhub.org](https://github.com/thecyberworld/thecyberhub.org) backend: [https://github.com/thecyberworld/api.thecyberhub.org](https://github.com/thecyberworld/api.thecyberhub.org) ### Possible implementation _No response_ ### Additional information Hello and welcome to our issue tracker! We're here to help with any issues or questions you may have about the project. If you need more immediate assistance, you can also reach us on our support channel at [Discord](https://discord.gg/QHBPq6xP5p). We're here to help, so don't hesitate to reach out. ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
priority
improve the design and layout of the user blogs page on detailed description x delete blog edit blog improve the layout and buttons of this page dashboard blogs context setup the backend and frontend to work on these issues frontend backend possible implementation no response additional information hello and welcome to our issue tracker we re here to help with any issues or questions you may have about the project if you need more immediate assistance you can also reach us on our support channel at we re here to help so don t hesitate to reach out code of conduct i agree to follow this project s code of conduct
1
596,797
18,144,070,519
IssuesEvent
2021-09-25 05:10:47
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
[kubeapps-apis] Implement packaging related functionality for fluxv2 plugin
kind/feature priority/high size/L component/apis-server
Once #2944 is ready, we want to implement the packaging API (only, ie. not yet api functionality for repositories) for the fluxv2 plugin (as well as one other plugin, but perhaps that should be a separate issue - see #2993 for the direct helm plugin). This will involve something similar to (subject to name changes): - [x] GetAvailablePackagesSummaries - [x] GetAvailablePackageDetail - [x] GetAvailablePackageVersions - [x] GetInstalledPackageSummaries - [x] GetInstalledPackageDetail - [x] CreateInstalledPackage - [x] UpdateInstalledPackage - [ ] DeleteInstalledPackage
1.0
[kubeapps-apis] Implement packaging related functionality for fluxv2 plugin - Once #2944 is ready, we want to implement the packaging API (only, ie. not yet api functionality for repositories) for the fluxv2 plugin (as well as one other plugin, but perhaps that should be a separate issue - see #2993 for the direct helm plugin). This will involve something similar to (subject to name changes): - [x] GetAvailablePackagesSummaries - [x] GetAvailablePackageDetail - [x] GetAvailablePackageVersions - [x] GetInstalledPackageSummaries - [x] GetInstalledPackageDetail - [x] CreateInstalledPackage - [x] UpdateInstalledPackage - [ ] DeleteInstalledPackage
priority
implement packaging related functionality for plugin once is ready we want to implement the packaging api only ie not yet api functionality for repositories for the plugin as well as one other plugin but perhaps that should be a separate issue see for the direct helm plugin this will involve something similar to subject to name changes getavailablepackagessummaries getavailablepackagedetail getavailablepackageversions getinstalledpackagesummaries getinstalledpackagedetail createinstalledpackage updateinstalledpackage deleteinstalledpackage
1
244,766
7,879,707,264
IssuesEvent
2018-06-26 14:06:06
metasfresh/metasfresh
https://api.github.com/repos/metasfresh/metasfresh
opened
Order line is flagged as Temporary Pricing Conditions when the conditions are actually missing
branch:master priority:high
### Is this a bug or feature request? bug ### What is the current behavior? #### Which are the steps to reproduce? * create a new order * create a new order line using a product which has no pricing conditions * the line is created but the pricing conditions indicator is yellow (temporary) instead of "red". ### What is the expected or desired behavior? see above.
1.0
Order line is flagged as Temporary Pricing Conditions when the conditions are actually missing - ### Is this a bug or feature request? bug ### What is the current behavior? #### Which are the steps to reproduce? * create a new order * create a new order line using a product which has no pricing conditions * the line is created but the pricing conditions indicator is yellow (temporary) instead of "red". ### What is the expected or desired behavior? see above.
priority
order line is flagged as temporary pricing conditions when the conditions are actually missing is this a bug or feature request bug what is the current behavior which are the steps to reproduce create a new order create a new order line using a product which has no pricing conditions the line is created but the pricing conditions indicator is yellow temporary instead of red what is the expected or desired behavior see above
1
391,810
11,578,833,576
IssuesEvent
2020-02-21 16:40:31
theintern/intern
https://api.github.com/repos/theintern/intern
opened
Update Intern's configuration system
effort-high enhancement priority-high
Intern's usage over the last couple of years has exposed some areas for improvement in Intern's configuration system. ### Problems The main problems are: 1. The config-processing logic is spread out and can be hard to follow 2. The merging logic is inconsistent (#877) 3. The self tests aren't fully exercising the merge logic 4. Some of the default options aren't applied consistently, leading to issues like #877, where attempting to add a reporter to the default simply replaces the default. ### Background The current process is split between `core/lib/<env>/util#getConfig`, `core/common/util#loadConfig`, and `core/lib/executors/<executor>#_resolveConfig`. 1. Load a config file (the default or one given as a command line arg or query arg) - `getConfig` 2. Process the config file, normalizing config values and processing merge directives - `loadConfig` 3. Apply command line or query arguments - `loadConfig` 4. "Resolve" the config (expand globs) - `_resolveConfig`. During this process, defaults stored in the executors are applied. The config file format is JSON+comments. The config file format is intentionally a bit looser than the internal config format for ease of use. For example, a config file can use a string for the `suites` property, but in a Config structure the `suites` property is always an array of strings. Various parts of the config file may be merged during processing: * A config that uses `extends` will be merged with whatever config it's extending * Child configs (children of a `configs` property) are merged with the parent config, or with the config they explicitly extend * Resource properties (`suites`, `plugins`) are implicitly added to resource properties in `node` and `browser` properties * A few properties (`suites`, `plugins`, `instrumenterOptions`, `tunnelOptions`) can be suffixed with a '+', in which case they'll be shallowly mixed into the current value of the property at the time they're processed One substitution is currently performed: The string `{pwd}` in environment descriptors will be expanded to the current working directory at runtime. ### Desired outcomes ### Externalize the defaults Apply the default config options currently setup in the executor constructors in the main config handling logic. The order should be: 1. Default config 2. Loaded config 3. Environment variables (`INTERN_ARGS`) 3. CLI / query args This will require moving the default options into the config logic, or into separate environment-specific files. ### Merging should always be explicit. Given this: ```json { "suites": [ "a.ts", "b.ts" ], "node": { "suites": [ "c.ts" ] } } ``` only `c.ts` should be used in a node environment. To get the existing behavior, use: ```json { "suite": [ "a.ts", "b.ts" ], "node": { "suites+": [ "c.ts" ] } } ``` ### Merging should always be shallow Merging should be shallow (it is now). Users can use '+' suffixes to explicitly merge subproperties.
1.0
Update Intern's configuration system - Intern's usage over the last couple of years has exposed some areas for improvement in Intern's configuration system. ### Problems The main problems are: 1. The config-processing logic is spread out and can be hard to follow 2. The merging logic is inconsistent (#877) 3. The self tests aren't fully exercising the merge logic 4. Some of the default options aren't applied consistently, leading to issues like #877, where attempting to add a reporter to the default simply replaces the default. ### Background The current process is split between `core/lib/<env>/util#getConfig`, `core/common/util#loadConfig`, and `core/lib/executors/<executor>#_resolveConfig`. 1. Load a config file (the default or one given as a command line arg or query arg) - `getConfig` 2. Process the config file, normalizing config values and processing merge directives - `loadConfig` 3. Apply command line or query arguments - `loadConfig` 4. "Resolve" the config (expand globs) - `_resolveConfig`. During this process, defaults stored in the executors are applied. The config file format is JSON+comments. The config file format is intentionally a bit looser than the internal config format for ease of use. For example, a config file can use a string for the `suites` property, but in a Config structure the `suites` property is always an array of strings. Various parts of the config file may be merged during processing: * A config that uses `extends` will be merged with whatever config it's extending * Child configs (children of a `configs` property) are merged with the parent config, or with the config they explicitly extend * Resource properties (`suites`, `plugins`) are implicitly added to resource properties in `node` and `browser` properties * A few properties (`suites`, `plugins`, `instrumenterOptions`, `tunnelOptions`) can be suffixed with a '+', in which case they'll be shallowly mixed into the current value of the property at the time they're processed One substitution is currently performed: The string `{pwd}` in environment descriptors will be expanded to the current working directory at runtime. ### Desired outcomes ### Externalize the defaults Apply the default config options currently setup in the executor constructors in the main config handling logic. The order should be: 1. Default config 2. Loaded config 3. Environment variables (`INTERN_ARGS`) 3. CLI / query args This will require moving the default options into the config logic, or into separate environment-specific files. ### Merging should always be explicit. Given this: ```json { "suites": [ "a.ts", "b.ts" ], "node": { "suites": [ "c.ts" ] } } ``` only `c.ts` should be used in a node environment. To get the existing behavior, use: ```json { "suite": [ "a.ts", "b.ts" ], "node": { "suites+": [ "c.ts" ] } } ``` ### Merging should always be shallow Merging should be shallow (it is now). Users can use '+' suffixes to explicitly merge subproperties.
priority
update intern s configuration system intern s usage over the last couple of years has exposed some areas for improvement in intern s configuration system problems the main problems are the config processing logic is spread out and can be hard to follow the merging logic is inconsistent the self tests aren t fully exercising the merge logic some of the default options aren t applied consistently leading to issues like where attempting to add a reporter to the default simply replaces the default background the current process is split between core lib util getconfig core common util loadconfig and core lib executors resolveconfig load a config file the default or one given as a command line arg or query arg getconfig process the config file normalizing config values and processing merge directives loadconfig apply command line or query arguments loadconfig resolve the config expand globs resolveconfig during this process defaults stored in the executors are applied the config file format is json comments the config file format is intentionally a bit looser than the internal config format for ease of use for example a config file can use a string for the suites property but in a config structure the suites property is always an array of strings various parts of the config file may be merged during processing a config that uses extends will be merged with whatever config it s extending child configs children of a configs property are merged with the parent config or with the config they explicitly extend resource properties suites plugins are implicitly added to resource properties in node and browser properties a few properties suites plugins instrumenteroptions tunneloptions can be suffixed with a in which case they ll be shallowly mixed into the current value of the property at the time they re processed one substitution is currently performed the string pwd in environment descriptors will be expanded to the current working directory at runtime desired outcomes externalize the defaults apply the default config options currently setup in the executor constructors in the main config handling logic the order should be default config loaded config environment variables intern args cli query args this will require moving the default options into the config logic or into separate environment specific files merging should always be explicit given this json suites node suites only c ts should be used in a node environment to get the existing behavior use json suite node suites merging should always be shallow merging should be shallow it is now users can use suffixes to explicitly merge subproperties
1
762,785
26,730,267,212
IssuesEvent
2023-01-30 03:22:01
War-Brokers/War-Brokers
https://api.github.com/repos/War-Brokers/War-Brokers
opened
Ability to set next weapon outside spawn
priority:1 - high type:suggestion
- Weapons do not change outside spawn area - But they do change once you get in the spawn area
1.0
Ability to set next weapon outside spawn - - Weapons do not change outside spawn area - But they do change once you get in the spawn area
priority
ability to set next weapon outside spawn weapons do not change outside spawn area but they do change once you get in the spawn area
1
402,426
11,809,657,208
IssuesEvent
2020-03-19 15:17:18
cloudfoundry-incubator/kubecf
https://api.github.com/repos/cloudfoundry-incubator/kubecf
opened
PRs to fix patches in *uaa* upstream project
Priority: High Type: Patch
./uaa/uaa/jobs/patch_uaa.sh ./uaa/uaa/jobs/patch_pre-start.sh
1.0
PRs to fix patches in *uaa* upstream project - ./uaa/uaa/jobs/patch_uaa.sh ./uaa/uaa/jobs/patch_pre-start.sh
priority
prs to fix patches in uaa upstream project uaa uaa jobs patch uaa sh uaa uaa jobs patch pre start sh
1
257,927
8,148,725,677
IssuesEvent
2018-08-22 07:13:20
metasfresh/metasfresh
https://api.github.com/repos/metasfresh/metasfresh
closed
New Textfield for Product Ingredients without BOM
branch:master branch:release branch:release-TODO priority:high type:enhancement
### Is this a bug or feature request? Feature Request ### What is the current behavior? Currently, Ingredients can be recorded via BOM. #### Which are the steps to reproduce? Open, try and see. ### What is the expected or desired behavior? In Product>>Businesspartner it shall be possible to record Product Ingredients without creating a BOM/ BOM Product. Please add a new Field in there (near Customer Label Field) and make it translatable.
1.0
New Textfield for Product Ingredients without BOM - ### Is this a bug or feature request? Feature Request ### What is the current behavior? Currently, Ingredients can be recorded via BOM. #### Which are the steps to reproduce? Open, try and see. ### What is the expected or desired behavior? In Product>>Businesspartner it shall be possible to record Product Ingredients without creating a BOM/ BOM Product. Please add a new Field in there (near Customer Label Field) and make it translatable.
priority
new textfield for product ingredients without bom is this a bug or feature request feature request what is the current behavior currently ingredients can be recorded via bom which are the steps to reproduce open try and see what is the expected or desired behavior in product businesspartner it shall be possible to record product ingredients without creating a bom bom product please add a new field in there near customer label field and make it translatable
1
546,113
15,987,359,436
IssuesEvent
2021-04-19 00:16:15
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
reopened
[0.9.3.0 beta staging-1938]Tooltips still affected by issues with mouse over due to simply too large.
Category: Gameplay Priority: High Squad: Wild Turkey Status: Reopen Type: Bug
Appliances should probably truncate properly to avoid these situations where tooltips have the same result as #20135 if things apply to enough tables making the tooltip longer then has a potential fit on the screen due to being too tall overall. ![Screenshot_23.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/77d71ab9-693a-4578-b899-26d93c5c725a)
1.0
[0.9.3.0 beta staging-1938]Tooltips still affected by issues with mouse over due to simply too large. - Appliances should probably truncate properly to avoid these situations where tooltips have the same result as #20135 if things apply to enough tables making the tooltip longer then has a potential fit on the screen due to being too tall overall. ![Screenshot_23.jpg](https://images.zenhubusercontent.com/5f5a7fa59878ed957a861886/77d71ab9-693a-4578-b899-26d93c5c725a)
priority
tooltips still affected by issues with mouse over due to simply too large appliances should probably truncate properly to avoid these situations where tooltips have the same result as if things apply to enough tables making the tooltip longer then has a potential fit on the screen due to being too tall overall
1
498,993
14,437,074,378
IssuesEvent
2020-12-07 11:00:53
intel-analytics/analytics-zoo
https://api.github.com/repos/intel-analytics/analytics-zoo
closed
PyTorch Ray Estimator seems not syncing weights for different workers
high priority
If I intentionally add `time.sleep` in `data_creator` to let different workers randomly sleep for different amount of time, the workers don't start the training together (i.e. the worker sleeps for less time starts first without waiting for other workers to sync weights). Seems each worker is training separately and they are not syncing weights. Also if I intentionally make each worker have different data size, the worker with larger data will continue training until the training finishes. This behavior occurs for both torch and horovod backends.
1.0
PyTorch Ray Estimator seems not syncing weights for different workers - If I intentionally add `time.sleep` in `data_creator` to let different workers randomly sleep for different amount of time, the workers don't start the training together (i.e. the worker sleeps for less time starts first without waiting for other workers to sync weights). Seems each worker is training separately and they are not syncing weights. Also if I intentionally make each worker have different data size, the worker with larger data will continue training until the training finishes. This behavior occurs for both torch and horovod backends.
priority
pytorch ray estimator seems not syncing weights for different workers if i intentionally add time sleep in data creator to let different workers randomly sleep for different amount of time the workers don t start the training together i e the worker sleeps for less time starts first without waiting for other workers to sync weights seems each worker is training separately and they are not syncing weights also if i intentionally make each worker have different data size the worker with larger data will continue training until the training finishes this behavior occurs for both torch and horovod backends
1
745,414
25,983,155,605
IssuesEvent
2022-12-19 20:52:53
frequenz-floss/frequenz-sdk-python
https://api.github.com/repos/frequenz-floss/frequenz-sdk-python
opened
Simple forecast pipeline example
part:docs priority:high type:enhancement part:data-pipeline
### What's needed? Write a simple example that shows how sdk internal tools can be used to create a simple forecasting pipeline. A forecasting pipeline is a data pipeline with the goal to transform data, such that it can be directly passed into a ml models prediction function. As starting point of the pipeline we define a logical meter, that means the data itself has already been processed, i.e. re-sampled and possible combined from other sources into the desired source. ### Proposed solution For now our anticipated features are single feature values, derived from time series data, such as current, voltage or power, as well as a bounded subset of certain time series, again we can think of current, voltage or power. Note, that the logical meter presents us an unbounded time series. However one could also think of price data for price predictions just to name a further example of input data. ## Example In this example we sketch how the average current of a certain weekday can be obtained. ```mermaid graph LR; LogicalMeter-->DataBatcher; DataBatcher-->TimeseriesAvg; TimeseriesAvg-->Mean; Mean-->predict(); ``` As a first step, we can create a bounded subset by using a [data batcher](https://github.com/frequenz-floss/frequenz-sdk-python/issues/113). This data batch can then used to create an averaged weekly profile for current data using the [`TimeseriesAvg`](https://github.com/frequenz-floss/frequenz-sdk-python/issues/120) and as the last step calculate the mean of this averaged load profile. As a result that gives as the average current that flows through the observed point on a specific weekday. The code might look as follows. ```python # Create an instance of the logical meter and aquire the first phase of the current # note that formulas for power and current are the same lm = LogicalMeter(channel_registry, resampler_subscription_sender) current_ph1_rx = lm.start_formula(consumption_load_formula, ComponentMetricId.CURRENT_PHASE_1) # update the ring buffer with the latest streamed data from the microgrid data_batcher = DataBatcher(size = n_days * 3600 * 24, current_ph1_rx) # get an averaged day of the last n weeks with start day yesterday time_window = 3600 * 24 # one day of data with sample rate 1Hz window_distance = 3600 * 24 * 6 # 6 days distance between the days offset = 3600 * 24 + no_seconds_today # start day is yesterday ts_avg = TimeseriesAvg( time_window_s = time_window, window_distance_s = window_distance, offset_s = offset ) # iterate over the timeseries and calculate the mean mean = ts_avg.mean() ``` ### Use cases _No response_ ### Alternatives and workarounds _No response_ ### Additional context _No response_
1.0
Simple forecast pipeline example - ### What's needed? Write a simple example that shows how sdk internal tools can be used to create a simple forecasting pipeline. A forecasting pipeline is a data pipeline with the goal to transform data, such that it can be directly passed into a ml models prediction function. As starting point of the pipeline we define a logical meter, that means the data itself has already been processed, i.e. re-sampled and possible combined from other sources into the desired source. ### Proposed solution For now our anticipated features are single feature values, derived from time series data, such as current, voltage or power, as well as a bounded subset of certain time series, again we can think of current, voltage or power. Note, that the logical meter presents us an unbounded time series. However one could also think of price data for price predictions just to name a further example of input data. ## Example In this example we sketch how the average current of a certain weekday can be obtained. ```mermaid graph LR; LogicalMeter-->DataBatcher; DataBatcher-->TimeseriesAvg; TimeseriesAvg-->Mean; Mean-->predict(); ``` As a first step, we can create a bounded subset by using a [data batcher](https://github.com/frequenz-floss/frequenz-sdk-python/issues/113). This data batch can then used to create an averaged weekly profile for current data using the [`TimeseriesAvg`](https://github.com/frequenz-floss/frequenz-sdk-python/issues/120) and as the last step calculate the mean of this averaged load profile. As a result that gives as the average current that flows through the observed point on a specific weekday. The code might look as follows. ```python # Create an instance of the logical meter and aquire the first phase of the current # note that formulas for power and current are the same lm = LogicalMeter(channel_registry, resampler_subscription_sender) current_ph1_rx = lm.start_formula(consumption_load_formula, ComponentMetricId.CURRENT_PHASE_1) # update the ring buffer with the latest streamed data from the microgrid data_batcher = DataBatcher(size = n_days * 3600 * 24, current_ph1_rx) # get an averaged day of the last n weeks with start day yesterday time_window = 3600 * 24 # one day of data with sample rate 1Hz window_distance = 3600 * 24 * 6 # 6 days distance between the days offset = 3600 * 24 + no_seconds_today # start day is yesterday ts_avg = TimeseriesAvg( time_window_s = time_window, window_distance_s = window_distance, offset_s = offset ) # iterate over the timeseries and calculate the mean mean = ts_avg.mean() ``` ### Use cases _No response_ ### Alternatives and workarounds _No response_ ### Additional context _No response_
priority
simple forecast pipeline example what s needed write a simple example that shows how sdk internal tools can be used to create a simple forecasting pipeline a forecasting pipeline is a data pipeline with the goal to transform data such that it can be directly passed into a ml models prediction function as starting point of the pipeline we define a logical meter that means the data itself has already been processed i e re sampled and possible combined from other sources into the desired source proposed solution for now our anticipated features are single feature values derived from time series data such as current voltage or power as well as a bounded subset of certain time series again we can think of current voltage or power note that the logical meter presents us an unbounded time series however one could also think of price data for price predictions just to name a further example of input data example in this example we sketch how the average current of a certain weekday can be obtained mermaid graph lr logicalmeter databatcher databatcher timeseriesavg timeseriesavg mean mean predict as a first step we can create a bounded subset by using a this data batch can then used to create an averaged weekly profile for current data using the and as the last step calculate the mean of this averaged load profile as a result that gives as the average current that flows through the observed point on a specific weekday the code might look as follows python create an instance of the logical meter and aquire the first phase of the current note that formulas for power and current are the same lm logicalmeter channel registry resampler subscription sender current rx lm start formula consumption load formula componentmetricid current phase update the ring buffer with the latest streamed data from the microgrid data batcher databatcher size n days current rx get an averaged day of the last n weeks with start day yesterday time window one day of data with sample rate window distance days distance between the days offset no seconds today start day is yesterday ts avg timeseriesavg time window s time window window distance s window distance offset s offset iterate over the timeseries and calculate the mean mean ts avg mean use cases no response alternatives and workarounds no response additional context no response
1
208,939
7,163,177,940
IssuesEvent
2018-01-29 05:49:31
Polymer/lit-html
https://api.github.com/repos/Polymer/lit-html
closed
Binding inside of a style tag throws
Priority: High Status: Accepted Type: Bug
The following example shows the problem: ```html <!doctype html> <html lang="en"> <main></main> <script type="module"> import { html, render } from 'https://unpkg.com/lit-html@0.7.1/lit-html.js'; function update() { let styles = 'body { background: green; }'; let foo = 'bar'; render(html` <style>${styles}</style> <div id="${foo}"></div> `, document.querySelector('main')); } update(); </script> ``` Omitting the `div` will prevent it from throwing, but a comment is the only thing inside of the `<style>` tag.
1.0
Binding inside of a style tag throws - The following example shows the problem: ```html <!doctype html> <html lang="en"> <main></main> <script type="module"> import { html, render } from 'https://unpkg.com/lit-html@0.7.1/lit-html.js'; function update() { let styles = 'body { background: green; }'; let foo = 'bar'; render(html` <style>${styles}</style> <div id="${foo}"></div> `, document.querySelector('main')); } update(); </script> ``` Omitting the `div` will prevent it from throwing, but a comment is the only thing inside of the `<style>` tag.
priority
binding inside of a style tag throws the following example shows the problem html import html render from function update let styles body background green let foo bar render html styles document queryselector main update omitting the div will prevent it from throwing but a comment is the only thing inside of the tag
1
409,395
11,961,776,977
IssuesEvent
2020-04-05 09:48:13
weso/shex-lite
https://api.github.com/repos/weso/shex-lite
opened
Symbol table current implementation does not meet single responsability principle
affects: semantic-analyzer dificulty: low priority: high status: accepted status: awaiting-implementation type: cleanup
The current symbol table implementations incorporates the decision about if a given action generates and error or not, and it even generates the error. The correct implementation would be that the ST is just a data structure that knows about how to store and retrieve data but nothing more, no semantic validation on it not anything.
1.0
Symbol table current implementation does not meet single responsability principle - The current symbol table implementations incorporates the decision about if a given action generates and error or not, and it even generates the error. The correct implementation would be that the ST is just a data structure that knows about how to store and retrieve data but nothing more, no semantic validation on it not anything.
priority
symbol table current implementation does not meet single responsability principle the current symbol table implementations incorporates the decision about if a given action generates and error or not and it even generates the error the correct implementation would be that the st is just a data structure that knows about how to store and retrieve data but nothing more no semantic validation on it not anything
1
557,187
16,503,227,378
IssuesEvent
2021-05-25 16:17:05
CLOSER-Cohorts/archivist
https://api.github.com/repos/CLOSER-Cohorts/archivist
closed
REACT: It is not possible to drag a construct to a position off screen
High priority react
When you try to move a constructs to a place which you can't see on the screen (which is very common), the screen position doesn't move when you drag off screen. It doesn't move when you use the mouse scroll, or when you use the mouse arrows. Original Archivist can do all three, I think the most used is the dragging with the screen automatically moving. This looks like it is only a problem when moving up, not down.
1.0
REACT: It is not possible to drag a construct to a position off screen - When you try to move a constructs to a place which you can't see on the screen (which is very common), the screen position doesn't move when you drag off screen. It doesn't move when you use the mouse scroll, or when you use the mouse arrows. Original Archivist can do all three, I think the most used is the dragging with the screen automatically moving. This looks like it is only a problem when moving up, not down.
priority
react it is not possible to drag a construct to a position off screen when you try to move a constructs to a place which you can t see on the screen which is very common the screen position doesn t move when you drag off screen it doesn t move when you use the mouse scroll or when you use the mouse arrows original archivist can do all three i think the most used is the dragging with the screen automatically moving this looks like it is only a problem when moving up not down
1
256,045
8,126,815,220
IssuesEvent
2018-08-17 04:52:16
aowen87/BAR
https://api.github.com/repos/aowen87/BAR
closed
migrate to new svn anon server: visit.ilight.com
Expected Use: 5 - Always Feature Impact: 5 - Very High Priority: Normal
VisIt's nersc anon repo is going away. visit.ilight.com is our new svn anon repo, we need to migrate several versions of build_visit and update docs (wikis, etc) to point to the new location. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2328 Status: Rejected Project: VisIt Tracker: Feature Priority: Normal Subject: migrate to new svn anon server: visit.ilight.com Assigned to: Category: Target version: Author: Cyrus Harrison Start: 07/01/2015 Due date: % Done: 0 Estimated time: Created: 07/01/2015 04:58 pm Updated: 08/25/2015 07:09 pm Likelihood: Severity: Found in version: Impact: 5 - Very High Expected Use: 5 - Always OS: All Support Group: Any Description: VisIt's nersc anon repo is going away. visit.ilight.com is our new svn anon repo, we need to migrate several versions of build_visit and update docs (wikis, etc) to point to the new location. Comments: This is a duplicate.
1.0
migrate to new svn anon server: visit.ilight.com - VisIt's nersc anon repo is going away. visit.ilight.com is our new svn anon repo, we need to migrate several versions of build_visit and update docs (wikis, etc) to point to the new location. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket. Ticket number: 2328 Status: Rejected Project: VisIt Tracker: Feature Priority: Normal Subject: migrate to new svn anon server: visit.ilight.com Assigned to: Category: Target version: Author: Cyrus Harrison Start: 07/01/2015 Due date: % Done: 0 Estimated time: Created: 07/01/2015 04:58 pm Updated: 08/25/2015 07:09 pm Likelihood: Severity: Found in version: Impact: 5 - Very High Expected Use: 5 - Always OS: All Support Group: Any Description: VisIt's nersc anon repo is going away. visit.ilight.com is our new svn anon repo, we need to migrate several versions of build_visit and update docs (wikis, etc) to point to the new location. Comments: This is a duplicate.
priority
migrate to new svn anon server visit ilight com visit s nersc anon repo is going away visit ilight com is our new svn anon repo we need to migrate several versions of build visit and update docs wikis etc to point to the new location redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status rejected project visit tracker feature priority normal subject migrate to new svn anon server visit ilight com assigned to category target version author cyrus harrison start due date done estimated time created pm updated pm likelihood severity found in version impact very high expected use always os all support group any description visit s nersc anon repo is going away visit ilight com is our new svn anon repo we need to migrate several versions of build visit and update docs wikis etc to point to the new location comments this is a duplicate
1
400,660
11,778,605,510
IssuesEvent
2020-03-16 16:34:01
sparklyr/sparklyr
https://api.github.com/repos/sparklyr/sparklyr
closed
Type date becomes double after sdf_copy_to()
high-priority in progress
It seems type `date` becomes `double` when using `sparklyr::sdf_copy_to()` or `dplyr::copy_to()`. ```r library(sparklyr) sc <- sparklyr::spark_connect(master = "local", version = "2.4.3") economics <- ggplot2::economics economics # A tibble: 574 x 6 date pce pop psavert uempmed unemploy <date> <dbl> <dbl> <dbl> <dbl> <dbl> 1 1967-07-01 507. 198712 12.6 4.5 2944 2 1967-08-01 510. 198911 12.6 4.7 2945 3 1967-09-01 516. 199113 11.9 4.6 2958 4 1967-10-01 512. 199311 12.9 4.9 3143 5 1967-11-01 517. 199498 12.8 4.7 3066 # … with 564 more rows sparklyr::sdf_copy_to(sc, economics, overwrite = TRUE) # Source: spark<economics> [?? x 6] date pce pop psavert uempmed unemploy <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 -915 507. 198712 12.6 4.5 2944 2 -884 510. 198911 12.6 4.7 2945 3 -853 516. 199113 11.9 4.6 2958 4 -823 512. 199311 12.9 4.9 3143 5 -792 517. 199498 12.8 4.7 3066 # … with more rows dplyr::copy_to(sc, economics, overwrite = TRUE) # Source: spark<economics> [?? x 6] date pce pop psavert uempmed unemploy <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 -915 507. 198712 12.6 4.5 2944 2 -884 510. 198911 12.6 4.7 2945 3 -853 516. 199113 11.9 4.6 2958 4 -823 512. 199311 12.9 4.9 3143 5 -792 517. 199498 12.8 4.7 3066 # … with more rows ```
1.0
Type date becomes double after sdf_copy_to() - It seems type `date` becomes `double` when using `sparklyr::sdf_copy_to()` or `dplyr::copy_to()`. ```r library(sparklyr) sc <- sparklyr::spark_connect(master = "local", version = "2.4.3") economics <- ggplot2::economics economics # A tibble: 574 x 6 date pce pop psavert uempmed unemploy <date> <dbl> <dbl> <dbl> <dbl> <dbl> 1 1967-07-01 507. 198712 12.6 4.5 2944 2 1967-08-01 510. 198911 12.6 4.7 2945 3 1967-09-01 516. 199113 11.9 4.6 2958 4 1967-10-01 512. 199311 12.9 4.9 3143 5 1967-11-01 517. 199498 12.8 4.7 3066 # … with 564 more rows sparklyr::sdf_copy_to(sc, economics, overwrite = TRUE) # Source: spark<economics> [?? x 6] date pce pop psavert uempmed unemploy <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 -915 507. 198712 12.6 4.5 2944 2 -884 510. 198911 12.6 4.7 2945 3 -853 516. 199113 11.9 4.6 2958 4 -823 512. 199311 12.9 4.9 3143 5 -792 517. 199498 12.8 4.7 3066 # … with more rows dplyr::copy_to(sc, economics, overwrite = TRUE) # Source: spark<economics> [?? x 6] date pce pop psavert uempmed unemploy <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> 1 -915 507. 198712 12.6 4.5 2944 2 -884 510. 198911 12.6 4.7 2945 3 -853 516. 199113 11.9 4.6 2958 4 -823 512. 199311 12.9 4.9 3143 5 -792 517. 199498 12.8 4.7 3066 # … with more rows ```
priority
type date becomes double after sdf copy to it seems type date becomes double when using sparklyr sdf copy to or dplyr copy to r library sparklyr sc sparklyr spark connect master local version economics economics economics a tibble x date pce pop psavert uempmed unemploy … with more rows sparklyr sdf copy to sc economics overwrite true source spark date pce pop psavert uempmed unemploy … with more rows dplyr copy to sc economics overwrite true source spark date pce pop psavert uempmed unemploy … with more rows
1
766,104
26,871,747,655
IssuesEvent
2023-02-04 14:59:06
LikeLion-VJS10/TAING10
https://api.github.com/repos/LikeLion-VJS10/TAING10
opened
웹플밍) 데이터 모델링(data.json, json-server)
⚙️ Feature High Priority
@유선, 재우, 진섭(진섭이 2/5부터 시작. 재우님은 회원가입 후 할 예정. 유선 스타일링, JS 포맣마고 하고싶다) 처음 제공해드린 data.json에 추가적으로 데이터를 모델링하여 주세요. [json-server](https://github.com/typicode/json-server)를 사용하여 서버를 구동 하며 해당 사이트에서 제공된 API 명세서를 따릅니다.
1.0
웹플밍) 데이터 모델링(data.json, json-server) - @유선, 재우, 진섭(진섭이 2/5부터 시작. 재우님은 회원가입 후 할 예정. 유선 스타일링, JS 포맣마고 하고싶다) 처음 제공해드린 data.json에 추가적으로 데이터를 모델링하여 주세요. [json-server](https://github.com/typicode/json-server)를 사용하여 서버를 구동 하며 해당 사이트에서 제공된 API 명세서를 따릅니다.
priority
웹플밍 데이터 모델링 data json json server 유선 재우 진섭 진섭이 시작 재우님은 회원가입 후 할 예정 유선 스타일링 js 포맣마고 하고싶다 처음 제공해드린 data json에 추가적으로 데이터를 모델링하여 주세요 사용하여 서버를 구동 하며 해당 사이트에서 제공된 api 명세서를 따릅니다
1
628,609
20,008,624,978
IssuesEvent
2022-02-01 01:39:12
knative/docs
https://api.github.com/repos/knative/docs
closed
YAML referenced in Logging Documentation goes to 404
kind/bug priority/high lifecycle/stale
## Expected Behavior The referenced YAML for deployment is successful ## Actual Behavior The referenced YAML goes to 404 ## Steps to Reproduce the Problem In [Logging](https://knative.dev/docs/admin/collecting-logs/) documentation, the referenced YAML in Step 1 points to `https://github.com/knative/docs/raw/main/docs/admin/install/collecting-logs/fluent-bit-collector.yaml` but this gives 404. Looking at the repo, it looks like it should have been `https://raw.githubusercontent.com/knative/docs/main/docs/admin/collecting-logs/fluent-bit-collector.yaml` ## Additional Info **Additional context** N/A **Install information:** N/A
1.0
YAML referenced in Logging Documentation goes to 404 - ## Expected Behavior The referenced YAML for deployment is successful ## Actual Behavior The referenced YAML goes to 404 ## Steps to Reproduce the Problem In [Logging](https://knative.dev/docs/admin/collecting-logs/) documentation, the referenced YAML in Step 1 points to `https://github.com/knative/docs/raw/main/docs/admin/install/collecting-logs/fluent-bit-collector.yaml` but this gives 404. Looking at the repo, it looks like it should have been `https://raw.githubusercontent.com/knative/docs/main/docs/admin/collecting-logs/fluent-bit-collector.yaml` ## Additional Info **Additional context** N/A **Install information:** N/A
priority
yaml referenced in logging documentation goes to expected behavior the referenced yaml for deployment is successful actual behavior the referenced yaml goes to steps to reproduce the problem in documentation the referenced yaml in step points to but this gives looking at the repo it looks like it should have been additional info additional context n a install information n a
1
548,766
16,075,333,698
IssuesEvent
2021-04-25 08:34:27
sopra-fs21-group-4/server
https://api.github.com/repos/sopra-fs21-group-4/server
opened
Create Game Master Entity
high priority task
- [ ] Creator of a Lobby Entity becomes a Game Master - [ ] Test #25 Story 2
1.0
Create Game Master Entity - - [ ] Creator of a Lobby Entity becomes a Game Master - [ ] Test #25 Story 2
priority
create game master entity creator of a lobby entity becomes a game master test story
1
387,879
11,471,327,314
IssuesEvent
2020-02-09 10:28:45
openmsupply/mobile
https://api.github.com/repos/openmsupply/mobile
closed
Prescription stepper incremementing too quickly
Docs: not needed Effort: small Module: dispensary Priority: high
## Is your feature request related to a problem? Please describe. Need to adjust the timing on the Prescription Stepper ## Describe the solution you'd like As above ## Implementation N/A ## Describe alternatives you've considered N/A ## Additional context N/A
1.0
Prescription stepper incremementing too quickly - ## Is your feature request related to a problem? Please describe. Need to adjust the timing on the Prescription Stepper ## Describe the solution you'd like As above ## Implementation N/A ## Describe alternatives you've considered N/A ## Additional context N/A
priority
prescription stepper incremementing too quickly is your feature request related to a problem please describe need to adjust the timing on the prescription stepper describe the solution you d like as above implementation n a describe alternatives you ve considered n a additional context n a
1
522,319
15,158,372,049
IssuesEvent
2021-02-12 00:59:29
NOAA-GSL/MATS
https://api.github.com/repos/NOAA-GSL/MATS
closed
Improve selector behavior when changing plot type
Priority: High Project: MATS Status: Closed Type: Bug
--- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 78818, https://vlab.ncep.noaa.gov/redmine/issues/78818 Original Date: 2020-05-20 Original Assignee: molly.b.smith --- Some selectors need to be reset in addition to being shown/hidden, so that their dependent selectors will display appropriate values.
1.0
Improve selector behavior when changing plot type - --- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 78818, https://vlab.ncep.noaa.gov/redmine/issues/78818 Original Date: 2020-05-20 Original Assignee: molly.b.smith --- Some selectors need to be reset in addition to being shown/hidden, so that their dependent selectors will display appropriate values.
priority
improve selector behavior when changing plot type author name molly b smith mollybsmith noaa original redmine issue original date original assignee molly b smith some selectors need to be reset in addition to being shown hidden so that their dependent selectors will display appropriate values
1
186,833
6,743,007,312
IssuesEvent
2017-10-20 10:06:45
livro-aberto/BookCloud
https://api.github.com/repos/livro-aberto/BookCloud
opened
Erro de conversão de Sphinx para LaTex
high priority
Isso deve ser resolvido na plataforma e não alterando **apenas** a forma de escrever dos elaboradores. @mpfaraujo @eduardowagner # No editor ![image](https://user-images.githubusercontent.com/16407253/31815987-3fbc66fa-b56d-11e7-95a7-586b78adb09b.png) # Na plataforma ![image](https://user-images.githubusercontent.com/16407253/31815857-c4efd510-b56c-11e7-951a-f72e499160a5.png) # No PDF ![image](https://user-images.githubusercontent.com/16407253/31815904-eb14fa90-b56c-11e7-9743-563ce58e1717.png)
1.0
Erro de conversão de Sphinx para LaTex - Isso deve ser resolvido na plataforma e não alterando **apenas** a forma de escrever dos elaboradores. @mpfaraujo @eduardowagner # No editor ![image](https://user-images.githubusercontent.com/16407253/31815987-3fbc66fa-b56d-11e7-95a7-586b78adb09b.png) # Na plataforma ![image](https://user-images.githubusercontent.com/16407253/31815857-c4efd510-b56c-11e7-951a-f72e499160a5.png) # No PDF ![image](https://user-images.githubusercontent.com/16407253/31815904-eb14fa90-b56c-11e7-9743-563ce58e1717.png)
priority
erro de conversão de sphinx para latex isso deve ser resolvido na plataforma e não alterando apenas a forma de escrever dos elaboradores mpfaraujo eduardowagner no editor na plataforma no pdf
1
519,101
15,044,411,548
IssuesEvent
2021-02-03 02:55:28
apache/airflow
https://api.github.com/repos/apache/airflow
closed
[MariaDB] Scheduler deadlock with max_threads > 1
Can't Reproduce kind:bug mysql-deadlock priority:high reported_version:2.0
<!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> <!-- IMPORTANT!!! PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE NEXT TO "SUBMIT NEW ISSUE" BUTTON!!! PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!! Please complete the next sections or the issue will be closed. These questions are the first thing we need to know to understand the context. --> **Apache Airflow version**: v2.0.0a2 **Environment**: - **Database**: MariaDB **What happened**: <!-- (please include exact error messages if you can) --> Scheduler main process crashed repeatedly (observed 7 crashes in just 4 minutes). The crashes were observed to happen only if `max_threads` option in the scheduler section is set greater than 1 (in this case, 2) with `use_row_level_locking = True`. Setting either `max_threads = 1` or `use_row_level_locking = False` fixed the issue, but are more of an hack. **What you expected to happen**: Scheduler process to run normally. <!-- What do you think went wrong? --> **How to reproduce it**: <!--- As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags. If you are using kubernetes, please attempt to recreate the issue using minikube or kind. ## Install minikube/kind - Minikube https://minikube.sigs.k8s.io/docs/start/ - Kind https://kind.sigs.k8s.io/docs/user/quick-start/ If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action You can include images using the .md style of ![alt text](http://url/to/img.png) To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file. ---> **Anything else we need to know**: <!-- How often does this problem occur? Once? Every time etc? Any relevant logs to include? Put them here in side a detail tag: <details><summary>x.log</summary> lots of stuff </details> --> <details> <summary>Scheduler logs</summary> ``` [2020-10-26 09:03:54,608] {{settings.py:49}} INFO - Configured default timezone Timezone('UTC') [2020-10-26 09:04:05,467] {{scheduler_job.py:1327}} ERROR - Exception when executing SchedulerJob._run_scheduler_loop Traceback (most recent call last): File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context self.dialect.do_execute( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 593, in do_execute cursor.execute(statement, parameters) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 255, in execute self.errorhandler(self, exc, value) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler raise errorvalue File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 252, in execute res = self._query(query) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 379, in _query self._do_get_result(db) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 182, in _do_get_result self._result = result = self._get_result() File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 411, in _get_result return self._get_db().store_result() _mysql_exceptions.OperationalError: (1213, 'Deadlock found when trying to get lock; try restarting transaction') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/airflow/.local/lib/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1308, in _execute self._run_scheduler_loop() File "/home/airflow/.local/lib/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1379, in _run_scheduler_loop num_queued_tis = self._do_scheduling(session) File "/home/airflow/.local/lib/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1451, in _do_scheduling self._create_dag_runs(query.all(), session) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/orm/query.py", line 3341, in all return list(self) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/orm/query.py", line 3503, in __iter__ return self._execute_and_instances(context) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/orm/query.py", line 3528, in _execute_and_instances result = conn.execute(querycontext.statement, self._params) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1014, in execute return meth(self, multiparams, params) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 298, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1127, in _execute_clauseelement ret = self._execute_context( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1317, in _execute_context self._handle_dbapi_exception( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1511, in _handle_dbapi_exception util.raise_( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ raise exception File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context self.dialect.do_execute( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 593, in do_execute cursor.execute(statement, parameters) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 255, in execute self.errorhandler(self, exc, value) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler raise errorvalue File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 252, in execute res = self._query(query) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 379, in _query self._do_get_result(db) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 182, in _do_get_result self._result = result = self._get_result() File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 411, in _get_result return self._get_db().store_result() sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') [SQL: SELECT dag.dag_id AS dag_dag_id, dag.root_dag_id AS dag_root_dag_id, dag.is_paused AS dag_is_paused, dag.is_subdag AS dag_is_subdag, dag.is_active AS dag_is_active, dag.last_scheduler_run AS dag_last_scheduler_run, dag.last_pickled AS dag_last_pickled, dag.last_expired AS dag_last_expired, dag.scheduler_lock AS dag_scheduler_lock, dag.pickle_id AS dag_pickle_id, dag.fileloc AS dag_fileloc, dag.owners AS dag_owners, dag.description AS dag_description, dag.default_view AS dag_default_view, dag.schedule_interval AS dag_schedule_interval, dag.concurrency AS dag_concurrency, dag.has_task_concurrency_limits AS dag_has_task_concurrency_limits, dag.next_dagrun AS dag_next_dagrun, dag.next_dagrun_create_after AS dag_next_dagrun_create_after FROM dag WHERE dag.is_paused IS false AND dag.is_active IS true AND dag.next_dagrun_create_after <= now() ORDER BY dag.next_dagrun_create_after LIMIT %s FOR UPDATE] [parameters: (10,)] (Background on this error at: http://sqlalche.me/e/13/e3q8) [2020-10-26 09:04:06,512] {{process_utils.py:102}} INFO - Sending Signals.SIGTERM to GPID 7437 [2020-10-26 09:04:07,029] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7762, status='terminated', started='09:04:05') (7762) terminated with exit code None [2020-10-26 09:04:07,122] {{process_utils.py:219}} INFO - Waiting up to 5 seconds for processes to exit... [2020-10-26 09:04:07,126] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7774, status='terminated', started='09:04:05') (7774) terminated with exit code None [2020-10-26 09:04:07,128] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7437, status='terminated', exitcode=0, started='09:03:54') (7437) terminated with exit code 0 [2020-10-26 09:04:07,128] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7775, status='terminated', started='09:04:05') (7775) terminated with exit code None [2020-10-26 09:04:07,129] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7773, status='terminated', started='09:04:05') (7773) terminated with exit code None [2020-10-26 09:04:07,129] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7782, status='terminated', started='09:04:05') (7782) terminated with exit code None ``` </detail>
1.0
[MariaDB] Scheduler deadlock with max_threads > 1 - <!-- Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions. Don't worry if they're not all applicable; just try to include what you can :-) If you need to include code snippets or logs, please put them in fenced code blocks. If they're super-long, please use the details tag like <details><summary>super-long log</summary> lots of stuff </details> Please delete these comment blocks before submitting the issue. --> <!-- IMPORTANT!!! PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE NEXT TO "SUBMIT NEW ISSUE" BUTTON!!! PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!! Please complete the next sections or the issue will be closed. These questions are the first thing we need to know to understand the context. --> **Apache Airflow version**: v2.0.0a2 **Environment**: - **Database**: MariaDB **What happened**: <!-- (please include exact error messages if you can) --> Scheduler main process crashed repeatedly (observed 7 crashes in just 4 minutes). The crashes were observed to happen only if `max_threads` option in the scheduler section is set greater than 1 (in this case, 2) with `use_row_level_locking = True`. Setting either `max_threads = 1` or `use_row_level_locking = False` fixed the issue, but are more of an hack. **What you expected to happen**: Scheduler process to run normally. <!-- What do you think went wrong? --> **How to reproduce it**: <!--- As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags. If you are using kubernetes, please attempt to recreate the issue using minikube or kind. ## Install minikube/kind - Minikube https://minikube.sigs.k8s.io/docs/start/ - Kind https://kind.sigs.k8s.io/docs/user/quick-start/ If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action You can include images using the .md style of ![alt text](http://url/to/img.png) To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file. ---> **Anything else we need to know**: <!-- How often does this problem occur? Once? Every time etc? Any relevant logs to include? Put them here in side a detail tag: <details><summary>x.log</summary> lots of stuff </details> --> <details> <summary>Scheduler logs</summary> ``` [2020-10-26 09:03:54,608] {{settings.py:49}} INFO - Configured default timezone Timezone('UTC') [2020-10-26 09:04:05,467] {{scheduler_job.py:1327}} ERROR - Exception when executing SchedulerJob._run_scheduler_loop Traceback (most recent call last): File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context self.dialect.do_execute( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 593, in do_execute cursor.execute(statement, parameters) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 255, in execute self.errorhandler(self, exc, value) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler raise errorvalue File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 252, in execute res = self._query(query) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 379, in _query self._do_get_result(db) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 182, in _do_get_result self._result = result = self._get_result() File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 411, in _get_result return self._get_db().store_result() _mysql_exceptions.OperationalError: (1213, 'Deadlock found when trying to get lock; try restarting transaction') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/airflow/.local/lib/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1308, in _execute self._run_scheduler_loop() File "/home/airflow/.local/lib/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1379, in _run_scheduler_loop num_queued_tis = self._do_scheduling(session) File "/home/airflow/.local/lib/python3.8/site-packages/airflow/jobs/scheduler_job.py", line 1451, in _do_scheduling self._create_dag_runs(query.all(), session) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/orm/query.py", line 3341, in all return list(self) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/orm/query.py", line 3503, in __iter__ return self._execute_and_instances(context) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/orm/query.py", line 3528, in _execute_and_instances result = conn.execute(querycontext.statement, self._params) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1014, in execute return meth(self, multiparams, params) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 298, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1127, in _execute_clauseelement ret = self._execute_context( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1317, in _execute_context self._handle_dbapi_exception( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1511, in _handle_dbapi_exception util.raise_( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ raise exception File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context self.dialect.do_execute( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 593, in do_execute cursor.execute(statement, parameters) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 255, in execute self.errorhandler(self, exc, value) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler raise errorvalue File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 252, in execute res = self._query(query) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 379, in _query self._do_get_result(db) File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 182, in _do_get_result self._result = result = self._get_result() File "/home/airflow/.local/lib/python3.8/site-packages/MySQLdb/cursors.py", line 411, in _get_result return self._get_db().store_result() sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting transaction') [SQL: SELECT dag.dag_id AS dag_dag_id, dag.root_dag_id AS dag_root_dag_id, dag.is_paused AS dag_is_paused, dag.is_subdag AS dag_is_subdag, dag.is_active AS dag_is_active, dag.last_scheduler_run AS dag_last_scheduler_run, dag.last_pickled AS dag_last_pickled, dag.last_expired AS dag_last_expired, dag.scheduler_lock AS dag_scheduler_lock, dag.pickle_id AS dag_pickle_id, dag.fileloc AS dag_fileloc, dag.owners AS dag_owners, dag.description AS dag_description, dag.default_view AS dag_default_view, dag.schedule_interval AS dag_schedule_interval, dag.concurrency AS dag_concurrency, dag.has_task_concurrency_limits AS dag_has_task_concurrency_limits, dag.next_dagrun AS dag_next_dagrun, dag.next_dagrun_create_after AS dag_next_dagrun_create_after FROM dag WHERE dag.is_paused IS false AND dag.is_active IS true AND dag.next_dagrun_create_after <= now() ORDER BY dag.next_dagrun_create_after LIMIT %s FOR UPDATE] [parameters: (10,)] (Background on this error at: http://sqlalche.me/e/13/e3q8) [2020-10-26 09:04:06,512] {{process_utils.py:102}} INFO - Sending Signals.SIGTERM to GPID 7437 [2020-10-26 09:04:07,029] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7762, status='terminated', started='09:04:05') (7762) terminated with exit code None [2020-10-26 09:04:07,122] {{process_utils.py:219}} INFO - Waiting up to 5 seconds for processes to exit... [2020-10-26 09:04:07,126] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7774, status='terminated', started='09:04:05') (7774) terminated with exit code None [2020-10-26 09:04:07,128] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7437, status='terminated', exitcode=0, started='09:03:54') (7437) terminated with exit code 0 [2020-10-26 09:04:07,128] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7775, status='terminated', started='09:04:05') (7775) terminated with exit code None [2020-10-26 09:04:07,129] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7773, status='terminated', started='09:04:05') (7773) terminated with exit code None [2020-10-26 09:04:07,129] {{process_utils.py:68}} INFO - Process psutil.Process(pid=7782, status='terminated', started='09:04:05') (7782) terminated with exit code None ``` </detail>
priority
scheduler deadlock with max threads welcome to apache airflow for a smooth issue process try to answer the following questions don t worry if they re not all applicable just try to include what you can if you need to include code snippets or logs please put them in fenced code blocks if they re super long please use the details tag like super long log lots of stuff please delete these comment blocks before submitting the issue important please check similar to x existing issues option if visible next to submit new issue button please check if this issue has been reported previously using search please complete the next sections or the issue will be closed these questions are the first thing we need to know to understand the context apache airflow version environment database mariadb what happened scheduler main process crashed repeatedly observed crashes in just minutes the crashes were observed to happen only if max threads option in the scheduler section is set greater than in this case with use row level locking true setting either max threads or use row level locking false fixed the issue but are more of an hack what you expected to happen scheduler process to run normally how to reproduce it as minimally and precisely as possible keep in mind we do not have access to your cluster or dags if you are using kubernetes please attempt to recreate the issue using minikube or kind install minikube kind minikube kind if this is a ui bug please provide a screenshot of the bug or a link to a youtube video of the bug in action you can include images using the md style of to record a screencast mac users can use quicktime and then create an unlisted youtube video with the resulting mov file anything else we need to know how often does this problem occur once every time etc any relevant logs to include put them here in side a detail tag x log lots of stuff scheduler logs settings py info configured default timezone timezone utc scheduler job py error exception when executing schedulerjob run scheduler loop traceback most recent call last file home airflow local lib site packages sqlalchemy engine base py line in execute context self dialect do execute file home airflow local lib site packages sqlalchemy engine default py line in do execute cursor execute statement parameters file home airflow local lib site packages mysqldb cursors py line in execute self errorhandler self exc value file home airflow local lib site packages mysqldb connections py line in defaulterrorhandler raise errorvalue file home airflow local lib site packages mysqldb cursors py line in execute res self query query file home airflow local lib site packages mysqldb cursors py line in query self do get result db file home airflow local lib site packages mysqldb cursors py line in do get result self result result self get result file home airflow local lib site packages mysqldb cursors py line in get result return self get db store result mysql exceptions operationalerror deadlock found when trying to get lock try restarting transaction the above exception was the direct cause of the following exception traceback most recent call last file home airflow local lib site packages airflow jobs scheduler job py line in execute self run scheduler loop file home airflow local lib site packages airflow jobs scheduler job py line in run scheduler loop num queued tis self do scheduling session file home airflow local lib site packages airflow jobs scheduler job py line in do scheduling self create dag runs query all session file home airflow local lib site packages sqlalchemy orm query py line in all return list self file home airflow local lib site packages sqlalchemy orm query py line in iter return self execute and instances context file home airflow local lib site packages sqlalchemy orm query py line in execute and instances result conn execute querycontext statement self params file home airflow local lib site packages sqlalchemy engine base py line in execute return meth self multiparams params file home airflow local lib site packages sqlalchemy sql elements py line in execute on connection return connection execute clauseelement self multiparams params file home airflow local lib site packages sqlalchemy engine base py line in execute clauseelement ret self execute context file home airflow local lib site packages sqlalchemy engine base py line in execute context self handle dbapi exception file home airflow local lib site packages sqlalchemy engine base py line in handle dbapi exception util raise file home airflow local lib site packages sqlalchemy util compat py line in raise raise exception file home airflow local lib site packages sqlalchemy engine base py line in execute context self dialect do execute file home airflow local lib site packages sqlalchemy engine default py line in do execute cursor execute statement parameters file home airflow local lib site packages mysqldb cursors py line in execute self errorhandler self exc value file home airflow local lib site packages mysqldb connections py line in defaulterrorhandler raise errorvalue file home airflow local lib site packages mysqldb cursors py line in execute res self query query file home airflow local lib site packages mysqldb cursors py line in query self do get result db file home airflow local lib site packages mysqldb cursors py line in do get result self result result self get result file home airflow local lib site packages mysqldb cursors py line in get result return self get db store result sqlalchemy exc operationalerror mysql exceptions operationalerror deadlock found when trying to get lock try restarting transaction sql select dag dag id as dag dag id dag root dag id as dag root dag id dag is paused as dag is paused dag is subdag as dag is subdag dag is active as dag is active dag last scheduler run as dag last scheduler run dag last pickled as dag last pickled dag last expired as dag last expired dag scheduler lock as dag scheduler lock dag pickle id as dag pickle id dag fileloc as dag fileloc dag owners as dag owners dag description as dag description dag default view as dag default view dag schedule interval as dag schedule interval dag concurrency as dag concurrency dag has task concurrency limits as dag has task concurrency limits dag next dagrun as dag next dagrun dag next dagrun create after as dag next dagrun create after from dag where dag is paused is false and dag is active is true and dag next dagrun create after now order by dag next dagrun create after limit s for update background on this error at process utils py info sending signals sigterm to gpid process utils py info process psutil process pid status terminated started terminated with exit code none process utils py info waiting up to seconds for processes to exit process utils py info process psutil process pid status terminated started terminated with exit code none process utils py info process psutil process pid status terminated exitcode started terminated with exit code process utils py info process psutil process pid status terminated started terminated with exit code none process utils py info process psutil process pid status terminated started terminated with exit code none process utils py info process psutil process pid status terminated started terminated with exit code none
1
719,573
24,764,264,887
IssuesEvent
2022-10-22 09:54:08
AY2223S1-CS2113T-W11-1/tp
https://api.github.com/repos/AY2223S1-CS2113T-W11-1/tp
closed
Create feature to merge data files
type.Story priority.High
As a user, I can merge several data files together so I can consolidate my expenses easily.
1.0
Create feature to merge data files - As a user, I can merge several data files together so I can consolidate my expenses easily.
priority
create feature to merge data files as a user i can merge several data files together so i can consolidate my expenses easily
1
412,536
12,043,622,433
IssuesEvent
2020-04-14 12:45:51
code4romania/ro-help
https://api.github.com/repos/code4romania/ro-help
closed
[Content edit] Add link and remove text in Contact page
content high-priority
Here in the first paragraph. delete "(insert link)" add [this link](https://rohelp.ro/ro/ngos/register) on "platforma aici" ![image](https://user-images.githubusercontent.com/45068169/79210929-3336ce00-7e4e-11ea-85ec-66c890657342.png)
1.0
[Content edit] Add link and remove text in Contact page - Here in the first paragraph. delete "(insert link)" add [this link](https://rohelp.ro/ro/ngos/register) on "platforma aici" ![image](https://user-images.githubusercontent.com/45068169/79210929-3336ce00-7e4e-11ea-85ec-66c890657342.png)
priority
add link and remove text in contact page here in the first paragraph delete insert link add on platforma aici
1
797,652
28,150,854,092
IssuesEvent
2023-04-03 00:57:52
steedos/steedos-platform
https://api.github.com/repos/steedos/steedos-platform
opened
[Bug]: 新创建的记录,创建时间、创建人、修改时间、修改人均为空
bug priority: High
### Description 四个字段应该自动填入值 ### Steps To Reproduce 重现步骤 - 创建对象 - 创建记录 - 系统信息为空 ### Version 版本 2.4.9
1.0
[Bug]: 新创建的记录,创建时间、创建人、修改时间、修改人均为空 - ### Description 四个字段应该自动填入值 ### Steps To Reproduce 重现步骤 - 创建对象 - 创建记录 - 系统信息为空 ### Version 版本 2.4.9
priority
新创建的记录,创建时间、创建人、修改时间、修改人均为空 description 四个字段应该自动填入值 steps to reproduce 重现步骤 创建对象 创建记录 系统信息为空 version 版本
1
793,437
27,996,615,626
IssuesEvent
2023-03-27 08:55:20
AY2223S2-CS2103T-W10-2/tp
https://api.github.com/repos/AY2223S2-CS2103T-W10-2/tp
closed
Come up with representative way of handling selection
type.Task priority.High
Currently the edit and delete commands rely on the user to supply an index. We need a way of representing this graphically (i. e. search for tasks and display as a filteredlist).
1.0
Come up with representative way of handling selection - Currently the edit and delete commands rely on the user to supply an index. We need a way of representing this graphically (i. e. search for tasks and display as a filteredlist).
priority
come up with representative way of handling selection currently the edit and delete commands rely on the user to supply an index we need a way of representing this graphically i e search for tasks and display as a filteredlist
1
229,911
7,600,901,788
IssuesEvent
2018-04-28 07:42:49
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Request] Add LoadCSS
:label: Library Request :rotating_light: High Priority
**Library name:** LoadCSS **Git repository url:** https://github.com/filamentgroup/loadCSS/ **npm package url(optional):** https://www.npmjs.com/package/fg-loadcss **License(s):** MIT **Official homepage:** https://github.com/filamentgroup/loadCSS
1.0
[Request] Add LoadCSS - **Library name:** LoadCSS **Git repository url:** https://github.com/filamentgroup/loadCSS/ **npm package url(optional):** https://www.npmjs.com/package/fg-loadcss **License(s):** MIT **Official homepage:** https://github.com/filamentgroup/loadCSS
priority
add loadcss library name loadcss git repository url npm package url optional license s mit official homepage
1
398,463
11,741,376,774
IssuesEvent
2020-03-11 21:36:16
Energy-Innovation/eps-us
https://api.github.com/repos/Energy-Innovation/eps-us
closed
Extend BPEiC and PERAC multipliers to time series
data only high priority
To allow regions that have their own detailed process emissions data (for BPEiC) but no abatement data (for PERAC) to use their BPEiC data instead of the data in the built-in international dataset, we need to extend the existing multiplier system. Multipliers must be a time series and should be disaggregated by gas (in addition to their current disaggregation by sector). Multipliers in BPEiC should then be set to cause the region's data from the built-in international dataset to be scaled to exactly match the detailed region-specific process emissions data, and those same multipliers should be used in PERAC.
1.0
Extend BPEiC and PERAC multipliers to time series - To allow regions that have their own detailed process emissions data (for BPEiC) but no abatement data (for PERAC) to use their BPEiC data instead of the data in the built-in international dataset, we need to extend the existing multiplier system. Multipliers must be a time series and should be disaggregated by gas (in addition to their current disaggregation by sector). Multipliers in BPEiC should then be set to cause the region's data from the built-in international dataset to be scaled to exactly match the detailed region-specific process emissions data, and those same multipliers should be used in PERAC.
priority
extend bpeic and perac multipliers to time series to allow regions that have their own detailed process emissions data for bpeic but no abatement data for perac to use their bpeic data instead of the data in the built in international dataset we need to extend the existing multiplier system multipliers must be a time series and should be disaggregated by gas in addition to their current disaggregation by sector multipliers in bpeic should then be set to cause the region s data from the built in international dataset to be scaled to exactly match the detailed region specific process emissions data and those same multipliers should be used in perac
1
129,823
5,103,975,246
IssuesEvent
2017-01-04 23:11:21
Esri/military-symbol-editor-addin-wpf
https://api.github.com/repos/Esri/military-symbol-editor-addin-wpf
closed
Selection Issues
4 - Verify B - Bug priority - high
1. When trying to select a feature directly from the Add-in using the Select button in the Modify tab, the features on the map aren't being selected. ![image](https://cloud.githubusercontent.com/assets/13024357/16051431/afe18150-3214-11e6-993f-dc5496a399ec.png) 1. After selecting a feature using the core Select tool, and then unselecting the feature, the "Save Edits" button still exists in the symbol editor in the Symbol and Label panes. This is ok. However, when clicking on this button after features are no longer selected, an empty error dialogue pops up: ![image](https://cloud.githubusercontent.com/assets/13024357/16051593/3dc29e1e-3215-11e6-8a06-d3022b8de1f9.png) 2. Not sure if this is supposed to work or not, but when selecting a feature on the map, and navigating to the Enter Coordinates pane in the Add-in, and entering a new set of coordinates, and selecting Save Edits, the symbol doesn't move to the new coordinate location, rather the Save Edits button seems to freeze. ![image](https://cloud.githubusercontent.com/assets/13024357/16051905/915f03fe-3216-11e6-9b23-56783feebcf9.png)
1.0
Selection Issues - 1. When trying to select a feature directly from the Add-in using the Select button in the Modify tab, the features on the map aren't being selected. ![image](https://cloud.githubusercontent.com/assets/13024357/16051431/afe18150-3214-11e6-993f-dc5496a399ec.png) 1. After selecting a feature using the core Select tool, and then unselecting the feature, the "Save Edits" button still exists in the symbol editor in the Symbol and Label panes. This is ok. However, when clicking on this button after features are no longer selected, an empty error dialogue pops up: ![image](https://cloud.githubusercontent.com/assets/13024357/16051593/3dc29e1e-3215-11e6-8a06-d3022b8de1f9.png) 2. Not sure if this is supposed to work or not, but when selecting a feature on the map, and navigating to the Enter Coordinates pane in the Add-in, and entering a new set of coordinates, and selecting Save Edits, the symbol doesn't move to the new coordinate location, rather the Save Edits button seems to freeze. ![image](https://cloud.githubusercontent.com/assets/13024357/16051905/915f03fe-3216-11e6-9b23-56783feebcf9.png)
priority
selection issues when trying to select a feature directly from the add in using the select button in the modify tab the features on the map aren t being selected after selecting a feature using the core select tool and then unselecting the feature the save edits button still exists in the symbol editor in the symbol and label panes this is ok however when clicking on this button after features are no longer selected an empty error dialogue pops up not sure if this is supposed to work or not but when selecting a feature on the map and navigating to the enter coordinates pane in the add in and entering a new set of coordinates and selecting save edits the symbol doesn t move to the new coordinate location rather the save edits button seems to freeze
1
534,982
15,679,774,414
IssuesEvent
2021-03-25 01:18:55
yameatmeyourdead/CSMMateROVJetson
https://api.github.com/repos/yameatmeyourdead/CSMMateROVJetson
closed
Driver Station Requires Full Rewrite (Camera et al)
Complete Rewrite High Priority Required for Additional Progress
sad, but necessary. Files to change: - __main__.py - CameraServer.py - CameraGUIDriver.py - \- Logger.py - \+DriverStationMap.py What needs to change: - Merge CameraServer and CameraGUIDriver - Remove unnecessary queues and process - More Documentation - Actual working frames - Toggles for cameras (somehow send a command to Jetson to stop polling camera / sending through imageZMQ) - Logger to be replaced by classless "copy" in DriverStationMap.py - Look to implementation in ROV (practically done there)
1.0
Driver Station Requires Full Rewrite (Camera et al) - sad, but necessary. Files to change: - __main__.py - CameraServer.py - CameraGUIDriver.py - \- Logger.py - \+DriverStationMap.py What needs to change: - Merge CameraServer and CameraGUIDriver - Remove unnecessary queues and process - More Documentation - Actual working frames - Toggles for cameras (somehow send a command to Jetson to stop polling camera / sending through imageZMQ) - Logger to be replaced by classless "copy" in DriverStationMap.py - Look to implementation in ROV (practically done there)
priority
driver station requires full rewrite camera et al sad but necessary files to change main py cameraserver py cameraguidriver py logger py driverstationmap py what needs to change merge cameraserver and cameraguidriver remove unnecessary queues and process more documentation actual working frames toggles for cameras somehow send a command to jetson to stop polling camera sending through imagezmq logger to be replaced by classless copy in driverstationmap py look to implementation in rov practically done there
1
659,949
21,945,504,187
IssuesEvent
2022-05-23 23:45:17
cmwall0605/cse112-sp22-group8
https://api.github.com/repos/cmwall0605/cse112-sp22-group8
closed
[Feature]: Change Tasks via Timer Page
feature very difficult issue timer tasks Priority: High task-5-timer-landing-page
### Describe the feature to implement We plan to have the timer page as the landing/home page, so we need to be able to change the tasks from there. ### Breakdown of what needs to be completed You will need to add a new Change-Tasks modal on the Timer page. This can be attached to any test button, but note that in the future this may be bound directly to the "Start" button, so that it will always prompt the user to select a task. It may also be bound somewhere else in the future. The modal needs the following features: 1) Dropdown menu where you can select any task that exists in storage. Selecting a task will populate the form fields with that information. This should not break if there are no tasks. 2) The ability to add a new task that isn't currently in storage. Try to make this part modular so that it can be easily refactored to be done via a button on the modal, or via selecting an item in the dropdown menu, or some other method. 3) The ability to edit and save all fields of a task back into storage. This function might end up being merged with the START button. 4) The ability to set that task as the current task for the timer (i.e. a button that says "Set as Current Task"). This button may end up being merged with the START button. ### Additional Context if Applicable Roughly it should be something like this: ![image](https://user-images.githubusercontent.com/43018668/167959392-dd5d2b27-2347-44fa-9b1f-2b9d980aa289.png) Final UI/CSS will be worked out later. This may eventually be bound the to initial "Start Task" button on the Timer page, so that the user is always prompted for it. This probably won't affect how you implement the modal though.
1.0
[Feature]: Change Tasks via Timer Page - ### Describe the feature to implement We plan to have the timer page as the landing/home page, so we need to be able to change the tasks from there. ### Breakdown of what needs to be completed You will need to add a new Change-Tasks modal on the Timer page. This can be attached to any test button, but note that in the future this may be bound directly to the "Start" button, so that it will always prompt the user to select a task. It may also be bound somewhere else in the future. The modal needs the following features: 1) Dropdown menu where you can select any task that exists in storage. Selecting a task will populate the form fields with that information. This should not break if there are no tasks. 2) The ability to add a new task that isn't currently in storage. Try to make this part modular so that it can be easily refactored to be done via a button on the modal, or via selecting an item in the dropdown menu, or some other method. 3) The ability to edit and save all fields of a task back into storage. This function might end up being merged with the START button. 4) The ability to set that task as the current task for the timer (i.e. a button that says "Set as Current Task"). This button may end up being merged with the START button. ### Additional Context if Applicable Roughly it should be something like this: ![image](https://user-images.githubusercontent.com/43018668/167959392-dd5d2b27-2347-44fa-9b1f-2b9d980aa289.png) Final UI/CSS will be worked out later. This may eventually be bound the to initial "Start Task" button on the Timer page, so that the user is always prompted for it. This probably won't affect how you implement the modal though.
priority
change tasks via timer page describe the feature to implement we plan to have the timer page as the landing home page so we need to be able to change the tasks from there breakdown of what needs to be completed you will need to add a new change tasks modal on the timer page this can be attached to any test button but note that in the future this may be bound directly to the start button so that it will always prompt the user to select a task it may also be bound somewhere else in the future the modal needs the following features dropdown menu where you can select any task that exists in storage selecting a task will populate the form fields with that information this should not break if there are no tasks the ability to add a new task that isn t currently in storage try to make this part modular so that it can be easily refactored to be done via a button on the modal or via selecting an item in the dropdown menu or some other method the ability to edit and save all fields of a task back into storage this function might end up being merged with the start button the ability to set that task as the current task for the timer i e a button that says set as current task this button may end up being merged with the start button additional context if applicable roughly it should be something like this final ui css will be worked out later this may eventually be bound the to initial start task button on the timer page so that the user is always prompted for it this probably won t affect how you implement the modal though
1
378,006
11,189,331,297
IssuesEvent
2020-01-02 09:12:10
DevTechProfile/CapFrameX
https://api.github.com/repos/DevTechProfile/CapFrameX
closed
RTSS client implementation (OSD)
enhancement high priority
RTSS client implementation to show status information (OSD). * Hotkey to turn on/off overlay * Position parameter (config) * Recording time countdown and info text * FPS/frametime parameter
1.0
RTSS client implementation (OSD) - RTSS client implementation to show status information (OSD). * Hotkey to turn on/off overlay * Position parameter (config) * Recording time countdown and info text * FPS/frametime parameter
priority
rtss client implementation osd rtss client implementation to show status information osd hotkey to turn on off overlay position parameter config recording time countdown and info text fps frametime parameter
1
401,131
11,786,130,181
IssuesEvent
2020-03-17 11:39:18
Swi005/Chessbot3
https://api.github.com/repos/Swi005/Chessbot3
closed
Problemer rundt Copy()
High Priority bug
Kan ikke lage en liste over tidligere brett, fordi når man endrer på ett brett endres alle. Jeg tror det er et problem rundt at brettet ikke blir kopiert, kun referansen til brettet blir kopiert, eller tilsvarende for griddet, men jeg har ikke klart å finne ut av det.
1.0
Problemer rundt Copy() - Kan ikke lage en liste over tidligere brett, fordi når man endrer på ett brett endres alle. Jeg tror det er et problem rundt at brettet ikke blir kopiert, kun referansen til brettet blir kopiert, eller tilsvarende for griddet, men jeg har ikke klart å finne ut av det.
priority
problemer rundt copy kan ikke lage en liste over tidligere brett fordi når man endrer på ett brett endres alle jeg tror det er et problem rundt at brettet ikke blir kopiert kun referansen til brettet blir kopiert eller tilsvarende for griddet men jeg har ikke klart å finne ut av det
1
248,725
7,935,303,559
IssuesEvent
2018-07-09 04:09:02
WordImpress/Give
https://api.github.com/repos/WordImpress/Give
closed
fix(emails): remove Give Shortcode button from the editor for creating emails
1-reported high-priority
## User Story <!-- Required. --> As a `give admin`, I don't want `options to add Give Shortcodes to emails` because `shortcodes don't work in emails`. Currently, when I navigate to `Donations > Settings > Emails` and select one of the emails to edit, there is an option to add give shortcodes to the emails. If I am new to Give, I might think those are appropriate spots for Give shortcodes. ## Current Behavior I currently see the option for adding shortcodes to emails. ## Expected Behavior I expect to not be given the option to add shortcodes where they won't work. ## Steps to Reproduce 1. Latest Master 2. Navigate to Donations > Settings > Emails (tab) and select an email to edit 3. There is a shortcode button there. ## Visuals <img width="648" alt="screen shot 2018-06-29 at 6 43 40 am" src="https://user-images.githubusercontent.com/9629102/42088542-d2aac162-7b67-11e8-97ba-00a1ae802c4b.png"> ## Related - https://secure.helpscout.net/conversation/609185954/20663?folderId=848135 ## Tasks <!-- Required. Additional tasks can be added later. --> - [ ] remove the button from the visual tinymce editor on each email - [ ] remove the button from the text tinymce editor - [ ] confirm that the solution is extensible: emails added by add-ons also do not get the shortcode button
1.0
fix(emails): remove Give Shortcode button from the editor for creating emails - ## User Story <!-- Required. --> As a `give admin`, I don't want `options to add Give Shortcodes to emails` because `shortcodes don't work in emails`. Currently, when I navigate to `Donations > Settings > Emails` and select one of the emails to edit, there is an option to add give shortcodes to the emails. If I am new to Give, I might think those are appropriate spots for Give shortcodes. ## Current Behavior I currently see the option for adding shortcodes to emails. ## Expected Behavior I expect to not be given the option to add shortcodes where they won't work. ## Steps to Reproduce 1. Latest Master 2. Navigate to Donations > Settings > Emails (tab) and select an email to edit 3. There is a shortcode button there. ## Visuals <img width="648" alt="screen shot 2018-06-29 at 6 43 40 am" src="https://user-images.githubusercontent.com/9629102/42088542-d2aac162-7b67-11e8-97ba-00a1ae802c4b.png"> ## Related - https://secure.helpscout.net/conversation/609185954/20663?folderId=848135 ## Tasks <!-- Required. Additional tasks can be added later. --> - [ ] remove the button from the visual tinymce editor on each email - [ ] remove the button from the text tinymce editor - [ ] confirm that the solution is extensible: emails added by add-ons also do not get the shortcode button
priority
fix emails remove give shortcode button from the editor for creating emails user story as a give admin i don t want options to add give shortcodes to emails because shortcodes don t work in emails currently when i navigate to donations settings emails and select one of the emails to edit there is an option to add give shortcodes to the emails if i am new to give i might think those are appropriate spots for give shortcodes current behavior i currently see the option for adding shortcodes to emails expected behavior i expect to not be given the option to add shortcodes where they won t work steps to reproduce latest master navigate to donations settings emails tab and select an email to edit there is a shortcode button there visuals img width alt screen shot at am src related tasks remove the button from the visual tinymce editor on each email remove the button from the text tinymce editor confirm that the solution is extensible emails added by add ons also do not get the shortcode button
1
309,900
9,481,298,307
IssuesEvent
2019-04-21 03:11:02
SIB-Colombia/Biodiversidad-en-cifras
https://api.github.com/repos/SIB-Colombia/Biodiversidad-en-cifras
opened
Ajustar textos card Insectos
Priority: High
Cambiar el texto actual ( "Especiesregistradas") dentro del circulo, por: "Especies registradas" ![Screen Shot 2019-04-20 at 22 01 43](https://user-images.githubusercontent.com/5700527/56464901-9ff0c700-63b8-11e9-8493-6431fe6a69b0.png)
1.0
Ajustar textos card Insectos - Cambiar el texto actual ( "Especiesregistradas") dentro del circulo, por: "Especies registradas" ![Screen Shot 2019-04-20 at 22 01 43](https://user-images.githubusercontent.com/5700527/56464901-9ff0c700-63b8-11e9-8493-6431fe6a69b0.png)
priority
ajustar textos card insectos cambiar el texto actual especiesregistradas dentro del circulo por especies registradas
1
788,179
27,746,048,708
IssuesEvent
2023-03-15 17:06:28
ram02z/neutral_diet
https://api.github.com/repos/ram02z/neutral_diet
closed
Implement carbon footprint goal system
enhancement backend frontend high priority
Provide recommended goals for reducing their overall carbon footprint Weekly carbon footprint dropoff until goal is hit
1.0
Implement carbon footprint goal system - Provide recommended goals for reducing their overall carbon footprint Weekly carbon footprint dropoff until goal is hit
priority
implement carbon footprint goal system provide recommended goals for reducing their overall carbon footprint weekly carbon footprint dropoff until goal is hit
1
583,141
17,378,188,132
IssuesEvent
2021-07-31 05:47:23
torohangupta/Wall-E
https://api.github.com/repos/torohangupta/Wall-E
closed
Reisolate Wall-E & Codebase to only run a single bot (Wall-E)
feature/enhancement priority: high quality of life refactor
**Description** As the title suggests, remove all other bots being run under the Wall-E umbrella and isolate Wall-E & his usage to Online College **Category** Restructure, Quality of Life **Reasoning** Working with two different bots under the same codebase is frustrating and it can be difficult to isolate problems. With this, it makes programming & troubleshooting significantly easier.
1.0
Reisolate Wall-E & Codebase to only run a single bot (Wall-E) - **Description** As the title suggests, remove all other bots being run under the Wall-E umbrella and isolate Wall-E & his usage to Online College **Category** Restructure, Quality of Life **Reasoning** Working with two different bots under the same codebase is frustrating and it can be difficult to isolate problems. With this, it makes programming & troubleshooting significantly easier.
priority
reisolate wall e codebase to only run a single bot wall e description as the title suggests remove all other bots being run under the wall e umbrella and isolate wall e his usage to online college category restructure quality of life reasoning working with two different bots under the same codebase is frustrating and it can be difficult to isolate problems with this it makes programming troubleshooting significantly easier
1
356,394
10,592,505,169
IssuesEvent
2019-10-09 13:14:12
geosolutions-it/geonode
https://api.github.com/repos/geosolutions-it/geonode
closed
Monitoring/analytics - wrong hits values when grouping by event_type
Priority: High analytics bug
## Expected Behavior When grouping by `event_type` we should see different values between `Not OWS`, `Any OWS` and `All` event types. ## Actual Behavior `Not OWS`, `Any OWS` and `All` event types return the same number of hits: ![Selection_019](https://user-images.githubusercontent.com/43670920/64877128-0967bf80-d651-11e9-8a17-4c298e4603be.png) ## Steps to Reproduce the Problem - Open GeoNode - Login as Admin - Open the monitoring page - Open the details page ## Specifications - GeoNode version: last - Installation method (manual, GeoNode Docker, SPCGeoNode Docker): any - Platform: any - Additional details: any
1.0
Monitoring/analytics - wrong hits values when grouping by event_type - ## Expected Behavior When grouping by `event_type` we should see different values between `Not OWS`, `Any OWS` and `All` event types. ## Actual Behavior `Not OWS`, `Any OWS` and `All` event types return the same number of hits: ![Selection_019](https://user-images.githubusercontent.com/43670920/64877128-0967bf80-d651-11e9-8a17-4c298e4603be.png) ## Steps to Reproduce the Problem - Open GeoNode - Login as Admin - Open the monitoring page - Open the details page ## Specifications - GeoNode version: last - Installation method (manual, GeoNode Docker, SPCGeoNode Docker): any - Platform: any - Additional details: any
priority
monitoring analytics wrong hits values when grouping by event type expected behavior when grouping by event type we should see different values between not ows any ows and all event types actual behavior not ows any ows and all event types return the same number of hits steps to reproduce the problem open geonode login as admin open the monitoring page open the details page specifications geonode version last installation method manual geonode docker spcgeonode docker any platform any additional details any
1
769,295
27,000,651,028
IssuesEvent
2023-02-10 07:24:35
mnf1980/SIM
https://api.github.com/repos/mnf1980/SIM
closed
The system executes trades from itself!!
bug High priority
**with reference to issue #23** The system executes more trades in my account at 2:45 to close the December positions.
1.0
The system executes trades from itself!! - **with reference to issue #23** The system executes more trades in my account at 2:45 to close the December positions.
priority
the system executes trades from itself with reference to issue the system executes more trades in my account at to close the december positions
1
5,790
2,579,698,688
IssuesEvent
2015-02-13 12:34:44
olga-jane/prizm
https://api.github.com/repos/olga-jane/prizm
closed
ArgumentException in Settings -- Pipe
bug bug - crash/performance/leak Coding HIGH priority New bug Settings
Go to: 1. Settings -- Project 2. Switch to pipe tab You get exception: System.ArgumentException: Элемент с тем же ключом уже был добавлен.
1.0
ArgumentException in Settings -- Pipe - Go to: 1. Settings -- Project 2. Switch to pipe tab You get exception: System.ArgumentException: Элемент с тем же ключом уже был добавлен.
priority
argumentexception in settings pipe go to settings project switch to pipe tab you get exception system argumentexception элемент с тем же ключом уже был добавлен
1
611,736
18,976,201,450
IssuesEvent
2021-11-20 02:40:33
cse110-fa21-group2/cse110-fa21-group2
https://api.github.com/repos/cse110-fa21-group2/cse110-fa21-group2
opened
[IMPLEMENT] main.js - Populate explore page cards on initial app load
high priority 5 points
# Feature Name main.js - Populate explore page cards on initial app load # User Story Our users would like a working explore page with fully populated categories and the ability to access other pages and functionalities of the app. Details: - Load 10 recipes per category for the explore page - Populate explore page cards - add recipes to localstorage - navigate to explore page
1.0
[IMPLEMENT] main.js - Populate explore page cards on initial app load - # Feature Name main.js - Populate explore page cards on initial app load # User Story Our users would like a working explore page with fully populated categories and the ability to access other pages and functionalities of the app. Details: - Load 10 recipes per category for the explore page - Populate explore page cards - add recipes to localstorage - navigate to explore page
priority
main js populate explore page cards on initial app load feature name main js populate explore page cards on initial app load user story our users would like a working explore page with fully populated categories and the ability to access other pages and functionalities of the app details load recipes per category for the explore page populate explore page cards add recipes to localstorage navigate to explore page
1
502,795
14,567,008,510
IssuesEvent
2020-12-17 09:40:46
CatalogueOfLife/portal
https://api.github.com/repos/CatalogueOfLife/portal
closed
Create maintenance warning
high priority
Create a generic maintenance message on the homepage that we can fire up with just a config change.
1.0
Create maintenance warning - Create a generic maintenance message on the homepage that we can fire up with just a config change.
priority
create maintenance warning create a generic maintenance message on the homepage that we can fire up with just a config change
1
116,386
4,701,015,090
IssuesEvent
2016-10-12 20:17:37
Lokiedu/libertysoil-site
https://api.github.com/repos/Lokiedu/libertysoil-site
closed
[enh] Any simple hack that will allow me to add "San Francisco (California)" geo tag to a post
! High priority on: Staging
Currently we don't have a way to add this tag, because we have too many suggestions and there's no way to select one that is not on the initial list. I need a hack. A quick interface change that would allow me (and any user, obviously) to select a tag that is 20th in the list of suggestions. I don't know what is the good way to do it, but I'm open to anything reasonable. http://ui-patterns.com/patterns http://pttrns.com/ - anything fast enough is good for me. **How to demo:** 1. Start a new post (while being logged in) 2. Type "San Francisco" 3. **unknown** 4. Profit! I have added "San Francisco (California)" tag to the post successfully. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/185566971593148/185573463494267)
1.0
[enh] Any simple hack that will allow me to add "San Francisco (California)" geo tag to a post - Currently we don't have a way to add this tag, because we have too many suggestions and there's no way to select one that is not on the initial list. I need a hack. A quick interface change that would allow me (and any user, obviously) to select a tag that is 20th in the list of suggestions. I don't know what is the good way to do it, but I'm open to anything reasonable. http://ui-patterns.com/patterns http://pttrns.com/ - anything fast enough is good for me. **How to demo:** 1. Start a new post (while being logged in) 2. Type "San Francisco" 3. **unknown** 4. Profit! I have added "San Francisco (California)" tag to the post successfully. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/185566971593148/185573463494267)
priority
any simple hack that will allow me to add san francisco california geo tag to a post currently we don t have a way to add this tag because we have too many suggestions and there s no way to select one that is not on the initial list i need a hack a quick interface change that would allow me and any user obviously to select a tag that is in the list of suggestions i don t know what is the good way to do it but i m open to anything reasonable anything fast enough is good for me how to demo start a new post while being logged in type san francisco unknown profit i have added san francisco california tag to the post successfully ┆issue is synchronized with this
1
756,599
26,478,351,302
IssuesEvent
2023-01-17 12:57:04
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
opened
[Quest][Cata][Npc] Help from the Earthcaller
NPC Quest - Cataclysm (80+) Priority: Critical Status: Confirmed Twilight Highlands
**How to reproduce:** Earthcaller Yevaa is missing you can't do the quest line you couldnt get this quest from quest givers [Garona Halforcen](https://cata-twinhead.twinstar.cz/?npc=45675) and [Master Mathias Shaw](https://cata-twinhead.twinstar.cz/?npc=45796) neither they are not offering the quest **How it should work:** like this video: https://www.youtube.com/watch?v=0zYQeIfI3uI
1.0
[Quest][Cata][Npc] Help from the Earthcaller - **How to reproduce:** Earthcaller Yevaa is missing you can't do the quest line you couldnt get this quest from quest givers [Garona Halforcen](https://cata-twinhead.twinstar.cz/?npc=45675) and [Master Mathias Shaw](https://cata-twinhead.twinstar.cz/?npc=45796) neither they are not offering the quest **How it should work:** like this video: https://www.youtube.com/watch?v=0zYQeIfI3uI
priority
help from the earthcaller how to reproduce earthcaller yevaa is missing you can t do the quest line you couldnt get this quest from quest givers and neither they are not offering the quest how it should work like this video
1
92,779
3,873,889,956
IssuesEvent
2016-04-11 18:33:51
twosigma/beaker-notebook
https://api.github.com/repos/twosigma/beaker-notebook
closed
ipython widgets broken in docker container
Bug Priority High
our tutorial produces the following error and then fails to run: ``` ShimWarning: The IPython.html package has been deprecated. You should import from notebook instead. IPython.html.widgets has moved to ipywidgets. "IPython.html.widgets has moved to ipywidgets.", ShimWarning) ``` the API has changed iwth ipywidgets 5: https://ipywidgets.readthedocs.org/en/latest/test.html that imports without error but fails to run, which makes sense because we include some of the widget JS in beaker and it probably has to be updated to work with the latest version. for now probably the best fix is to force the docker container (the base container) to use the old version. however when i look in it, it seems to have ipywidgets 4.1.1 so i'm not really sure what's going on.
1.0
ipython widgets broken in docker container - our tutorial produces the following error and then fails to run: ``` ShimWarning: The IPython.html package has been deprecated. You should import from notebook instead. IPython.html.widgets has moved to ipywidgets. "IPython.html.widgets has moved to ipywidgets.", ShimWarning) ``` the API has changed iwth ipywidgets 5: https://ipywidgets.readthedocs.org/en/latest/test.html that imports without error but fails to run, which makes sense because we include some of the widget JS in beaker and it probably has to be updated to work with the latest version. for now probably the best fix is to force the docker container (the base container) to use the old version. however when i look in it, it seems to have ipywidgets 4.1.1 so i'm not really sure what's going on.
priority
ipython widgets broken in docker container our tutorial produces the following error and then fails to run shimwarning the ipython html package has been deprecated you should import from notebook instead ipython html widgets has moved to ipywidgets ipython html widgets has moved to ipywidgets shimwarning the api has changed iwth ipywidgets that imports without error but fails to run which makes sense because we include some of the widget js in beaker and it probably has to be updated to work with the latest version for now probably the best fix is to force the docker container the base container to use the old version however when i look in it it seems to have ipywidgets so i m not really sure what s going on
1
764,774
26,816,582,147
IssuesEvent
2023-02-02 05:31:18
FlutterFlow/flutterflow-issues
https://api.github.com/repos/FlutterFlow/flutterflow-issues
closed
JSON component parameter must have "required" modifier or an explicit non-'null' default
status: confirmed priority: high
## Expected behavior (required) Code dosent compile. It is easily solved downloading the code and including the required modifier in the component parameter. But I cant see a way to solve this within FF. ## Current behavior (required) Error: Launching lib/main.dart on Web Server in debug mode... Waiting for connection from debug service on Web Server... lib/components/choose_bank_widget.dart:19:10: Error: The parameter 'banksJSON' can't have a value of 'null' because of its type 'List<dynamic>', but the implicit default value is 'null'. - 'List' is from 'dart:core'. Try adding either an explicit non-'null' default value or the 'required' modifier. this.banksJSON, ## To Reproduce (required) 1. Create a component 2. Add a JSON List parameter 3. Use that component as a Botton Sheet in a page 4. Compile / Run or web deploy the code ### Bug Report Code (required, generate from Widget Tree) ITEeksrlx5B1pbxG1pPtKvlorwMwGkQ5a7sviu5+FBQaI+PzBJkcYMzSVFNtcuqHfW5AGVGbrzkGpMrPvt7xCe46C0mcba5IyJBTH1yjEA8= ## Context (required) I cant deploy from FF (I can download the code, add the required modifier and work with it outside FF) ## Screenshots / recordings ## Your environment <!--- Include relevant details about the environment you experienced the bug in --> * Version of FlutterFlow used: 3.3.4 * Platform (e.g. Web, MacOS Desktop): web * Browser name and version: Chrome Versión 109.0.5414.75 (Build oficial) (64 bits) * Operating system and version (desktop or mobile):
1.0
JSON component parameter must have "required" modifier or an explicit non-'null' default - ## Expected behavior (required) Code dosent compile. It is easily solved downloading the code and including the required modifier in the component parameter. But I cant see a way to solve this within FF. ## Current behavior (required) Error: Launching lib/main.dart on Web Server in debug mode... Waiting for connection from debug service on Web Server... lib/components/choose_bank_widget.dart:19:10: Error: The parameter 'banksJSON' can't have a value of 'null' because of its type 'List<dynamic>', but the implicit default value is 'null'. - 'List' is from 'dart:core'. Try adding either an explicit non-'null' default value or the 'required' modifier. this.banksJSON, ## To Reproduce (required) 1. Create a component 2. Add a JSON List parameter 3. Use that component as a Botton Sheet in a page 4. Compile / Run or web deploy the code ### Bug Report Code (required, generate from Widget Tree) ITEeksrlx5B1pbxG1pPtKvlorwMwGkQ5a7sviu5+FBQaI+PzBJkcYMzSVFNtcuqHfW5AGVGbrzkGpMrPvt7xCe46C0mcba5IyJBTH1yjEA8= ## Context (required) I cant deploy from FF (I can download the code, add the required modifier and work with it outside FF) ## Screenshots / recordings ## Your environment <!--- Include relevant details about the environment you experienced the bug in --> * Version of FlutterFlow used: 3.3.4 * Platform (e.g. Web, MacOS Desktop): web * Browser name and version: Chrome Versión 109.0.5414.75 (Build oficial) (64 bits) * Operating system and version (desktop or mobile):
priority
json component parameter must have required modifier or an explicit non null default expected behavior required code dosent compile it is easily solved downloading the code and including the required modifier in the component parameter but i cant see a way to solve this within ff current behavior required error launching lib main dart on web server in debug mode waiting for connection from debug service on web server lib components choose bank widget dart error the parameter banksjson can t have a value of null because of its type list but the implicit default value is null list is from dart core try adding either an explicit non null default value or the required modifier this banksjson to reproduce required create a component add a json list parameter use that component as a botton sheet in a page compile run or web deploy the code bug report code required generate from widget tree fbqai context required i cant deploy from ff i can download the code add the required modifier and work with it outside ff screenshots recordings your environment version of flutterflow used platform e g web macos desktop web browser name and version chrome versión build oficial bits operating system and version desktop or mobile
1
429,099
12,420,898,643
IssuesEvent
2020-05-23 14:19:38
DevAdventCalendar/DevAdventCalendar
https://api.github.com/repos/DevAdventCalendar/DevAdventCalendar
closed
Add ranking view for every week
enhancement high priority
Add a new view for ranking for every week Update database structure to save points per every week (there still need to be a table with final results) Update logic Add tests
1.0
Add ranking view for every week - Add a new view for ranking for every week Update database structure to save points per every week (there still need to be a table with final results) Update logic Add tests
priority
add ranking view for every week add a new view for ranking for every week update database structure to save points per every week there still need to be a table with final results update logic add tests
1
514,167
14,934,681,734
IssuesEvent
2021-01-25 10:51:45
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
closed
BKND - Admin Get Reports
Backend Coding Effort: Medium Priority: High Status: Completed
Deadline : 25.01.2021 Admin should be able to see all reports from any type of user
1.0
BKND - Admin Get Reports - Deadline : 25.01.2021 Admin should be able to see all reports from any type of user
priority
bknd admin get reports deadline admin should be able to see all reports from any type of user
1
775,391
27,232,933,266
IssuesEvent
2023-02-21 14:28:28
ooni/probe
https://api.github.com/repos/ooni/probe
opened
engine: make tls unrecognized name alert
bug priority/high user feedback methodology data quality ooni/probe-engine
This issue is about detecting and correctly handling the "tls: unrecognized name" alert. We would like to thank https://github.com/gurshabad for letting us know about this unhandled error as part of an ongoing data analysis effort. 🙌
1.0
engine: make tls unrecognized name alert - This issue is about detecting and correctly handling the "tls: unrecognized name" alert. We would like to thank https://github.com/gurshabad for letting us know about this unhandled error as part of an ongoing data analysis effort. 🙌
priority
engine make tls unrecognized name alert this issue is about detecting and correctly handling the tls unrecognized name alert we would like to thank for letting us know about this unhandled error as part of an ongoing data analysis effort 🙌
1
425,383
12,339,505,753
IssuesEvent
2020-05-14 18:14:46
soed2020-teamorange/ch.bfh.bti7081.s2020.orange
https://api.github.com/repos/soed2020-teamorange/ch.bfh.bti7081.s2020.orange
opened
Persistenz und Relation zwischen Patienten und medizinischen Fachpersonen
bug high priority ready implementation task
# Beschreibung Patienten und medizinische Fachpersonen werden nicht richtig in der Datenbank persistiert. Sie haben trotz Zuweisung keine Relation zueinander. # Aufwand Geschätzter Aufwand: 4h Aktueller Aufwand: 3h Aktualisierter Aufwand: 3h
1.0
Persistenz und Relation zwischen Patienten und medizinischen Fachpersonen - # Beschreibung Patienten und medizinische Fachpersonen werden nicht richtig in der Datenbank persistiert. Sie haben trotz Zuweisung keine Relation zueinander. # Aufwand Geschätzter Aufwand: 4h Aktueller Aufwand: 3h Aktualisierter Aufwand: 3h
priority
persistenz und relation zwischen patienten und medizinischen fachpersonen beschreibung patienten und medizinische fachpersonen werden nicht richtig in der datenbank persistiert sie haben trotz zuweisung keine relation zueinander aufwand geschätzter aufwand aktueller aufwand aktualisierter aufwand
1
283,717
8,722,585,177
IssuesEvent
2018-12-09 14:00:18
bounswe/bounswe2018group9
https://api.github.com/repos/bounswe/bounswe2018group9
closed
Media Field in Data Model
Platform: Backend Priority: High Status: Help Needed Type: Enhancement
@nazmicancalik @gumityolcu Dear backend team, can you please add a image property to events' model so that I can show the image later on? Thanks
1.0
Media Field in Data Model - @nazmicancalik @gumityolcu Dear backend team, can you please add a image property to events' model so that I can show the image later on? Thanks
priority
media field in data model nazmicancalik gumityolcu dear backend team can you please add a image property to events model so that i can show the image later on thanks
1