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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
600,138
| 18,290,158,492
|
IssuesEvent
|
2021-10-05 14:29:26
|
AY2122S1-CS2113T-W12-1/tp
|
https://api.github.com/repos/AY2122S1-CS2113T-W12-1/tp
|
closed
|
Remove food from daily intake
|
priorityHigh
|
User should be able to remove an entry from his/her daily intake
|
1.0
|
Remove food from daily intake - User should be able to remove an entry from his/her daily intake
|
priority
|
remove food from daily intake user should be able to remove an entry from his her daily intake
| 1
|
766,531
| 26,887,183,681
|
IssuesEvent
|
2023-02-06 05:02:27
|
BitBucketsFRC4183/FRC2023-Charged-Up
|
https://api.github.com/repos/BitBucketsFRC4183/FRC2023-Charged-Up
|
closed
|
Easy enable/mock of control classes
|
High Priority
|
We are going to have to turn on and off various parts of our robot for testing. We should make this as convenient for students as possible.
At the top of RobotSetup.java we should have something like:
```java
boolean driveEnabled = true;
boolean armEnabled = true;
boolean elevatorEnabled = true;
```
then in our actual setup, if that is false, return a mock control. If it's true, return the real one. This way a student can easily see what's enabled on their robot and they can easily toggle them on/off while testing.
|
1.0
|
Easy enable/mock of control classes - We are going to have to turn on and off various parts of our robot for testing. We should make this as convenient for students as possible.
At the top of RobotSetup.java we should have something like:
```java
boolean driveEnabled = true;
boolean armEnabled = true;
boolean elevatorEnabled = true;
```
then in our actual setup, if that is false, return a mock control. If it's true, return the real one. This way a student can easily see what's enabled on their robot and they can easily toggle them on/off while testing.
|
priority
|
easy enable mock of control classes we are going to have to turn on and off various parts of our robot for testing we should make this as convenient for students as possible at the top of robotsetup java we should have something like java boolean driveenabled true boolean armenabled true boolean elevatorenabled true then in our actual setup if that is false return a mock control if it s true return the real one this way a student can easily see what s enabled on their robot and they can easily toggle them on off while testing
| 1
|
702,034
| 24,120,354,028
|
IssuesEvent
|
2022-09-20 18:07:32
|
azerothcore/azerothcore-wotlk
|
https://api.github.com/repos/azerothcore/azerothcore-wotlk
|
closed
|
[server]World crashes when a hunter cast readiness in raid
|
Priority-High HasBacktrace
|
### Current Behaviour
World crashes when a hunter cast readiness in raid.
### Expected Blizzlike Behaviour
none.
### Source
_No response_
### Steps to reproduce the problem
none.
### Extra Notes
_No response_
### AC rev. hash/commit
c172ac6e8721
[c172ac6e8721_worldserver.exe_[5-9_7-7-15].txt](https://github.com/azerothcore/azerothcore-wotlk/files/9485696/c172ac6e8721_worldserver.exe_.5-9_7-7-15.txt)
### Operating system
win10x64
### Custom changes or Modules
mod-anticheat
mod-eluna
|
1.0
|
[server]World crashes when a hunter cast readiness in raid - ### Current Behaviour
World crashes when a hunter cast readiness in raid.
### Expected Blizzlike Behaviour
none.
### Source
_No response_
### Steps to reproduce the problem
none.
### Extra Notes
_No response_
### AC rev. hash/commit
c172ac6e8721
[c172ac6e8721_worldserver.exe_[5-9_7-7-15].txt](https://github.com/azerothcore/azerothcore-wotlk/files/9485696/c172ac6e8721_worldserver.exe_.5-9_7-7-15.txt)
### Operating system
win10x64
### Custom changes or Modules
mod-anticheat
mod-eluna
|
priority
|
world crashes when a hunter cast readiness in raid current behaviour world crashes when a hunter cast readiness in raid expected blizzlike behaviour none source no response steps to reproduce the problem none extra notes no response ac rev hash commit txt operating system custom changes or modules mod anticheat mod eluna
| 1
|
236,813
| 7,752,978,816
|
IssuesEvent
|
2018-05-30 22:13:28
|
Gloirin/m2gTest
|
https://api.github.com/repos/Gloirin/m2gTest
|
closed
|
0004108:
move set container grants function to admin controller
|
Admin Feature Request high priority
|
**Reported by pschuele on 18 Mar 2011 19:57**
move set container grants function to admin controller
-> from abstract cli frontend
-> but still allow it to be called via cli / just move the main logic
|
1.0
|
0004108:
move set container grants function to admin controller - **Reported by pschuele on 18 Mar 2011 19:57**
move set container grants function to admin controller
-> from abstract cli frontend
-> but still allow it to be called via cli / just move the main logic
|
priority
|
move set container grants function to admin controller reported by pschuele on mar move set container grants function to admin controller gt from abstract cli frontend gt but still allow it to be called via cli just move the main logic
| 1
|
736,293
| 25,467,277,395
|
IssuesEvent
|
2022-11-25 06:27:57
|
TencentBlueKing/bk-user
|
https://api.github.com/repos/TencentBlueKing/bk-user
|
closed
|
[容器化] 日志切换标准输出到文件
|
Sign: help wanted Layer: saas Priority: High
|
1. 采集需要一并处理
2. 默认配置需要处理
----
支持开关, 开启后走stdout
----
需要关注: celery/beat的日志, 目前默认标准输出, 改了之后会不会有影响
|
1.0
|
[容器化] 日志切换标准输出到文件 - 1. 采集需要一并处理
2. 默认配置需要处理
----
支持开关, 开启后走stdout
----
需要关注: celery/beat的日志, 目前默认标准输出, 改了之后会不会有影响
|
priority
|
日志切换标准输出到文件 采集需要一并处理 默认配置需要处理 支持开关 开启后走stdout 需要关注 celery beat的日志 目前默认标准输出 改了之后会不会有影响
| 1
|
79,130
| 3,520,799,247
|
IssuesEvent
|
2016-01-12 22:22:24
|
ccrama/Slide
|
https://api.github.com/repos/ccrama/Slide
|
closed
|
Wiki overhaul
|
enhancement high priority
|
The current state of wikis leaves a lot to be desired so I'm sure this can be appreciated as necessary. Let's start with the big one.
#### Load only one page at a time
On the opening of a wiki, load only the index page initially: currently the first page sorted alphabetically is loaded first, but to actually display any page in the current implementation **all** wiki pages must first be downloaded, which takes a fair amount of time longer than it should for small wikis, and an unbearable amount of time for large ones.
The index page has all the links to other pages that the subreddit intends to be accessed normally
#### Remove the tabbed interface
It's nice but not appropriate, wikis on reddit tend to be full of old/unused pages and the navigation in the index page will point to the relevant ones, no need to put effort into creating a UI to navigate them manually. In addition as the pages are often dependant on one another unlike subreddits, being able to slide between them isn't always appropriate
#### Fix or remove the table of contents
On reddit.com in a browser it's just a list of html anchors for quick navigation, however in the app implementation it has a few issues.
* It doesn't do anything, pretty self explanatory clicking them doesn't take you to the heading
* An extra level of indentation is only applied to the first child
* Third (and presumably higher) level indentation doesn't display, the first child shows as second level and the next shows as back to first level indentation
* The styling doesn't look very polished, they're displayed as bulleted items with indented options having two bullets, doesn't 'feel' like a table of contents
A few of these can be seen in http://i.imgur.com/U3WdApm.png and https://i.imgur.com/vQdaVcX.png
#### Wikis currently don't take on theme settings
They currently only use the dark theme regardless of the users selection
|
1.0
|
Wiki overhaul - The current state of wikis leaves a lot to be desired so I'm sure this can be appreciated as necessary. Let's start with the big one.
#### Load only one page at a time
On the opening of a wiki, load only the index page initially: currently the first page sorted alphabetically is loaded first, but to actually display any page in the current implementation **all** wiki pages must first be downloaded, which takes a fair amount of time longer than it should for small wikis, and an unbearable amount of time for large ones.
The index page has all the links to other pages that the subreddit intends to be accessed normally
#### Remove the tabbed interface
It's nice but not appropriate, wikis on reddit tend to be full of old/unused pages and the navigation in the index page will point to the relevant ones, no need to put effort into creating a UI to navigate them manually. In addition as the pages are often dependant on one another unlike subreddits, being able to slide between them isn't always appropriate
#### Fix or remove the table of contents
On reddit.com in a browser it's just a list of html anchors for quick navigation, however in the app implementation it has a few issues.
* It doesn't do anything, pretty self explanatory clicking them doesn't take you to the heading
* An extra level of indentation is only applied to the first child
* Third (and presumably higher) level indentation doesn't display, the first child shows as second level and the next shows as back to first level indentation
* The styling doesn't look very polished, they're displayed as bulleted items with indented options having two bullets, doesn't 'feel' like a table of contents
A few of these can be seen in http://i.imgur.com/U3WdApm.png and https://i.imgur.com/vQdaVcX.png
#### Wikis currently don't take on theme settings
They currently only use the dark theme regardless of the users selection
|
priority
|
wiki overhaul the current state of wikis leaves a lot to be desired so i m sure this can be appreciated as necessary let s start with the big one load only one page at a time on the opening of a wiki load only the index page initially currently the first page sorted alphabetically is loaded first but to actually display any page in the current implementation all wiki pages must first be downloaded which takes a fair amount of time longer than it should for small wikis and an unbearable amount of time for large ones the index page has all the links to other pages that the subreddit intends to be accessed normally remove the tabbed interface it s nice but not appropriate wikis on reddit tend to be full of old unused pages and the navigation in the index page will point to the relevant ones no need to put effort into creating a ui to navigate them manually in addition as the pages are often dependant on one another unlike subreddits being able to slide between them isn t always appropriate fix or remove the table of contents on reddit com in a browser it s just a list of html anchors for quick navigation however in the app implementation it has a few issues it doesn t do anything pretty self explanatory clicking them doesn t take you to the heading an extra level of indentation is only applied to the first child third and presumably higher level indentation doesn t display the first child shows as second level and the next shows as back to first level indentation the styling doesn t look very polished they re displayed as bulleted items with indented options having two bullets doesn t feel like a table of contents a few of these can be seen in and wikis currently don t take on theme settings they currently only use the dark theme regardless of the users selection
| 1
|
445,556
| 12,832,701,288
|
IssuesEvent
|
2020-07-07 08:07:48
|
kubesphere/kubesphere
|
https://api.github.com/repos/kubesphere/kubesphere
|
closed
|
Authorize cluster to system-workspace
|
kind/bug priority/high
|
**Describe the Bug**
System-workspace contains all the system namespace necessary to run a KubeSphere cluster, in multicluster environment, clusters are authorized to system-workspace by default. If we deauthorize a cluster from a workspace, the workspace will be deleted in that cluster, this is ok when the workspace is a user workspace. But what if the workspace is system-workspace, that means all system components will be deleted in that cluster, it will crash KubeSphere. We should forbid user deauthorize a cluster from system-workspace
For UI issues please also add a screenshot that shows the issue.

**Versions Used**
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)
**Environment**
How many nodes and their hardware configuration:
For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g
(and other info are welcomed to help us debugging)
**How To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
/kind bug
/assign @leoendless
/priority high
/milestone 3.0.0
|
1.0
|
Authorize cluster to system-workspace - **Describe the Bug**
System-workspace contains all the system namespace necessary to run a KubeSphere cluster, in multicluster environment, clusters are authorized to system-workspace by default. If we deauthorize a cluster from a workspace, the workspace will be deleted in that cluster, this is ok when the workspace is a user workspace. But what if the workspace is system-workspace, that means all system components will be deleted in that cluster, it will crash KubeSphere. We should forbid user deauthorize a cluster from system-workspace
For UI issues please also add a screenshot that shows the issue.

**Versions Used**
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)
**Environment**
How many nodes and their hardware configuration:
For example: CentOS 7.5 / 3 masters: 8cpu/8g; 3 nodes: 8cpu/16g
(and other info are welcomed to help us debugging)
**How To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
/kind bug
/assign @leoendless
/priority high
/milestone 3.0.0
|
priority
|
authorize cluster to system workspace describe the bug system workspace contains all the system namespace necessary to run a kubesphere cluster in multicluster environment clusters are authorized to system workspace by default if we deauthorize a cluster from a workspace the workspace will be deleted in that cluster this is ok when the workspace is a user workspace but what if the workspace is system workspace that means all system components will be deleted in that cluster it will crash kubesphere we should forbid user deauthorize a cluster from system workspace for ui issues please also add a screenshot that shows the issue versions used kubesphere kubernetes if kubesphere installer used you can skip this environment how many nodes and their hardware configuration for example centos masters nodes and other info are welcomed to help us debugging how to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen kind bug assign leoendless priority high milestone
| 1
|
241,257
| 7,810,577,669
|
IssuesEvent
|
2018-06-12 07:21:23
|
rubykube/barong
|
https://api.github.com/repos/rubykube/barong
|
closed
|
Broken automatic tagging
|
Priority: high double check type: backlog type: bug v1.8
|
Automatic tagging didn't work on 1-5-stable branch :
```
commit 53d316c7a72f3833425c7df7a750be38547e3a93 (HEAD, origin/1-5-stable)
Merge: 47aba72 d2a9459
Author: Camille
Date: Tue Apr 17 11:00:06 2018 +0200
Merge pull request #354 from rubykube/bugfix/phone_verification_without_code_1-5
Bugfix/phone verification without code[1.5]
commit d2a94591696a4ff59b57773bddb1560a9ea2f1be (origin/bugfix/phone_verification_without_code_1-5)
Author: Maksim Litvinov
Date: Fri Apr 6 17:18:56 2018 +0300
Update .travis.yml
commit 03159d4febfdb772c3a9b7dcd932cddb360320f9
Author: Maksim Litvinov
Date: Tue Apr 10 19:39:49 2018 +0300
Apply Patch: Fix phone verification issue
Apply related changes
commit 47aba72fc4230b8726675ee09b152c44cd6cf497
Author: Louis Bellet
Date: Fri Apr 6 14:43:37 2018 +0300
Moving database.yml file
commit ff509d0bb24c7782e2bb10c55c62c0ded9a7a651 (tag: 1.5.1)
Author: Kite Bot
Date: Thu Apr 5 11:19:20 2018 +0000
[ci skip] Bump 1.5.1.
```
|
1.0
|
Broken automatic tagging - Automatic tagging didn't work on 1-5-stable branch :
```
commit 53d316c7a72f3833425c7df7a750be38547e3a93 (HEAD, origin/1-5-stable)
Merge: 47aba72 d2a9459
Author: Camille
Date: Tue Apr 17 11:00:06 2018 +0200
Merge pull request #354 from rubykube/bugfix/phone_verification_without_code_1-5
Bugfix/phone verification without code[1.5]
commit d2a94591696a4ff59b57773bddb1560a9ea2f1be (origin/bugfix/phone_verification_without_code_1-5)
Author: Maksim Litvinov
Date: Fri Apr 6 17:18:56 2018 +0300
Update .travis.yml
commit 03159d4febfdb772c3a9b7dcd932cddb360320f9
Author: Maksim Litvinov
Date: Tue Apr 10 19:39:49 2018 +0300
Apply Patch: Fix phone verification issue
Apply related changes
commit 47aba72fc4230b8726675ee09b152c44cd6cf497
Author: Louis Bellet
Date: Fri Apr 6 14:43:37 2018 +0300
Moving database.yml file
commit ff509d0bb24c7782e2bb10c55c62c0ded9a7a651 (tag: 1.5.1)
Author: Kite Bot
Date: Thu Apr 5 11:19:20 2018 +0000
[ci skip] Bump 1.5.1.
```
|
priority
|
broken automatic tagging automatic tagging didn t work on stable branch commit head origin stable merge author camille date tue apr merge pull request from rubykube bugfix phone verification without code bugfix phone verification without code commit origin bugfix phone verification without code author maksim litvinov date fri apr update travis yml commit author maksim litvinov date tue apr apply patch fix phone verification issue apply related changes commit author louis bellet date fri apr moving database yml file commit tag author kite bot date thu apr bump
| 1
|
107,135
| 4,289,517,597
|
IssuesEvent
|
2016-07-18 03:24:37
|
IntellectualSites/PlotSquared
|
https://api.github.com/repos/IntellectualSites/PlotSquared
|
closed
|
Entities on locked plots
|
[!] Bug [‼] high priority
|
# Bug report
**Description of the problem:**
Entities can still be placed and interacted with on locked plots.
**How to replicate**:
Claim a plot, lock it (`/plot done`) and see that you can still place an Armorstand on it
|
1.0
|
Entities on locked plots - # Bug report
**Description of the problem:**
Entities can still be placed and interacted with on locked plots.
**How to replicate**:
Claim a plot, lock it (`/plot done`) and see that you can still place an Armorstand on it
|
priority
|
entities on locked plots bug report description of the problem entities can still be placed and interacted with on locked plots how to replicate claim a plot lock it plot done and see that you can still place an armorstand on it
| 1
|
281,073
| 8,690,428,433
|
IssuesEvent
|
2018-12-03 21:32:59
|
conan-io/conan
|
https://api.github.com/repos/conan-io/conan
|
closed
|
scm get ignore files crashing
|
complex: low priority: high stage: review type: bug
|
By an unknown cause, the `excluded_files` function (Conan 1.8.4) during the call to `git check-ignore` is raising a `FileNotFoundError`. Investigate when it can happen. Maybe the `self.folder`? Apparently calling manually it works. But anyway it would be better to just print a warning and ignore the failure, because this is only an optimization.
|
1.0
|
scm get ignore files crashing - By an unknown cause, the `excluded_files` function (Conan 1.8.4) during the call to `git check-ignore` is raising a `FileNotFoundError`. Investigate when it can happen. Maybe the `self.folder`? Apparently calling manually it works. But anyway it would be better to just print a warning and ignore the failure, because this is only an optimization.
|
priority
|
scm get ignore files crashing by an unknown cause the excluded files function conan during the call to git check ignore is raising a filenotfounderror investigate when it can happen maybe the self folder apparently calling manually it works but anyway it would be better to just print a warning and ignore the failure because this is only an optimization
| 1
|
292,431
| 8,957,956,632
|
IssuesEvent
|
2019-01-27 09:57:10
|
DroidKaigi/conference-app-2019
|
https://api.github.com/repos/DroidKaigi/conference-app-2019
|
closed
|
Open session detail when session click in session time table
|
assigned easy high priority welcome contribute
|
## Kind (Required)
- Other
## Overview (Required)
- Title says everything

|
1.0
|
Open session detail when session click in session time table - ## Kind (Required)
- Other
## Overview (Required)
- Title says everything

|
priority
|
open session detail when session click in session time table kind required other overview required title says everything
| 1
|
716,192
| 24,625,133,956
|
IssuesEvent
|
2022-10-16 12:23:07
|
xsuite/xsuite
|
https://api.github.com/repos/xsuite/xsuite
|
closed
|
Beam generation fails when match_at_s = 0
|
bug High priority
|
```python
import json
import numpy as np
from itertools import cycle, islice, dropwhile
import xpart as xp
import xtrack as xt
num_particles = 1000
nemitt_x = 2.5e-6
nemitt_y = 3e-6
filename = 'lhc_no_bb_line_and_particle.json' # From the test_data directory in xtrack
with open(filename, 'r') as fid:
input_data = json.load(fid)
line=xt.Line.from_dict(input_data['line'])
particle_sample = xp.Particles.from_dict(input_data['particle'])
names = line.element_names
start_name = 'tcp.c6l7.b1'
names_cyc = list(islice(dropwhile(lambda n: n != start_name, cycle(names)), len(names)))
line.element_names = names_cyc
tracker = xt.Tracker(line=line)
tracker.twiss(particle_ref=particle_sample)
x_in_sigmas, px_in_sigmas = xp.generate_2D_gaussian(num_particles)
pencil_cut_sigmas = 6.
pencil_dr_sigmas = 0.7
y_in_sigmas, py_in_sigmas, r_points, theta_points = xp.generate_2D_pencil(
num_particles=num_particles,
pos_cut_sigmas=pencil_cut_sigmas,
dr_sigmas=pencil_dr_sigmas,
side='+-')
zeta, delta = xp.generate_longitudinal_coordinates(
num_particles=num_particles, distribution='gaussian',
sigma_z=1e-2, particle_ref=particle_sample, tracker=tracker)
particles = xp.build_particles(
tracker=tracker,
particle_ref=particle_sample,
zeta=zeta, delta=delta,
x_norm=x_in_sigmas, px_norm=px_in_sigmas,
y_norm=y_in_sigmas, py_norm=py_in_sigmas,
scale_with_transverse_norm_emitt=(nemitt_x, nemitt_y),
at_element=start_name,
match_at_s=0)
```
|
1.0
|
Beam generation fails when match_at_s = 0 - ```python
import json
import numpy as np
from itertools import cycle, islice, dropwhile
import xpart as xp
import xtrack as xt
num_particles = 1000
nemitt_x = 2.5e-6
nemitt_y = 3e-6
filename = 'lhc_no_bb_line_and_particle.json' # From the test_data directory in xtrack
with open(filename, 'r') as fid:
input_data = json.load(fid)
line=xt.Line.from_dict(input_data['line'])
particle_sample = xp.Particles.from_dict(input_data['particle'])
names = line.element_names
start_name = 'tcp.c6l7.b1'
names_cyc = list(islice(dropwhile(lambda n: n != start_name, cycle(names)), len(names)))
line.element_names = names_cyc
tracker = xt.Tracker(line=line)
tracker.twiss(particle_ref=particle_sample)
x_in_sigmas, px_in_sigmas = xp.generate_2D_gaussian(num_particles)
pencil_cut_sigmas = 6.
pencil_dr_sigmas = 0.7
y_in_sigmas, py_in_sigmas, r_points, theta_points = xp.generate_2D_pencil(
num_particles=num_particles,
pos_cut_sigmas=pencil_cut_sigmas,
dr_sigmas=pencil_dr_sigmas,
side='+-')
zeta, delta = xp.generate_longitudinal_coordinates(
num_particles=num_particles, distribution='gaussian',
sigma_z=1e-2, particle_ref=particle_sample, tracker=tracker)
particles = xp.build_particles(
tracker=tracker,
particle_ref=particle_sample,
zeta=zeta, delta=delta,
x_norm=x_in_sigmas, px_norm=px_in_sigmas,
y_norm=y_in_sigmas, py_norm=py_in_sigmas,
scale_with_transverse_norm_emitt=(nemitt_x, nemitt_y),
at_element=start_name,
match_at_s=0)
```
|
priority
|
beam generation fails when match at s python import json import numpy as np from itertools import cycle islice dropwhile import xpart as xp import xtrack as xt num particles nemitt x nemitt y filename lhc no bb line and particle json from the test data directory in xtrack with open filename r as fid input data json load fid line xt line from dict input data particle sample xp particles from dict input data names line element names start name tcp names cyc list islice dropwhile lambda n n start name cycle names len names line element names names cyc tracker xt tracker line line tracker twiss particle ref particle sample x in sigmas px in sigmas xp generate gaussian num particles pencil cut sigmas pencil dr sigmas y in sigmas py in sigmas r points theta points xp generate pencil num particles num particles pos cut sigmas pencil cut sigmas dr sigmas pencil dr sigmas side zeta delta xp generate longitudinal coordinates num particles num particles distribution gaussian sigma z particle ref particle sample tracker tracker particles xp build particles tracker tracker particle ref particle sample zeta zeta delta delta x norm x in sigmas px norm px in sigmas y norm y in sigmas py norm py in sigmas scale with transverse norm emitt nemitt x nemitt y at element start name match at s
| 1
|
822,013
| 30,848,144,071
|
IssuesEvent
|
2023-08-02 14:56:28
|
rprouse/guppi
|
https://api.github.com/repos/rprouse/guppi
|
opened
|
Right pad weather descriptions for Daily Weather
|
enhancement high priority
|
Some of the weather boxes are different sizes. Find the longest weather description and then right pad all of them so that all of the cells are the same size.
```
┌─────────────────────────────┬─────────────────────────────┬─────────────────────────────┬───────────────────────────┐
│ Wed. Aug. 02 │ Thu. Aug. 03 │ Fri. Aug. 04 │ Sat. Aug. 05 │
├─────────────────────────────┼─────────────────────────────┼─────────────────────────────┼───────────────────────────┤
│ .-. light rain │ .-. light rain │ .-. moderate rain │ \ / clear sky │
│ ( ). ↑19°C ↓8°C │ ( ). ↑14°C ↓10°C │ ( ). ↑23°C ↓13°C │ .-. ↑20°C ↓10°C │
│ (___(__) ↗ 3 km/h │ (___(__) ← 2 km/h │ (___(__) → 3 km/h │ ― ( ) ― ↘ 5 km/h │
│ ‚‘‚‘‚‘‚‘ 💧0.18mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧5.33mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧2.18mm ❄0mm │ `-’ 💧0mm ❄0mm │
│ ‚’‚’‚’‚’ 1022mb 56% │ ‚’‚’‚’‚’ 1014mb 95% │ ‚’‚’‚’‚’ 1012mb 87% │ / \ 1013mb 49% │
└─────────────────────────────┴─────────────────────────────┴─────────────────────────────┴───────────────────────────┘
┌─────────────────────────────┬─────────────────────────────┬─────────────────────────────┬─────────────────────────────┐
│ Sun. Aug. 06 │ Mon. Aug. 07 │ Tue. Aug. 08 │ Wed. Aug. 09 │
├─────────────────────────────┼─────────────────────────────┼─────────────────────────────┼─────────────────────────────┤
│ broken clouds │ .-. light rain │ .-. light rain │ .-. light rain │
│ .--. ↑23°C ↓10°C │ ( ). ↑21°C ↓13°C │ ( ). ↑18°C ↓13°C │ ( ). ↑24°C ↓12°C │
│ .-( ). → 4 km/h │ (___(__) ← 4 km/h │ (___(__) ↙ 4 km/h │ (___(__) → 3 km/h │
│ (___.__)__) 💧0mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧5.04mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧7.87mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧1.48mm ❄0mm │
│ 1015mb 49% │ ‚’‚’‚’‚’ 1010mb 58% │ ‚’‚’‚’‚’ 1004mb 97% │ ‚’‚’‚’‚’ 1012mb 66% │
└─────────────────────────────┴─────────────────────────────┴─────────────────────────────┴─────────────────────────────┘
```
|
1.0
|
Right pad weather descriptions for Daily Weather - Some of the weather boxes are different sizes. Find the longest weather description and then right pad all of them so that all of the cells are the same size.
```
┌─────────────────────────────┬─────────────────────────────┬─────────────────────────────┬───────────────────────────┐
│ Wed. Aug. 02 │ Thu. Aug. 03 │ Fri. Aug. 04 │ Sat. Aug. 05 │
├─────────────────────────────┼─────────────────────────────┼─────────────────────────────┼───────────────────────────┤
│ .-. light rain │ .-. light rain │ .-. moderate rain │ \ / clear sky │
│ ( ). ↑19°C ↓8°C │ ( ). ↑14°C ↓10°C │ ( ). ↑23°C ↓13°C │ .-. ↑20°C ↓10°C │
│ (___(__) ↗ 3 km/h │ (___(__) ← 2 km/h │ (___(__) → 3 km/h │ ― ( ) ― ↘ 5 km/h │
│ ‚‘‚‘‚‘‚‘ 💧0.18mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧5.33mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧2.18mm ❄0mm │ `-’ 💧0mm ❄0mm │
│ ‚’‚’‚’‚’ 1022mb 56% │ ‚’‚’‚’‚’ 1014mb 95% │ ‚’‚’‚’‚’ 1012mb 87% │ / \ 1013mb 49% │
└─────────────────────────────┴─────────────────────────────┴─────────────────────────────┴───────────────────────────┘
┌─────────────────────────────┬─────────────────────────────┬─────────────────────────────┬─────────────────────────────┐
│ Sun. Aug. 06 │ Mon. Aug. 07 │ Tue. Aug. 08 │ Wed. Aug. 09 │
├─────────────────────────────┼─────────────────────────────┼─────────────────────────────┼─────────────────────────────┤
│ broken clouds │ .-. light rain │ .-. light rain │ .-. light rain │
│ .--. ↑23°C ↓10°C │ ( ). ↑21°C ↓13°C │ ( ). ↑18°C ↓13°C │ ( ). ↑24°C ↓12°C │
│ .-( ). → 4 km/h │ (___(__) ← 4 km/h │ (___(__) ↙ 4 km/h │ (___(__) → 3 km/h │
│ (___.__)__) 💧0mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧5.04mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧7.87mm ❄0mm │ ‚‘‚‘‚‘‚‘ 💧1.48mm ❄0mm │
│ 1015mb 49% │ ‚’‚’‚’‚’ 1010mb 58% │ ‚’‚’‚’‚’ 1004mb 97% │ ‚’‚’‚’‚’ 1012mb 66% │
└─────────────────────────────┴─────────────────────────────┴─────────────────────────────┴─────────────────────────────┘
```
|
priority
|
right pad weather descriptions for daily weather some of the weather boxes are different sizes find the longest weather description and then right pad all of them so that all of the cells are the same size ┌─────────────────────────────┬─────────────────────────────┬─────────────────────────────┬───────────────────────────┐ │ wed aug │ thu aug │ fri aug │ sat aug │ ├─────────────────────────────┼─────────────────────────────┼─────────────────────────────┼───────────────────────────┤ │ light rain │ light rain │ moderate rain │ clear sky │ │ ↑ °c ↓ °c │ ↑ °c ↓ °c │ ↑ °c ↓ °c │ ↑ °c ↓ °c │ │ ↗ km h │ ← km h │ → km h │ ― ― ↘ km h │ │ ‚‘‚‘‚‘‚‘ 💧 ❄ │ ‚‘‚‘‚‘‚‘ 💧 ❄ │ ‚‘‚‘‚‘‚‘ 💧 ❄ │ ’ 💧 ❄ │ │ ‚’‚’‚’‚’ │ ‚’‚’‚’‚’ │ ‚’‚’‚’‚’ │ │ └─────────────────────────────┴─────────────────────────────┴─────────────────────────────┴───────────────────────────┘ ┌─────────────────────────────┬─────────────────────────────┬─────────────────────────────┬─────────────────────────────┐ │ sun aug │ mon aug │ tue aug │ wed aug │ ├─────────────────────────────┼─────────────────────────────┼─────────────────────────────┼─────────────────────────────┤ │ broken clouds │ light rain │ light rain │ light rain │ │ ↑ °c ↓ °c │ ↑ °c ↓ °c │ ↑ °c ↓ °c │ ↑ °c ↓ °c │ │ → km h │ ← km h │ ↙ km h │ → km h │ │ 💧 ❄ │ ‚‘‚‘‚‘‚‘ 💧 ❄ │ ‚‘‚‘‚‘‚‘ 💧 ❄ │ ‚‘‚‘‚‘‚‘ 💧 ❄ │ │ │ ‚’‚’‚’‚’ │ ‚’‚’‚’‚’ │ ‚’‚’‚’‚’ │ └─────────────────────────────┴─────────────────────────────┴─────────────────────────────┴─────────────────────────────┘
| 1
|
463,259
| 13,262,310,952
|
IssuesEvent
|
2020-08-20 21:31:18
|
Arzov/umt-pwa
|
https://api.github.com/repos/Arzov/umt-pwa
|
closed
|
Rediseñar DynamoDB
|
backend high priority
|
## Descripción
Rediseñar tablas y relaciones en DynamoDB. Cambiar las queries en AWS Lambda correspondientes.
## Lista de tareas
- [ ] Diseñar modelo de datos.
- [ ] Refactorizar LAmbdas respectivos.
|
1.0
|
Rediseñar DynamoDB - ## Descripción
Rediseñar tablas y relaciones en DynamoDB. Cambiar las queries en AWS Lambda correspondientes.
## Lista de tareas
- [ ] Diseñar modelo de datos.
- [ ] Refactorizar LAmbdas respectivos.
|
priority
|
rediseñar dynamodb descripción rediseñar tablas y relaciones en dynamodb cambiar las queries en aws lambda correspondientes lista de tareas diseñar modelo de datos refactorizar lambdas respectivos
| 1
|
418,064
| 12,192,709,484
|
IssuesEvent
|
2020-04-29 13:22:27
|
41north/exflo
|
https://api.github.com/repos/41north/exflo
|
opened
|
Upgrade Besu dependencies to 1.4.4
|
Priority: High Size: Atomic Status: Available Type: Enhancement
|
Upgrade to the latest release of Besu 1.4.4.
Test for any compatibility issues and review release notes for anything interesting / useful.
|
1.0
|
Upgrade Besu dependencies to 1.4.4 - Upgrade to the latest release of Besu 1.4.4.
Test for any compatibility issues and review release notes for anything interesting / useful.
|
priority
|
upgrade besu dependencies to upgrade to the latest release of besu test for any compatibility issues and review release notes for anything interesting useful
| 1
|
747,811
| 26,099,390,493
|
IssuesEvent
|
2022-12-27 03:57:38
|
risingwavelabs/risingwave
|
https://api.github.com/repos/risingwavelabs/risingwave
|
closed
|
Support to_timestamp(text, text)
|
type/feature user-facing-changes priority/high
|
Superset requires `to_timestamp(text, text)` to convert date time format when using time range filter, which is commonly used to generate time based charts.
See https://www.postgresql.org/docs/current/functions-formatting.html
```
to_timestamp ( text, text ) → timestamp with time zone
Converts string to time stamp according to the given format. (See also to_timestamp(double precision) in Table 9.33.)
to_timestamp('05 Dec 2000', 'DD Mon YYYY') → 2000-12-05 00:00:00-05
```
|
1.0
|
Support to_timestamp(text, text) - Superset requires `to_timestamp(text, text)` to convert date time format when using time range filter, which is commonly used to generate time based charts.
See https://www.postgresql.org/docs/current/functions-formatting.html
```
to_timestamp ( text, text ) → timestamp with time zone
Converts string to time stamp according to the given format. (See also to_timestamp(double precision) in Table 9.33.)
to_timestamp('05 Dec 2000', 'DD Mon YYYY') → 2000-12-05 00:00:00-05
```
|
priority
|
support to timestamp text text superset requires to timestamp text text to convert date time format when using time range filter which is commonly used to generate time based charts see to timestamp text text → timestamp with time zone converts string to time stamp according to the given format see also to timestamp double precision in table to timestamp dec dd mon yyyy →
| 1
|
551,408
| 16,167,340,013
|
IssuesEvent
|
2021-05-01 19:19:28
|
NRCan/GSC-Field-Application
|
https://api.github.com/repos/NRCan/GSC-Field-Application
|
closed
|
Certificate issue on install
|
bug high priority
|
Seems like the install certificate fails. I guess it's expired.
Will need to find another dev environment. The server holding the VM where the code was just die yesterday...
Will need to repackage and release again.
|
1.0
|
Certificate issue on install - Seems like the install certificate fails. I guess it's expired.
Will need to find another dev environment. The server holding the VM where the code was just die yesterday...
Will need to repackage and release again.
|
priority
|
certificate issue on install seems like the install certificate fails i guess it s expired will need to find another dev environment the server holding the vm where the code was just die yesterday will need to repackage and release again
| 1
|
475,601
| 13,723,657,149
|
IssuesEvent
|
2020-10-03 10:27:48
|
AppFridaysForFutureDE/frontend
|
https://api.github.com/repos/AppFridaysForFutureDE/frontend
|
opened
|
Es werden nicht alle Artikel in der App angezeigt
|
Priority: High Status: Available bug
|
Aktuell werden nur maximal 30 artikel geladen, alles darüberhinaus wird nicht in der app angezeigt.
wir sollten entweder die paginierung beachten und mehrere requests senden, oder das limit aufheben.
**Ist:**
limit=30
https://github.com/AppFridaysForFutureDE/frontend/blob/master/lib/service/api.dart#L121
**Lösungsmöglichkeit 1:**
limit=all
https://ghost.org/docs/api/v3/content/#limit
Zu klären: Wie groß ist in etwa die Datenmenge? Werden wir in Zukunft Probleme haben, wenn zu viele Artikel auf einmal geladen werden?
|
1.0
|
Es werden nicht alle Artikel in der App angezeigt - Aktuell werden nur maximal 30 artikel geladen, alles darüberhinaus wird nicht in der app angezeigt.
wir sollten entweder die paginierung beachten und mehrere requests senden, oder das limit aufheben.
**Ist:**
limit=30
https://github.com/AppFridaysForFutureDE/frontend/blob/master/lib/service/api.dart#L121
**Lösungsmöglichkeit 1:**
limit=all
https://ghost.org/docs/api/v3/content/#limit
Zu klären: Wie groß ist in etwa die Datenmenge? Werden wir in Zukunft Probleme haben, wenn zu viele Artikel auf einmal geladen werden?
|
priority
|
es werden nicht alle artikel in der app angezeigt aktuell werden nur maximal artikel geladen alles darüberhinaus wird nicht in der app angezeigt wir sollten entweder die paginierung beachten und mehrere requests senden oder das limit aufheben ist limit lösungsmöglichkeit limit all zu klären wie groß ist in etwa die datenmenge werden wir in zukunft probleme haben wenn zu viele artikel auf einmal geladen werden
| 1
|
223,867
| 7,461,462,857
|
IssuesEvent
|
2018-03-31 03:14:44
|
cwrc/CWRC-GitWriter
|
https://api.github.com/repos/cwrc/CWRC-GitWriter
|
reopened
|
Unable to access previously saved doc
|
bug high priority
|
https://github.com/SusanBrown/TestingPoetryJan2018
This repo is not coming up in the menu when I load https://cwrc-writer.cwrc.ca
I tried replacing https in my browser with http and it made no difference.
I don't know if it is related but I have a hunch that it might be: it can't load any templates either. See screenshot.
Seems extremely slow.

|
1.0
|
Unable to access previously saved doc - https://github.com/SusanBrown/TestingPoetryJan2018
This repo is not coming up in the menu when I load https://cwrc-writer.cwrc.ca
I tried replacing https in my browser with http and it made no difference.
I don't know if it is related but I have a hunch that it might be: it can't load any templates either. See screenshot.
Seems extremely slow.

|
priority
|
unable to access previously saved doc this repo is not coming up in the menu when i load i tried replacing https in my browser with http and it made no difference i don t know if it is related but i have a hunch that it might be it can t load any templates either see screenshot seems extremely slow
| 1
|
207,835
| 7,134,192,231
|
IssuesEvent
|
2018-01-22 19:59:28
|
dmusican/Elegit
|
https://api.github.com/repos/dmusican/Elegit
|
opened
|
Elegit BusyWindow hangs if bad password for ssh key entered
|
bug priority high
|
If using a private repo with an ssh password protected key, when you open Elegit it prompts you for the password. If you cancel it or get the password bad, Elegit handles it poorly. This is especially problematic because you can't even change the repo when this happens.
|
1.0
|
Elegit BusyWindow hangs if bad password for ssh key entered - If using a private repo with an ssh password protected key, when you open Elegit it prompts you for the password. If you cancel it or get the password bad, Elegit handles it poorly. This is especially problematic because you can't even change the repo when this happens.
|
priority
|
elegit busywindow hangs if bad password for ssh key entered if using a private repo with an ssh password protected key when you open elegit it prompts you for the password if you cancel it or get the password bad elegit handles it poorly this is especially problematic because you can t even change the repo when this happens
| 1
|
800,342
| 28,361,892,415
|
IssuesEvent
|
2023-04-12 11:22:02
|
flowforge/flowforge
|
https://api.github.com/repos/flowforge/flowforge
|
closed
|
Create Application page allows submission with blank app name
|
area:frontend priority:high
|
### Current Behavior
The Create Application page disables the Create App button until the user has set an instance name (auto-filled), selected a stack/template etc and ticked the confirm additional charges button.
It does not check the Application name has been set - allowing the user to submit with a blank name.
### Expected Behavior
Do not enable the button until the all the fields appear valid
### Steps To Reproduce
_No response_
### Environment
- FlowForge version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
|
1.0
|
Create Application page allows submission with blank app name - ### Current Behavior
The Create Application page disables the Create App button until the user has set an instance name (auto-filled), selected a stack/template etc and ticked the confirm additional charges button.
It does not check the Application name has been set - allowing the user to submit with a blank name.
### Expected Behavior
Do not enable the button until the all the fields appear valid
### Steps To Reproduce
_No response_
### Environment
- FlowForge version:
- Node.js version:
- npm version:
- Platform/OS:
- Browser:
|
priority
|
create application page allows submission with blank app name current behavior the create application page disables the create app button until the user has set an instance name auto filled selected a stack template etc and ticked the confirm additional charges button it does not check the application name has been set allowing the user to submit with a blank name expected behavior do not enable the button until the all the fields appear valid steps to reproduce no response environment flowforge version node js version npm version platform os browser
| 1
|
243,728
| 7,861,219,645
|
IssuesEvent
|
2018-06-21 23:05:18
|
hassio-addons/addon-tasmoadmin
|
https://api.github.com/repos/hassio-addons/addon-tasmoadmin
|
closed
|
Rename SonWEB to TasmoAdmin
|
Accepted Closed: Done Priority: High Type: Maintaince
|
Hai @frenck
SonWeb has been renamed to TasmoAdmin.
Also the SelfUpdate feature is going to be disabled a little different from your proposal (see https://github.com/reloxx13/TasmoAdmin/issues/105)
Also new releases will be pushed to https://github.com/reloxx13/TasmoAdmin/releases where .tar.gz or .zip can be used to update the hassio addon.
Greets,
Ray
|
1.0
|
Rename SonWEB to TasmoAdmin - Hai @frenck
SonWeb has been renamed to TasmoAdmin.
Also the SelfUpdate feature is going to be disabled a little different from your proposal (see https://github.com/reloxx13/TasmoAdmin/issues/105)
Also new releases will be pushed to https://github.com/reloxx13/TasmoAdmin/releases where .tar.gz or .zip can be used to update the hassio addon.
Greets,
Ray
|
priority
|
rename sonweb to tasmoadmin hai frenck sonweb has been renamed to tasmoadmin also the selfupdate feature is going to be disabled a little different from your proposal see also new releases will be pushed to where tar gz or zip can be used to update the hassio addon greets ray
| 1
|
441,754
| 12,731,762,427
|
IssuesEvent
|
2020-06-25 09:19:58
|
cloudfoundry-incubator/kubecf
|
https://api.github.com/repos/cloudfoundry-incubator/kubecf
|
opened
|
Move Workload to a GCP Project
|
Priority: High Type: CI Type: Maintenance
|
**Is your feature request related to a problem? Please describe.**
The workload that we current have on GCP project ( SUSE-CAP) must be moved to another GCP project (SUSE-CSS-Platform).
**Describe the solution you'd like**
All the workload migrated to the new project.
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
|
1.0
|
Move Workload to a GCP Project - **Is your feature request related to a problem? Please describe.**
The workload that we current have on GCP project ( SUSE-CAP) must be moved to another GCP project (SUSE-CSS-Platform).
**Describe the solution you'd like**
All the workload migrated to the new project.
**Describe alternatives you've considered**
N/A
**Additional context**
N/A
|
priority
|
move workload to a gcp project is your feature request related to a problem please describe the workload that we current have on gcp project suse cap must be moved to another gcp project suse css platform describe the solution you d like all the workload migrated to the new project describe alternatives you ve considered n a additional context n a
| 1
|
556,556
| 16,485,847,447
|
IssuesEvent
|
2021-05-24 17:50:14
|
bounswe/2021SpringGroup12
|
https://api.github.com/repos/bounswe/2021SpringGroup12
|
closed
|
Initialize the practice-app base files.
|
practice-app priority: high
|
Deadline: 25.05.2021 @09:00
I will create and push the base python file for our practice app. Then, other members will make their branches and start to develop.
|
1.0
|
Initialize the practice-app base files. - Deadline: 25.05.2021 @09:00
I will create and push the base python file for our practice app. Then, other members will make their branches and start to develop.
|
priority
|
initialize the practice app base files deadline i will create and push the base python file for our practice app then other members will make their branches and start to develop
| 1
|
3,469
| 2,538,465,572
|
IssuesEvent
|
2015-01-27 07:06:26
|
newca12/gapt
|
https://api.github.com/repos/newca12/gapt
|
closed
|
program an auto proposition completion tool in LK
|
1 star Component-TheoremProvers duplicate imported Milestone-Release3.0 Priority-High Type-Feature
|
_From [shaoli...@gmail.com](https://code.google.com/u/113190107447576027220/) on October 07, 2010 11:36:30_
Given a sequent (and maybe additional axioms other than the trivial ones), the method should return a Option[LKProof] object representing an LKProof of the sequent, if exist, using only propositional rules.
_Original issue: http://code.google.com/p/gapt/issues/detail?id=83_
|
1.0
|
program an auto proposition completion tool in LK - _From [shaoli...@gmail.com](https://code.google.com/u/113190107447576027220/) on October 07, 2010 11:36:30_
Given a sequent (and maybe additional axioms other than the trivial ones), the method should return a Option[LKProof] object representing an LKProof of the sequent, if exist, using only propositional rules.
_Original issue: http://code.google.com/p/gapt/issues/detail?id=83_
|
priority
|
program an auto proposition completion tool in lk from on october given a sequent and maybe additional axioms other than the trivial ones the method should return a option object representing an lkproof of the sequent if exist using only propositional rules original issue
| 1
|
767,552
| 26,931,298,731
|
IssuesEvent
|
2023-02-07 17:01:00
|
WEKIT-ECS/MIRAGE-XR
|
https://api.github.com/repos/WEKIT-ECS/MIRAGE-XR
|
closed
|
Mobile: augmentation controls for rotate / resize are too fiddly
|
improvement mobile priority: high
|
In GitLab by @wild on Nov 2, 2021, 16:02
The bounding boxes for rotation/resizing are in some cases almost impossible to use on a mobile device (e.g., for the character model) - even on a big iPad it can still be tricky. Participants today were struggling a lot with the controls - can't we use some screen space rotation/resize controls alternatively?
|
1.0
|
Mobile: augmentation controls for rotate / resize are too fiddly - In GitLab by @wild on Nov 2, 2021, 16:02
The bounding boxes for rotation/resizing are in some cases almost impossible to use on a mobile device (e.g., for the character model) - even on a big iPad it can still be tricky. Participants today were struggling a lot with the controls - can't we use some screen space rotation/resize controls alternatively?
|
priority
|
mobile augmentation controls for rotate resize are too fiddly in gitlab by wild on nov the bounding boxes for rotation resizing are in some cases almost impossible to use on a mobile device e g for the character model even on a big ipad it can still be tricky participants today were struggling a lot with the controls can t we use some screen space rotation resize controls alternatively
| 1
|
793,931
| 28,017,298,526
|
IssuesEvent
|
2023-03-28 00:27:29
|
AY2223S2-CS2103T-W12-1/tp
|
https://api.github.com/repos/AY2223S2-CS2103T-W12-1/tp
|
closed
|
Storing age in FriendlyLink may be a feature flaw
|
type.Enhancement priority.High severity.Medium
|
Currently, age of the person is stored in FriendlyLink.
This makes it very troublesome for users, since age need to be updated yearly
Let's keep the date of birth of each person instead of their age.
|
1.0
|
Storing age in FriendlyLink may be a feature flaw - Currently, age of the person is stored in FriendlyLink.
This makes it very troublesome for users, since age need to be updated yearly
Let's keep the date of birth of each person instead of their age.
|
priority
|
storing age in friendlylink may be a feature flaw currently age of the person is stored in friendlylink this makes it very troublesome for users since age need to be updated yearly let s keep the date of birth of each person instead of their age
| 1
|
520,548
| 15,087,980,129
|
IssuesEvent
|
2021-02-05 23:24:18
|
jcsnorlax97/rentr
|
https://api.github.com/repos/jcsnorlax97/rentr
|
opened
|
Implement apartment listings in the back end
|
High Priority dev-task
|
This is to implement apartment listings in the back end.
This will require the creation of some listing object.
- This object will be expanded later.
I am guessing we will want some sort of "listing ID" system so we can track listings.
Relates to #23
|
1.0
|
Implement apartment listings in the back end - This is to implement apartment listings in the back end.
This will require the creation of some listing object.
- This object will be expanded later.
I am guessing we will want some sort of "listing ID" system so we can track listings.
Relates to #23
|
priority
|
implement apartment listings in the back end this is to implement apartment listings in the back end this will require the creation of some listing object this object will be expanded later i am guessing we will want some sort of listing id system so we can track listings relates to
| 1
|
309,775
| 9,480,121,763
|
IssuesEvent
|
2019-04-20 15:07:08
|
ff-notes/ff
|
https://api.github.com/repos/ff-notes/ff
|
closed
|
Comprehensible tracked task error message
|
component_CLI level_Research priority_High type_Bug
|
This error message is not comprehensible:
```
$ ff done 4710P17JRPQ-1333OPN2L
ff: Error "A tracked note must be modified in its source." []
```
Should be something like
```
ff: error: A tracked note must be edited in its source: https://github.com/ff-notes/ff/issues/83
```
|
1.0
|
Comprehensible tracked task error message - This error message is not comprehensible:
```
$ ff done 4710P17JRPQ-1333OPN2L
ff: Error "A tracked note must be modified in its source." []
```
Should be something like
```
ff: error: A tracked note must be edited in its source: https://github.com/ff-notes/ff/issues/83
```
|
priority
|
comprehensible tracked task error message this error message is not comprehensible ff done ff error a tracked note must be modified in its source should be something like ff error a tracked note must be edited in its source
| 1
|
459,427
| 13,192,980,699
|
IssuesEvent
|
2020-08-13 14:34:02
|
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
|
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
|
closed
|
Celestial religious revolt leader title is written in all caps
|
:beetle: bug - localisation :scroll: :exclamation: priority high
|
<!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Mod version:**
d2df6541e
**Are you using any submods/mods? If so, which?**
No
**Please explain your issue in as much detail as possible:**
Celestial religious revolt leader title is written in all caps
M O N K
**Upload screenshots of the problem localization:**
<details>
<summary>Click to expand</summary>

</details>
|
1.0
|
Celestial religious revolt leader title is written in all caps - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Mod version:**
d2df6541e
**Are you using any submods/mods? If so, which?**
No
**Please explain your issue in as much detail as possible:**
Celestial religious revolt leader title is written in all caps
M O N K
**Upload screenshots of the problem localization:**
<details>
<summary>Click to expand</summary>

</details>
|
priority
|
celestial religious revolt leader title is written in all caps do not remove pre existing lines mod version are you using any submods mods if so which no please explain your issue in as much detail as possible celestial religious revolt leader title is written in all caps m o n k upload screenshots of the problem localization click to expand
| 1
|
707,988
| 24,326,513,868
|
IssuesEvent
|
2022-09-30 15:13:05
|
geosolutions-it/MapStore2
|
https://api.github.com/repos/geosolutions-it/MapStore2
|
opened
|
Simplified query params issues
|
bug Priority: High C169-Rennes-Métropole-2021-GeOrchestra3
|
## Description
<!-- Add here a few sentences describing the bug. -->
Issues found during functional testing in DEV
*Expected Result*
<!-- Describe here the expected result -->
https://github.com/geosolutions-it/MapStore2/wiki/%5BProposal%5D-MapStore-query-parameters-simplification
*Current Result*
<!-- Describe here the current behavior -->
`?featureinfo=42.212,-108.369
working
`?addLayers=gs:us_states`
working
`?addLayers=gs:us_states&bbox=-117,43,-101,49`
working
`?addLayers=gs:us_states¢er=-106.458,45.699&zoom=5&mapInfo=gs:us_states&mapInfoFilter=STATE_FIPS=30`
Identify not triggered
`?addLayers=gs:us_states&bbox=-117,43,-101,49&mapInfo=gs:us_states&mapInfoFilter=STATE_FIPS=30`
not working, identify not showing up (without _bbox_ works)
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3`
working
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3&bbox=-103.882,44.374,-103.618,44.501`
Identify not working
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3&layerFilters=cat='4',str1='Beetle site',str1='Bob Miller',cat='3'`
_layerFilters_ is not processed as expected if multiple filters are present (one for each layer in the list) it works only if one filter is defined
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3&layerFilters=cat='4'&background=gs:spearfish_dem;gs_stable_wms`
not working as expected _background_ only works if the source is specified while it should work also without specifying it with the default source
`?addLayers=gs:spearfish_roads,gs:us_states,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&layerFilters=cat='4'&background=gs:us_states;gs_stable_wms&actions=[{"type":"SEARCH:SEARCH_WITH_FILTER","cql_filter":"STATE_FIPS=34","layer":"gs:us_states"}] `
layer _gs:us_states_ seems not queryable (but it should be) and a MS notofication appears. Why?
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
|
1.0
|
Simplified query params issues - ## Description
<!-- Add here a few sentences describing the bug. -->
Issues found during functional testing in DEV
*Expected Result*
<!-- Describe here the expected result -->
https://github.com/geosolutions-it/MapStore2/wiki/%5BProposal%5D-MapStore-query-parameters-simplification
*Current Result*
<!-- Describe here the current behavior -->
`?featureinfo=42.212,-108.369
working
`?addLayers=gs:us_states`
working
`?addLayers=gs:us_states&bbox=-117,43,-101,49`
working
`?addLayers=gs:us_states¢er=-106.458,45.699&zoom=5&mapInfo=gs:us_states&mapInfoFilter=STATE_FIPS=30`
Identify not triggered
`?addLayers=gs:us_states&bbox=-117,43,-101,49&mapInfo=gs:us_states&mapInfoFilter=STATE_FIPS=30`
not working, identify not showing up (without _bbox_ works)
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3`
working
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3&bbox=-103.882,44.374,-103.618,44.501`
Identify not working
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3&layerFilters=cat='4',str1='Beetle site',str1='Bob Miller',cat='3'`
_layerFilters_ is not processed as expected if multiple filters are present (one for each layer in the list) it works only if one filter is defined
`?addLayers=gs:spearfish_roads,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&mapInfo=gs:spearfish_restricted&mapInfoFilter=cat=3&layerFilters=cat='4'&background=gs:spearfish_dem;gs_stable_wms`
not working as expected _background_ only works if the source is specified while it should work also without specifying it with the default source
`?addLayers=gs:spearfish_roads,gs:us_states,gs:spearfish_bugsites;gs_stable_csw,gs:spearfish_archsites;gs_stable_csw,gs:spearfish_restricted&layerFilters=cat='4'&background=gs:us_states;gs_stable_wms&actions=[{"type":"SEARCH:SEARCH_WITH_FILTER","cql_filter":"STATE_FIPS=34","layer":"gs:us_states"}] `
layer _gs:us_states_ seems not queryable (but it should be) and a MS notofication appears. Why?
- [x] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Internet Explorer| |
|Edge| |
|Chrome| |
|Firefox| |
|Safari| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
|
priority
|
simplified query params issues description issues found during functional testing in dev expected result current result featureinfo working addlayers gs us states working addlayers gs us states bbox working addlayers gs us states center zoom mapinfo gs us states mapinfofilter state fips identify not triggered addlayers gs us states bbox mapinfo gs us states mapinfofilter state fips not working identify not showing up without bbox works addlayers gs spearfish roads gs spearfish bugsites gs stable csw gs spearfish archsites gs stable csw gs spearfish restricted mapinfo gs spearfish restricted mapinfofilter cat working addlayers gs spearfish roads gs spearfish bugsites gs stable csw gs spearfish archsites gs stable csw gs spearfish restricted mapinfo gs spearfish restricted mapinfofilter cat bbox identify not working addlayers gs spearfish roads gs spearfish bugsites gs stable csw gs spearfish archsites gs stable csw gs spearfish restricted mapinfo gs spearfish restricted mapinfofilter cat layerfilters cat beetle site bob miller cat layerfilters is not processed as expected if multiple filters are present one for each layer in the list it works only if one filter is defined addlayers gs spearfish roads gs spearfish bugsites gs stable csw gs spearfish archsites gs stable csw gs spearfish restricted mapinfo gs spearfish restricted mapinfofilter cat layerfilters cat background gs spearfish dem gs stable wms not working as expected background only works if the source is specified while it should work also without specifying it with the default source addlayers gs spearfish roads gs us states gs spearfish bugsites gs stable csw gs spearfish archsites gs stable csw gs spearfish restricted layerfilters cat background gs us states gs stable wms actions layer gs us states seems not queryable but it should be and a ms notofication appears why not browser related browser info use this site a href for non expert users browser affected version internet explorer edge chrome firefox safari other useful information
| 1
|
709,223
| 24,371,058,149
|
IssuesEvent
|
2022-10-03 19:19:58
|
onulstore/Onulstore-BE
|
https://api.github.com/repos/onulstore/Onulstore-BE
|
opened
|
Feat Order
|
Priority : High Type: Feature Status : In Progress
|
## 설명
Order관련 기능 추가
## 할일
- [ ] 주문 상태 추가
- [ ] 주문 상태 변경
- [ ] 배송 방법 추가
- [ ] 결제 수단 추
|
1.0
|
Feat Order - ## 설명
Order관련 기능 추가
## 할일
- [ ] 주문 상태 추가
- [ ] 주문 상태 변경
- [ ] 배송 방법 추가
- [ ] 결제 수단 추
|
priority
|
feat order 설명 order관련 기능 추가 할일 주문 상태 추가 주문 상태 변경 배송 방법 추가 결제 수단 추
| 1
|
314,641
| 9,600,872,692
|
IssuesEvent
|
2019-05-10 10:30:05
|
WoWManiaUK/Blackwing-Lair
|
https://api.github.com/repos/WoWManiaUK/Blackwing-Lair
|
closed
|
Cataclysm Zone Mob XP
|
Fixed Confirmed Fixed in Dev Priority-High Regression zone 80-85 Cata
|
Here are the mob XP formulas from wiki
XP = (Char Level * 5) + 45, where Char Level = Mob Level, for mobs in Azeroth
XP = (Char Level * 5) + 235, where Char Level = Mob Level, for mobs in Outland
XP = (Char Level * 5) + 580, where Char Level = Mob Level, for mobs in Northrend
**XP = (Char Level * 5) + 1878, where Char Level = Mob Level, for mobs in Cataclysm**
With that calculation, a level 80 player killing a level 80 mob in a cataclysm zone would receive 2278 exp on x1 rates,, 9,1k with x2 + double xp weekend and 27k+ with x12 VIP.
Currently players experience that with the weekend x4 exp they get about 2-3k, and even the vip guys with x12 only get 7-10k depending on zone and char level.
The cataclysm formula must apply in cata zones, I think currently it uses one of the lesser formulas.
|
1.0
|
Cataclysm Zone Mob XP - Here are the mob XP formulas from wiki
XP = (Char Level * 5) + 45, where Char Level = Mob Level, for mobs in Azeroth
XP = (Char Level * 5) + 235, where Char Level = Mob Level, for mobs in Outland
XP = (Char Level * 5) + 580, where Char Level = Mob Level, for mobs in Northrend
**XP = (Char Level * 5) + 1878, where Char Level = Mob Level, for mobs in Cataclysm**
With that calculation, a level 80 player killing a level 80 mob in a cataclysm zone would receive 2278 exp on x1 rates,, 9,1k with x2 + double xp weekend and 27k+ with x12 VIP.
Currently players experience that with the weekend x4 exp they get about 2-3k, and even the vip guys with x12 only get 7-10k depending on zone and char level.
The cataclysm formula must apply in cata zones, I think currently it uses one of the lesser formulas.
|
priority
|
cataclysm zone mob xp here are the mob xp formulas from wiki xp char level where char level mob level for mobs in azeroth xp char level where char level mob level for mobs in outland xp char level where char level mob level for mobs in northrend xp char level where char level mob level for mobs in cataclysm with that calculation a level player killing a level mob in a cataclysm zone would receive exp on rates with double xp weekend and with vip currently players experience that with the weekend exp they get about and even the vip guys with only get depending on zone and char level the cataclysm formula must apply in cata zones i think currently it uses one of the lesser formulas
| 1
|
269,349
| 8,435,013,623
|
IssuesEvent
|
2018-10-17 11:59:35
|
giftdibs/giftdibs-browser
|
https://api.github.com/repos/giftdibs/giftdibs-browser
|
closed
|
Wish List Detail > Create a "received" tab
|
priority: high
|
Maybe allowing people to archive their list will accomplish the same thing?
|
1.0
|
Wish List Detail > Create a "received" tab - Maybe allowing people to archive their list will accomplish the same thing?
|
priority
|
wish list detail create a received tab maybe allowing people to archive their list will accomplish the same thing
| 1
|
307,948
| 9,424,266,115
|
IssuesEvent
|
2019-04-11 13:46:45
|
deep-compute/gitkanban
|
https://api.github.com/repos/deep-compute/gitkanban
|
opened
|
Bug: Escalation hierarchy bug.
|
about-halfday-effort bug-type high-impact high-priority inprogress-status
|
* We observed an issue in the production without escalating to `repo-group/repo-group-label` it directly goes to `system-owner` even though we specified the ownership hierarchy in the config file.
|
1.0
|
Bug: Escalation hierarchy bug. - * We observed an issue in the production without escalating to `repo-group/repo-group-label` it directly goes to `system-owner` even though we specified the ownership hierarchy in the config file.
|
priority
|
bug escalation hierarchy bug we observed an issue in the production without escalating to repo group repo group label it directly goes to system owner even though we specified the ownership hierarchy in the config file
| 1
|
218,434
| 7,331,328,303
|
IssuesEvent
|
2018-03-05 13:09:25
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Include a step by step sample on how we can use consent api in documentation
|
Affected/5.5.0-M4 Priority/High Type/Docs
|
Include a step by step sample on how we can use consent api in documentation [1]. It does not explain much in the doc.
[1] https://docs.wso2.com/display/IS550/Consent+Management+Using+REST+APIs#ConsentManagementUsingRESTAPIs-Definitionsforconsentmanagement
|
1.0
|
Include a step by step sample on how we can use consent api in documentation - Include a step by step sample on how we can use consent api in documentation [1]. It does not explain much in the doc.
[1] https://docs.wso2.com/display/IS550/Consent+Management+Using+REST+APIs#ConsentManagementUsingRESTAPIs-Definitionsforconsentmanagement
|
priority
|
include a step by step sample on how we can use consent api in documentation include a step by step sample on how we can use consent api in documentation it does not explain much in the doc
| 1
|
712,658
| 24,502,783,293
|
IssuesEvent
|
2022-10-10 14:02:35
|
AY2223S1-CS2103T-W10-2/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-W10-2/tp
|
closed
|
As a FA, I want to view all my contacts and the details of my contacts,
|
priority.High type.Story
|
so that I can get an overview of all of my contacts at once.
|
1.0
|
As a FA, I want to view all my contacts and the details of my contacts, - so that I can get an overview of all of my contacts at once.
|
priority
|
as a fa i want to view all my contacts and the details of my contacts so that i can get an overview of all of my contacts at once
| 1
|
639,632
| 20,760,501,820
|
IssuesEvent
|
2022-03-15 15:46:16
|
Tolfix/cpg-api
|
https://api.github.com/repos/Tolfix/cpg-api
|
closed
|
[Feature] Possible to pick which payment methods
|
enhancement good first issue help wanted high priority
|
Make it possible to pick payment methods allowed to be picked.
|
1.0
|
[Feature] Possible to pick which payment methods - Make it possible to pick payment methods allowed to be picked.
|
priority
|
possible to pick which payment methods make it possible to pick payment methods allowed to be picked
| 1
|
236,751
| 7,752,491,116
|
IssuesEvent
|
2018-05-30 20:27:45
|
cms-gem-daq-project/gem-plotting-tools
|
https://api.github.com/repos/cms-gem-daq-project/gem-plotting-tools
|
opened
|
Bug Report: macros lack executable permissions post release install
|
Priority: High Type: Bug
|
<!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Following instructions [developer](https://gist.github.com/jsturdy/4f9bccbdd18d953f73777e492a71fd24) or [user](https://gist.github.com/jsturdy/a82a6b7b7d497ae8ef98ee736119c6b5) instructions for setting up a scripts placed under:
```
$VENV_ROOT/lib/python2.7/site-packages/gempython/gemplotting/macros
```
Lack executable permissions. Originally reported by @lmoureaux at [here](https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/96#issuecomment-393224126)
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [X] Bug report (report an issue with the code)
- [ ] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Scripts found at:
```
$VENV_ROOT/lib/python2.7/site-packages/gempython/gemplotting/macros
```
Should have executable permissions.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Lack of executable permissions:
```
% ll venv/slc6/py27_postpkg/lib/python2.7/site-packages/gempython/gemplotting/macros
total 182K
-rw-r--r--. 1 zh 2.9K May 30 22:20 summary_plots.pyc
-rw-r--r--. 1 zh 2.8K May 30 22:20 summary_plots.py
-rw-r--r--. 1 zh 5.1K May 30 22:20 scurvePlottingUtitilities.pyc
-rw-r--r--. 1 zh 5.2K May 30 22:20 scurvePlottingUtitilities.py
-rw-r--r--. 1 zh 527 May 30 22:20 plot_vfat_summary.pyc
-rw-r--r--. 1 zh 296 May 30 22:20 plot_vfat_summary.py
-rw-r--r--. 1 zh 643 May 30 22:20 plot_vfat_and_channel_Scurve.pyc
-rw-r--r--. 1 zh 420 May 30 22:20 plot_vfat_and_channel_Scurve.py
-rw-r--r--. 1 zh 3.6K May 30 22:20 plotTimeSeries.pyc
-rw-r--r--. 1 zh 4.2K May 30 22:20 plotTimeSeries.py
-rw-r--r--. 1 zh 1.4K May 30 22:20 plot_scurves_by_thresh.pyc
-rw-r--r--. 1 zh 1.1K May 30 22:20 plot_scurves_by_thresh.py
-rw-r--r--. 1 zh 11K May 30 22:20 plotSCurveFitResults.pyc
-rw-r--r--. 1 zh 20K May 30 22:20 plotSCurveFitResults.py
-rw-r--r--. 1 zh 844 May 30 22:20 plotoptions.pyc
-rw-r--r--. 1 zh 651 May 30 22:20 plotoptions.py
-rw-r--r--. 1 zh 640 May 30 22:20 plot_noise_vs_trim.pyc
-rw-r--r--. 1 zh 434 May 30 22:20 plot_noise_vs_trim.py
-rw-r--r--. 1 zh 6.2K May 30 22:20 plot_eff.pyc
-rw-r--r--. 1 zh 7.5K May 30 22:20 plot_eff.py
-rw-r--r--. 1 zh 180 May 30 22:20 __init__.pyc
-rw-r--r--. 1 zh 0 May 30 22:20 __init__.py
-rw-r--r--. 1 zh 11K May 30 22:20 gemTreeDrawWrapper.pyc
-rw-r--r--. 1 zh 16K May 30 22:20 gemTreeDrawWrapper.py
-rw-r--r--. 1 zh 4.6K May 30 22:20 gemSCurveAnaToolkit.pyc
-rw-r--r--. 1 zh 6.2K May 30 22:20 gemSCurveAnaToolkit.py
-rw-r--r--. 1 zh 14K May 30 22:20 gemPlotter.pyc
-rw-r--r--. 1 zh 22K May 30 22:20 gemPlotter.py
-rw-r--r--. 1 zh 8.7K May 30 22:20 clusterAnaScurve.pyc
-rw-r--r--. 1 zh 12K May 30 22:20 clusterAnaScurve.py
```
### Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Install packages following instructions above.
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
After the `venv` is setup for a batch user or a developer scripts here need to be executable to be called from path independent location
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: https://github.com/cms-gem-daq-project/gem-plotting-tools/releases/tag/v1.0.0-dev5
* Shell used: `/bin/zsh`
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
|
1.0
|
Bug Report: macros lack executable permissions post release install - <!--- Provide a general summary of the issue in the Title above -->
## Brief summary of issue
<!--- Provide a description of the issue, including any other issues or pull requests it references -->
Following instructions [developer](https://gist.github.com/jsturdy/4f9bccbdd18d953f73777e492a71fd24) or [user](https://gist.github.com/jsturdy/a82a6b7b7d497ae8ef98ee736119c6b5) instructions for setting up a scripts placed under:
```
$VENV_ROOT/lib/python2.7/site-packages/gempython/gemplotting/macros
```
Lack executable permissions. Originally reported by @lmoureaux at [here](https://github.com/cms-gem-daq-project/gem-plotting-tools/issues/96#issuecomment-393224126)
### Types of issue
<!--- Propsed labels (see CONTRIBUTING.md) to help maintainers label your issue: -->
- [X] Bug report (report an issue with the code)
- [ ] Feature request (request for change which adds functionality)
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
Scripts found at:
```
$VENV_ROOT/lib/python2.7/site-packages/gempython/gemplotting/macros
```
Should have executable permissions.
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
Lack of executable permissions:
```
% ll venv/slc6/py27_postpkg/lib/python2.7/site-packages/gempython/gemplotting/macros
total 182K
-rw-r--r--. 1 zh 2.9K May 30 22:20 summary_plots.pyc
-rw-r--r--. 1 zh 2.8K May 30 22:20 summary_plots.py
-rw-r--r--. 1 zh 5.1K May 30 22:20 scurvePlottingUtitilities.pyc
-rw-r--r--. 1 zh 5.2K May 30 22:20 scurvePlottingUtitilities.py
-rw-r--r--. 1 zh 527 May 30 22:20 plot_vfat_summary.pyc
-rw-r--r--. 1 zh 296 May 30 22:20 plot_vfat_summary.py
-rw-r--r--. 1 zh 643 May 30 22:20 plot_vfat_and_channel_Scurve.pyc
-rw-r--r--. 1 zh 420 May 30 22:20 plot_vfat_and_channel_Scurve.py
-rw-r--r--. 1 zh 3.6K May 30 22:20 plotTimeSeries.pyc
-rw-r--r--. 1 zh 4.2K May 30 22:20 plotTimeSeries.py
-rw-r--r--. 1 zh 1.4K May 30 22:20 plot_scurves_by_thresh.pyc
-rw-r--r--. 1 zh 1.1K May 30 22:20 plot_scurves_by_thresh.py
-rw-r--r--. 1 zh 11K May 30 22:20 plotSCurveFitResults.pyc
-rw-r--r--. 1 zh 20K May 30 22:20 plotSCurveFitResults.py
-rw-r--r--. 1 zh 844 May 30 22:20 plotoptions.pyc
-rw-r--r--. 1 zh 651 May 30 22:20 plotoptions.py
-rw-r--r--. 1 zh 640 May 30 22:20 plot_noise_vs_trim.pyc
-rw-r--r--. 1 zh 434 May 30 22:20 plot_noise_vs_trim.py
-rw-r--r--. 1 zh 6.2K May 30 22:20 plot_eff.pyc
-rw-r--r--. 1 zh 7.5K May 30 22:20 plot_eff.py
-rw-r--r--. 1 zh 180 May 30 22:20 __init__.pyc
-rw-r--r--. 1 zh 0 May 30 22:20 __init__.py
-rw-r--r--. 1 zh 11K May 30 22:20 gemTreeDrawWrapper.pyc
-rw-r--r--. 1 zh 16K May 30 22:20 gemTreeDrawWrapper.py
-rw-r--r--. 1 zh 4.6K May 30 22:20 gemSCurveAnaToolkit.pyc
-rw-r--r--. 1 zh 6.2K May 30 22:20 gemSCurveAnaToolkit.py
-rw-r--r--. 1 zh 14K May 30 22:20 gemPlotter.pyc
-rw-r--r--. 1 zh 22K May 30 22:20 gemPlotter.py
-rw-r--r--. 1 zh 8.7K May 30 22:20 clusterAnaScurve.pyc
-rw-r--r--. 1 zh 12K May 30 22:20 clusterAnaScurve.py
```
### Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1. Install packages following instructions above.
## Context (for feature requests)
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
After the `venv` is setup for a batch user or a developer scripts here need to be executable to be called from path independent location
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: https://github.com/cms-gem-daq-project/gem-plotting-tools/releases/tag/v1.0.0-dev5
* Shell used: `/bin/zsh`
<!--- Template thanks to https://www.talater.com/open-source-templates/#/page/98 -->
|
priority
|
bug report macros lack executable permissions post release install brief summary of issue following instructions or instructions for setting up a scripts placed under venv root lib site packages gempython gemplotting macros lack executable permissions originally reported by lmoureaux at types of issue bug report report an issue with the code feature request request for change which adds functionality expected behavior scripts found at venv root lib site packages gempython gemplotting macros should have executable permissions current behavior lack of executable permissions ll venv postpkg lib site packages gempython gemplotting macros total rw r r zh may summary plots pyc rw r r zh may summary plots py rw r r zh may scurveplottingutitilities pyc rw r r zh may scurveplottingutitilities py rw r r zh may plot vfat summary pyc rw r r zh may plot vfat summary py rw r r zh may plot vfat and channel scurve pyc rw r r zh may plot vfat and channel scurve py rw r r zh may plottimeseries pyc rw r r zh may plottimeseries py rw r r zh may plot scurves by thresh pyc rw r r zh may plot scurves by thresh py rw r r zh may plotscurvefitresults pyc rw r r zh may plotscurvefitresults py rw r r zh may plotoptions pyc rw r r zh may plotoptions py rw r r zh may plot noise vs trim pyc rw r r zh may plot noise vs trim py rw r r zh may plot eff pyc rw r r zh may plot eff py rw r r zh may init pyc rw r r zh may init py rw r r zh may gemtreedrawwrapper pyc rw r r zh may gemtreedrawwrapper py rw r r zh may gemscurveanatoolkit pyc rw r r zh may gemscurveanatoolkit py rw r r zh may gemplotter pyc rw r r zh may gemplotter py rw r r zh may clusteranascurve pyc rw r r zh may clusteranascurve py steps to reproduce for bugs install packages following instructions above context for feature requests after the venv is setup for a batch user or a developer scripts here need to be executable to be called from path independent location your environment version used shell used bin zsh
| 1
|
819,824
| 30,752,351,601
|
IssuesEvent
|
2023-07-28 20:35:55
|
rstudio/gt
|
https://api.github.com/repos/rstudio/gt
|
closed
|
opt_interactive() removes html-columns
|
Type: ☹︎ Bug Difficulty: [2] Intermediate Effort: [2] Medium Priority: [3] High Focus: HTML Output
|
## Prework
* [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md).
* [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on the existing thread instead of posting a new issue.
## Description
An html-column renders fine (provided `fmt_markdown()` is applied) but the content disappears as soon as `opt_interactive()` is used.
## Reproducible example
This works fine:
```
tbl <- towny |>
dplyr::select(name, land_area_km2) |>
dplyr::slice(1:10) |>
dplyr::mutate(bla = '<div> This is a div </div>') |>
gt() |>
fmt_markdown(columns = bla) |>
tab_options(
table.width = '500px',
container.width = '500px'
)
tbl
```

This does not:
```
tbl |> opt_interactive()
```

## Expected result
Same as first input
## Session info
<details>
```
R version 4.2.3 (2023-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.6 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=de_DE.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=de_DE.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=de_DE.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] gt_0.9.0.9000
loaded via a namespace (and not attached):
[1] pillar_1.9.0 compiler_4.2.3 R.utils_2.11.0 R.methodsS3_1.8.2 tools_4.2.3 digest_0.6.31 evaluate_0.20
[8] jsonlite_1.8.4 lifecycle_1.0.3 tibble_3.2.1 R.cache_0.15.0 pkgconfig_2.0.3 rlang_1.1.0 reprex_2.0.2
[15] cli_3.6.1 rstudioapi_0.14 crosstalk_1.2.0 commonmark_1.9.0 yaml_2.3.7 xfun_0.38 fastmap_1.1.1
[22] knitr_1.42 reactR_0.4.4 withr_2.5.0 dplyr_1.1.1.9000 styler_1.9.0 xml2_1.3.3 generics_0.1.3
[29] vctrs_0.6.1.9000 htmlwidgets_1.6.2 sass_0.4.5.9000 fs_1.6.1 tidyselect_1.2.0 reactable_0.4.4 glue_1.6.2
[36] R6_2.5.1 processx_3.8.0 fansi_1.0.4 rmarkdown_2.21 callr_3.7.3 clipr_0.8.0 purrr_1.0.1.9000
[43] magrittr_2.0.3 ps_1.7.3 htmltools_0.5.5 ellipsis_0.3.2 utf8_1.2.3 markdown_1.5 R.oo_1.25.0
```
</details>
|
1.0
|
opt_interactive() removes html-columns - ## Prework
* [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md).
* [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on the existing thread instead of posting a new issue.
## Description
An html-column renders fine (provided `fmt_markdown()` is applied) but the content disappears as soon as `opt_interactive()` is used.
## Reproducible example
This works fine:
```
tbl <- towny |>
dplyr::select(name, land_area_km2) |>
dplyr::slice(1:10) |>
dplyr::mutate(bla = '<div> This is a div </div>') |>
gt() |>
fmt_markdown(columns = bla) |>
tab_options(
table.width = '500px',
container.width = '500px'
)
tbl
```

This does not:
```
tbl |> opt_interactive()
```

## Expected result
Same as first input
## Session info
<details>
```
R version 4.2.3 (2023-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.6 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=de_DE.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=de_DE.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=de_DE.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=de_DE.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] gt_0.9.0.9000
loaded via a namespace (and not attached):
[1] pillar_1.9.0 compiler_4.2.3 R.utils_2.11.0 R.methodsS3_1.8.2 tools_4.2.3 digest_0.6.31 evaluate_0.20
[8] jsonlite_1.8.4 lifecycle_1.0.3 tibble_3.2.1 R.cache_0.15.0 pkgconfig_2.0.3 rlang_1.1.0 reprex_2.0.2
[15] cli_3.6.1 rstudioapi_0.14 crosstalk_1.2.0 commonmark_1.9.0 yaml_2.3.7 xfun_0.38 fastmap_1.1.1
[22] knitr_1.42 reactR_0.4.4 withr_2.5.0 dplyr_1.1.1.9000 styler_1.9.0 xml2_1.3.3 generics_0.1.3
[29] vctrs_0.6.1.9000 htmlwidgets_1.6.2 sass_0.4.5.9000 fs_1.6.1 tidyselect_1.2.0 reactable_0.4.4 glue_1.6.2
[36] R6_2.5.1 processx_3.8.0 fansi_1.0.4 rmarkdown_2.21 callr_3.7.3 clipr_0.8.0 purrr_1.0.1.9000
[43] magrittr_2.0.3 ps_1.7.3 htmltools_0.5.5 ellipsis_0.3.2 utf8_1.2.3 markdown_1.5 R.oo_1.25.0
```
</details>
|
priority
|
opt interactive removes html columns prework read and agree to the and if there is whether open or closed comment on the existing thread instead of posting a new issue description an html column renders fine provided fmt markdown is applied but the content disappears as soon as opt interactive is used reproducible example this works fine tbl dplyr select name land area dplyr slice dplyr mutate bla this is a div gt fmt markdown columns bla tab options table width container width tbl this does not tbl opt interactive expected result same as first input session info r version platform pc linux gnu bit running under ubuntu lts matrix products default blas usr lib linux gnu blas libblas so lapack usr lib linux gnu lapack liblapack so locale lc ctype en us utf lc numeric c lc time de de utf lc collate en us utf lc monetary de de utf lc messages en us utf lc paper de de utf lc name c lc address c lc telephone c lc measurement de de utf lc identification c attached base packages stats graphics grdevices utils datasets methods base other attached packages gt loaded via a namespace and not attached pillar compiler r utils r tools digest evaluate jsonlite lifecycle tibble r cache pkgconfig rlang reprex cli rstudioapi crosstalk commonmark yaml xfun fastmap knitr reactr withr dplyr styler generics vctrs htmlwidgets sass fs tidyselect reactable glue processx fansi rmarkdown callr clipr purrr magrittr ps htmltools ellipsis markdown r oo
| 1
|
796,656
| 28,122,162,291
|
IssuesEvent
|
2023-03-31 14:55:30
|
ClockGU/clock-backend
|
https://api.github.com/repos/ClockGU/clock-backend
|
closed
|
Personalnummer optional
|
high-priority
|
Gibt ein User beim onboarding seine Personalnummer nicht ein resultiert das in einen `400 Bad Request` auf `auth/users/me/` und er wird auf die 404 Seite geroutet.
- [ ] `personell_number` optional machen.
|
1.0
|
Personalnummer optional - Gibt ein User beim onboarding seine Personalnummer nicht ein resultiert das in einen `400 Bad Request` auf `auth/users/me/` und er wird auf die 404 Seite geroutet.
- [ ] `personell_number` optional machen.
|
priority
|
personalnummer optional gibt ein user beim onboarding seine personalnummer nicht ein resultiert das in einen bad request auf auth users me und er wird auf die seite geroutet personell number optional machen
| 1
|
721,523
| 24,829,856,839
|
IssuesEvent
|
2022-10-26 01:44:18
|
fuseumass/dashboard
|
https://api.github.com/repos/fuseumass/dashboard
|
closed
|
Page 5 on dashboard
|
bug High Priority
|
Page 5 of the dashboard registrations crashes but all other pages are fine
|
1.0
|
Page 5 on dashboard - Page 5 of the dashboard registrations crashes but all other pages are fine
|
priority
|
page on dashboard page of the dashboard registrations crashes but all other pages are fine
| 1
|
499,989
| 14,483,851,886
|
IssuesEvent
|
2020-12-10 15:38:34
|
convict-git/KoraKaagaz
|
https://api.github.com/repos/convict-git/KoraKaagaz
|
opened
|
[Server] - Huge CPU usage
|
Server bug high priority
|
The `MainServer` was seen to completely exhaust the processor resources.
This was seen even before letting any client connect to it, which issue persists without any `BoardServer` being spawned.
On the first look, it seems it could be coming from the Networking module, unknowingly.
This issue makes things extremely slow and affects performance quite much.
|
1.0
|
[Server] - Huge CPU usage - The `MainServer` was seen to completely exhaust the processor resources.
This was seen even before letting any client connect to it, which issue persists without any `BoardServer` being spawned.
On the first look, it seems it could be coming from the Networking module, unknowingly.
This issue makes things extremely slow and affects performance quite much.
|
priority
|
huge cpu usage the mainserver was seen to completely exhaust the processor resources this was seen even before letting any client connect to it which issue persists without any boardserver being spawned on the first look it seems it could be coming from the networking module unknowingly this issue makes things extremely slow and affects performance quite much
| 1
|
358,599
| 10,618,568,844
|
IssuesEvent
|
2019-10-13 05:51:02
|
campusrope/campusropepwa
|
https://api.github.com/repos/campusrope/campusropepwa
|
closed
|
101- create state selection pane
|
high priority
|
create a state selection pane in shared which will have states and selected state as inputs and emits stateseected as output. so that it becomes completely reusale
|
1.0
|
101- create state selection pane - create a state selection pane in shared which will have states and selected state as inputs and emits stateseected as output. so that it becomes completely reusale
|
priority
|
create state selection pane create a state selection pane in shared which will have states and selected state as inputs and emits stateseected as output so that it becomes completely reusale
| 1
|
679,282
| 23,226,363,084
|
IssuesEvent
|
2022-08-03 00:52:42
|
crushten/go_endpoint_cloud
|
https://api.github.com/repos/crushten/go_endpoint_cloud
|
closed
|
Create Terraform provisioning for ECR
|
terraform type: deliverable priority: high
|
Will need to store the application somewhere to deploy it. It makes sense to use ECR to store the container for the application. Will need to look into how this will work though. There is a [Docker Provider](https://registry.terraform.io/providers/kreuzwerker/docker) for Terraform so might be able to use that.
|
1.0
|
Create Terraform provisioning for ECR - Will need to store the application somewhere to deploy it. It makes sense to use ECR to store the container for the application. Will need to look into how this will work though. There is a [Docker Provider](https://registry.terraform.io/providers/kreuzwerker/docker) for Terraform so might be able to use that.
|
priority
|
create terraform provisioning for ecr will need to store the application somewhere to deploy it it makes sense to use ecr to store the container for the application will need to look into how this will work though there is a for terraform so might be able to use that
| 1
|
631,771
| 20,159,905,409
|
IssuesEvent
|
2022-02-09 20:18:36
|
ampproject/amphtml
|
https://api.github.com/repos/ampproject/amphtml
|
closed
|
[amp story shopping] Product tag functionality
|
P1: High Priority Type: Feature Request WG: stories
|
### Description
Tapping a product tag will:
1. ✅ Set an active product in the store service
#37013
2. Open the shopping attachment (changing templates will be part of #36735)
<img width="689" alt="Screen Shot 2021-11-03 at 12 06 34 PM" src="https://user-images.githubusercontent.com/3860311/140098037-1b4f9107-c99e-40e6-8c0e-3e102854f581.png">
|
1.0
|
[amp story shopping] Product tag functionality - ### Description
Tapping a product tag will:
1. ✅ Set an active product in the store service
#37013
2. Open the shopping attachment (changing templates will be part of #36735)
<img width="689" alt="Screen Shot 2021-11-03 at 12 06 34 PM" src="https://user-images.githubusercontent.com/3860311/140098037-1b4f9107-c99e-40e6-8c0e-3e102854f581.png">
|
priority
|
product tag functionality description tapping a product tag will ✅ set an active product in the store service open the shopping attachment changing templates will be part of img width alt screen shot at pm src
| 1
|
719,790
| 24,769,964,399
|
IssuesEvent
|
2022-10-23 02:08:59
|
momentum-mod/game
|
https://api.github.com/repos/momentum-mod/game
|
opened
|
Prevent Player Physics Deformation
|
Type: Bug Priority: High
|
Since we're now based on the Portal 2 code for world portals, and because VPhysics is a lovely piece of software, we should figure out why [Player Physics Deformation](https://wiki.portal2.sr/Player_Physics_Deformation) happens in the code and fix it so that players can't abuse it.
Seems to be something in the physics shadow update code not resetting the rotation of the bbox to Axis-Aligned when it updates. Could be good to just force the player AABB to be axis-aligned at all times, or to 0 out any rotational velocity applied to it.
|
1.0
|
Prevent Player Physics Deformation - Since we're now based on the Portal 2 code for world portals, and because VPhysics is a lovely piece of software, we should figure out why [Player Physics Deformation](https://wiki.portal2.sr/Player_Physics_Deformation) happens in the code and fix it so that players can't abuse it.
Seems to be something in the physics shadow update code not resetting the rotation of the bbox to Axis-Aligned when it updates. Could be good to just force the player AABB to be axis-aligned at all times, or to 0 out any rotational velocity applied to it.
|
priority
|
prevent player physics deformation since we re now based on the portal code for world portals and because vphysics is a lovely piece of software we should figure out why happens in the code and fix it so that players can t abuse it seems to be something in the physics shadow update code not resetting the rotation of the bbox to axis aligned when it updates could be good to just force the player aabb to be axis aligned at all times or to out any rotational velocity applied to it
| 1
|
635,866
| 20,511,919,284
|
IssuesEvent
|
2022-03-01 07:42:41
|
mypyc/mypyc
|
https://api.github.com/repos/mypyc/mypyc
|
closed
|
Use of deprecated APIs.
|
enhancement priority-0-high
|
```
./mypy-0.780/mypyc/lib-rt/getargs.c:771: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
./mypy-0.780/mypyc/lib-rt/getargs.c:786: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
```
Would you remove Py_UNICODE support from getargs.c?
|
1.0
|
Use of deprecated APIs. - ```
./mypy-0.780/mypyc/lib-rt/getargs.c:771: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
./mypy-0.780/mypyc/lib-rt/getargs.c:786: *p = PyUnicode_AsUnicodeAndSize(arg, &len);
```
Would you remove Py_UNICODE support from getargs.c?
|
priority
|
use of deprecated apis mypy mypyc lib rt getargs c p pyunicode asunicodeandsize arg len mypy mypyc lib rt getargs c p pyunicode asunicodeandsize arg len would you remove py unicode support from getargs c
| 1
|
98,283
| 4,019,479,143
|
IssuesEvent
|
2016-05-16 15:04:28
|
TechReborn/TechReborn
|
https://api.github.com/repos/TechReborn/TechReborn
|
closed
|
Machine recipes allow all ore dict tags of an item
|
1.9.0 bug help wanted HIGH PRIORITY recipe
|
Using TechReborn-1.7.10-0.7.15.1096 i added few recipes via MineTweaker.
`grinder.addRecipe(Dust, null, null, null, Ingot, null, 100, 32);`
Problem is: grinder recipes takes all oredict-tags from Ingot (i have 4 tags) and uses it as input conditions, that ruined all recipe logic. Here's an example:
Ingot info:
<TabulaRasa:RasaItem7:7> // that id (TabulaRasa:RasaItem7) contains 38 ingots.
Is in <ore:deltarising:materialstats_durability-great>
Is in <ore:deltarising:materialstats_thermalresistance-great>
Is in <ore:deltarising:materialstats_hardness-great>
Is in <ore:deltarising:ingot>
That few tags can matches almost everything from various details and materials in my modpack.
Screenshots: http://imgur.com/a/03OzM
Can it be changed\fixed? =\
|
1.0
|
Machine recipes allow all ore dict tags of an item - Using TechReborn-1.7.10-0.7.15.1096 i added few recipes via MineTweaker.
`grinder.addRecipe(Dust, null, null, null, Ingot, null, 100, 32);`
Problem is: grinder recipes takes all oredict-tags from Ingot (i have 4 tags) and uses it as input conditions, that ruined all recipe logic. Here's an example:
Ingot info:
<TabulaRasa:RasaItem7:7> // that id (TabulaRasa:RasaItem7) contains 38 ingots.
Is in <ore:deltarising:materialstats_durability-great>
Is in <ore:deltarising:materialstats_thermalresistance-great>
Is in <ore:deltarising:materialstats_hardness-great>
Is in <ore:deltarising:ingot>
That few tags can matches almost everything from various details and materials in my modpack.
Screenshots: http://imgur.com/a/03OzM
Can it be changed\fixed? =\
|
priority
|
machine recipes allow all ore dict tags of an item using techreborn i added few recipes via minetweaker grinder addrecipe dust null null null ingot null problem is grinder recipes takes all oredict tags from ingot i have tags and uses it as input conditions that ruined all recipe logic here s an example ingot info that id tabularasa contains ingots is in is in is in is in that few tags can matches almost everything from various details and materials in my modpack screenshots can it be changed fixed
| 1
|
259,892
| 8,201,226,191
|
IssuesEvent
|
2018-09-01 15:10:37
|
clearlydefined/website
|
https://api.github.com/repos/clearlydefined/website
|
closed
|
Details view
|
high-priority
|
Need a reusable component that shows the full detail of a definition. It should optionally allow editing of the values in definition in a way that is shareable with other components. That is, the detail component described here does not "own" the definition. This component will show up in two primary places/ways
1. as a popup/overlay on the main Definitions page when the user wants to dive into a given definition in the list
1. as an independent page with a deep link URL allowing users to talk about definitions and reference them easily
A mockup of the page is in the jm/detailsPage branch. This is just a **mockup** and is not intended to be the implementation. There is tons of duplicate code etc
some key points
* the details component should be standalone so it can be used in page, an overlay, ...
* Over time we will undoubtedly redesign the layout.
* As the user progresses from the two line entry to the expanded panel to the full details view of the component, the experience should be smooth. With visual and content continuity. They are just looking at more data about the same thing so the data they have already seen should be similar.
There are a few new components and related features that will show up here
* Facet picker (https://github.com/clearlydefined/website/issues/202)
* File List (https://github.com/clearlydefined/website/issues/191)
* Editing (https://github.com/clearlydefined/website/issues/196)
|
1.0
|
Details view - Need a reusable component that shows the full detail of a definition. It should optionally allow editing of the values in definition in a way that is shareable with other components. That is, the detail component described here does not "own" the definition. This component will show up in two primary places/ways
1. as a popup/overlay on the main Definitions page when the user wants to dive into a given definition in the list
1. as an independent page with a deep link URL allowing users to talk about definitions and reference them easily
A mockup of the page is in the jm/detailsPage branch. This is just a **mockup** and is not intended to be the implementation. There is tons of duplicate code etc
some key points
* the details component should be standalone so it can be used in page, an overlay, ...
* Over time we will undoubtedly redesign the layout.
* As the user progresses from the two line entry to the expanded panel to the full details view of the component, the experience should be smooth. With visual and content continuity. They are just looking at more data about the same thing so the data they have already seen should be similar.
There are a few new components and related features that will show up here
* Facet picker (https://github.com/clearlydefined/website/issues/202)
* File List (https://github.com/clearlydefined/website/issues/191)
* Editing (https://github.com/clearlydefined/website/issues/196)
|
priority
|
details view need a reusable component that shows the full detail of a definition it should optionally allow editing of the values in definition in a way that is shareable with other components that is the detail component described here does not own the definition this component will show up in two primary places ways as a popup overlay on the main definitions page when the user wants to dive into a given definition in the list as an independent page with a deep link url allowing users to talk about definitions and reference them easily a mockup of the page is in the jm detailspage branch this is just a mockup and is not intended to be the implementation there is tons of duplicate code etc some key points the details component should be standalone so it can be used in page an overlay over time we will undoubtedly redesign the layout as the user progresses from the two line entry to the expanded panel to the full details view of the component the experience should be smooth with visual and content continuity they are just looking at more data about the same thing so the data they have already seen should be similar there are a few new components and related features that will show up here facet picker file list editing
| 1
|
239,556
| 7,799,805,308
|
IssuesEvent
|
2018-06-09 00:42:41
|
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
|
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
|
closed
|
0005528:
update content_sequence of container on record move
|
Feature Request Mantis Tinebase high priority
|
**Reported by pschuele on 3 Feb 2012 13:45**
update content_sequence of container on record move
both containers need to be updated
|
1.0
|
0005528:
update content_sequence of container on record move - **Reported by pschuele on 3 Feb 2012 13:45**
update content_sequence of container on record move
both containers need to be updated
|
priority
|
update content sequence of container on record move reported by pschuele on feb update content sequence of container on record move both containers need to be updated
| 1
|
799,727
| 28,312,701,138
|
IssuesEvent
|
2023-04-10 16:49:52
|
SparkDevNetwork/Rock
|
https://api.github.com/repos/SparkDevNetwork/Rock
|
closed
|
Slow Rock Startup
|
Status: Confirmed Priority: High Fixed in v15.0 Fixed in v14.2
|
### Please go through all the tasks below
- [ ] Check this box only after you have successfully completed both the above tasks
### Please provide a brief description of the problem. Please do not forget to attach the relevant screenshots from your side.
We're seeing significant performance issues in Rock V14 during startup that are very painful. Prior to V14, a Rock restart typically took less than a minute. Now it is usually more than ten minutes and closer to fifteen in production (and worse in our sandboxes and development environments).
The problem seems to originate with this commit: <https://github.com/SparkDevNetwork/Rock/commit/63c4f0d103976640fae3b20c029a7c180d12c8d7>
Below is a CPU Usage Call Tree from Visual Studio using data captured during this prolonged startup. (These numbers are probably worse than production because of the reduced resources of my development environment and the increased latency between my box and the production SQL server, but the signature is consistent with what we see in production.)
You can see that most of the time is attributable to loading entity cache (rows 44 and 45). Working back up the tree, this seems to be drivin by an AttributeCache.All() method (row 34) that is endeavoring to load _all_ attributes into cache. That method is called from AttributeCache.GetAttributePropertyDependencies() (row 33), a new method introduced in this commit.
Working further up the call stack, this is driven by AttributeCache.GetDirtyAttributeIdsForPropertyChange() (row 28), another new method in this commit, which is being called from DbContext.RockPostSave() (Row 27) and ultimately from Application_Start() (row 22) by way of EntityTypeService.RegisterEntityTypes() (row 23).
I believe that prior to this change, AttributeCache relied on a lazy load strategy. If it isn't absolutely necessary to preload that cache during startup, we'd really like to see this move back in that direction.
| Row | Function Name | Total CPU [unit, %] | Self CPU [unit, %] | Module | Category |
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------ | ----------------- | ----------------- |
| 1 | + iisexpress (PID: 788) | 72334 (100.00%) | 960 (1.33%) | Multiple modules | |
| 2 | \- + [External Call] | | | | |
| 3 | (IIS internals omitted for brevity) | | | | |
| 20 | \------------------ + [External Call] | | | | |
| 21 | webengine4.dll!0x00007fffc30e543a | 42530 (58.80%) | 0 (0.00%) | webengine4 | Database |
| 22 | \------------------- + RockWeb.Global.Application_Start(object, System.EventArgs) | 42530 (58.80%) | 0 (0.00%) | app_code.ftwypmst | Database |
| 23 | \-------------------- + Rock.Model.EntityTypeService.RegisterEntityTypes() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 24 | \--------------------- + Rock.Data.DbContext.SaveChanges() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 25 | \---------------------- + Rock.Data.DbContext.SaveChanges(bool) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 26 | \----------------------- + Rock.Data.DbContext.SaveChanges(Rock.Data.SaveChangesArgs) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 27 | \------------------------ + Rock.Data.DbContext.RockPostSave(System.Collections.Generic.List<ContextItem>, Rock.Model.PersonAlias, bool) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 28 | \------------------------- + Rock.Web.Cache.AttributeCache.GetDirtyAttributeIdsForPropertyChange(int, System.Func<System.Collections.Generic.IReadOnlyList<string>>) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 29 | \-------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(string, System.Func<object>) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 30 | \--------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(string, string, System.Func<object>) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 31 | \---------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(string, string, System.Func<object>, System.TimeSpan) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 32 | \----------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(RockCacheGetOrAddExistingArgs) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 33 | \------------------------------ + Rock.Web.Cache.AttributeCache.GetAttributePropertyDependencies() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 34 | \------------------------------- + Rock.Web.Cache.AttributeCache.All() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 35 | \-------------------------------- + Rock.Web.Cache.AttributeCache.All(Rock.Data.RockContext) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 36 | \--------------------------------- + Rock.Web.Cache.EntityCache<T, T>.All(Rock.Data.RockContext) | 42530 (58.80%) | 11 (0.02%) | rock | Database |
| 37 | \---------------------------------- + Rock.Web.Cache.EntityCache<T, T>.Get(int, Rock.Data.RockContext) | 42468 (58.71%) | 0 (0.00%) | rock | Database |
| 38 | \----------------------------------- + Rock.Web.Cache.EntityItemCache<T>.GetOrAddExisting(int, System.Func<T>) | 42465 (58.71%) | 1 (0.00%) | rock | Database |
| 39 | \------------------------------------ + Rock.Web.Cache.ItemCache<T>.GetOrAddExisting(int, System.Func<T>, System.Func<System.Collections.Generic.List<string>>) | 42464 (58.71%) | 3 (0.00%) | rock | Database |
| 40 | \------------------------------------- + Rock.Web.Cache.ItemCache<T>.GetOrAddExisting(string, System.Func<T>, System.Func<System.Collections.Generic.List<string>>) | 42447 (58.68%) | 1 (0.00%) | rock | Database |
| 41 | \-------------------------------------- + Rock.Web.Cache.EntityCache<T, T>.Get.AnonymousMethod__0() | 39540 (54.66%) | 5 (0.01%) | rock | Database |
| 42 | \--------------------------------------- + Rock.Web.Cache.EntityCache<T, T>.QueryDb(int, Rock.Data.DbContext) | 39322 (54.36%) | 2 (0.00%) | rock | Database |
| 43 | \---------------------------------------- + Rock.Web.Cache.EntityCache<T, T>.QueryDbWithContext(int, Rock.Data.DbContext) | 33664 (46.54%) | 8 (0.01%) | rock | Database |
| 44 | \----------------------------------------- - Rock.Data.Service<T>.Get(int) | 17307 (23.93%) | 7 (0.01%) | rock | Database |
| 45 | \----------------------------------------- - Rock.Web.Cache.AttributeCache.SetFromEntity(Rock.Data.IEntity) | 16245 (22.46%) | 13 (0.02%) | rock | Database |
### Expected Behavior
Rock IIS server should start up in approximately one minute (on par with previous version).
### Actual Behavior
Rock IIS server takes ten to fifteen minutes to start.
### Steps to Reproduce
Restart Rock (V14).
### Rock Version
14.2
### Client Culture Setting
en-US
|
1.0
|
Slow Rock Startup - ### Please go through all the tasks below
- [ ] Check this box only after you have successfully completed both the above tasks
### Please provide a brief description of the problem. Please do not forget to attach the relevant screenshots from your side.
We're seeing significant performance issues in Rock V14 during startup that are very painful. Prior to V14, a Rock restart typically took less than a minute. Now it is usually more than ten minutes and closer to fifteen in production (and worse in our sandboxes and development environments).
The problem seems to originate with this commit: <https://github.com/SparkDevNetwork/Rock/commit/63c4f0d103976640fae3b20c029a7c180d12c8d7>
Below is a CPU Usage Call Tree from Visual Studio using data captured during this prolonged startup. (These numbers are probably worse than production because of the reduced resources of my development environment and the increased latency between my box and the production SQL server, but the signature is consistent with what we see in production.)
You can see that most of the time is attributable to loading entity cache (rows 44 and 45). Working back up the tree, this seems to be drivin by an AttributeCache.All() method (row 34) that is endeavoring to load _all_ attributes into cache. That method is called from AttributeCache.GetAttributePropertyDependencies() (row 33), a new method introduced in this commit.
Working further up the call stack, this is driven by AttributeCache.GetDirtyAttributeIdsForPropertyChange() (row 28), another new method in this commit, which is being called from DbContext.RockPostSave() (Row 27) and ultimately from Application_Start() (row 22) by way of EntityTypeService.RegisterEntityTypes() (row 23).
I believe that prior to this change, AttributeCache relied on a lazy load strategy. If it isn't absolutely necessary to preload that cache during startup, we'd really like to see this move back in that direction.
| Row | Function Name | Total CPU [unit, %] | Self CPU [unit, %] | Module | Category |
| --- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------ | ----------------- | ----------------- |
| 1 | + iisexpress (PID: 788) | 72334 (100.00%) | 960 (1.33%) | Multiple modules | |
| 2 | \- + [External Call] | | | | |
| 3 | (IIS internals omitted for brevity) | | | | |
| 20 | \------------------ + [External Call] | | | | |
| 21 | webengine4.dll!0x00007fffc30e543a | 42530 (58.80%) | 0 (0.00%) | webengine4 | Database |
| 22 | \------------------- + RockWeb.Global.Application_Start(object, System.EventArgs) | 42530 (58.80%) | 0 (0.00%) | app_code.ftwypmst | Database |
| 23 | \-------------------- + Rock.Model.EntityTypeService.RegisterEntityTypes() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 24 | \--------------------- + Rock.Data.DbContext.SaveChanges() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 25 | \---------------------- + Rock.Data.DbContext.SaveChanges(bool) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 26 | \----------------------- + Rock.Data.DbContext.SaveChanges(Rock.Data.SaveChangesArgs) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 27 | \------------------------ + Rock.Data.DbContext.RockPostSave(System.Collections.Generic.List<ContextItem>, Rock.Model.PersonAlias, bool) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 28 | \------------------------- + Rock.Web.Cache.AttributeCache.GetDirtyAttributeIdsForPropertyChange(int, System.Func<System.Collections.Generic.IReadOnlyList<string>>) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 29 | \-------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(string, System.Func<object>) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 30 | \--------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(string, string, System.Func<object>) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 31 | \---------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(string, string, System.Func<object>, System.TimeSpan) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 32 | \----------------------------- + Rock.Web.Cache.RockCache.GetOrAddExisting(RockCacheGetOrAddExistingArgs) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 33 | \------------------------------ + Rock.Web.Cache.AttributeCache.GetAttributePropertyDependencies() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 34 | \------------------------------- + Rock.Web.Cache.AttributeCache.All() | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 35 | \-------------------------------- + Rock.Web.Cache.AttributeCache.All(Rock.Data.RockContext) | 42530 (58.80%) | 0 (0.00%) | rock | Database |
| 36 | \--------------------------------- + Rock.Web.Cache.EntityCache<T, T>.All(Rock.Data.RockContext) | 42530 (58.80%) | 11 (0.02%) | rock | Database |
| 37 | \---------------------------------- + Rock.Web.Cache.EntityCache<T, T>.Get(int, Rock.Data.RockContext) | 42468 (58.71%) | 0 (0.00%) | rock | Database |
| 38 | \----------------------------------- + Rock.Web.Cache.EntityItemCache<T>.GetOrAddExisting(int, System.Func<T>) | 42465 (58.71%) | 1 (0.00%) | rock | Database |
| 39 | \------------------------------------ + Rock.Web.Cache.ItemCache<T>.GetOrAddExisting(int, System.Func<T>, System.Func<System.Collections.Generic.List<string>>) | 42464 (58.71%) | 3 (0.00%) | rock | Database |
| 40 | \------------------------------------- + Rock.Web.Cache.ItemCache<T>.GetOrAddExisting(string, System.Func<T>, System.Func<System.Collections.Generic.List<string>>) | 42447 (58.68%) | 1 (0.00%) | rock | Database |
| 41 | \-------------------------------------- + Rock.Web.Cache.EntityCache<T, T>.Get.AnonymousMethod__0() | 39540 (54.66%) | 5 (0.01%) | rock | Database |
| 42 | \--------------------------------------- + Rock.Web.Cache.EntityCache<T, T>.QueryDb(int, Rock.Data.DbContext) | 39322 (54.36%) | 2 (0.00%) | rock | Database |
| 43 | \---------------------------------------- + Rock.Web.Cache.EntityCache<T, T>.QueryDbWithContext(int, Rock.Data.DbContext) | 33664 (46.54%) | 8 (0.01%) | rock | Database |
| 44 | \----------------------------------------- - Rock.Data.Service<T>.Get(int) | 17307 (23.93%) | 7 (0.01%) | rock | Database |
| 45 | \----------------------------------------- - Rock.Web.Cache.AttributeCache.SetFromEntity(Rock.Data.IEntity) | 16245 (22.46%) | 13 (0.02%) | rock | Database |
### Expected Behavior
Rock IIS server should start up in approximately one minute (on par with previous version).
### Actual Behavior
Rock IIS server takes ten to fifteen minutes to start.
### Steps to Reproduce
Restart Rock (V14).
### Rock Version
14.2
### Client Culture Setting
en-US
|
priority
|
slow rock startup please go through all the tasks below check this box only after you have successfully completed both the above tasks please provide a brief description of the problem please do not forget to attach the relevant screenshots from your side we re seeing significant performance issues in rock during startup that are very painful prior to a rock restart typically took less than a minute now it is usually more than ten minutes and closer to fifteen in production and worse in our sandboxes and development environments the problem seems to originate with this commit below is a cpu usage call tree from visual studio using data captured during this prolonged startup these numbers are probably worse than production because of the reduced resources of my development environment and the increased latency between my box and the production sql server but the signature is consistent with what we see in production you can see that most of the time is attributable to loading entity cache rows and working back up the tree this seems to be drivin by an attributecache all method row that is endeavoring to load all attributes into cache that method is called from attributecache getattributepropertydependencies row a new method introduced in this commit working further up the call stack this is driven by attributecache getdirtyattributeidsforpropertychange row another new method in this commit which is being called from dbcontext rockpostsave row and ultimately from application start row by way of entitytypeservice registerentitytypes row i believe that prior to this change attributecache relied on a lazy load strategy if it isn t absolutely necessary to preload that cache during startup we d really like to see this move back in that direction row function name total cpu self cpu module category iisexpress pid multiple modules iis internals omitted for brevity dll database rockweb global application start object system eventargs app code ftwypmst database rock model entitytypeservice registerentitytypes rock database rock data dbcontext savechanges rock database rock data dbcontext savechanges bool rock database rock data dbcontext savechanges rock data savechangesargs rock database rock data dbcontext rockpostsave system collections generic list rock model personalias bool rock database rock web cache attributecache getdirtyattributeidsforpropertychange int system func rock database rock web cache rockcache getoraddexisting string system func rock database rock web cache rockcache getoraddexisting string string system func rock database rock web cache rockcache getoraddexisting string string system func system timespan rock database rock web cache rockcache getoraddexisting rockcachegetoraddexistingargs rock database rock web cache attributecache getattributepropertydependencies rock database rock web cache attributecache all rock database rock web cache attributecache all rock data rockcontext rock database rock web cache entitycache all rock data rockcontext rock database rock web cache entitycache get int rock data rockcontext rock database rock web cache entityitemcache getoraddexisting int system func rock database rock web cache itemcache getoraddexisting int system func system func rock database rock web cache itemcache getoraddexisting string system func system func rock database rock web cache entitycache get anonymousmethod rock database rock web cache entitycache querydb int rock data dbcontext rock database rock web cache entitycache querydbwithcontext int rock data dbcontext rock database rock data service get int rock database rock web cache attributecache setfromentity rock data ientity rock database expected behavior rock iis server should start up in approximately one minute on par with previous version actual behavior rock iis server takes ten to fifteen minutes to start steps to reproduce restart rock rock version client culture setting en us
| 1
|
702,557
| 24,125,741,882
|
IssuesEvent
|
2022-09-21 00:03:58
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
closed
|
Allow custom profile fields to be shown in profile card
|
help wanted area: settings (admin/org) priority: high release goal area: popovers
|
At present, a user's profile card displays their name, local time, and role.

Organizations may find it useful to display additional fields there, such as pronouns (#21214), GitHub username, job title, team, etc., and we should make it possible to do so.
## In Organization settings > Custom profile fields
1. All field types other than "Long text" or "Person" should have a checkbox option (shown below the hint) to "Display in profile summary" (final wording TBD).
2. We should add a column of checkboxes (just to the left of "Actions") labeled "Display" that also controls this feature.
To make sure the short profile looks good, we should limit the number of fields that can be displayed at a time. We can try a max of 2 to start with. If the maximum number of fields is already selected, all unselected checkboxes should be disabled, with a tooltip that says: "At most 2 custom profile fields can be displayed."
## In the short profile
We should display the fields in the following order:
1. Name
2. Role
3. Custom field 1
4. Custom field 2
4. Local time
The order of the profile fields in the short profile should match the order in the settings.
To save space, we should try just showing the content of the profile field, with the title of the profile field displayed in a tooltip on hover.
If the user leaves the field blank, we should not show a blank line for it.
----
This issue also solves #21214.
[CZO discussion thread](https://chat.zulip.org/#narrow/stream/101-design/topic/pronouns.20in.20profile.20card)
|
1.0
|
Allow custom profile fields to be shown in profile card - At present, a user's profile card displays their name, local time, and role.

Organizations may find it useful to display additional fields there, such as pronouns (#21214), GitHub username, job title, team, etc., and we should make it possible to do so.
## In Organization settings > Custom profile fields
1. All field types other than "Long text" or "Person" should have a checkbox option (shown below the hint) to "Display in profile summary" (final wording TBD).
2. We should add a column of checkboxes (just to the left of "Actions") labeled "Display" that also controls this feature.
To make sure the short profile looks good, we should limit the number of fields that can be displayed at a time. We can try a max of 2 to start with. If the maximum number of fields is already selected, all unselected checkboxes should be disabled, with a tooltip that says: "At most 2 custom profile fields can be displayed."
## In the short profile
We should display the fields in the following order:
1. Name
2. Role
3. Custom field 1
4. Custom field 2
4. Local time
The order of the profile fields in the short profile should match the order in the settings.
To save space, we should try just showing the content of the profile field, with the title of the profile field displayed in a tooltip on hover.
If the user leaves the field blank, we should not show a blank line for it.
----
This issue also solves #21214.
[CZO discussion thread](https://chat.zulip.org/#narrow/stream/101-design/topic/pronouns.20in.20profile.20card)
|
priority
|
allow custom profile fields to be shown in profile card at present a user s profile card displays their name local time and role organizations may find it useful to display additional fields there such as pronouns github username job title team etc and we should make it possible to do so in organization settings custom profile fields all field types other than long text or person should have a checkbox option shown below the hint to display in profile summary final wording tbd we should add a column of checkboxes just to the left of actions labeled display that also controls this feature to make sure the short profile looks good we should limit the number of fields that can be displayed at a time we can try a max of to start with if the maximum number of fields is already selected all unselected checkboxes should be disabled with a tooltip that says at most custom profile fields can be displayed in the short profile we should display the fields in the following order name role custom field custom field local time the order of the profile fields in the short profile should match the order in the settings to save space we should try just showing the content of the profile field with the title of the profile field displayed in a tooltip on hover if the user leaves the field blank we should not show a blank line for it this issue also solves
| 1
|
652,038
| 21,518,837,534
|
IssuesEvent
|
2022-04-28 12:32:54
|
HGustavs/LenaSYS
|
https://api.github.com/repos/HGustavs/LenaSYS
|
opened
|
Rescue the poop emoji!
|
High priority Group-1-2022
|
Someone have removed the holy poop emoji! We need to bring it back! Its a staple for the diagram!

|
1.0
|
Rescue the poop emoji! - Someone have removed the holy poop emoji! We need to bring it back! Its a staple for the diagram!

|
priority
|
rescue the poop emoji someone have removed the holy poop emoji we need to bring it back its a staple for the diagram
| 1
|
193,274
| 6,883,361,281
|
IssuesEvent
|
2017-11-21 09:08:34
|
wordpress-mobile/AztecEditor-Android
|
https://api.github.com/repos/wordpress-mobile/AztecEditor-Android
|
closed
|
Add external interface to change caption shortcode
|
enhancement high priority
|
The Caption shortcode plugin supports captions in HTML but there is no easy way to modify it from Aztec client's perspective.
There should be an easy way to get and set the caption for a particular image based on its ID attribute.
|
1.0
|
Add external interface to change caption shortcode - The Caption shortcode plugin supports captions in HTML but there is no easy way to modify it from Aztec client's perspective.
There should be an easy way to get and set the caption for a particular image based on its ID attribute.
|
priority
|
add external interface to change caption shortcode the caption shortcode plugin supports captions in html but there is no easy way to modify it from aztec client s perspective there should be an easy way to get and set the caption for a particular image based on its id attribute
| 1
|
580,847
| 17,268,444,277
|
IssuesEvent
|
2021-07-22 16:25:13
|
mentortechabc/play
|
https://api.github.com/repos/mentortechabc/play
|
closed
|
Починить тесты:
|
priority:high
|
* Тесты должны быть зелеными
* Убедиться, что тесты работают из другой тайм-зоны
* После этого перед коммитом теперь обязательно прогоняем тесты, коммитим только изменения с зелеными тестами
|
1.0
|
Починить тесты: - * Тесты должны быть зелеными
* Убедиться, что тесты работают из другой тайм-зоны
* После этого перед коммитом теперь обязательно прогоняем тесты, коммитим только изменения с зелеными тестами
|
priority
|
починить тесты тесты должны быть зелеными убедиться что тесты работают из другой тайм зоны после этого перед коммитом теперь обязательно прогоняем тесты коммитим только изменения с зелеными тестами
| 1
|
528,834
| 15,375,386,463
|
IssuesEvent
|
2021-03-02 14:52:47
|
mantidproject/mantid
|
https://api.github.com/repos/mantidproject/mantid
|
closed
|
Unify Instrument calibration - across tubes and other det types
|
Diffraction High Priority Stale
|
This issue was originally [TRAC 9303](http://trac.mantidproject.org/mantid/ticket/9303)
Hard to estimate without a review of what we have so far and what we are missing
---
Keywords: SSC,2014,All,Calibration
|
1.0
|
Unify Instrument calibration - across tubes and other det types - This issue was originally [TRAC 9303](http://trac.mantidproject.org/mantid/ticket/9303)
Hard to estimate without a review of what we have so far and what we are missing
---
Keywords: SSC,2014,All,Calibration
|
priority
|
unify instrument calibration across tubes and other det types this issue was originally hard to estimate without a review of what we have so far and what we are missing keywords ssc all calibration
| 1
|
270,494
| 8,461,141,308
|
IssuesEvent
|
2018-10-22 20:53:59
|
prometheus/prombench
|
https://api.github.com/repos/prometheus/prombench
|
opened
|
expose master and pr prometheus instances so we can run custom queries
|
help wanted priority: high
|
in most cases so far it would be usefull to run custom quiries
for example in https://github.com/prometheus/prometheus/pull/4768 and https://github.com/prometheus/prometheus/pull/4763
|
1.0
|
expose master and pr prometheus instances so we can run custom queries - in most cases so far it would be usefull to run custom quiries
for example in https://github.com/prometheus/prometheus/pull/4768 and https://github.com/prometheus/prometheus/pull/4763
|
priority
|
expose master and pr prometheus instances so we can run custom queries in most cases so far it would be usefull to run custom quiries for example in and
| 1
|
411,343
| 12,017,132,890
|
IssuesEvent
|
2020-04-10 17:40:59
|
Sarrasor/INNO-S20-SP
|
https://api.github.com/repos/Sarrasor/INNO-S20-SP
|
closed
|
US-TM-3. Client part
|
display feature high priority
|
As a technical manager, I want to utilize different file formats in my content, such as video, audio, images or rich-text, so that the knowledge can be conveyed in the most suitable form.
Add textual display feature on the client-side in the app
|
1.0
|
US-TM-3. Client part - As a technical manager, I want to utilize different file formats in my content, such as video, audio, images or rich-text, so that the knowledge can be conveyed in the most suitable form.
Add textual display feature on the client-side in the app
|
priority
|
us tm client part as a technical manager i want to utilize different file formats in my content such as video audio images or rich text so that the knowledge can be conveyed in the most suitable form add textual display feature on the client side in the app
| 1
|
770,564
| 27,045,256,058
|
IssuesEvent
|
2023-02-13 09:18:39
|
Avaiga/taipy-studio-gui
|
https://api.github.com/repos/Avaiga/taipy-studio-gui
|
opened
|
Preview of Taipy GUI pages
|
✨New feature 🟧 Priority: High
|
**What would that feature address**
Visual Studio Code comes with a preview facility when edition Markdown files.
It would be great to allow for previewing Taipy visual elements embedded into Markdown code.
***Description of the ideal solution***
While working on a Markdown file, pressing `Ctrl-Shift-V` bring a new view in VSCode, showing a preview of Taipy visual elements that were defined.
***Caveats***
The quality of the rendering may greatly vary depending on the technologies used.
- Do we want real, live elements?
- Do we want image placeholders?
**Acceptance Criteria**
- [ ] Ensure new code is unit tested, and check code coverage is at least 90%
- [ ] Propagate any change on the demos and run all of them to ensure there is no breaking change
- [ ] Ensure any change is well documented
|
1.0
|
Preview of Taipy GUI pages - **What would that feature address**
Visual Studio Code comes with a preview facility when edition Markdown files.
It would be great to allow for previewing Taipy visual elements embedded into Markdown code.
***Description of the ideal solution***
While working on a Markdown file, pressing `Ctrl-Shift-V` bring a new view in VSCode, showing a preview of Taipy visual elements that were defined.
***Caveats***
The quality of the rendering may greatly vary depending on the technologies used.
- Do we want real, live elements?
- Do we want image placeholders?
**Acceptance Criteria**
- [ ] Ensure new code is unit tested, and check code coverage is at least 90%
- [ ] Propagate any change on the demos and run all of them to ensure there is no breaking change
- [ ] Ensure any change is well documented
|
priority
|
preview of taipy gui pages what would that feature address visual studio code comes with a preview facility when edition markdown files it would be great to allow for previewing taipy visual elements embedded into markdown code description of the ideal solution while working on a markdown file pressing ctrl shift v bring a new view in vscode showing a preview of taipy visual elements that were defined caveats the quality of the rendering may greatly vary depending on the technologies used do we want real live elements do we want image placeholders acceptance criteria ensure new code is unit tested and check code coverage is at least propagate any change on the demos and run all of them to ensure there is no breaking change ensure any change is well documented
| 1
|
280,014
| 8,677,001,717
|
IssuesEvent
|
2018-11-30 15:38:15
|
DemocraciaEnRed/leyesabiertas-web
|
https://api.github.com/repos/DemocraciaEnRed/leyesabiertas-web
|
closed
|
Evitar que se modifiquen estilos cuando un usuario no logueado da like a un comentario.
|
priority: high
|
- [x] Comentarios generales
- [x] Comentarios contextuales
|
1.0
|
Evitar que se modifiquen estilos cuando un usuario no logueado da like a un comentario. - - [x] Comentarios generales
- [x] Comentarios contextuales
|
priority
|
evitar que se modifiquen estilos cuando un usuario no logueado da like a un comentario comentarios generales comentarios contextuales
| 1
|
788,632
| 27,759,313,195
|
IssuesEvent
|
2023-03-16 06:46:59
|
devvsakib/power-the-web
|
https://api.github.com/repos/devvsakib/power-the-web
|
opened
|
[FEAT]: set width for blog page
|
enhancement help wanted [priority: high]
|
**Is your feature request related to a problem? Please describe.**
Blog has 100vw width. Please width according to other's page.

**Describe the solution you'd like**
Check other page has fixed width. Just copy and paste the class names to the blog page
<!-- Do not delete this -->
**IMPORTANT**
If it's your first Contribution to this project, please add your details to the Contributors file
File Path: `src/json/Contributors.json` and you have to **MUST** read the contributing guideline before you start. [Here](https://github.com/devvsakib/power-the-web/blob/main/CONTRIBUTING.md)
> If you do not add your details, your PR will be Close
|
1.0
|
[FEAT]: set width for blog page - **Is your feature request related to a problem? Please describe.**
Blog has 100vw width. Please width according to other's page.

**Describe the solution you'd like**
Check other page has fixed width. Just copy and paste the class names to the blog page
<!-- Do not delete this -->
**IMPORTANT**
If it's your first Contribution to this project, please add your details to the Contributors file
File Path: `src/json/Contributors.json` and you have to **MUST** read the contributing guideline before you start. [Here](https://github.com/devvsakib/power-the-web/blob/main/CONTRIBUTING.md)
> If you do not add your details, your PR will be Close
|
priority
|
set width for blog page is your feature request related to a problem please describe blog has width please width according to other s page describe the solution you d like check other page has fixed width just copy and paste the class names to the blog page important if it s your first contribution to this project please add your details to the contributors file file path src json contributors json and you have to must read the contributing guideline before you start if you do not add your details your pr will be close
| 1
|
195,091
| 6,902,671,536
|
IssuesEvent
|
2017-11-25 23:50:27
|
FRCteam4909/BionicFramework
|
https://api.github.com/repos/FRCteam4909/BionicFramework
|
closed
|
Neopixels via I2C
|
Priority: High Status: Completed Type: Enhancement
|
[SLAVE_I2C.ino](https://github.com/FRCteam4909/BionicFramework/blob/master/arduino/SLAVE_I2C/SLAVE_I2C.ino) needs to updated to work with the NeoPixels.
These are the NeoPixels we're going to use on our bots: https://www.adafruit.com/product/1460
|
1.0
|
Neopixels via I2C - [SLAVE_I2C.ino](https://github.com/FRCteam4909/BionicFramework/blob/master/arduino/SLAVE_I2C/SLAVE_I2C.ino) needs to updated to work with the NeoPixels.
These are the NeoPixels we're going to use on our bots: https://www.adafruit.com/product/1460
|
priority
|
neopixels via needs to updated to work with the neopixels these are the neopixels we re going to use on our bots
| 1
|
742,127
| 25,839,016,106
|
IssuesEvent
|
2022-12-12 22:12:24
|
PikeNote/taskbar-groups-pike-beta
|
https://api.github.com/repos/PikeNote/taskbar-groups-pike-beta
|
closed
|
Re-evaluate Error Catching
|
bug high priority
|
Provide better error catching when something is not found.
Make sure no major exceptions are thrown and the program crashing or bugging out in ways they are not supposed to.
|
1.0
|
Re-evaluate Error Catching - Provide better error catching when something is not found.
Make sure no major exceptions are thrown and the program crashing or bugging out in ways they are not supposed to.
|
priority
|
re evaluate error catching provide better error catching when something is not found make sure no major exceptions are thrown and the program crashing or bugging out in ways they are not supposed to
| 1
|
566,306
| 16,818,174,446
|
IssuesEvent
|
2021-06-17 09:50:50
|
RevivalEngine/WebClient
|
https://api.github.com/repos/RevivalEngine/WebClient
|
opened
|
Port the Animation API to JS
|
Complexity: Moderate Module: API Priority: High Status: Accepted Type: Task
|
Looks like I forgot to do this. I was under the impression it was already here... Oh, well.
|
1.0
|
Port the Animation API to JS - Looks like I forgot to do this. I was under the impression it was already here... Oh, well.
|
priority
|
port the animation api to js looks like i forgot to do this i was under the impression it was already here oh well
| 1
|
380,650
| 11,269,165,359
|
IssuesEvent
|
2020-01-14 08:17:20
|
red-hat-storage/ocs-ci
|
https://api.github.com/repos/red-hat-storage/ocs-ci
|
opened
|
Enable live testing in ocs-ci
|
High Priority
|
We need to skip creation of catalog source when testing from live.
Let's see if something else needs to be done.
|
1.0
|
Enable live testing in ocs-ci - We need to skip creation of catalog source when testing from live.
Let's see if something else needs to be done.
|
priority
|
enable live testing in ocs ci we need to skip creation of catalog source when testing from live let s see if something else needs to be done
| 1
|
832,409
| 32,079,417,829
|
IssuesEvent
|
2023-09-25 13:05:40
|
yalelibrary/YUL-DC
|
https://api.github.com/repos/yalelibrary/YUL-DC
|
closed
|
9/20 Deployment
|
dev-ops HIGH PRIORITY
|
**Versions**
Management: no changes
Blacklight: no changes
**Production**
- [x] restart image servers
|
1.0
|
9/20 Deployment - **Versions**
Management: no changes
Blacklight: no changes
**Production**
- [x] restart image servers
|
priority
|
deployment versions management no changes blacklight no changes production restart image servers
| 1
|
754,524
| 26,391,892,606
|
IssuesEvent
|
2023-01-12 16:15:29
|
bcgov/connectivity-RTP
|
https://api.github.com/repos/bcgov/connectivity-RTP
|
closed
|
Pg-tap on GitHub actions
|
blocked High Priority
|
As a developer
I want to test database functionality on push to github
so that I can ensure data is being saved appropriately.
DoD:
- [ ] determine how much test coverage we want
- [ ] only update if logged out
- [ ] can only read own records
- [x] pg-tap runs on GitHub actions
- [x] tests are passing
- [x] tests run on push to any branch
To test the database effectively we will need to bring in the testing harness pg-tap
DoD:
Test runner runs tests
At least 1 passing test
|
1.0
|
Pg-tap on GitHub actions - As a developer
I want to test database functionality on push to github
so that I can ensure data is being saved appropriately.
DoD:
- [ ] determine how much test coverage we want
- [ ] only update if logged out
- [ ] can only read own records
- [x] pg-tap runs on GitHub actions
- [x] tests are passing
- [x] tests run on push to any branch
To test the database effectively we will need to bring in the testing harness pg-tap
DoD:
Test runner runs tests
At least 1 passing test
|
priority
|
pg tap on github actions as a developer i want to test database functionality on push to github so that i can ensure data is being saved appropriately dod determine how much test coverage we want only update if logged out can only read own records pg tap runs on github actions tests are passing tests run on push to any branch to test the database effectively we will need to bring in the testing harness pg tap dod test runner runs tests at least passing test
| 1
|
711,605
| 24,469,283,549
|
IssuesEvent
|
2022-10-07 18:04:10
|
NCAR/wrfcloud
|
https://api.github.com/repos/NCAR/wrfcloud
|
closed
|
Create run_upp.py script for the runtime module
|
priority: high type: sub-issue component: NWP components
|
This is a sub-issue of #34 .
## Describe the Sub-Issue ##
Need to add a run scripts to execute the UPP program.
### Time Estimate ###
3 days
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
|
1.0
|
Create run_upp.py script for the runtime module - This is a sub-issue of #34 .
## Describe the Sub-Issue ##
Need to add a run scripts to execute the UPP program.
### Time Estimate ###
3 days
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
|
priority
|
create run upp py script for the runtime module this is a sub issue of describe the sub issue need to add a run scripts to execute the upp program time estimate days define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority projects and milestone select project select milestone as the next official version or backlog of development ideas
| 1
|
200,101
| 6,998,101,114
|
IssuesEvent
|
2017-12-16 23:06:55
|
opencurrents/opencurrents
|
https://api.github.com/repos/opencurrents/opencurrents
|
opened
|
Profile: Currents "Accepted" no longer displaying in Profile nor Public record.
|
priority high
|
@dannypernik @nickolashe - Not sure if the confusion here is the definition of "Accepted". I believe we actually want to display Currents redeemed as before.
Before (as of a couple of days ago) the public record and profile were displaying Redeem Currents now its not. Not sure what it is?


|
1.0
|
Profile: Currents "Accepted" no longer displaying in Profile nor Public record. - @dannypernik @nickolashe - Not sure if the confusion here is the definition of "Accepted". I believe we actually want to display Currents redeemed as before.
Before (as of a couple of days ago) the public record and profile were displaying Redeem Currents now its not. Not sure what it is?


|
priority
|
profile currents accepted no longer displaying in profile nor public record dannypernik nickolashe not sure if the confusion here is the definition of accepted i believe we actually want to display currents redeemed as before before as of a couple of days ago the public record and profile were displaying redeem currents now its not not sure what it is
| 1
|
560,453
| 16,596,918,974
|
IssuesEvent
|
2021-06-01 14:28:18
|
hunchat/hunchat-app
|
https://api.github.com/repos/hunchat/hunchat-app
|
opened
|
Direct upload videos to `hunchat-media-input`, transcode assets and send output assets' keys as submit post data
|
enhancement priority:high
|
Following the [video upload workflow guidelines](https://github.com/hunchat/hunchat-api/issues/14#issue-907727361) we must implement video direct upload to `hunchat-media-input` bucket, transcode those assets and send the output media's keys with the `PostsService.create()` payload.
Check the documentation for:
- S3 client AWS SDK ([here](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/index.html))
- Elastic Transcoder AWS SDK ([here](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-transcoder/index.html))
Note: Other SDK's may be required in order to authenticate the requests.
|
1.0
|
Direct upload videos to `hunchat-media-input`, transcode assets and send output assets' keys as submit post data - Following the [video upload workflow guidelines](https://github.com/hunchat/hunchat-api/issues/14#issue-907727361) we must implement video direct upload to `hunchat-media-input` bucket, transcode those assets and send the output media's keys with the `PostsService.create()` payload.
Check the documentation for:
- S3 client AWS SDK ([here](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/index.html))
- Elastic Transcoder AWS SDK ([here](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-elastic-transcoder/index.html))
Note: Other SDK's may be required in order to authenticate the requests.
|
priority
|
direct upload videos to hunchat media input transcode assets and send output assets keys as submit post data following the we must implement video direct upload to hunchat media input bucket transcode those assets and send the output media s keys with the postsservice create payload check the documentation for client aws sdk elastic transcoder aws sdk note other sdk s may be required in order to authenticate the requests
| 1
|
629,614
| 20,048,294,333
|
IssuesEvent
|
2022-02-03 01:02:12
|
WordPress/openverse-catalog
|
https://api.github.com/repos/WordPress/openverse-catalog
|
opened
|
Reactivate provider DAGs
|
🟧 priority: high 🚧 status: blocked 🛠 goal: fix 🕹 aspect: interface 🔧 tech: airflow
|
## Description
<!-- Fully describe the benefit of the change (E.g., improve speed, robustness, etc.) -->
Since migrating from Creative Commons, we have had very few providers running consistently. We would like to get these DAGs in a consistently operational state so that we are regularly ingesting data.
## Providers
<!-- Describe any alternative solutions you have considered -->
- [ ] Brooklyn Museum
- [ ] Cleveland Museum
- [ ] Europeana
- [ ] Finnish Museums
- [ ] Flickr
- [ ] Freesound
- [ ] Jamendo
- [ ] Metropolitan Museum
- [ ] Museum Victoria
- [ ] NYPL
- [ ] Phylopic
- [ ] Raw Pixel
- [ ] Science Museum
- [ ] Smithsonian
- [ ] Staten Museum
- [ ] Stocksnap
- [ ] Walters
- [ ] Wikimedia commons
- [ ] WordPress Photo Directory
## Additional context
<!-- Add any other context about the feature request. -->
This work is currently blocked pending #285
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in implementing this feature.
|
1.0
|
Reactivate provider DAGs - ## Description
<!-- Fully describe the benefit of the change (E.g., improve speed, robustness, etc.) -->
Since migrating from Creative Commons, we have had very few providers running consistently. We would like to get these DAGs in a consistently operational state so that we are regularly ingesting data.
## Providers
<!-- Describe any alternative solutions you have considered -->
- [ ] Brooklyn Museum
- [ ] Cleveland Museum
- [ ] Europeana
- [ ] Finnish Museums
- [ ] Flickr
- [ ] Freesound
- [ ] Jamendo
- [ ] Metropolitan Museum
- [ ] Museum Victoria
- [ ] NYPL
- [ ] Phylopic
- [ ] Raw Pixel
- [ ] Science Museum
- [ ] Smithsonian
- [ ] Staten Museum
- [ ] Stocksnap
- [ ] Walters
- [ ] Wikimedia commons
- [ ] WordPress Photo Directory
## Additional context
<!-- Add any other context about the feature request. -->
This work is currently blocked pending #285
## Implementation
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in implementing this feature.
|
priority
|
reactivate provider dags description since migrating from creative commons we have had very few providers running consistently we would like to get these dags in a consistently operational state so that we are regularly ingesting data providers brooklyn museum cleveland museum europeana finnish museums flickr freesound jamendo metropolitan museum museum victoria nypl phylopic raw pixel science museum smithsonian staten museum stocksnap walters wikimedia commons wordpress photo directory additional context this work is currently blocked pending implementation 🙋 i would be interested in implementing this feature
| 1
|
417,534
| 12,167,067,921
|
IssuesEvent
|
2020-04-27 10:16:20
|
hazelcast/hazelcast-aws
|
https://api.github.com/repos/hazelcast/hazelcast-aws
|
closed
|
Fargate support
|
Estimation: XL Priority: High Type: Enhancement
|
Hi,
I'm trying to deploy Hazelcast cluster on AWS Fargate but I couldn't find any documentation about the process...
Does Hazelcast suport Fargate or it only supports ECS?
All the best!
|
1.0
|
Fargate support - Hi,
I'm trying to deploy Hazelcast cluster on AWS Fargate but I couldn't find any documentation about the process...
Does Hazelcast suport Fargate or it only supports ECS?
All the best!
|
priority
|
fargate support hi i m trying to deploy hazelcast cluster on aws fargate but i couldn t find any documentation about the process does hazelcast suport fargate or it only supports ecs all the best
| 1
|
122,668
| 4,838,768,007
|
IssuesEvent
|
2016-11-09 05:58:13
|
gama-platform/gama
|
https://api.github.com/repos/gama-platform/gama
|
closed
|
Invisible error when parameter with slider editor is initialized with a non-constant value (another variable)
|
> Bug Affects Stability Concerns GAML OS All Priority High Version All
|
### Steps to reproduce
1.
Define variable in global block
e.g. int numberOfInfectedPeopleInit <- 2147 update: when people count (each.isInfected);
2.
Define parameter in experiment block
e.g. parameter "Number of Infected People" value: numberOfInfectedPeopleInit min: 1 max: 2147;
and of course some output display
e.g. display geom3D ...
3.
Run experiment and environment should displays some "display" contains one is named geom3D
### Expected behavior
The running screen should
### Actual behavior
The running environment is blank.
### System and version
GAMA 1.7
JDK 1.8
OS: MacOS Serrier
|
1.0
|
Invisible error when parameter with slider editor is initialized with a non-constant value (another variable) - ### Steps to reproduce
1.
Define variable in global block
e.g. int numberOfInfectedPeopleInit <- 2147 update: when people count (each.isInfected);
2.
Define parameter in experiment block
e.g. parameter "Number of Infected People" value: numberOfInfectedPeopleInit min: 1 max: 2147;
and of course some output display
e.g. display geom3D ...
3.
Run experiment and environment should displays some "display" contains one is named geom3D
### Expected behavior
The running screen should
### Actual behavior
The running environment is blank.
### System and version
GAMA 1.7
JDK 1.8
OS: MacOS Serrier
|
priority
|
invisible error when parameter with slider editor is initialized with a non constant value another variable steps to reproduce define variable in global block e g int numberofinfectedpeopleinit update when people count each isinfected define parameter in experiment block e g parameter number of infected people value numberofinfectedpeopleinit min max and of course some output display e g display run experiment and environment should displays some display contains one is named expected behavior the running screen should actual behavior the running environment is blank system and version gama jdk os macos serrier
| 1
|
720,163
| 24,781,756,324
|
IssuesEvent
|
2022-10-24 06:05:46
|
airqo-platform/AirQo-frontend
|
https://api.github.com/repos/airqo-platform/AirQo-frontend
|
closed
|
"Expand" the deploy/Not Deployed State with more options
|
enhancement good first issue netmanager feature-request priority-high marked-for-fixing
|
**Is your feature request related to a problem? Please describe.**
At the moment, the user managing the network is not able able to easily track the status of a newly created device in the production assembly line accordingly. The current implementation of netmanager does not offer options to monitor the hardware production process.
**Describe the solution you'd like**
Expanding the deploy/not deployed state with more options.
In assembly line => In-stock and ready => Deployed => Un deployed -> Recalled for maintenance -> Decommissioned.
**Describe alternatives you've considered**
- Utlliization of the "new" `status` field for the deployment status of the device instead of using the `isActive` field
- We need to review the UI colors we shall use for the different statuses. Currently we are use green for` deployed` and red for `undeployed`.
**Additional context**
This was picked up as a feature request from the recently concluded hardware demo.
API details:
We are using the update endpoint for devices where the updated field is `status`
There is already a device status field on the platform which we can take advantage of for this. Screenshot follows shortly:
<img width="1241" alt="Screenshot 2021-08-30 at 12 47 37" src="https://user-images.githubusercontent.com/1590213/131321134-60be582a-741a-42ec-a458-b241706a8072.png">
|
1.0
|
"Expand" the deploy/Not Deployed State with more options - **Is your feature request related to a problem? Please describe.**
At the moment, the user managing the network is not able able to easily track the status of a newly created device in the production assembly line accordingly. The current implementation of netmanager does not offer options to monitor the hardware production process.
**Describe the solution you'd like**
Expanding the deploy/not deployed state with more options.
In assembly line => In-stock and ready => Deployed => Un deployed -> Recalled for maintenance -> Decommissioned.
**Describe alternatives you've considered**
- Utlliization of the "new" `status` field for the deployment status of the device instead of using the `isActive` field
- We need to review the UI colors we shall use for the different statuses. Currently we are use green for` deployed` and red for `undeployed`.
**Additional context**
This was picked up as a feature request from the recently concluded hardware demo.
API details:
We are using the update endpoint for devices where the updated field is `status`
There is already a device status field on the platform which we can take advantage of for this. Screenshot follows shortly:
<img width="1241" alt="Screenshot 2021-08-30 at 12 47 37" src="https://user-images.githubusercontent.com/1590213/131321134-60be582a-741a-42ec-a458-b241706a8072.png">
|
priority
|
expand the deploy not deployed state with more options is your feature request related to a problem please describe at the moment the user managing the network is not able able to easily track the status of a newly created device in the production assembly line accordingly the current implementation of netmanager does not offer options to monitor the hardware production process describe the solution you d like expanding the deploy not deployed state with more options in assembly line in stock and ready deployed un deployed recalled for maintenance decommissioned describe alternatives you ve considered utlliization of the new status field for the deployment status of the device instead of using the isactive field we need to review the ui colors we shall use for the different statuses currently we are use green for deployed and red for undeployed additional context this was picked up as a feature request from the recently concluded hardware demo api details we are using the update endpoint for devices where the updated field is status there is already a device status field on the platform which we can take advantage of for this screenshot follows shortly img width alt screenshot at src
| 1
|
721,755
| 24,836,662,172
|
IssuesEvent
|
2022-10-26 09:22:25
|
mlcommons/mobile_app_open
|
https://api.github.com/repos/mlcommons/mobile_app_open
|
closed
|
Save CPU model in result
|
priority:high release:3.0 size:big
|
Currently we save very limited info about app environment: os type, os version, manufacturer, model id.
We should at least also save CPU model.
|
1.0
|
Save CPU model in result - Currently we save very limited info about app environment: os type, os version, manufacturer, model id.
We should at least also save CPU model.
|
priority
|
save cpu model in result currently we save very limited info about app environment os type os version manufacturer model id we should at least also save cpu model
| 1
|
414,276
| 12,101,442,244
|
IssuesEvent
|
2020-04-20 15:13:13
|
codesmithtools/Templates
|
https://api.github.com/repos/codesmithtools/Templates
|
closed
|
Add GuidAttribute to PK Accessors
|
Framework-PLINQO Priority-High Type-Enhancement auto-migrated
|
```
Please modify the PLINQO templates to automatically add the "GuidAttribute"
attribute to the accessor for the primary key columns were the ColumnSchema
does not report a default value. It is my opinion that this will increase the
usability of the templates and save the user additional time.
Currently, CS/PLINQO users must either manually stuff a value for the key
property, before doing an Insert, when the PK is a uniqueidentifier and the
column does not have a default value. The other option is for them to manually
alter the Metadata class and add the "GuidAttribute" attribute to allow
framework to automatically set the value. Since these are the only two options
for user, and since the framework will handle the latter automatically, it only
make sense that it be added to the template.
Thanx,
Fred
```
Original issue reported on code.google.com by `fred.lac...@gmail.com` on 1 Dec 2010 at 12:02
|
1.0
|
Add GuidAttribute to PK Accessors - ```
Please modify the PLINQO templates to automatically add the "GuidAttribute"
attribute to the accessor for the primary key columns were the ColumnSchema
does not report a default value. It is my opinion that this will increase the
usability of the templates and save the user additional time.
Currently, CS/PLINQO users must either manually stuff a value for the key
property, before doing an Insert, when the PK is a uniqueidentifier and the
column does not have a default value. The other option is for them to manually
alter the Metadata class and add the "GuidAttribute" attribute to allow
framework to automatically set the value. Since these are the only two options
for user, and since the framework will handle the latter automatically, it only
make sense that it be added to the template.
Thanx,
Fred
```
Original issue reported on code.google.com by `fred.lac...@gmail.com` on 1 Dec 2010 at 12:02
|
priority
|
add guidattribute to pk accessors please modify the plinqo templates to automatically add the guidattribute attribute to the accessor for the primary key columns were the columnschema does not report a default value it is my opinion that this will increase the usability of the templates and save the user additional time currently cs plinqo users must either manually stuff a value for the key property before doing an insert when the pk is a uniqueidentifier and the column does not have a default value the other option is for them to manually alter the metadata class and add the guidattribute attribute to allow framework to automatically set the value since these are the only two options for user and since the framework will handle the latter automatically it only make sense that it be added to the template thanx fred original issue reported on code google com by fred lac gmail com on dec at
| 1
|
300,400
| 9,210,344,910
|
IssuesEvent
|
2019-03-09 04:07:21
|
WEBsinjyuku/meister-hackers
|
https://api.github.com/repos/WEBsinjyuku/meister-hackers
|
closed
|
投稿画面(edit) validateエラー時のレイアウトが変わる
|
high priority バグ
|
validateエラー時、募集ステータスとキャンセルボタンが非表示になる。
【edit初期画面】

【Validateエラー時】

|
1.0
|
投稿画面(edit) validateエラー時のレイアウトが変わる - validateエラー時、募集ステータスとキャンセルボタンが非表示になる。
【edit初期画面】

【Validateエラー時】

|
priority
|
投稿画面(edit) validateエラー時のレイアウトが変わる validateエラー時、募集ステータスとキャンセルボタンが非表示になる。 【edit初期画面】 【validateエラー時】
| 1
|
407,188
| 11,907,803,662
|
IssuesEvent
|
2020-03-30 23:11:45
|
BeeStation/NSV13
|
https://api.github.com/repos/BeeStation/NSV13
|
opened
|
[ENTERPRISE] Turbolift improperly instances areas for it's aircraft elevator
|
Enterprise FUCK Map Issue Multi-Z Priority: High
|
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
FUCK
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://atlantaned.space/statbus/round.php ! The round id let's us look up valuable information and logs for the round the bug happened.)-->
## Testmerges:
Irrelevant
<!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. -->
## Reproduction:
HOW HARD IS IT TO MAKE A NEW AREA

<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
|
1.0
|
[ENTERPRISE] Turbolift improperly instances areas for it's aircraft elevator - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
FUCK
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://atlantaned.space/statbus/round.php ! The round id let's us look up valuable information and logs for the round the bug happened.)-->
## Testmerges:
Irrelevant
<!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. -->
## Reproduction:
HOW HARD IS IT TO MAKE A NEW AREA

<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
|
priority
|
turbolift improperly instances areas for it s aircraft elevator round id fuck include the round id if you discovered this issue from playing tgstation hosted servers it can be found in the status panel or retrieved from the round id let s us look up valuable information and logs for the round the bug happened testmerges irrelevant reproduction how hard is it to make a new area
| 1
|
557,736
| 16,517,492,234
|
IssuesEvent
|
2021-05-26 11:18:20
|
PropertyTools/PropertyTools
|
https://api.github.com/repos/PropertyTools/PropertyTools
|
closed
|
Paste isn't working for DataGrid
|
DataGrid bug help wanted high priority
|
pasting multiple rows in DataGrid isn't working, it shows default value(s) for each row(s). The number of rows are created as per source but not the values. Paste is working fine when pasting for the second time.
|
1.0
|
Paste isn't working for DataGrid - pasting multiple rows in DataGrid isn't working, it shows default value(s) for each row(s). The number of rows are created as per source but not the values. Paste is working fine when pasting for the second time.
|
priority
|
paste isn t working for datagrid pasting multiple rows in datagrid isn t working it shows default value s for each row s the number of rows are created as per source but not the values paste is working fine when pasting for the second time
| 1
|
543,522
| 15,883,374,282
|
IssuesEvent
|
2021-04-09 17:17:55
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Ask Password Option: Confusing and repetitive steps for the user
|
Affected/5.4.0-Update1 Priority/Highest docs
|
In [1] the expiry time is set in the first step and the email verifcation is enabled in a latter step. In order to get this working the user has to restart the server, log in to management console twice. This maybe tiresome for the user who wants to try out this particular flow. Hence to reduce effort on user side to enable configs, please provide the configs in one go.
[1] https://docs.wso2.com/display/IS540/Creating+Users+using+the+Ask+Password+Option
|
1.0
|
Ask Password Option: Confusing and repetitive steps for the user - In [1] the expiry time is set in the first step and the email verifcation is enabled in a latter step. In order to get this working the user has to restart the server, log in to management console twice. This maybe tiresome for the user who wants to try out this particular flow. Hence to reduce effort on user side to enable configs, please provide the configs in one go.
[1] https://docs.wso2.com/display/IS540/Creating+Users+using+the+Ask+Password+Option
|
priority
|
ask password option confusing and repetitive steps for the user in the expiry time is set in the first step and the email verifcation is enabled in a latter step in order to get this working the user has to restart the server log in to management console twice this maybe tiresome for the user who wants to try out this particular flow hence to reduce effort on user side to enable configs please provide the configs in one go
| 1
|
304,862
| 9,336,788,253
|
IssuesEvent
|
2019-03-28 22:19:54
|
nationalparkservice/mojn-sv-database
|
https://api.github.com/repos/nationalparkservice/mojn-sv-database
|
closed
|
Photo list not showing up after photo data entered
|
high priority
|
The data show up in the subform query so maybe the subform isn't being made visible when it should?
|
1.0
|
Photo list not showing up after photo data entered - The data show up in the subform query so maybe the subform isn't being made visible when it should?
|
priority
|
photo list not showing up after photo data entered the data show up in the subform query so maybe the subform isn t being made visible when it should
| 1
|
161,608
| 6,131,099,150
|
IssuesEvent
|
2017-06-24 12:31:29
|
timtrice/rrricanes
|
https://api.github.com/repos/timtrice/rrricanes
|
opened
|
Remove `Adv` variable from `update`
|
Bugs High Priority
|
Updates do not have advisory numbers. Remove this variable from dataset.
|
1.0
|
Remove `Adv` variable from `update` - Updates do not have advisory numbers. Remove this variable from dataset.
|
priority
|
remove adv variable from update updates do not have advisory numbers remove this variable from dataset
| 1
|
39,360
| 2,853,861,195
|
IssuesEvent
|
2015-06-01 20:46:21
|
Chatterbox/Chatterbox
|
https://api.github.com/repos/Chatterbox/Chatterbox
|
opened
|
Sponge support
|
enhancement high priority todo
|
This was always going to be a thing we were doing, and now it's time to make ze ticket.
So! What do we need to do to make Sponge support happen?
- [ ] Research [Sponge API](https://docs.spongepowered.org/en/plugin/index.html)
- [ ] Abstract anything that is currently Bukkit-specific
- [ ] Do the thing?
|
1.0
|
Sponge support - This was always going to be a thing we were doing, and now it's time to make ze ticket.
So! What do we need to do to make Sponge support happen?
- [ ] Research [Sponge API](https://docs.spongepowered.org/en/plugin/index.html)
- [ ] Abstract anything that is currently Bukkit-specific
- [ ] Do the thing?
|
priority
|
sponge support this was always going to be a thing we were doing and now it s time to make ze ticket so what do we need to do to make sponge support happen research abstract anything that is currently bukkit specific do the thing
| 1
|
269,004
| 8,419,038,073
|
IssuesEvent
|
2018-10-15 04:34:23
|
CS2103-AY1819S1-F10-1/main
|
https://api.github.com/repos/CS2103-AY1819S1-F10-1/main
|
opened
|
Add leave application storage
|
priority.High status.Ongoing type.Epic
|
Implement the functionality of saving leave application data to XML file
|
1.0
|
Add leave application storage - Implement the functionality of saving leave application data to XML file
|
priority
|
add leave application storage implement the functionality of saving leave application data to xml file
| 1
|
153,513
| 5,893,503,327
|
IssuesEvent
|
2017-05-17 22:09:50
|
AZMAG/map-LandUse
|
https://api.github.com/repos/AZMAG/map-LandUse
|
closed
|
Make Excel Button Standard throughout Viewer
|
optimization Priority: High
|
We currently have several different Excel buttons in the viewer. We need to standardize the look.
We need to use the Kendo button
1: Make sure the sprite works
2: maybe change the color to Excel Green
|
1.0
|
Make Excel Button Standard throughout Viewer - We currently have several different Excel buttons in the viewer. We need to standardize the look.
We need to use the Kendo button
1: Make sure the sprite works
2: maybe change the color to Excel Green
|
priority
|
make excel button standard throughout viewer we currently have several different excel buttons in the viewer we need to standardize the look we need to use the kendo button make sure the sprite works maybe change the color to excel green
| 1
|
596,536
| 18,105,897,123
|
IssuesEvent
|
2021-09-22 19:06:49
|
Signbank/Global-signbank
|
https://api.github.com/repos/Signbank/Global-signbank
|
closed
|
I can't upload a video for a new sign
|
bug high priority blocking
|
When I try to upload a video, I receive the following message
<img width="1792" alt="Screenshot 2021-09-01 at 14 45 01" src="https://user-images.githubusercontent.com/63103864/131682956-913663cf-8ed9-4527-98b6-29f3fcbc3e31.png">
|
1.0
|
I can't upload a video for a new sign - When I try to upload a video, I receive the following message
<img width="1792" alt="Screenshot 2021-09-01 at 14 45 01" src="https://user-images.githubusercontent.com/63103864/131682956-913663cf-8ed9-4527-98b6-29f3fcbc3e31.png">
|
priority
|
i can t upload a video for a new sign when i try to upload a video i receive the following message img width alt screenshot at src
| 1
|
526,607
| 15,296,783,203
|
IssuesEvent
|
2021-02-24 07:25:36
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Add page element ID to my account page
|
Priority/Highest Severity/Major bug myaccount
|
**Describe the Issue:**
For test automation required unique ID for page elements. Therefor it required add data-testid for every page element on my account page.
|
1.0
|
Add page element ID to my account page - **Describe the Issue:**
For test automation required unique ID for page elements. Therefor it required add data-testid for every page element on my account page.
|
priority
|
add page element id to my account page describe the issue for test automation required unique id for page elements therefor it required add data testid for every page element on my account page
| 1
|
425,094
| 12,335,592,570
|
IssuesEvent
|
2020-05-14 12:15:36
|
SforAiDl/Playground
|
https://api.github.com/repos/SforAiDl/Playground
|
closed
|
Resolving FPS issue
|
help wanted priority:High
|
Currently, there's some redundant/unnecessary code because of which FPS of video detector is very poor. Making optimizations to improve FPS is necessary.
|
1.0
|
Resolving FPS issue - Currently, there's some redundant/unnecessary code because of which FPS of video detector is very poor. Making optimizations to improve FPS is necessary.
|
priority
|
resolving fps issue currently there s some redundant unnecessary code because of which fps of video detector is very poor making optimizations to improve fps is necessary
| 1
|
737,231
| 25,507,125,718
|
IssuesEvent
|
2022-11-28 10:16:58
|
bounswe/bounswe2022group7
|
https://api.github.com/repos/bounswe/bounswe2022group7
|
opened
|
Discussion Post Upvote Downvote Transform as In Comment
|
Status: In Progress Priority: High Difficulty: Medium Type: Implementation Target: Backend
|
Now, for discussion post, we still just have counts for upvote downvote. We should convert it to lists of upvoters downvoters.
|
1.0
|
Discussion Post Upvote Downvote Transform as In Comment - Now, for discussion post, we still just have counts for upvote downvote. We should convert it to lists of upvoters downvoters.
|
priority
|
discussion post upvote downvote transform as in comment now for discussion post we still just have counts for upvote downvote we should convert it to lists of upvoters downvoters
| 1
|
758,060
| 26,542,266,117
|
IssuesEvent
|
2023-01-19 20:18:34
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[kubernetes-deployments] Update kubernetes deployment files
|
priority: high task validate
|
Please update
- the cluster files for primary/replica clustering
- the ssh config changes for both simple and cluster deployment files (Related to https://github.com/craftercms/craftercms/issues/5257)
|
1.0
|
[kubernetes-deployments] Update kubernetes deployment files - Please update
- the cluster files for primary/replica clustering
- the ssh config changes for both simple and cluster deployment files (Related to https://github.com/craftercms/craftercms/issues/5257)
|
priority
|
update kubernetes deployment files please update the cluster files for primary replica clustering the ssh config changes for both simple and cluster deployment files related to
| 1
|
136,296
| 5,279,573,606
|
IssuesEvent
|
2017-02-07 11:42:14
|
Activisme-be/BK-zeverij
|
https://api.github.com/repos/Activisme-be/BK-zeverij
|
closed
|
Add method that disable the admin for github hook.
|
bug High Priority
|
Now the admin can publish a ticket multiple times to github. So we need a disable method. That the admin only can once publish a quetion. This also prevent a overflow on the issue tracker.
|
1.0
|
Add method that disable the admin for github hook. - Now the admin can publish a ticket multiple times to github. So we need a disable method. That the admin only can once publish a quetion. This also prevent a overflow on the issue tracker.
|
priority
|
add method that disable the admin for github hook now the admin can publish a ticket multiple times to github so we need a disable method that the admin only can once publish a quetion this also prevent a overflow on the issue tracker
| 1
|
500,189
| 14,492,274,386
|
IssuesEvent
|
2020-12-11 06:38:13
|
OneSignal/react-native-onesignal
|
https://api.github.com/repos/OneSignal/react-native-onesignal
|
closed
|
App Crash while setting external user
|
Android Bug: High Priority Need More Information
|
<!--
1. IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MAY CLOSE YOUR ISSUE WITHOUT INVESTIGATION
1. SEARCH EXISTING ISSUES FOR AN ANSWER: https://goo.gl/pspQNY
1. See our Common Issues documentation: https://goo.gl/BDcfZZ
1. See our contributing guidelines: https://goo.gl/h19DnX
-->
**Description:**
onesignal.setexternaluserid got 2 arguments, expected 3
**Environment**
```
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-onesignal": "^3.9.3",
```
**Code**
```
OneSignal.setLogLevel(6, 0);
OneSignal.init(config.ONESIGNAL_APP_ID,
{
kOSSettingsKeyAutoPrompt: false,
kOSSettingsKeyInAppLaunchURL: false,
kOSSettingsKeyInFocusDisplayOption: 2
});
OneSignal.inFocusDisplaying(2);
OneSignal.promptForPushNotificationsWithUserResponse(myiOSPromptCallback);
let User = {
"email":"client@example.com",
"id":4,
"name":"Bilal Hussain Shah",
"status":true,
} // This is User.
OneSignal.setExternalUserId(User.id.toString(), (results) => {
console.log('Results of setting external user id');
console.log(results);
});
```

|
1.0
|
App Crash while setting external user - <!--
1. IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MAY CLOSE YOUR ISSUE WITHOUT INVESTIGATION
1. SEARCH EXISTING ISSUES FOR AN ANSWER: https://goo.gl/pspQNY
1. See our Common Issues documentation: https://goo.gl/BDcfZZ
1. See our contributing guidelines: https://goo.gl/h19DnX
-->
**Description:**
onesignal.setexternaluserid got 2 arguments, expected 3
**Environment**
```
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-onesignal": "^3.9.3",
```
**Code**
```
OneSignal.setLogLevel(6, 0);
OneSignal.init(config.ONESIGNAL_APP_ID,
{
kOSSettingsKeyAutoPrompt: false,
kOSSettingsKeyInAppLaunchURL: false,
kOSSettingsKeyInFocusDisplayOption: 2
});
OneSignal.inFocusDisplaying(2);
OneSignal.promptForPushNotificationsWithUserResponse(myiOSPromptCallback);
let User = {
"email":"client@example.com",
"id":4,
"name":"Bilal Hussain Shah",
"status":true,
} // This is User.
OneSignal.setExternalUserId(User.id.toString(), (results) => {
console.log('Results of setting external user id');
console.log(results);
});
```

|
priority
|
app crash while setting external user if you don t fill out the following information we may close your issue without investigation search existing issues for an answer see our common issues documentation see our contributing guidelines description onesignal setexternaluserid got arguments expected environment react react native react native onesignal code onesignal setloglevel onesignal init config onesignal app id kossettingskeyautoprompt false kossettingskeyinapplaunchurl false kossettingskeyinfocusdisplayoption onesignal infocusdisplaying onesignal promptforpushnotificationswithuserresponse myiospromptcallback let user email client example com id name bilal hussain shah status true this is user onesignal setexternaluserid user id tostring results console log results of setting external user id console log results
| 1
|
681,464
| 23,312,032,268
|
IssuesEvent
|
2022-08-08 09:07:31
|
openmsupply/mobile
|
https://api.github.com/repos/openmsupply/mobile
|
closed
|
kiribati Vax: Editing vaccination event, clicking save buttons multiple times quickly is crashing apps and which is corrupting the record
|
Priority: high Effort: small Bug: development Solution: Agreed
|
## Describe the bug
While editing vaccination events and saving application crashes and while reopening the apps and seeing the history for the same patients it shows blank.
### To reproduce
Steps to reproduce the behaviour:
1. Goto vaccination.
2. Select any patient and click on history.
3. Select the event that you are allowed to edit otherwise it will show the alert which is nice 👍
4. Now after editing try to click save multiple times which will crash the application.
5. Now reopen the application and select same patient and check same history.
6. See error
### Expected behaviour
A clear and concise description of what you expected to happen.
### Agreed Solution
- This happens when you click save multiple times. So we need to disable save button after 1st click and not enable it until we get a response back from the server or database.
### Version and device info
- App version: 8.4.2.2022727
- Tablet model:Samsung
- OS version:
### Additional context
Add any other context about the problem here.
|
1.0
|
kiribati Vax: Editing vaccination event, clicking save buttons multiple times quickly is crashing apps and which is corrupting the record - ## Describe the bug
While editing vaccination events and saving application crashes and while reopening the apps and seeing the history for the same patients it shows blank.
### To reproduce
Steps to reproduce the behaviour:
1. Goto vaccination.
2. Select any patient and click on history.
3. Select the event that you are allowed to edit otherwise it will show the alert which is nice 👍
4. Now after editing try to click save multiple times which will crash the application.
5. Now reopen the application and select same patient and check same history.
6. See error
### Expected behaviour
A clear and concise description of what you expected to happen.
### Agreed Solution
- This happens when you click save multiple times. So we need to disable save button after 1st click and not enable it until we get a response back from the server or database.
### Version and device info
- App version: 8.4.2.2022727
- Tablet model:Samsung
- OS version:
### Additional context
Add any other context about the problem here.
|
priority
|
kiribati vax editing vaccination event clicking save buttons multiple times quickly is crashing apps and which is corrupting the record describe the bug while editing vaccination events and saving application crashes and while reopening the apps and seeing the history for the same patients it shows blank to reproduce steps to reproduce the behaviour goto vaccination select any patient and click on history select the event that you are allowed to edit otherwise it will show the alert which is nice 👍 now after editing try to click save multiple times which will crash the application now reopen the application and select same patient and check same history see error expected behaviour a clear and concise description of what you expected to happen agreed solution this happens when you click save multiple times so we need to disable save button after click and not enable it until we get a response back from the server or database version and device info app version tablet model samsung os version additional context add any other context about the problem here
| 1
|
260,031
| 8,203,288,210
|
IssuesEvent
|
2018-09-02 19:34:59
|
caelum100/Luminite
|
https://api.github.com/repos/caelum100/Luminite
|
closed
|
`combine_models` function doesn't offset indices
|
category: graphics category: models difficulty: easy priority: high type: bug
|
The `combine_ models` function doesn't offset indices when combining multiple models, resulting in weird geometry.
|
1.0
|
`combine_models` function doesn't offset indices - The `combine_ models` function doesn't offset indices when combining multiple models, resulting in weird geometry.
|
priority
|
combine models function doesn t offset indices the combine models function doesn t offset indices when combining multiple models resulting in weird geometry
| 1
|
60,668
| 3,131,399,679
|
IssuesEvent
|
2015-09-09 14:34:37
|
OCHA-DAP/cod-migration
|
https://api.github.com/repos/OCHA-DAP/cod-migration
|
closed
|
Gospawn failing on node 31900
|
priority-high
|
Failed on two different runs. Execution stops.
Terminal output:
```
Start processing dataset with Node ID = 31900
Government
Creating new dataset: sierra-leone-admin-level-1-boundaries
usage: gospawn.py test (short|full)
```
Log output:
```
2015-08-31T17:55:27+0300 | dataset | START | True | 31900 | None | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | None | None | None | None
2015-08-31T17:55:28+0300 | dataset | get | True | 31900 | https://www.humanitarianresponse.info/en/operations/west-and-central-africa/dataset/sierra-leone-admin-level-1-boundaries | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | None | None | None | None
2015-08-31T17:55:28+0300 | dataset | format | True | 31900 | https://www.humanitarianresponse.info/en/operations/west-and-central-africa/dataset/sierra-leone-admin-level-1-boundaries | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | Sierra Leone - Admin Level 1 Boundaries | None | None | None
2015-08-31T17:55:29+0300 | dataset | create | False | 31900 | https://www.humanitarianresponse.info/en/operations/west-and-central-africa/dataset/sierra-leone-admin-level-1-boundaries | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | Sierra Leone - Admin Level 1 Boundaries | None | https://test-data.hdx.rwlabs.org/dataset/sierra-leone-admin-level-1-boundaries | https://test-data.hdx.rwlabs.org/api/3/action/package_show?id=sierra-leone-admin-level-1-boundaries
```
|
1.0
|
Gospawn failing on node 31900 - Failed on two different runs. Execution stops.
Terminal output:
```
Start processing dataset with Node ID = 31900
Government
Creating new dataset: sierra-leone-admin-level-1-boundaries
usage: gospawn.py test (short|full)
```
Log output:
```
2015-08-31T17:55:27+0300 | dataset | START | True | 31900 | None | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | None | None | None | None
2015-08-31T17:55:28+0300 | dataset | get | True | 31900 | https://www.humanitarianresponse.info/en/operations/west-and-central-africa/dataset/sierra-leone-admin-level-1-boundaries | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | None | None | None | None
2015-08-31T17:55:28+0300 | dataset | format | True | 31900 | https://www.humanitarianresponse.info/en/operations/west-and-central-africa/dataset/sierra-leone-admin-level-1-boundaries | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | Sierra Leone - Admin Level 1 Boundaries | None | None | None
2015-08-31T17:55:29+0300 | dataset | create | False | 31900 | https://www.humanitarianresponse.info/en/operations/west-and-central-africa/dataset/sierra-leone-admin-level-1-boundaries | https://www.humanitarianresponse.info/en/api/v1.0/datasets/31900 | None | Sierra Leone - Admin Level 1 Boundaries | None | https://test-data.hdx.rwlabs.org/dataset/sierra-leone-admin-level-1-boundaries | https://test-data.hdx.rwlabs.org/api/3/action/package_show?id=sierra-leone-admin-level-1-boundaries
```
|
priority
|
gospawn failing on node failed on two different runs execution stops terminal output start processing dataset with node id government creating new dataset sierra leone admin level boundaries usage gospawn py test short full log output dataset start true none none none none none none dataset get true none none none none none dataset format true none sierra leone admin level boundaries none none none dataset create false none sierra leone admin level boundaries none
| 1
|
709,323
| 24,373,824,802
|
IssuesEvent
|
2022-10-03 22:00:02
|
fecgov/openFEC
|
https://api.github.com/repos/fecgov/openFEC
|
closed
|
Dev API CircleCI builds failing
|
Needs refinement High priority
|
### Summary
Dev API CircleCI builds are failing on the `celery-beat` deployment stage. Error messages include:
`ERR Failed to compress build artifacts: exit status 2`
`ERR Failed to stage build: staging failed`
### Completion criteria
- [ ] Failing Dev API CircleCi builds are fixed
|
1.0
|
Dev API CircleCI builds failing - ### Summary
Dev API CircleCI builds are failing on the `celery-beat` deployment stage. Error messages include:
`ERR Failed to compress build artifacts: exit status 2`
`ERR Failed to stage build: staging failed`
### Completion criteria
- [ ] Failing Dev API CircleCi builds are fixed
|
priority
|
dev api circleci builds failing summary dev api circleci builds are failing on the celery beat deployment stage error messages include err failed to compress build artifacts exit status err failed to stage build staging failed completion criteria failing dev api circleci builds are fixed
| 1
|
409,602
| 11,965,347,154
|
IssuesEvent
|
2020-04-05 23:01:04
|
Kaktushose/levelbot2
|
https://api.github.com/repos/Kaktushose/levelbot2
|
opened
|
Rechtschreibfehler in Fehlermeldung
|
bug high priority member
|
**Beschreibe den Bug**
In der Fehlermeldung (siehe Anhang) steht `ausgschlossen` anstatt `ausgeschlossen`.
**Schritte zum Reproduzieren**
!info @Bot
**Screenshots**

**Dein Discordname + Discriminator**
z.B. Kaktushose#0436
|
1.0
|
Rechtschreibfehler in Fehlermeldung - **Beschreibe den Bug**
In der Fehlermeldung (siehe Anhang) steht `ausgschlossen` anstatt `ausgeschlossen`.
**Schritte zum Reproduzieren**
!info @Bot
**Screenshots**

**Dein Discordname + Discriminator**
z.B. Kaktushose#0436
|
priority
|
rechtschreibfehler in fehlermeldung beschreibe den bug in der fehlermeldung siehe anhang steht ausgschlossen anstatt ausgeschlossen schritte zum reproduzieren info bot screenshots dein discordname discriminator z b kaktushose
| 1
|
814,731
| 30,519,623,055
|
IssuesEvent
|
2023-07-19 07:07:39
|
ut-issl/c2a-aobc
|
https://api.github.com/repos/ut-issl/c2a-aobc
|
closed
|
formatter CIを導入する
|
:rocket: priority::high :fish: patch :wrench: tools
|
## 詳細
GitLab時代のものをGitHub用に修正して設定する必要がある。
## close条件
FormatterがGitHub Actionsに追加されたら。
## 備考
NA
## 注意
NA
|
1.0
|
formatter CIを導入する - ## 詳細
GitLab時代のものをGitHub用に修正して設定する必要がある。
## close条件
FormatterがGitHub Actionsに追加されたら。
## 備考
NA
## 注意
NA
|
priority
|
formatter ciを導入する 詳細 gitlab時代のものをgithub用に修正して設定する必要がある。 close条件 formatterがgithub actionsに追加されたら。 備考 na 注意 na
| 1
|
613,463
| 19,091,147,720
|
IssuesEvent
|
2021-11-29 12:15:01
|
qgis/QGIS
|
https://api.github.com/repos/qgis/QGIS
|
closed
|
[node tool] nodes on the locked item remains highlighted after toggle editing
|
High Priority Bug Digitizing
|
Author Name: **Saber Razmjooei** (@saberraz)
Original Redmine Issue: [21532](https://issues.qgis.org/issues/21532)
Affected QGIS version: 3.7(master)
Redmine category:digitising
---
After toggle editing (exit edit mode), the highlighted nodes of the locked item remains highlighted.
---
- [node_tool_artifact.gif](https://issues.qgis.org/attachments/download/14559/node_tool_artifact.gif) (Saber Razmjooei)
|
1.0
|
[node tool] nodes on the locked item remains highlighted after toggle editing - Author Name: **Saber Razmjooei** (@saberraz)
Original Redmine Issue: [21532](https://issues.qgis.org/issues/21532)
Affected QGIS version: 3.7(master)
Redmine category:digitising
---
After toggle editing (exit edit mode), the highlighted nodes of the locked item remains highlighted.
---
- [node_tool_artifact.gif](https://issues.qgis.org/attachments/download/14559/node_tool_artifact.gif) (Saber Razmjooei)
|
priority
|
nodes on the locked item remains highlighted after toggle editing author name saber razmjooei saberraz original redmine issue affected qgis version master redmine category digitising after toggle editing exit edit mode the highlighted nodes of the locked item remains highlighted saber razmjooei
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.