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
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
362,035
| 10,722,193,415
|
IssuesEvent
|
2019-10-27 10:03:49
|
onaio/reveal-frontend
|
https://api.github.com/repos/onaio/reveal-frontend
|
closed
|
Ensure Task Action Code consistency
|
Priority: High good first issue has pr
|
In the settings module, we have:
```ts
// task action codes
export const RACD_REGISTER_FAMILY_CODE = 'RACD Register Family';
export type RACD_REGISTER_FAMILY_CODE = typeof RACD_REGISTER_FAMILY_CODE;
export const CASE_CONFIRMATION_CODE = 'Case Confirmation';
export type CASE_CONFIRMATION_CODE = typeof CASE_CONFIRMATION_CODE;
export const MOSQUITO_COLLECTION_CODE = 'Mosquito Collection';
export type MOSQUITO_COLLECTION_CODE = typeof MOSQUITO_COLLECTION_CODE;
export const BEDNET_DISTRIBUTION_CODE = 'Bednet Distribution';
export type BEDNET_DISTRIBUTION_CODE = typeof BEDNET_DISTRIBUTION_CODE;
export const LARVAL_DIPPING_CODE = 'Larval Dipping';
export type LARVAL_DIPPING_CODE = typeof LARVAL_DIPPING_CODE;
export const BLOOD_SCREENING_CODE = 'Blood Screening';
export type BLOOD_SCREENING_CODE = typeof BLOOD_SCREENING_CODE;
export const IRS_CODE = 'IRS';
export type IRS_CODE = typeof IRS_CODE;
```
These may be different from the same thing that is defined with the PlanForm. We need to build on the work started in #511 and change these values in the constants module to work with the values used by the PlanForm (found here https://github.com/onaio/reveal-frontend/blob/master/src/configs/settings.ts#L139).
|
1.0
|
Ensure Task Action Code consistency - In the settings module, we have:
```ts
// task action codes
export const RACD_REGISTER_FAMILY_CODE = 'RACD Register Family';
export type RACD_REGISTER_FAMILY_CODE = typeof RACD_REGISTER_FAMILY_CODE;
export const CASE_CONFIRMATION_CODE = 'Case Confirmation';
export type CASE_CONFIRMATION_CODE = typeof CASE_CONFIRMATION_CODE;
export const MOSQUITO_COLLECTION_CODE = 'Mosquito Collection';
export type MOSQUITO_COLLECTION_CODE = typeof MOSQUITO_COLLECTION_CODE;
export const BEDNET_DISTRIBUTION_CODE = 'Bednet Distribution';
export type BEDNET_DISTRIBUTION_CODE = typeof BEDNET_DISTRIBUTION_CODE;
export const LARVAL_DIPPING_CODE = 'Larval Dipping';
export type LARVAL_DIPPING_CODE = typeof LARVAL_DIPPING_CODE;
export const BLOOD_SCREENING_CODE = 'Blood Screening';
export type BLOOD_SCREENING_CODE = typeof BLOOD_SCREENING_CODE;
export const IRS_CODE = 'IRS';
export type IRS_CODE = typeof IRS_CODE;
```
These may be different from the same thing that is defined with the PlanForm. We need to build on the work started in #511 and change these values in the constants module to work with the values used by the PlanForm (found here https://github.com/onaio/reveal-frontend/blob/master/src/configs/settings.ts#L139).
|
priority
|
ensure task action code consistency in the settings module we have ts task action codes export const racd register family code racd register family export type racd register family code typeof racd register family code export const case confirmation code case confirmation export type case confirmation code typeof case confirmation code export const mosquito collection code mosquito collection export type mosquito collection code typeof mosquito collection code export const bednet distribution code bednet distribution export type bednet distribution code typeof bednet distribution code export const larval dipping code larval dipping export type larval dipping code typeof larval dipping code export const blood screening code blood screening export type blood screening code typeof blood screening code export const irs code irs export type irs code typeof irs code these may be different from the same thing that is defined with the planform we need to build on the work started in and change these values in the constants module to work with the values used by the planform found here
| 1
|
589,376
| 17,695,568,850
|
IssuesEvent
|
2021-08-24 14:56:36
|
sachio-portfolio/prodive
|
https://api.github.com/repos/sachio-portfolio/prodive
|
opened
|
issue6 Divesite作成
|
High priority
|
- [ ] divesitesモデル作成
- [ ] Divesiteコントローラ作成(index,show)
- [ ] view(index)にdivesites一覧表示 ※後程MAPを表示する部分
- [ ] view(show)にdivesitesの個別情報表示
- [ ] スマホのみ電話発信できるようCSS記述
- [ ] seedデータ作成
|
1.0
|
issue6 Divesite作成 - - [ ] divesitesモデル作成
- [ ] Divesiteコントローラ作成(index,show)
- [ ] view(index)にdivesites一覧表示 ※後程MAPを表示する部分
- [ ] view(show)にdivesitesの個別情報表示
- [ ] スマホのみ電話発信できるようCSS記述
- [ ] seedデータ作成
|
priority
|
divesite作成 divesitesモデル作成 divesiteコントローラ作成 index show view index にdivesites一覧表示 ※後程mapを表示する部分 view show にdivesitesの個別情報表示 スマホのみ電話発信できるようcss記述 seedデータ作成
| 1
|
754,058
| 26,371,979,449
|
IssuesEvent
|
2023-01-11 21:32:52
|
GeorgianF/Kenpachi-P5-CI
|
https://api.github.com/repos/GeorgianF/Kenpachi-P5-CI
|
closed
|
User Story: Payment
|
user story priority:high
|
As a **user** I want to be able to **easily add payment details** so that I can **proceed with the payment without hassle**
|
1.0
|
User Story: Payment - As a **user** I want to be able to **easily add payment details** so that I can **proceed with the payment without hassle**
|
priority
|
user story payment as a user i want to be able to easily add payment details so that i can proceed with the payment without hassle
| 1
|
177,039
| 6,573,490,984
|
IssuesEvent
|
2017-09-11 08:59:50
|
gdgphilippines/devfest
|
https://api.github.com/repos/gdgphilippines/devfest
|
closed
|
Create a new Speakers Page
|
enhancement Priority High review
|
### Description
Create a page for the speaker list
Files and assets will be coming from slack channel devfestph care of @juvarabrera
Content will come from @rap12
|
1.0
|
Create a new Speakers Page - ### Description
Create a page for the speaker list
Files and assets will be coming from slack channel devfestph care of @juvarabrera
Content will come from @rap12
|
priority
|
create a new speakers page description create a page for the speaker list files and assets will be coming from slack channel devfestph care of juvarabrera content will come from
| 1
|
637,009
| 20,617,487,343
|
IssuesEvent
|
2022-03-07 14:32:40
|
FactorioAntigrief/FactorioAntigrief
|
https://api.github.com/repos/FactorioAntigrief/FactorioAntigrief
|
opened
|
Add a command to create/remove servers from Discord
|
scope:clientside-bot priority:high type:feature
|
This is required so that if a new server is added, all the players should be re-banned on the server. Might replace `servers.json` if port options are added.
|
1.0
|
Add a command to create/remove servers from Discord - This is required so that if a new server is added, all the players should be re-banned on the server. Might replace `servers.json` if port options are added.
|
priority
|
add a command to create remove servers from discord this is required so that if a new server is added all the players should be re banned on the server might replace servers json if port options are added
| 1
|
145,349
| 5,565,193,591
|
IssuesEvent
|
2017-03-26 12:04:46
|
dotkom/regme
|
https://api.github.com/repos/dotkom/regme
|
closed
|
Fix the attendee counter
|
Priority: High Status: Available Type: Bug
|
For whatever reason the total attendee count doesn't work for the first event in line, it merely defaults to 0.
|
1.0
|
Fix the attendee counter - For whatever reason the total attendee count doesn't work for the first event in line, it merely defaults to 0.
|
priority
|
fix the attendee counter for whatever reason the total attendee count doesn t work for the first event in line it merely defaults to
| 1
|
364,521
| 10,765,293,903
|
IssuesEvent
|
2019-11-01 10:37:24
|
giampaolo/psutil
|
https://api.github.com/repos/giampaolo/psutil
|
closed
|
Process.environ() on Windows may raise WindowsError
|
bug priority-high windows
|
https://ci.appveyor.com/project/giampaolo/psutil/build/806/job/fpxxbai3sg291i75
```
======================================================================
ERROR: test_proc_environ (test_process.TestNonUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\psutil\psutil\tests\test_process.py", line 2054, in test_proc_environ
encode_path(p.environ()['FUNNY_ARG']), funny_path)
File "c:\projects\psutil\psutil\__init__.py", line 772, in environ
return self._proc.environ()
File "c:\projects\psutil\psutil\_pswindows.py", line 536, in wrapper
return fun(self, *args, **kwargs)
File "c:\projects\psutil\psutil\_pswindows.py", line 597, in environ
return parse_environ_block(cext.proc_environ(self.pid))
WindowsError: [Error 299] Only part of a ReadProcessMemory or WriteProcessMemory request was comp
```
|
1.0
|
Process.environ() on Windows may raise WindowsError - https://ci.appveyor.com/project/giampaolo/psutil/build/806/job/fpxxbai3sg291i75
```
======================================================================
ERROR: test_proc_environ (test_process.TestNonUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\projects\psutil\psutil\tests\test_process.py", line 2054, in test_proc_environ
encode_path(p.environ()['FUNNY_ARG']), funny_path)
File "c:\projects\psutil\psutil\__init__.py", line 772, in environ
return self._proc.environ()
File "c:\projects\psutil\psutil\_pswindows.py", line 536, in wrapper
return fun(self, *args, **kwargs)
File "c:\projects\psutil\psutil\_pswindows.py", line 597, in environ
return parse_environ_block(cext.proc_environ(self.pid))
WindowsError: [Error 299] Only part of a ReadProcessMemory or WriteProcessMemory request was comp
```
|
priority
|
process environ on windows may raise windowserror error test proc environ test process testnonunicode traceback most recent call last file c projects psutil psutil tests test process py line in test proc environ encode path p environ funny path file c projects psutil psutil init py line in environ return self proc environ file c projects psutil psutil pswindows py line in wrapper return fun self args kwargs file c projects psutil psutil pswindows py line in environ return parse environ block cext proc environ self pid windowserror only part of a readprocessmemory or writeprocessmemory request was comp
| 1
|
709,569
| 24,383,185,622
|
IssuesEvent
|
2022-10-04 09:32:38
|
FEniCS/dolfinx
|
https://api.github.com/repos/FEniCS/dolfinx
|
reopened
|
Manifold meshes from XDMF broken
|
bug high-priority
|
Broken by PR #2301
Reported at: https://fenicsproject.discourse.group/t/triangle-elements-in-3d-broken-in-dolfinx/9426
MWE:
XDMFFile:
```xdmf
<Xdmf Version="3.0">
<Domain>
<Grid Name="Grid">
<Geometry GeometryType="XYZ">
<DataItem DataType="Float" Dimensions="3 2" Format="XML" Precision="8">
0.0 0.0 0.0
1.0 0.0 0.0
0.0 1.0 0.0
</DataItem>
</Geometry>
<Topology NodesPerElement="3" NumberOfElements="1" TopologyType="triangle">
<DataItem DataType="Int" Dimensions="1 3" Format="XML" Precision="4">
0 1 2
</DataItem>
</Topology>
</Grid>
</Domain>
</Xdmf>
```
and code
```python
#!/usr/bin/env python3
from mpi4py import MPI
from dolfinx import fem, io
import ufl
comm = MPI.COMM_WORLD
meshname = 'mesh.xdmf'
with io.XDMFFile(comm, meshname, 'r', encoding=io.XDMFFile.Encoding.ASCII) as infile:
mesh = infile.read_mesh(name="Grid")
V_s = fem.FunctionSpace(mesh, ("P", 1))
V_v = fem.VectorFunctionSpace(mesh, ("P", 1))
V_t = fem.TensorFunctionSpace(mesh, ("P", 1))
print(mesh.geometry.dim, mesh.topology.dim)
```
yields error:
```bash
Non-matching cell of finite element and domain.
ERROR:UFL:Non-matching cell of finite element and domain.
Traceback (most recent call last):
File "/root/shared/debug/mwe_gmsh.py", line 15, in <module>
V_v = fem.VectorFunctionSpace(mesh, ("P", 1))
File "/root/shared/dolfinx/python/dolfinx/fem/function.py", line 578, in VectorFunctionSpace
return FunctionSpace(mesh, ufl_element)
File "/root/shared/dolfinx/python/dolfinx/fem/function.py", line 452, in __init__
super().__init__(mesh.ufl_domain(), element)
File "/root/shared/ufl/ufl/functionspace.py", line 45, in __init__
error("Non-matching cell of finite element and domain.")
File "/root/shared/ufl/ufl/log.py", line 158, in error
raise self._exception_type(self._format_raw(*message))
ufl.log.UFLException: Non-matching cell of finite element and domain.
```
|
1.0
|
Manifold meshes from XDMF broken - Broken by PR #2301
Reported at: https://fenicsproject.discourse.group/t/triangle-elements-in-3d-broken-in-dolfinx/9426
MWE:
XDMFFile:
```xdmf
<Xdmf Version="3.0">
<Domain>
<Grid Name="Grid">
<Geometry GeometryType="XYZ">
<DataItem DataType="Float" Dimensions="3 2" Format="XML" Precision="8">
0.0 0.0 0.0
1.0 0.0 0.0
0.0 1.0 0.0
</DataItem>
</Geometry>
<Topology NodesPerElement="3" NumberOfElements="1" TopologyType="triangle">
<DataItem DataType="Int" Dimensions="1 3" Format="XML" Precision="4">
0 1 2
</DataItem>
</Topology>
</Grid>
</Domain>
</Xdmf>
```
and code
```python
#!/usr/bin/env python3
from mpi4py import MPI
from dolfinx import fem, io
import ufl
comm = MPI.COMM_WORLD
meshname = 'mesh.xdmf'
with io.XDMFFile(comm, meshname, 'r', encoding=io.XDMFFile.Encoding.ASCII) as infile:
mesh = infile.read_mesh(name="Grid")
V_s = fem.FunctionSpace(mesh, ("P", 1))
V_v = fem.VectorFunctionSpace(mesh, ("P", 1))
V_t = fem.TensorFunctionSpace(mesh, ("P", 1))
print(mesh.geometry.dim, mesh.topology.dim)
```
yields error:
```bash
Non-matching cell of finite element and domain.
ERROR:UFL:Non-matching cell of finite element and domain.
Traceback (most recent call last):
File "/root/shared/debug/mwe_gmsh.py", line 15, in <module>
V_v = fem.VectorFunctionSpace(mesh, ("P", 1))
File "/root/shared/dolfinx/python/dolfinx/fem/function.py", line 578, in VectorFunctionSpace
return FunctionSpace(mesh, ufl_element)
File "/root/shared/dolfinx/python/dolfinx/fem/function.py", line 452, in __init__
super().__init__(mesh.ufl_domain(), element)
File "/root/shared/ufl/ufl/functionspace.py", line 45, in __init__
error("Non-matching cell of finite element and domain.")
File "/root/shared/ufl/ufl/log.py", line 158, in error
raise self._exception_type(self._format_raw(*message))
ufl.log.UFLException: Non-matching cell of finite element and domain.
```
|
priority
|
manifold meshes from xdmf broken broken by pr reported at mwe xdmffile xdmf and code python usr bin env from import mpi from dolfinx import fem io import ufl comm mpi comm world meshname mesh xdmf with io xdmffile comm meshname r encoding io xdmffile encoding ascii as infile mesh infile read mesh name grid v s fem functionspace mesh p v v fem vectorfunctionspace mesh p v t fem tensorfunctionspace mesh p print mesh geometry dim mesh topology dim yields error bash non matching cell of finite element and domain error ufl non matching cell of finite element and domain traceback most recent call last file root shared debug mwe gmsh py line in v v fem vectorfunctionspace mesh p file root shared dolfinx python dolfinx fem function py line in vectorfunctionspace return functionspace mesh ufl element file root shared dolfinx python dolfinx fem function py line in init super init mesh ufl domain element file root shared ufl ufl functionspace py line in init error non matching cell of finite element and domain file root shared ufl ufl log py line in error raise self exception type self format raw message ufl log uflexception non matching cell of finite element and domain
| 1
|
303,221
| 9,303,909,248
|
IssuesEvent
|
2019-03-24 21:01:05
|
bounswe/bounswe2019group7
|
https://api.github.com/repos/bounswe/bounswe2019group7
|
closed
|
Fixing errors on Use Case Diagram
|
Effort: Few Hours Priority: High Status: Needs Review Type: Bug Fixing
|
Errors that stated at the feedback will be revised and necessary changes will be made.
|
1.0
|
Fixing errors on Use Case Diagram - Errors that stated at the feedback will be revised and necessary changes will be made.
|
priority
|
fixing errors on use case diagram errors that stated at the feedback will be revised and necessary changes will be made
| 1
|
713,361
| 24,526,064,712
|
IssuesEvent
|
2022-10-11 13:13:55
|
AY2223S1-CS2113-T17-4/tp
|
https://api.github.com/repos/AY2223S1-CS2113-T17-4/tp
|
closed
|
Add find by carpark ID functionality
|
type.Story priority.High
|
As a user I can search lot availability by carpark ID for a specific carpark so that I know where I can park
|
1.0
|
Add find by carpark ID functionality - As a user I can search lot availability by carpark ID for a specific carpark so that I know where I can park
|
priority
|
add find by carpark id functionality as a user i can search lot availability by carpark id for a specific carpark so that i know where i can park
| 1
|
139,695
| 5,383,718,808
|
IssuesEvent
|
2017-02-24 08:04:23
|
CSnap/rpi_csdt_community
|
https://api.github.com/repos/CSnap/rpi_csdt_community
|
closed
|
Freeze dependencies to make development more stable
|
high priority
|
The libraries.txt.lock file should be used in place of libraries.txt to help make the development environment more stable. This should make setup easier for onboarding new developers.
We should have a recurring ticket to update packages at least once a semester. We should make sure to not lock patch versions.
|
1.0
|
Freeze dependencies to make development more stable - The libraries.txt.lock file should be used in place of libraries.txt to help make the development environment more stable. This should make setup easier for onboarding new developers.
We should have a recurring ticket to update packages at least once a semester. We should make sure to not lock patch versions.
|
priority
|
freeze dependencies to make development more stable the libraries txt lock file should be used in place of libraries txt to help make the development environment more stable this should make setup easier for onboarding new developers we should have a recurring ticket to update packages at least once a semester we should make sure to not lock patch versions
| 1
|
650,624
| 21,411,294,656
|
IssuesEvent
|
2022-04-22 06:20:42
|
ballerina-platform/ballerina-lang
|
https://api.github.com/repos/ballerina-platform/ballerina-lang
|
closed
|
Remove/hide --experimental flag from commands
|
Type/Improvement Priority/High Area/CLI Team/DevTools Points/1.5
|
**Description:**
This flag was introduced for experimental features in SL and now there is no necessity for this. This has been removed from the CLI and website documentation of SL GA. Needs to be removed from or hide it in (if we need it in the future) the command implementations.
|
1.0
|
Remove/hide --experimental flag from commands - **Description:**
This flag was introduced for experimental features in SL and now there is no necessity for this. This has been removed from the CLI and website documentation of SL GA. Needs to be removed from or hide it in (if we need it in the future) the command implementations.
|
priority
|
remove hide experimental flag from commands description this flag was introduced for experimental features in sl and now there is no necessity for this this has been removed from the cli and website documentation of sl ga needs to be removed from or hide it in if we need it in the future the command implementations
| 1
|
543,965
| 15,887,977,680
|
IssuesEvent
|
2021-04-10 05:00:42
|
ahmedkaludi/accelerated-mobile-pages
|
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
|
closed
|
Automatic redirect from the AMP version to non-amp version when access is from desktop.
|
NEXT UPDATE [Priority: HIGH] enhancement
|
User scenario:
If someone shares the amp link and I try to access it from the desktop, I’ll find AMP version on the desktop. Is there a way to avoid the Amp version from the desktop, even if I received an amp link?
He is looking for is an automatic redirect from the AMP version to non-amp version when access is from desktop.
Ref ticket: https://wordpress.org/support/topic/non-amp-version-in-desktop/
|
1.0
|
Automatic redirect from the AMP version to non-amp version when access is from desktop. - User scenario:
If someone shares the amp link and I try to access it from the desktop, I’ll find AMP version on the desktop. Is there a way to avoid the Amp version from the desktop, even if I received an amp link?
He is looking for is an automatic redirect from the AMP version to non-amp version when access is from desktop.
Ref ticket: https://wordpress.org/support/topic/non-amp-version-in-desktop/
|
priority
|
automatic redirect from the amp version to non amp version when access is from desktop user scenario if someone shares the amp link and i try to access it from the desktop i’ll find amp version on the desktop is there a way to avoid the amp version from the desktop even if i received an amp link he is looking for is an automatic redirect from the amp version to non amp version when access is from desktop ref ticket
| 1
|
357,666
| 10,616,604,405
|
IssuesEvent
|
2019-10-12 13:03:32
|
DevAdventCalendar/DevAdventCalendar
|
https://api.github.com/repos/DevAdventCalendar/DevAdventCalendar
|
closed
|
Update routing
|
enhancement good first issue hacktoberfest high priority
|
Update routing for HomeController to not use controller name in url
Example:
/Home/Contact should be available on /Contact
|
1.0
|
Update routing - Update routing for HomeController to not use controller name in url
Example:
/Home/Contact should be available on /Contact
|
priority
|
update routing update routing for homecontroller to not use controller name in url example home contact should be available on contact
| 1
|
190,444
| 6,818,493,759
|
IssuesEvent
|
2017-11-07 05:56:24
|
CS2103AUG2017-T14-B2/main
|
https://api.github.com/repos/CS2103AUG2017-T14-B2/main
|
closed
|
As the user, I can export my configuration settings
|
priority.high type.userStories
|
so that I can change computers using my same settings easily.
|
1.0
|
As the user, I can export my configuration settings - so that I can change computers using my same settings easily.
|
priority
|
as the user i can export my configuration settings so that i can change computers using my same settings easily
| 1
|
633,514
| 20,257,330,824
|
IssuesEvent
|
2022-02-15 01:24:04
|
rich-iannone/pointblank
|
https://api.github.com/repos/rich-iannone/pointblank
|
closed
|
Allow for more width options for the informant report
|
Difficulty: [2] Intermediate Effort: [3] High Type: ★ Enhancement Priority: [3] High
|
Currently, the default width of the informant report is `"standard"` (and there is a `"small"` option, which also inlines CSS for better emailing) but this makes reading of the report a bit uncomfortable in many situations. What should be allowed are user-specified widths in both `%` and `px`. The `"small"` keyword should probably be removed in favor of a separate option for creating an email-able version.
|
1.0
|
Allow for more width options for the informant report - Currently, the default width of the informant report is `"standard"` (and there is a `"small"` option, which also inlines CSS for better emailing) but this makes reading of the report a bit uncomfortable in many situations. What should be allowed are user-specified widths in both `%` and `px`. The `"small"` keyword should probably be removed in favor of a separate option for creating an email-able version.
|
priority
|
allow for more width options for the informant report currently the default width of the informant report is standard and there is a small option which also inlines css for better emailing but this makes reading of the report a bit uncomfortable in many situations what should be allowed are user specified widths in both and px the small keyword should probably be removed in favor of a separate option for creating an email able version
| 1
|
264,161
| 8,306,044,173
|
IssuesEvent
|
2018-09-22 14:33:33
|
swiperewards/Web-App
|
https://api.github.com/repos/swiperewards/Web-App
|
closed
|
Bug related to deals
|
High Priority
|
1. When dealing with dates, use the calendar feature provided by material UI to make it easier to select the dates.
2. City not listed on the deals --- it lists state
3. Deals not showing up on android app
|
1.0
|
Bug related to deals - 1. When dealing with dates, use the calendar feature provided by material UI to make it easier to select the dates.
2. City not listed on the deals --- it lists state
3. Deals not showing up on android app
|
priority
|
bug related to deals when dealing with dates use the calendar feature provided by material ui to make it easier to select the dates city not listed on the deals it lists state deals not showing up on android app
| 1
|
809,388
| 30,190,634,027
|
IssuesEvent
|
2023-07-04 15:06:17
|
fedimint/fedimint
|
https://api.github.com/repos/fedimint/fedimint
|
closed
|
Save incoming contracts to database
|
high priority lightning
|
In the process of facilitating an incoming lighting transaction, the lightning gateway [creates an "incoming contract" in the federation](https://github.com/fedimint/fedimint/blob/a34816e39bc7aa18d707786d08daea47a0e9e9f8/client/client-lib/src/lib.rs#L781-#L793).
We should [save this contract to the database](https://github.com/fedimint/fedimint/blob/a34816e39bc7aa18d707786d08daea47a0e9e9f8/client/client-lib/src/lib.rs#L800).
|
1.0
|
Save incoming contracts to database - In the process of facilitating an incoming lighting transaction, the lightning gateway [creates an "incoming contract" in the federation](https://github.com/fedimint/fedimint/blob/a34816e39bc7aa18d707786d08daea47a0e9e9f8/client/client-lib/src/lib.rs#L781-#L793).
We should [save this contract to the database](https://github.com/fedimint/fedimint/blob/a34816e39bc7aa18d707786d08daea47a0e9e9f8/client/client-lib/src/lib.rs#L800).
|
priority
|
save incoming contracts to database in the process of facilitating an incoming lighting transaction the lightning gateway we should
| 1
|
137,859
| 5,317,475,343
|
IssuesEvent
|
2017-02-13 22:37:52
|
vmware/vic
|
https://api.github.com/repos/vmware/vic
|
closed
|
Unrecognized input header: 69 on docker logs command during docker stop test
|
kind/bug priority/high
|
From build:
https://ci.vmware.run/vmware/vic/7586
This appears to be the calls from docker-personality.log, but I don't see any particular errors here, I wonder if the error came from the client because it didn't like something we sent back?
```
time="2017-01-19T17:46:46Z" level=debug msg="Calling GET /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/logs?stderr=1&stdout=1&tail=all"
time="2017-01-19T17:46:46Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:46.718247879Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975]
time=2017-01-19T17:46:46.718333453Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425]
time=2017-01-19T17:46:46.809507266Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425] [91.167716ms]
time=2017-01-19T17:46:46.809528511Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975] [91.278576ms]
time="2017-01-19T17:46:46Z" level=debug msg="Calling POST /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/stop?t=10"
time="2017-01-19T17:46:46Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:46.856067542Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerStop:801] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time=2017-01-19T17:46:46.856081681Z level=debug msg=[BEGIN] [github.com/vmware/vic/pkg/retry.Do:38]
time=2017-01-19T17:46:46.856138974Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).Stop:463] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time=2017-01-19T17:46:46.904854777Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).IsRunning:540]
time=2017-01-19T17:46:46.916322364Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136]
time=2017-01-19T17:46:46.916345967Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176]
time=2017-01-19T17:46:46.916352895Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176] [5.479µs]
time=2017-01-19T17:46:46.916358577Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136] [37.931µs]
time="2017-01-19T17:46:46Z" level=debug msg="Docker inspect - network settings = &types.NetworkSettings{NetworkSettingsBase:types.NetworkSettingsBase{Bridge:\"\", SandboxID:\"\", HairpinMode:false, LinkLocalIPv6Address:\"\", LinkLocalIPv6PrefixLen:0, Ports:nat.PortMap{}, SandboxKey:\"\", SecondaryIPAddresses:[]network.Address(nil), SecondaryIPv6Addresses:[]network.Address(nil)}, DefaultNetworkSettings:types.DefaultNetworkSettings{EndpointID:\"\", Gateway:\"\", GlobalIPv6Address:\"\", GlobalIPv6PrefixLen:0, IPAddress:\"\", IPPrefixLen:0, IPv6Gateway:\"\", MacAddress:\"\"}, Networks:map[string]*network.EndpointSettings{\"bridge\":(*network.EndpointSettings)(0xc420820c00)}}"
time=2017-01-19T17:46:46.916411847Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).IsRunning:540] [11.559032ms]
time="2017-01-19T17:46:46Z" level=debug msg="UnmapPorts: map[]"
time=2017-01-19T17:46:46.952348541Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).CommitContainerHandle:392] 3f52c441fd23dececaf037410b569a69
time=2017-01-19T17:46:58.610086486Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).CommitContainerHandle:392] [11.657608744s] 3f52c441fd23dececaf037410b569a69
time=2017-01-19T17:46:58.615634504Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).Stop:463] [11.759492181s] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Will not try again. Operation succeeded"
time=2017-01-19T17:46:58.615730814Z level=debug msg=[ END ] [github.com/vmware/vic/pkg/retry.Do:38] [11.759647176s]
time=2017-01-19T17:46:58.615911933Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerStop:801] [11.759669504s] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Calling GET /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/json"
time="2017-01-19T17:46:58Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:58.666927872Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerInspect:910] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Found \"f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615\" in cache as \"f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615\""
time=2017-01-19T17:46:58.890571076Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136]
time=2017-01-19T17:46:58.890621742Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176]
time=2017-01-19T17:46:58.890630898Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176] [7.263µs]
time=2017-01-19T17:46:58.890637522Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136] [67.918µs]
time="2017-01-19T17:46:58Z" level=debug msg="Docker inspect - network settings = &types.NetworkSettings{NetworkSettingsBase:types.NetworkSettingsBase{Bridge:\"\", SandboxID:\"\", HairpinMode:false, LinkLocalIPv6Address:\"\", LinkLocalIPv6PrefixLen:0, Ports:nat.PortMap{}, SandboxKey:\"\", SecondaryIPAddresses:[]network.Address(nil), SecondaryIPv6Addresses:[]network.Address(nil)}, DefaultNetworkSettings:types.DefaultNetworkSettings{EndpointID:\"\", Gateway:\"\", GlobalIPv6Address:\"\", GlobalIPv6PrefixLen:0, IPAddress:\"\", IPPrefixLen:0, IPv6Gateway:\"\", MacAddress:\"\"}, Networks:map[string]*network.EndpointSettings{\"bridge\":(*network.EndpointSettings)(0xc4208212c0)}}"
time="2017-01-19T17:46:58Z" level=debug msg="ContainerInspect json config = &{Hostname:f6de8b305041 Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] PublishService: Tty:false OpenStdin:false StdinOnce:true Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Cmd:[sh -c trap 'echo StopSignalUSR1' USR1; echo READY; while true; do sleep 1; done] ArgsEscaped:false Image:busybox Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal:USR1}\n"
time="2017-01-19T17:46:58Z" level=debug msg="Docker inspect - network settings = &types.NetworkSettings{NetworkSettingsBase:types.NetworkSettingsBase{Bridge:\"\", SandboxID:\"\", HairpinMode:false, LinkLocalIPv6Address:\"\", LinkLocalIPv6PrefixLen:0, Ports:nat.PortMap{}, SandboxKey:\"\", SecondaryIPAddresses:[]network.Address(nil), SecondaryIPv6Addresses:[]network.Address(nil)}, DefaultNetworkSettings:types.DefaultNetworkSettings{EndpointID:\"\", Gateway:\"\", GlobalIPv6Address:\"\", GlobalIPv6PrefixLen:0, IPAddress:\"\", IPPrefixLen:0, IPv6Gateway:\"\", MacAddress:\"\"}, Networks:map[string]*network.EndpointSettings{\"bridge\":(*network.EndpointSettings)(0xc4208212c0)}}"
time=2017-01-19T17:46:58.890820916Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerInspect:910] [223.892721ms] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Calling GET /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/logs?stderr=1&stdout=1&tail=all"
time="2017-01-19T17:46:58Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:58.949110874Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975]
time=2017-01-19T17:46:58.949199197Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425]
time=2017-01-19T17:46:58.950102231Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425] [902.858µs]
time=2017-01-19T17:46:58.950112102Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975] [1.001585ms]
```
[integration_logs_7586_358f257ce38d6d0565ceaa8b9728f48912a269b8.zip](https://github.com/vmware/vic/files/717654/integration_logs_7586_358f257ce38d6d0565ceaa8b9728f48912a269b8.zip)
|
1.0
|
Unrecognized input header: 69 on docker logs command during docker stop test - From build:
https://ci.vmware.run/vmware/vic/7586
This appears to be the calls from docker-personality.log, but I don't see any particular errors here, I wonder if the error came from the client because it didn't like something we sent back?
```
time="2017-01-19T17:46:46Z" level=debug msg="Calling GET /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/logs?stderr=1&stdout=1&tail=all"
time="2017-01-19T17:46:46Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:46.718247879Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975]
time=2017-01-19T17:46:46.718333453Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425]
time=2017-01-19T17:46:46.809507266Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425] [91.167716ms]
time=2017-01-19T17:46:46.809528511Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975] [91.278576ms]
time="2017-01-19T17:46:46Z" level=debug msg="Calling POST /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/stop?t=10"
time="2017-01-19T17:46:46Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:46.856067542Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerStop:801] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time=2017-01-19T17:46:46.856081681Z level=debug msg=[BEGIN] [github.com/vmware/vic/pkg/retry.Do:38]
time=2017-01-19T17:46:46.856138974Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).Stop:463] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time=2017-01-19T17:46:46.904854777Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).IsRunning:540]
time=2017-01-19T17:46:46.916322364Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136]
time=2017-01-19T17:46:46.916345967Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176]
time=2017-01-19T17:46:46.916352895Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176] [5.479µs]
time=2017-01-19T17:46:46.916358577Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136] [37.931µs]
time="2017-01-19T17:46:46Z" level=debug msg="Docker inspect - network settings = &types.NetworkSettings{NetworkSettingsBase:types.NetworkSettingsBase{Bridge:\"\", SandboxID:\"\", HairpinMode:false, LinkLocalIPv6Address:\"\", LinkLocalIPv6PrefixLen:0, Ports:nat.PortMap{}, SandboxKey:\"\", SecondaryIPAddresses:[]network.Address(nil), SecondaryIPv6Addresses:[]network.Address(nil)}, DefaultNetworkSettings:types.DefaultNetworkSettings{EndpointID:\"\", Gateway:\"\", GlobalIPv6Address:\"\", GlobalIPv6PrefixLen:0, IPAddress:\"\", IPPrefixLen:0, IPv6Gateway:\"\", MacAddress:\"\"}, Networks:map[string]*network.EndpointSettings{\"bridge\":(*network.EndpointSettings)(0xc420820c00)}}"
time=2017-01-19T17:46:46.916411847Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).IsRunning:540] [11.559032ms]
time="2017-01-19T17:46:46Z" level=debug msg="UnmapPorts: map[]"
time=2017-01-19T17:46:46.952348541Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).CommitContainerHandle:392] 3f52c441fd23dececaf037410b569a69
time=2017-01-19T17:46:58.610086486Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).CommitContainerHandle:392] [11.657608744s] 3f52c441fd23dececaf037410b569a69
time=2017-01-19T17:46:58.615634504Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).Stop:463] [11.759492181s] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Will not try again. Operation succeeded"
time=2017-01-19T17:46:58.615730814Z level=debug msg=[ END ] [github.com/vmware/vic/pkg/retry.Do:38] [11.759647176s]
time=2017-01-19T17:46:58.615911933Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerStop:801] [11.759669504s] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Calling GET /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/json"
time="2017-01-19T17:46:58Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:58.666927872Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerInspect:910] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Found \"f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615\" in cache as \"f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615\""
time=2017-01-19T17:46:58.890571076Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136]
time=2017-01-19T17:46:58.890621742Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176]
time=2017-01-19T17:46:58.890630898Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).getImageByDigest:176] [7.263µs]
time=2017-01-19T17:46:58.890637522Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends/cache.(*ICache).Get:136] [67.918µs]
time="2017-01-19T17:46:58Z" level=debug msg="Docker inspect - network settings = &types.NetworkSettings{NetworkSettingsBase:types.NetworkSettingsBase{Bridge:\"\", SandboxID:\"\", HairpinMode:false, LinkLocalIPv6Address:\"\", LinkLocalIPv6PrefixLen:0, Ports:nat.PortMap{}, SandboxKey:\"\", SecondaryIPAddresses:[]network.Address(nil), SecondaryIPv6Addresses:[]network.Address(nil)}, DefaultNetworkSettings:types.DefaultNetworkSettings{EndpointID:\"\", Gateway:\"\", GlobalIPv6Address:\"\", GlobalIPv6PrefixLen:0, IPAddress:\"\", IPPrefixLen:0, IPv6Gateway:\"\", MacAddress:\"\"}, Networks:map[string]*network.EndpointSettings{\"bridge\":(*network.EndpointSettings)(0xc4208212c0)}}"
time="2017-01-19T17:46:58Z" level=debug msg="ContainerInspect json config = &{Hostname:f6de8b305041 Domainname: User: AttachStdin:false AttachStdout:false AttachStderr:false ExposedPorts:map[] PublishService: Tty:false OpenStdin:false StdinOnce:true Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin] Cmd:[sh -c trap 'echo StopSignalUSR1' USR1; echo READY; while true; do sleep 1; done] ArgsEscaped:false Image:busybox Volumes:map[] WorkingDir: Entrypoint:[] NetworkDisabled:false MacAddress: OnBuild:[] Labels:map[] StopSignal:USR1}\n"
time="2017-01-19T17:46:58Z" level=debug msg="Docker inspect - network settings = &types.NetworkSettings{NetworkSettingsBase:types.NetworkSettingsBase{Bridge:\"\", SandboxID:\"\", HairpinMode:false, LinkLocalIPv6Address:\"\", LinkLocalIPv6PrefixLen:0, Ports:nat.PortMap{}, SandboxKey:\"\", SecondaryIPAddresses:[]network.Address(nil), SecondaryIPv6Addresses:[]network.Address(nil)}, DefaultNetworkSettings:types.DefaultNetworkSettings{EndpointID:\"\", Gateway:\"\", GlobalIPv6Address:\"\", GlobalIPv6PrefixLen:0, IPAddress:\"\", IPPrefixLen:0, IPv6Gateway:\"\", MacAddress:\"\"}, Networks:map[string]*network.EndpointSettings{\"bridge\":(*network.EndpointSettings)(0xc4208212c0)}}"
time=2017-01-19T17:46:58.890820916Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerInspect:910] [223.892721ms] f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615
time="2017-01-19T17:46:58Z" level=debug msg="Calling GET /v1.21/containers/f6de8b305041f839aa3cb238cd3deb38466be92ad0b621499b911342b95d4615/logs?stderr=1&stdout=1&tail=all"
time="2017-01-19T17:46:58Z" level=debug msg="Client and server don't have the same version (client: 1.11.2, server: 1.22)"
time=2017-01-19T17:46:58.949110874Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975]
time=2017-01-19T17:46:58.949199197Z level=debug msg=[BEGIN] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425]
time=2017-01-19T17:46:58.950102231Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*ContainerProxy).StreamContainerLogs:425] [902.858µs]
time=2017-01-19T17:46:58.950112102Z level=debug msg=[ END ] [github.com/vmware/vic/lib/apiservers/engine/backends.(*Container).ContainerLogs:975] [1.001585ms]
```
[integration_logs_7586_358f257ce38d6d0565ceaa8b9728f48912a269b8.zip](https://github.com/vmware/vic/files/717654/integration_logs_7586_358f257ce38d6d0565ceaa8b9728f48912a269b8.zip)
|
priority
|
unrecognized input header on docker logs command during docker stop test from build this appears to be the calls from docker personality log but i don t see any particular errors here i wonder if the error came from the client because it didn t like something we sent back time level debug msg calling get containers logs stderr stdout tail all time level debug msg client and server don t have the same version client server time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg calling post containers stop t time level debug msg client and server don t have the same version client server time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg docker inspect network settings types networksettings networksettingsbase types networksettingsbase bridge sandboxid hairpinmode false ports nat portmap sandboxkey secondaryipaddresses network address nil network address nil defaultnetworksettings types defaultnetworksettings endpointid gateway ipaddress ipprefixlen macaddress networks map network endpointsettings bridge network endpointsettings time level debug msg time level debug msg unmapports map time level debug msg time level debug msg time level debug msg time level debug msg will not try again operation succeeded time level debug msg time level debug msg time level debug msg calling get containers json time level debug msg client and server don t have the same version client server time level debug msg time level debug msg found in cache as time level debug msg time level debug msg time level debug msg time level debug msg time level debug msg docker inspect network settings types networksettings networksettingsbase types networksettingsbase bridge sandboxid hairpinmode false ports nat portmap sandboxkey secondaryipaddresses network address nil network address nil defaultnetworksettings types defaultnetworksettings endpointid gateway ipaddress ipprefixlen macaddress networks map network endpointsettings bridge network endpointsettings time level debug msg containerinspect json config hostname domainname user attachstdin false attachstdout false attachstderr false exposedports map publishservice tty false openstdin false stdinonce true env cmd argsescaped false image busybox volumes map workingdir entrypoint networkdisabled false macaddress onbuild labels map stopsignal n time level debug msg docker inspect network settings types networksettings networksettingsbase types networksettingsbase bridge sandboxid hairpinmode false ports nat portmap sandboxkey secondaryipaddresses network address nil network address nil defaultnetworksettings types defaultnetworksettings endpointid gateway ipaddress ipprefixlen macaddress networks map network endpointsettings bridge network endpointsettings time level debug msg time level debug msg calling get containers logs stderr stdout tail all time level debug msg client and server don t have the same version client server time level debug msg time level debug msg time level debug msg time level debug msg
| 1
|
256,757
| 8,128,721,848
|
IssuesEvent
|
2018-08-17 12:53:52
|
ORNL-CEES/DataTransferKit
|
https://api.github.com/repos/ORNL-CEES/DataTransferKit
|
closed
|
Shape Function CrsMatrix Interpolation Operator
|
High Priority ready
|
This issue tracks the development of a finite element shape function interpolation operator using Tpetra, Kokkos, and the search capability.
- [ ] Hook mesh interface into coarse search interface
- [ ] Use fine search with results from coarse search
- [ ] Allocate and fill Tpetra CrsMatrix with shape function interpolants using Kokkos
- [ ] Hook field interface into operator apply interface
|
1.0
|
Shape Function CrsMatrix Interpolation Operator - This issue tracks the development of a finite element shape function interpolation operator using Tpetra, Kokkos, and the search capability.
- [ ] Hook mesh interface into coarse search interface
- [ ] Use fine search with results from coarse search
- [ ] Allocate and fill Tpetra CrsMatrix with shape function interpolants using Kokkos
- [ ] Hook field interface into operator apply interface
|
priority
|
shape function crsmatrix interpolation operator this issue tracks the development of a finite element shape function interpolation operator using tpetra kokkos and the search capability hook mesh interface into coarse search interface use fine search with results from coarse search allocate and fill tpetra crsmatrix with shape function interpolants using kokkos hook field interface into operator apply interface
| 1
|
537,204
| 15,725,072,047
|
IssuesEvent
|
2021-03-29 09:33:15
|
AY2021S2-CS2103T-T12-4/tp
|
https://api.github.com/repos/AY2021S2-CS2103T-T12-4/tp
|
closed
|
Discussion: following releases
|
priority.High severity.High
|
Given that we have a few more releases left (3 to be exact) and I feel that it will be good if everyone does it at least once for learning purposes, (possibly two will need to pair up to do one)
Perhaps we can discuss and decide during today's meeting.
|
1.0
|
Discussion: following releases - Given that we have a few more releases left (3 to be exact) and I feel that it will be good if everyone does it at least once for learning purposes, (possibly two will need to pair up to do one)
Perhaps we can discuss and decide during today's meeting.
|
priority
|
discussion following releases given that we have a few more releases left to be exact and i feel that it will be good if everyone does it at least once for learning purposes possibly two will need to pair up to do one perhaps we can discuss and decide during today s meeting
| 1
|
470,257
| 13,534,549,860
|
IssuesEvent
|
2020-09-16 05:56:42
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
ar.onlinesoccermanager.com - see bug description
|
browser-firefox engine-gecko ml-needsdiagnosis-false ml-probability-high priority-normal
|
<!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58311 -->
**URL**: https://ar.onlinesoccermanager.com/Dashboard
**Browser / Version**: Firefox 80.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Edge
**Problem type**: Something else
**Description**: ygujguj
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
ar.onlinesoccermanager.com - see bug description - <!-- @browser: Firefox 80.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/58311 -->
**URL**: https://ar.onlinesoccermanager.com/Dashboard
**Browser / Version**: Firefox 80.0
**Operating System**: Windows 7
**Tested Another Browser**: Yes Edge
**Problem type**: Something else
**Description**: ygujguj
**Steps to Reproduce**:
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
priority
|
ar onlinesoccermanager com see bug description url browser version firefox operating system windows tested another browser yes edge problem type something else description ygujguj steps to reproduce browser configuration none from with ❤️
| 1
|
634,356
| 20,359,625,157
|
IssuesEvent
|
2022-02-20 13:48:25
|
hypersign-protocol/hid-node
|
https://api.github.com/repos/hypersign-protocol/hid-node
|
closed
|
Cross check all `did-doc` data model from the w3c spec
|
diddoc high-priority spec
|
https://www.w3.org/TR/did-core/#did-document-properties

1. id: https://www.w3.org/TR/did-core/#did-subject
2. controller: https://www.w3.org/TR/did-core/#did-controller
3. alsoknownus: https://www.w3.org/TR/did-core/#also-known-as
4. verification method: https://www.w3.org/TR/did-core/#verification-methods
5. authenticaion: https://www.w3.org/TR/did-core/#authentication
6. assertion: https://www.w3.org/TR/did-core/#assertion
7. keyagreemetn: https://www.w3.org/TR/did-core/#key-agreement
8. capability invocation: https://www.w3.org/TR/did-core/#capability-invocation
9. capability delegation : https://www.w3.org/TR/did-core/#capability-delegation
10. services : https://www.w3.org/TR/did-core/#services
|
1.0
|
Cross check all `did-doc` data model from the w3c spec - https://www.w3.org/TR/did-core/#did-document-properties

1. id: https://www.w3.org/TR/did-core/#did-subject
2. controller: https://www.w3.org/TR/did-core/#did-controller
3. alsoknownus: https://www.w3.org/TR/did-core/#also-known-as
4. verification method: https://www.w3.org/TR/did-core/#verification-methods
5. authenticaion: https://www.w3.org/TR/did-core/#authentication
6. assertion: https://www.w3.org/TR/did-core/#assertion
7. keyagreemetn: https://www.w3.org/TR/did-core/#key-agreement
8. capability invocation: https://www.w3.org/TR/did-core/#capability-invocation
9. capability delegation : https://www.w3.org/TR/did-core/#capability-delegation
10. services : https://www.w3.org/TR/did-core/#services
|
priority
|
cross check all did doc data model from the spec id controller alsoknownus verification method authenticaion assertion keyagreemetn capability invocation capability delegation services
| 1
|
192,116
| 6,846,842,110
|
IssuesEvent
|
2017-11-13 13:36:24
|
STB1019/JAM2018
|
https://api.github.com/repos/STB1019/JAM2018
|
closed
|
Graphical representation of a Room
|
high priority
|
AS A player
I WANT to visually explore a room
BECAUSE it's really cool to explore a 3D environment
After completing #2 , we need to create a graphical representation of a room. We need to use the **interface** of the room, not the concrete class (eg. we need to use IRoom, not ConcreteClassRoom).
Everything needed to create the graphical representation of the room should reside in either a prefab referenced by the model or in the model themselves. I didn't think it well, but I personally think that a prefab might be cooler: we should have a "prefab" inside Unity, one per each room shape (eg. one for the rectangular shape, one for the ellptical one and son on). The model just reference the prefab needed an inside the model there are some fields specifying the width, length and height of the room (for the rectangular shape, for example).
Of course if you come up with a better model do it! :) Think how to attach the graphical representation of the room inside the **unity environment** well because it needs to be well thought!
So, when you can actually see in the game the room define in the maze, your task is done
|
1.0
|
Graphical representation of a Room - AS A player
I WANT to visually explore a room
BECAUSE it's really cool to explore a 3D environment
After completing #2 , we need to create a graphical representation of a room. We need to use the **interface** of the room, not the concrete class (eg. we need to use IRoom, not ConcreteClassRoom).
Everything needed to create the graphical representation of the room should reside in either a prefab referenced by the model or in the model themselves. I didn't think it well, but I personally think that a prefab might be cooler: we should have a "prefab" inside Unity, one per each room shape (eg. one for the rectangular shape, one for the ellptical one and son on). The model just reference the prefab needed an inside the model there are some fields specifying the width, length and height of the room (for the rectangular shape, for example).
Of course if you come up with a better model do it! :) Think how to attach the graphical representation of the room inside the **unity environment** well because it needs to be well thought!
So, when you can actually see in the game the room define in the maze, your task is done
|
priority
|
graphical representation of a room as a player i want to visually explore a room because it s really cool to explore a environment after completing we need to create a graphical representation of a room we need to use the interface of the room not the concrete class eg we need to use iroom not concreteclassroom everything needed to create the graphical representation of the room should reside in either a prefab referenced by the model or in the model themselves i didn t think it well but i personally think that a prefab might be cooler we should have a prefab inside unity one per each room shape eg one for the rectangular shape one for the ellptical one and son on the model just reference the prefab needed an inside the model there are some fields specifying the width length and height of the room for the rectangular shape for example of course if you come up with a better model do it think how to attach the graphical representation of the room inside the unity environment well because it needs to be well thought so when you can actually see in the game the room define in the maze your task is done
| 1
|
531,940
| 15,527,642,580
|
IssuesEvent
|
2021-03-13 07:05:15
|
ahmedkaludi/accelerated-mobile-pages
|
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
|
closed
|
Need to review the Truepush code and then implement it.
|
NEXT UPDATE [Priority: HIGH] enhancement
|
Ref: https://secure.helpscout.net/conversation/1431404668/181721/
We need to review the Truepush code in and if everything is correct then we need to implement it in our AMP plugin.
The Truepush team did changes in two files for the AMp support. I have added the zip file of the two files in which they did the changes.
[code.zip](https://github.com/ahmedkaludi/accelerated-mobile-pages/files/6028872/code.zip)
|
1.0
|
Need to review the Truepush code and then implement it. - Ref: https://secure.helpscout.net/conversation/1431404668/181721/
We need to review the Truepush code in and if everything is correct then we need to implement it in our AMP plugin.
The Truepush team did changes in two files for the AMp support. I have added the zip file of the two files in which they did the changes.
[code.zip](https://github.com/ahmedkaludi/accelerated-mobile-pages/files/6028872/code.zip)
|
priority
|
need to review the truepush code and then implement it ref we need to review the truepush code in and if everything is correct then we need to implement it in our amp plugin the truepush team did changes in two files for the amp support i have added the zip file of the two files in which they did the changes
| 1
|
352,727
| 10,545,438,670
|
IssuesEvent
|
2019-10-02 19:08:19
|
nhoang53/CPSC349-Project1
|
https://api.github.com/repos/nhoang53/CPSC349-Project1
|
closed
|
User profile page
|
Priority: High
|
Create User profile page when user successfully create account and login.
This page will load all the information that user input when create account.
Make 2 or 3 designs so user can choose to display their profiles.
|
1.0
|
User profile page - Create User profile page when user successfully create account and login.
This page will load all the information that user input when create account.
Make 2 or 3 designs so user can choose to display their profiles.
|
priority
|
user profile page create user profile page when user successfully create account and login this page will load all the information that user input when create account make or designs so user can choose to display their profiles
| 1
|
651,153
| 21,467,350,435
|
IssuesEvent
|
2022-04-26 06:03:16
|
zulip/zulip
|
https://api.github.com/repos/zulip/zulip
|
opened
|
Support some Markdown in polls
|
help wanted feedback wanted area: message view priority: high
|
At present, we do not support Markdown in polls. Even if we don't solve the general issue, there are specific Markdown features that would be especially helpful. This issue compiles issues filed for individual Markdown feature requests for polls, so that we can track and prioritize them in one place.
Features to support in order of priority:
- [ ] #16821
- [ ] #12947
- [ ] #21674
Please feel free to request others. Describing use cases will help us prioritize. Thanks!
|
1.0
|
Support some Markdown in polls - At present, we do not support Markdown in polls. Even if we don't solve the general issue, there are specific Markdown features that would be especially helpful. This issue compiles issues filed for individual Markdown feature requests for polls, so that we can track and prioritize them in one place.
Features to support in order of priority:
- [ ] #16821
- [ ] #12947
- [ ] #21674
Please feel free to request others. Describing use cases will help us prioritize. Thanks!
|
priority
|
support some markdown in polls at present we do not support markdown in polls even if we don t solve the general issue there are specific markdown features that would be especially helpful this issue compiles issues filed for individual markdown feature requests for polls so that we can track and prioritize them in one place features to support in order of priority please feel free to request others describing use cases will help us prioritize thanks
| 1
|
746,793
| 26,046,343,322
|
IssuesEvent
|
2022-12-22 14:42:20
|
union-platform/union-app
|
https://api.github.com/repos/union-platform/union-app
|
reopened
|
User wants to view his profile to understand how other users see it
|
priority: high ss: frontend ss: backend type: feature
|
**Scope of action:** The panel at the bottom of the screen
**Precondition:**
**Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=5723%3A38296
## Use cases:
1. The user clicks on the profile icon
2. The system redirects the user to the profile screen
3. The system outputs the profile data
-----
**Область действия:** Панель внизу экрана
**Предусловие:**
**Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=5723%3A38296
## Сценарий:
1. Пользователь нажимает на иконку профиля
2. Система перенаправляет пользователя на экран профиля
3. Система выводит данные профиля
|
1.0
|
User wants to view his profile to understand how other users see it - **Scope of action:** The panel at the bottom of the screen
**Precondition:**
**Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=5723%3A38296
## Use cases:
1. The user clicks on the profile icon
2. The system redirects the user to the profile screen
3. The system outputs the profile data
-----
**Область действия:** Панель внизу экрана
**Предусловие:**
**Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=5723%3A38296
## Сценарий:
1. Пользователь нажимает на иконку профиля
2. Система перенаправляет пользователя на экран профиля
3. Система выводит данные профиля
|
priority
|
user wants to view his profile to understand how other users see it scope of action the panel at the bottom of the screen precondition design use cases the user clicks on the profile icon the system redirects the user to the profile screen the system outputs the profile data область действия панель внизу экрана предусловие дизайн сценарий пользователь нажимает на иконку профиля система перенаправляет пользователя на экран профиля система выводит данные профиля
| 1
|
507,855
| 14,682,272,653
|
IssuesEvent
|
2020-12-31 15:53:01
|
tachiyomiorg/tachiyomi
|
https://api.github.com/repos/tachiyomiorg/tachiyomi
|
closed
|
MyAnimeList tracker rewrite TODO
|
bug priority: high
|
- [x] Find existing list entry on initial bind
- [x] Search by ID as workaround for bad search results from API
|
1.0
|
MyAnimeList tracker rewrite TODO - - [x] Find existing list entry on initial bind
- [x] Search by ID as workaround for bad search results from API
|
priority
|
myanimelist tracker rewrite todo find existing list entry on initial bind search by id as workaround for bad search results from api
| 1
|
509,080
| 14,712,429,402
|
IssuesEvent
|
2021-01-05 08:56:22
|
buddyboss/buddyboss-platform
|
https://api.github.com/repos/buddyboss/buddyboss-platform
|
closed
|
One Social to BuddyBoss Platform/Theme photo migration issue
|
bug can't reproduce component: media priority: high
|
**Describe the bug**
Users who have uploaded images in the Gallery/Photos of One Social Theme and migrated to BuddyBoss Platform have their Photos transferred to the Admin user.
Meaning UserA has uploaded photos in Gallery of One Social Theme, then the website Migrated to BuddyBoss Platform/Theme, but after migration, the photos of UserA are now assigned to the Admin in the Gallery
**To Reproduce**
Steps to reproduce the behavior:
1. In One Social Theme setup: bbPress, BuddyPress, BuddyBoss Media must be active
2. In BuddyBoss Media, set up Gallery/Photo page
3. Login a different user (ex: UserA) in another browser and upload images in Gallery/Photos page
4. Go back as an Admin and change the website to BuddyBoss Platform/Theme set up
4a. Deactivate all plugins
4b. Change from One Social to BuddyBoss Theme
4c. Activate BuddyBoss Platform
4d. Set up Photos page in BuddyBoss Platform settings
4e. In BuddyBoss > Tools > Media > Run Migration
5. Go to Photos page and click on the images uploaded by UserA, it is now named as uploaded by the Admin
**Expected behavior**
The photos in the Gallery/Page must still be named for the user who uploaded the image.
**Screenshots**
https://drive.google.com/open?id=1dh56xuMgpffxiJioZgq_4zXDacl3ghcX
**Support ticket links**
https://secure.helpscout.net/conversation/1111933277/2316/
**Added Notes**
In my local environment, I have checked the database for this
After running the Import Media tool, the `activity_id` of `wp_bp_media` does not match the ID of `wp_bp_activity`. See attached images


|
1.0
|
One Social to BuddyBoss Platform/Theme photo migration issue - **Describe the bug**
Users who have uploaded images in the Gallery/Photos of One Social Theme and migrated to BuddyBoss Platform have their Photos transferred to the Admin user.
Meaning UserA has uploaded photos in Gallery of One Social Theme, then the website Migrated to BuddyBoss Platform/Theme, but after migration, the photos of UserA are now assigned to the Admin in the Gallery
**To Reproduce**
Steps to reproduce the behavior:
1. In One Social Theme setup: bbPress, BuddyPress, BuddyBoss Media must be active
2. In BuddyBoss Media, set up Gallery/Photo page
3. Login a different user (ex: UserA) in another browser and upload images in Gallery/Photos page
4. Go back as an Admin and change the website to BuddyBoss Platform/Theme set up
4a. Deactivate all plugins
4b. Change from One Social to BuddyBoss Theme
4c. Activate BuddyBoss Platform
4d. Set up Photos page in BuddyBoss Platform settings
4e. In BuddyBoss > Tools > Media > Run Migration
5. Go to Photos page and click on the images uploaded by UserA, it is now named as uploaded by the Admin
**Expected behavior**
The photos in the Gallery/Page must still be named for the user who uploaded the image.
**Screenshots**
https://drive.google.com/open?id=1dh56xuMgpffxiJioZgq_4zXDacl3ghcX
**Support ticket links**
https://secure.helpscout.net/conversation/1111933277/2316/
**Added Notes**
In my local environment, I have checked the database for this
After running the Import Media tool, the `activity_id` of `wp_bp_media` does not match the ID of `wp_bp_activity`. See attached images


|
priority
|
one social to buddyboss platform theme photo migration issue describe the bug users who have uploaded images in the gallery photos of one social theme and migrated to buddyboss platform have their photos transferred to the admin user meaning usera has uploaded photos in gallery of one social theme then the website migrated to buddyboss platform theme but after migration the photos of usera are now assigned to the admin in the gallery to reproduce steps to reproduce the behavior in one social theme setup bbpress buddypress buddyboss media must be active in buddyboss media set up gallery photo page login a different user ex usera in another browser and upload images in gallery photos page go back as an admin and change the website to buddyboss platform theme set up deactivate all plugins change from one social to buddyboss theme activate buddyboss platform set up photos page in buddyboss platform settings in buddyboss tools media run migration go to photos page and click on the images uploaded by usera it is now named as uploaded by the admin expected behavior the photos in the gallery page must still be named for the user who uploaded the image screenshots support ticket links added notes in my local environment i have checked the database for this after running the import media tool the activity id of wp bp media does not match the id of wp bp activity see attached images
| 1
|
803,378
| 29,174,462,948
|
IssuesEvent
|
2023-05-19 06:37:36
|
pmem/pmdk
|
https://api.github.com/repos/pmem/pmdk
|
closed
|
Python tests (short+medium) are not executed on PMem.
|
Exposure: High Priority: 1 showstopper Type: Bug QA: CI
|
# ISSUE: Python tests (short+medium) are not executed on PMem.
## Environment Information
- PMDK package version(s): 1.13
## Please provide a reproduction of the bug:
Python tests (short+medium) are not included in any configuration that is executed on self-hosted runners (w/ PMem).
## How often bug is revealed: (always, often, rare): <!-- check one if possible -->
<!-- describe special circumstances in section above -->
## Actual behavior:
<!-- fill this out -->
## Expected behavior:
<!-- fill this out -->
## Details
<!-- fill this out -->
## Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible -->
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible -->
|
1.0
|
Python tests (short+medium) are not executed on PMem. -
# ISSUE: Python tests (short+medium) are not executed on PMem.
## Environment Information
- PMDK package version(s): 1.13
## Please provide a reproduction of the bug:
Python tests (short+medium) are not included in any configuration that is executed on self-hosted runners (w/ PMem).
## How often bug is revealed: (always, often, rare): <!-- check one if possible -->
<!-- describe special circumstances in section above -->
## Actual behavior:
<!-- fill this out -->
## Expected behavior:
<!-- fill this out -->
## Details
<!-- fill this out -->
## Additional information about Priority and Help Requested:
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible -->
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible -->
|
priority
|
python tests short medium are not executed on pmem issue python tests short medium are not executed on pmem environment information pmdk package version s please provide a reproduction of the bug python tests short medium are not included in any configuration that is executed on self hosted runners w pmem how often bug is revealed always often rare actual behavior expected behavior details additional information about priority and help requested are you willing to submit a pull request with a proposed change yes no requested priority showstopper high medium low
| 1
|
589,587
| 17,754,002,929
|
IssuesEvent
|
2021-08-28 11:28:42
|
1ForeverHD/ZonePlus
|
https://api.github.com/repos/1ForeverHD/ZonePlus
|
closed
|
Support parts outside of workspace
|
Type: Enhancement Priority: High Scope: Core
|
- [x] World Model
- [x] ZoneController.worldModel - a worldmodel instance called 'ZonePlusWorldModel' which is parented under ReplicatedStorage when created
- [x] ZoneController.collectiveWorldModel - a table/metetable which takes all the zone world models, calls the passed function, then returns all the values as a single table
- [x] update all ``workspace:methodName`` with ``collectiveWorldModel:methodName``
- [x] zone:relocate()
- [x] rename zoneGroup and zone.group to ``container``
- [x] creates a secondary property called ``relocationContainer`` which is the ``container`` is the container is an Instance, otherwise creates a Folder and parents all zone.zoneParts under this, then sets this new folder as the relocationContainer
- [x] add the relocationContainer (with the third param) to the janitor
- [x] move relocationContainer under the ZoneController.worldModel
- [x] See following for more details:
https://devforum.roblox.com/t/introducing-overlapparams-new-spatial-query-api/1435720/102?u=foreverhd
- [x] Create a new constructor ``Zone.fromRegion(cframe, size)
- [x] Check for max size of part, if exceeds limit (about 2040, 2040, 2040) then split into smaller cuboids
- [x] Call :relocate()
|
1.0
|
Support parts outside of workspace - - [x] World Model
- [x] ZoneController.worldModel - a worldmodel instance called 'ZonePlusWorldModel' which is parented under ReplicatedStorage when created
- [x] ZoneController.collectiveWorldModel - a table/metetable which takes all the zone world models, calls the passed function, then returns all the values as a single table
- [x] update all ``workspace:methodName`` with ``collectiveWorldModel:methodName``
- [x] zone:relocate()
- [x] rename zoneGroup and zone.group to ``container``
- [x] creates a secondary property called ``relocationContainer`` which is the ``container`` is the container is an Instance, otherwise creates a Folder and parents all zone.zoneParts under this, then sets this new folder as the relocationContainer
- [x] add the relocationContainer (with the third param) to the janitor
- [x] move relocationContainer under the ZoneController.worldModel
- [x] See following for more details:
https://devforum.roblox.com/t/introducing-overlapparams-new-spatial-query-api/1435720/102?u=foreverhd
- [x] Create a new constructor ``Zone.fromRegion(cframe, size)
- [x] Check for max size of part, if exceeds limit (about 2040, 2040, 2040) then split into smaller cuboids
- [x] Call :relocate()
|
priority
|
support parts outside of workspace world model zonecontroller worldmodel a worldmodel instance called zoneplusworldmodel which is parented under replicatedstorage when created zonecontroller collectiveworldmodel a table metetable which takes all the zone world models calls the passed function then returns all the values as a single table update all workspace methodname with collectiveworldmodel methodname zone relocate rename zonegroup and zone group to container creates a secondary property called relocationcontainer which is the container is the container is an instance otherwise creates a folder and parents all zone zoneparts under this then sets this new folder as the relocationcontainer add the relocationcontainer with the third param to the janitor move relocationcontainer under the zonecontroller worldmodel see following for more details create a new constructor zone fromregion cframe size check for max size of part if exceeds limit about then split into smaller cuboids call relocate
| 1
|
671,049
| 22,740,640,566
|
IssuesEvent
|
2022-07-07 03:10:39
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Getting Something Went Wrong After a Permission Update operation for a newly added Role in Console
|
ui Priority/Highest Severity/Blocker bug console Affected-6.0.0 QA-Reported
|
**How to reproduce:**
1. Login to console as admin user
2. Go to Manage > Roles and add a new role
3. After Role is created will get landed on Role edit page
4. From there go to permissions tab
5. Untick the assigned permissions and click update
6. Now navigate to users tab and come back for permissions tab
Both the tabs will show as loading and will not get loaded
Click on Approvals Option from left side menu or some other menu getting something went wrongs after this operation
Refer the attached video

https://user-images.githubusercontent.com/31848014/177086851-6a9c9ddd-a712-4529-a82e-78f1e9341e27.mp4
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
IS 6.0.0 alpha 2
H2 /default
|
1.0
|
Getting Something Went Wrong After a Permission Update operation for a newly added Role in Console - **How to reproduce:**
1. Login to console as admin user
2. Go to Manage > Roles and add a new role
3. After Role is created will get landed on Role edit page
4. From there go to permissions tab
5. Untick the assigned permissions and click update
6. Now navigate to users tab and come back for permissions tab
Both the tabs will show as loading and will not get loaded
Click on Approvals Option from left side menu or some other menu getting something went wrongs after this operation
Refer the attached video

https://user-images.githubusercontent.com/31848014/177086851-6a9c9ddd-a712-4529-a82e-78f1e9341e27.mp4
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
IS 6.0.0 alpha 2
H2 /default
|
priority
|
getting something went wrong after a permission update operation for a newly added role in console how to reproduce login to console as admin user go to manage roles and add a new role after role is created will get landed on role edit page from there go to permissions tab untick the assigned permissions and click update now navigate to users tab and come back for permissions tab both the tabs will show as loading and will not get loaded click on approvals option from left side menu or some other menu getting something went wrongs after this operation refer the attached video environment information please complete the following information remove any unnecessary fields is alpha default
| 1
|
165,811
| 6,286,739,225
|
IssuesEvent
|
2017-07-19 13:38:55
|
jaybz/PogoniumImporter
|
https://api.github.com/repos/jaybz/PogoniumImporter
|
closed
|
Support current version of GoIV
|
enhancement high priority
|
An upcoming version (hopefully) of GoIV exposes all possible IV combinations. The current one, not only does not do that, but does not use an actual combination on the *Min stats. Instead the *Min stats just gets the lowest possible IV for that stat on any combination. In a most cases where there are more than one IV possible combination, the resulting CP will be incorrect. The importer should be able to calculate the possible IV combinations itself in this case.
|
1.0
|
Support current version of GoIV - An upcoming version (hopefully) of GoIV exposes all possible IV combinations. The current one, not only does not do that, but does not use an actual combination on the *Min stats. Instead the *Min stats just gets the lowest possible IV for that stat on any combination. In a most cases where there are more than one IV possible combination, the resulting CP will be incorrect. The importer should be able to calculate the possible IV combinations itself in this case.
|
priority
|
support current version of goiv an upcoming version hopefully of goiv exposes all possible iv combinations the current one not only does not do that but does not use an actual combination on the min stats instead the min stats just gets the lowest possible iv for that stat on any combination in a most cases where there are more than one iv possible combination the resulting cp will be incorrect the importer should be able to calculate the possible iv combinations itself in this case
| 1
|
695,575
| 23,864,579,267
|
IssuesEvent
|
2022-09-07 09:54:25
|
cybercongress/cybernode
|
https://api.github.com/repos/cybercongress/cybernode
|
opened
|
incorrect calculation of cyberlinks stat
|
Priority: High Type: Bug
|
one this lies:
<img width="1669" alt="Screen Shot 2022-09-07 at 09 52 48" src="https://user-images.githubusercontent.com/410789/188849145-ddb31660-4aae-4fe7-9300-bd2129604b3c.png">
<img width="815" alt="Screen Shot 2022-09-07 at 09 53 35" src="https://user-images.githubusercontent.com/410789/188849285-51eaa206-3f59-4f21-a09e-1af85a1cd619.png">
|
1.0
|
incorrect calculation of cyberlinks stat - one this lies:
<img width="1669" alt="Screen Shot 2022-09-07 at 09 52 48" src="https://user-images.githubusercontent.com/410789/188849145-ddb31660-4aae-4fe7-9300-bd2129604b3c.png">
<img width="815" alt="Screen Shot 2022-09-07 at 09 53 35" src="https://user-images.githubusercontent.com/410789/188849285-51eaa206-3f59-4f21-a09e-1af85a1cd619.png">
|
priority
|
incorrect calculation of cyberlinks stat one this lies img width alt screen shot at src img width alt screen shot at src
| 1
|
782,248
| 27,491,294,175
|
IssuesEvent
|
2023-03-04 16:55:16
|
aleksbobic/csx
|
https://api.github.com/repos/aleksbobic/csx
|
closed
|
Refactor widget and graph processing code
|
enhancement priority:high Complexity:high
|
The codes for widgets and charts is currently unnecessarily complex. As part of this task do the following:
- Refactor widgets so the settings are in a separate component
- Simplify code for widgets
- Split the stats store into multiple stores
- Split the graph store into multiple stores
- Make sure to follow good software engineering principles
- What can be processed on the backend should be processed on the backend!
|
1.0
|
Refactor widget and graph processing code - The codes for widgets and charts is currently unnecessarily complex. As part of this task do the following:
- Refactor widgets so the settings are in a separate component
- Simplify code for widgets
- Split the stats store into multiple stores
- Split the graph store into multiple stores
- Make sure to follow good software engineering principles
- What can be processed on the backend should be processed on the backend!
|
priority
|
refactor widget and graph processing code the codes for widgets and charts is currently unnecessarily complex as part of this task do the following refactor widgets so the settings are in a separate component simplify code for widgets split the stats store into multiple stores split the graph store into multiple stores make sure to follow good software engineering principles what can be processed on the backend should be processed on the backend
| 1
|
385,104
| 11,412,566,377
|
IssuesEvent
|
2020-02-01 14:05:19
|
DragonHeart000/ModernWarfareBugs
|
https://api.github.com/repos/DragonHeart000/ModernWarfareBugs
|
opened
|
Crossbow with FTAC Fury 20" Bolts one shots juggernaut
|
Game Type: Co-op Game Type: Multiplayer Map: Any Priority: High Type: Mechanic
|
**Summary**
If using the FTAC Fury 20" Bolts (explosive bolts) the explosion will one shot a juggernaut.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Equip a crossbow with the FTAC Fury 20" Bolts
2. Have an enemy player get a Juggernaut
3. Shoot the enemy player with the crossbow
4. Once the bolt explodes the enemy player will die despite being a juggernaut who was only shot once.
**Expected behavior**
For the crossbow to do some damage but not kill a juggernaut in one shot.
**Actual results**
The crossbow only requires one arrow to kill a juggernaut making the juggernaut a useless killstreak.
**Screenshots**
[Video of issue](https://youtu.be/zJ9nAJBV0cc)
**System info**
- Works on all platforms
- Game version 1.13.0
**Additional context**
The FTAC Fury 20" Bolts are the only ones that have this behavior, I have tried with all the other bolts.
As far as I tested, this is the only weapon in the game that can one-shot a juggernaut. The only other things that can do so are killstreaks.
|
1.0
|
Crossbow with FTAC Fury 20" Bolts one shots juggernaut - **Summary**
If using the FTAC Fury 20" Bolts (explosive bolts) the explosion will one shot a juggernaut.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Equip a crossbow with the FTAC Fury 20" Bolts
2. Have an enemy player get a Juggernaut
3. Shoot the enemy player with the crossbow
4. Once the bolt explodes the enemy player will die despite being a juggernaut who was only shot once.
**Expected behavior**
For the crossbow to do some damage but not kill a juggernaut in one shot.
**Actual results**
The crossbow only requires one arrow to kill a juggernaut making the juggernaut a useless killstreak.
**Screenshots**
[Video of issue](https://youtu.be/zJ9nAJBV0cc)
**System info**
- Works on all platforms
- Game version 1.13.0
**Additional context**
The FTAC Fury 20" Bolts are the only ones that have this behavior, I have tried with all the other bolts.
As far as I tested, this is the only weapon in the game that can one-shot a juggernaut. The only other things that can do so are killstreaks.
|
priority
|
crossbow with ftac fury bolts one shots juggernaut summary if using the ftac fury bolts explosive bolts the explosion will one shot a juggernaut steps to reproduce steps to reproduce the behavior equip a crossbow with the ftac fury bolts have an enemy player get a juggernaut shoot the enemy player with the crossbow once the bolt explodes the enemy player will die despite being a juggernaut who was only shot once expected behavior for the crossbow to do some damage but not kill a juggernaut in one shot actual results the crossbow only requires one arrow to kill a juggernaut making the juggernaut a useless killstreak screenshots system info works on all platforms game version additional context the ftac fury bolts are the only ones that have this behavior i have tried with all the other bolts as far as i tested this is the only weapon in the game that can one shot a juggernaut the only other things that can do so are killstreaks
| 1
|
204,601
| 7,089,167,160
|
IssuesEvent
|
2018-01-12 01:00:03
|
Glavin001/atom-beautify
|
https://api.github.com/repos/Glavin001/atom-beautify
|
reopened
|
Review readme, options, troubleshooting, and contributing markdown files
|
enhancement high priority
|
The readme is fairly long compared to most others, and I think a lot of useful information is missed because of that. For example, troubleshooting is the way at the bottom and just has a link on how to create a debug gist. And the Contributing section doesn't have a link to the contributing.md file.
troubleshooting.md could stand to add some common issues and solutions, such as installation/update errors being resolved by `apm clean`.
options.md is now 20,000 lines long, there's no way anyone can read through all of that. It might be beneficial to use GitHub pages for a lot of the documentation there, or separate into different files with a TOC in each.
|
1.0
|
Review readme, options, troubleshooting, and contributing markdown files - The readme is fairly long compared to most others, and I think a lot of useful information is missed because of that. For example, troubleshooting is the way at the bottom and just has a link on how to create a debug gist. And the Contributing section doesn't have a link to the contributing.md file.
troubleshooting.md could stand to add some common issues and solutions, such as installation/update errors being resolved by `apm clean`.
options.md is now 20,000 lines long, there's no way anyone can read through all of that. It might be beneficial to use GitHub pages for a lot of the documentation there, or separate into different files with a TOC in each.
|
priority
|
review readme options troubleshooting and contributing markdown files the readme is fairly long compared to most others and i think a lot of useful information is missed because of that for example troubleshooting is the way at the bottom and just has a link on how to create a debug gist and the contributing section doesn t have a link to the contributing md file troubleshooting md could stand to add some common issues and solutions such as installation update errors being resolved by apm clean options md is now lines long there s no way anyone can read through all of that it might be beneficial to use github pages for a lot of the documentation there or separate into different files with a toc in each
| 1
|
704,370
| 24,194,437,125
|
IssuesEvent
|
2022-09-23 21:27:04
|
eventespresso/event-espresso-core
|
https://api.github.com/repos/eventespresso/event-espresso-core
|
closed
|
Remove External Dependencies
|
category:assets type:task 🧹 priority:high status:next category:decaf
|
From the WordPress Plugin Review Team:
> Offloading images, js, css, and other scripts to your servers or any remote service (like Google, MaxCDN, jQuery.com etc) is disallowed. When you call remote data you introduce an unnecessary dependency on another site. If the file you're calling isn't a part of WordPress Core, then you should include it -locally- in your plugin, not remotely. If the file IS included in WordPress core, please call that instead.
> An exception to this rule is if your plugin is performing a service. We will permit this on a case by case basis. Since this can be confusing we have some examples of what are not permitted:
> - Offloading jquery CSS files to Google - You should include the CSS in your plugin.
> - Inserting an iframe with a help doc - A link, or including the docs in your plugin is preferred.
> - Calling images from your own domain - They should be included in your plugin.
> Here are some examples of what we would permit:
> - Calling font families from Google or their approved CDN (if GPL compatible)
> - API calls back to your server to process possible spam comments (like Akismet)
> - Offloading comments to your own servers (like Disqus)
> - oEmbed calls to a service provider (like Twitter or YouTube)
> Please remove external dependencies from your plugin and, if possible, include all files within the plugin (that is not called remotely). If instead you feel you are providing a service, please re-write your readme.txt in a manner that explains the service, the servers being called, and if any account is needed to connect.
> Example(s) from your plugin:
> - `event-espresso-decaf/admin_pages/about/templates/whats_new.template.php` line 94
> - `<a href="https://ee-screenshots.s3.amazonaws.com/2014/05/ticket-bundles.png">`
Please perform all work in separate PRs (a bunch of smaller stuff can be grouped into a single PR)
Please use `master` branch as the base for all work branches.
Please tag PRs with the following labels:
- ` category:assets `
- ` category:decaf `
- ` type:task `
As always, please ask questions if there is *anything* you are unsure about, and I am always open for alternate approaches since there is always more than one way to solve a problem.
|
1.0
|
Remove External Dependencies - From the WordPress Plugin Review Team:
> Offloading images, js, css, and other scripts to your servers or any remote service (like Google, MaxCDN, jQuery.com etc) is disallowed. When you call remote data you introduce an unnecessary dependency on another site. If the file you're calling isn't a part of WordPress Core, then you should include it -locally- in your plugin, not remotely. If the file IS included in WordPress core, please call that instead.
> An exception to this rule is if your plugin is performing a service. We will permit this on a case by case basis. Since this can be confusing we have some examples of what are not permitted:
> - Offloading jquery CSS files to Google - You should include the CSS in your plugin.
> - Inserting an iframe with a help doc - A link, or including the docs in your plugin is preferred.
> - Calling images from your own domain - They should be included in your plugin.
> Here are some examples of what we would permit:
> - Calling font families from Google or their approved CDN (if GPL compatible)
> - API calls back to your server to process possible spam comments (like Akismet)
> - Offloading comments to your own servers (like Disqus)
> - oEmbed calls to a service provider (like Twitter or YouTube)
> Please remove external dependencies from your plugin and, if possible, include all files within the plugin (that is not called remotely). If instead you feel you are providing a service, please re-write your readme.txt in a manner that explains the service, the servers being called, and if any account is needed to connect.
> Example(s) from your plugin:
> - `event-espresso-decaf/admin_pages/about/templates/whats_new.template.php` line 94
> - `<a href="https://ee-screenshots.s3.amazonaws.com/2014/05/ticket-bundles.png">`
Please perform all work in separate PRs (a bunch of smaller stuff can be grouped into a single PR)
Please use `master` branch as the base for all work branches.
Please tag PRs with the following labels:
- ` category:assets `
- ` category:decaf `
- ` type:task `
As always, please ask questions if there is *anything* you are unsure about, and I am always open for alternate approaches since there is always more than one way to solve a problem.
|
priority
|
remove external dependencies from the wordpress plugin review team offloading images js css and other scripts to your servers or any remote service like google maxcdn jquery com etc is disallowed when you call remote data you introduce an unnecessary dependency on another site if the file you re calling isn t a part of wordpress core then you should include it locally in your plugin not remotely if the file is included in wordpress core please call that instead an exception to this rule is if your plugin is performing a service we will permit this on a case by case basis since this can be confusing we have some examples of what are not permitted offloading jquery css files to google you should include the css in your plugin inserting an iframe with a help doc a link or including the docs in your plugin is preferred calling images from your own domain they should be included in your plugin here are some examples of what we would permit calling font families from google or their approved cdn if gpl compatible api calls back to your server to process possible spam comments like akismet offloading comments to your own servers like disqus oembed calls to a service provider like twitter or youtube please remove external dependencies from your plugin and if possible include all files within the plugin that is not called remotely if instead you feel you are providing a service please re write your readme txt in a manner that explains the service the servers being called and if any account is needed to connect example s from your plugin event espresso decaf admin pages about templates whats new template php line a href please perform all work in separate prs a bunch of smaller stuff can be grouped into a single pr please use master branch as the base for all work branches please tag prs with the following labels category assets category decaf type task as always please ask questions if there is anything you are unsure about and i am always open for alternate approaches since there is always more than one way to solve a problem
| 1
|
641,333
| 20,824,515,321
|
IssuesEvent
|
2022-03-18 19:02:23
|
kpwhri/heartsteps
|
https://api.github.com/repos/kpwhri/heartsteps
|
closed
|
Turning off the Morning Survey Notification
|
bug high priority pre-launch
|
Turning off the Morning Survey Notification
**Prerequisites**
**Completion Criteria**
- [x] Add "morning_survey" feature flag "if statement" at the head of the task
- [x] Test
- [x] Re-write old test cases with feature flags in mind
|
1.0
|
Turning off the Morning Survey Notification - Turning off the Morning Survey Notification
**Prerequisites**
**Completion Criteria**
- [x] Add "morning_survey" feature flag "if statement" at the head of the task
- [x] Test
- [x] Re-write old test cases with feature flags in mind
|
priority
|
turning off the morning survey notification turning off the morning survey notification prerequisites completion criteria add morning survey feature flag if statement at the head of the task test re write old test cases with feature flags in mind
| 1
|
131,718
| 5,164,555,492
|
IssuesEvent
|
2017-01-17 10:53:42
|
antoinecarme/pyaf
|
https://api.github.com/repos/antoinecarme/pyaf
|
closed
|
Improve Plots for Hierarchical Models
|
class:Doc class:enhancement priority:high topic:hierarchical
|
Plots that are generated for hierarchical models are too elementary.
Add more significant annotation for all the hierarchy nodes:
1. MAPE for the node model.
2. Top-Down average proportions for the edges.
3. Use a specific color for each level of the hierarchy.
4. Other annotations ?
|
1.0
|
Improve Plots for Hierarchical Models - Plots that are generated for hierarchical models are too elementary.
Add more significant annotation for all the hierarchy nodes:
1. MAPE for the node model.
2. Top-Down average proportions for the edges.
3. Use a specific color for each level of the hierarchy.
4. Other annotations ?
|
priority
|
improve plots for hierarchical models plots that are generated for hierarchical models are too elementary add more significant annotation for all the hierarchy nodes mape for the node model top down average proportions for the edges use a specific color for each level of the hierarchy other annotations
| 1
|
376,506
| 11,148,038,071
|
IssuesEvent
|
2019-12-23 14:25:01
|
ahmedkaludi/accelerated-mobile-pages
|
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
|
closed
|
Search translate text option is visible in swift but unused
|
NEXT UPDATE [Priority: HIGH] bug
|
- [ ] In Design 3 Search translate text option is available.
1)https://monosnap.com/file/6mtRYkvItdiylrgmUmUyVOKp7bVulY
2) https://monosnap.com/file/4nFb4l7A451CGtMSXWmNpyuoyWknJc
but in Swift this option is not required. as per the design, Need to add the condition for the search translate option.
|
1.0
|
Search translate text option is visible in swift but unused - - [ ] In Design 3 Search translate text option is available.
1)https://monosnap.com/file/6mtRYkvItdiylrgmUmUyVOKp7bVulY
2) https://monosnap.com/file/4nFb4l7A451CGtMSXWmNpyuoyWknJc
but in Swift this option is not required. as per the design, Need to add the condition for the search translate option.
|
priority
|
search translate text option is visible in swift but unused in design search translate text option is available but in swift this option is not required as per the design need to add the condition for the search translate option
| 1
|
206,624
| 7,114,218,379
|
IssuesEvent
|
2018-01-17 23:31:05
|
ampproject/amphtml
|
https://api.github.com/repos/ampproject/amphtml
|
closed
|
Link amp-story audio icon to presence of amp-video, amp-audio, or [background-audio]
|
Category: AMP Story P1: High Priority
|
At build time for `AmpStory`, we can do:
`const hasAudio = !!scopedQuerySelectorAll('amp-video, amp-audio, [background-audio]');`
Then pass `hasAudio` through to the system layer instantiation. This is a rough proxy, determining whether a story *could* have audio; what we want is whether a story is *currently* playing audio, for which we have #11857 filed.
|
1.0
|
Link amp-story audio icon to presence of amp-video, amp-audio, or [background-audio] - At build time for `AmpStory`, we can do:
`const hasAudio = !!scopedQuerySelectorAll('amp-video, amp-audio, [background-audio]');`
Then pass `hasAudio` through to the system layer instantiation. This is a rough proxy, determining whether a story *could* have audio; what we want is whether a story is *currently* playing audio, for which we have #11857 filed.
|
priority
|
link amp story audio icon to presence of amp video amp audio or at build time for ampstory we can do const hasaudio scopedqueryselectorall amp video amp audio then pass hasaudio through to the system layer instantiation this is a rough proxy determining whether a story could have audio what we want is whether a story is currently playing audio for which we have filed
| 1
|
124,082
| 4,891,562,783
|
IssuesEvent
|
2016-11-18 17:01:05
|
dmwm/WMCore
|
https://api.github.com/repos/dmwm/WMCore
|
closed
|
Bypass any sites when TrustPUSitelists True
|
High Priority
|
At the moment, this flags adds all the PNNs (mapped from the SiteWhitelist value) to the pileup json file.
We could change this feature such that if jobs are overflowed to other sites, the runtime scripts would see those blocks as present at that sites as well.
We likely want to add a job baggage and treat it at SetupCMSSW script.
|
1.0
|
Bypass any sites when TrustPUSitelists True - At the moment, this flags adds all the PNNs (mapped from the SiteWhitelist value) to the pileup json file.
We could change this feature such that if jobs are overflowed to other sites, the runtime scripts would see those blocks as present at that sites as well.
We likely want to add a job baggage and treat it at SetupCMSSW script.
|
priority
|
bypass any sites when trustpusitelists true at the moment this flags adds all the pnns mapped from the sitewhitelist value to the pileup json file we could change this feature such that if jobs are overflowed to other sites the runtime scripts would see those blocks as present at that sites as well we likely want to add a job baggage and treat it at setupcmssw script
| 1
|
809,135
| 30,176,176,681
|
IssuesEvent
|
2023-07-04 04:58:47
|
nitronova/GDTemplate
|
https://api.github.com/repos/nitronova/GDTemplate
|
closed
|
Clicking the settings button crashes the game.
|
abrupt crash (high priority)
|
Nice going, me. Thoroughly test the thing, next time.
|
1.0
|
Clicking the settings button crashes the game. - Nice going, me. Thoroughly test the thing, next time.
|
priority
|
clicking the settings button crashes the game nice going me thoroughly test the thing next time
| 1
|
712,427
| 24,495,129,973
|
IssuesEvent
|
2022-10-10 07:59:52
|
AY2223S1-CS2103T-T11-3/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-T11-3/tp
|
closed
|
As a clumsy user, I can delete students
|
type.Story priority.High
|
... so that I can remove students I have wrongfully added.
|
1.0
|
As a clumsy user, I can delete students - ... so that I can remove students I have wrongfully added.
|
priority
|
as a clumsy user i can delete students so that i can remove students i have wrongfully added
| 1
|
133,803
| 5,215,159,773
|
IssuesEvent
|
2017-01-26 03:22:26
|
pytorch/pytorch
|
https://api.github.com/repos/pytorch/pytorch
|
closed
|
nn.ELU(inplace=True) errors in backward
|
bug high priority
|
```python
import torch
import torch.nn as nn
from torch.autograd import Variable
input = Variable(torch.randn(10), requires_grad=True)
# relu passes
relu = nn.ReLU(inplace=True)
h1 = input * 2
out = relu(h1)
out.backward(torch.randn(10))
# elu fails
elu = nn.ELU(inplace=True)
h1 = input * 2
out = elu(h1)
out.backward(torch.randn(10))
```
```
/Users/soumith/code/pytorch/torch/autograd/variable.pyc in backward(self, gradient, retain_variables)
154 raise RuntimeError('backward should be called only on a scalar (i.e. 1-element tensor) or with gradient w.r.t. the variable')
155 gradient = self.data.new().resize_as_(self.data).fill_(1)
--> 156 self._execution_engine.run_backward((self,), (gradient,), retain_variables)
157
158 def register_hook(self, hook):
/Users/soumith/code/pytorch/torch/nn/_functions/thnn/auto.pyc in backward(self, grad_output)
150 t = self.saved_tensors
151 if save_output:
--> 152 input, output, params = t[0], t[1], t[2:]
153 else:
154 input, params = t[0], t[1:]
IndexError: tuple index out of range
```
|
1.0
|
nn.ELU(inplace=True) errors in backward - ```python
import torch
import torch.nn as nn
from torch.autograd import Variable
input = Variable(torch.randn(10), requires_grad=True)
# relu passes
relu = nn.ReLU(inplace=True)
h1 = input * 2
out = relu(h1)
out.backward(torch.randn(10))
# elu fails
elu = nn.ELU(inplace=True)
h1 = input * 2
out = elu(h1)
out.backward(torch.randn(10))
```
```
/Users/soumith/code/pytorch/torch/autograd/variable.pyc in backward(self, gradient, retain_variables)
154 raise RuntimeError('backward should be called only on a scalar (i.e. 1-element tensor) or with gradient w.r.t. the variable')
155 gradient = self.data.new().resize_as_(self.data).fill_(1)
--> 156 self._execution_engine.run_backward((self,), (gradient,), retain_variables)
157
158 def register_hook(self, hook):
/Users/soumith/code/pytorch/torch/nn/_functions/thnn/auto.pyc in backward(self, grad_output)
150 t = self.saved_tensors
151 if save_output:
--> 152 input, output, params = t[0], t[1], t[2:]
153 else:
154 input, params = t[0], t[1:]
IndexError: tuple index out of range
```
|
priority
|
nn elu inplace true errors in backward python import torch import torch nn as nn from torch autograd import variable input variable torch randn requires grad true relu passes relu nn relu inplace true input out relu out backward torch randn elu fails elu nn elu inplace true input out elu out backward torch randn users soumith code pytorch torch autograd variable pyc in backward self gradient retain variables raise runtimeerror backward should be called only on a scalar i e element tensor or with gradient w r t the variable gradient self data new resize as self data fill self execution engine run backward self gradient retain variables def register hook self hook users soumith code pytorch torch nn functions thnn auto pyc in backward self grad output t self saved tensors if save output input output params t t t else input params t t indexerror tuple index out of range
| 1
|
464,196
| 13,307,783,292
|
IssuesEvent
|
2020-08-25 23:03:09
|
grey-software/grey.software
|
https://api.github.com/repos/grey-software/grey.software
|
opened
|
Create a hero component from Project pages
|
Domain: Dev Experience Priority: High Type: Enhancement
|
This is the general structure we're going for, except
- Instead of the video player, we'll put the logo
- Also make room for a call to action buttons below the description

|
1.0
|
Create a hero component from Project pages - This is the general structure we're going for, except
- Instead of the video player, we'll put the logo
- Also make room for a call to action buttons below the description

|
priority
|
create a hero component from project pages this is the general structure we re going for except instead of the video player we ll put the logo also make room for a call to action buttons below the description
| 1
|
675,324
| 23,090,205,220
|
IssuesEvent
|
2022-07-26 14:39:08
|
huridocs/uwazi
|
https://api.github.com/repos/huridocs/uwazi
|
closed
|
Accept main Document on entity creation
|
Sprint Priority: High Feature Frontend :sunglasses: Backend 💾
|
We should accept the main PDF on entity creation, just like we do with supporting files.
|
1.0
|
Accept main Document on entity creation - We should accept the main PDF on entity creation, just like we do with supporting files.
|
priority
|
accept main document on entity creation we should accept the main pdf on entity creation just like we do with supporting files
| 1
|
509,085
| 14,712,471,724
|
IssuesEvent
|
2021-01-05 08:59:50
|
buddyboss/buddyboss-platform
|
https://api.github.com/repos/buddyboss/buddyboss-platform
|
closed
|
Link Preview issues on iPad.
|
bug can't reproduce priority: high
|
**Describe the bug**
The preview of the links is not appearing unless you place an 'SPACE' or a 'SLASH' right after the link . Please refer to the video attached for concise explanation.
**To Reproduce**
Steps to reproduce the behavior:
Please Watch the attached Video.
[iPad.zip](https://github.com/buddyboss/buddyboss-platform/files/5144874/iPad.zip)
**Support ticket links**
https://secure.helpscout.net/conversation/1258389693/89017?folderId=3701249
|
1.0
|
Link Preview issues on iPad. - **Describe the bug**
The preview of the links is not appearing unless you place an 'SPACE' or a 'SLASH' right after the link . Please refer to the video attached for concise explanation.
**To Reproduce**
Steps to reproduce the behavior:
Please Watch the attached Video.
[iPad.zip](https://github.com/buddyboss/buddyboss-platform/files/5144874/iPad.zip)
**Support ticket links**
https://secure.helpscout.net/conversation/1258389693/89017?folderId=3701249
|
priority
|
link preview issues on ipad describe the bug the preview of the links is not appearing unless you place an space or a slash right after the link please refer to the video attached for concise explanation to reproduce steps to reproduce the behavior please watch the attached video support ticket links
| 1
|
647,994
| 21,161,896,804
|
IssuesEvent
|
2022-04-07 10:06:04
|
epam/ketcher
|
https://api.github.com/repos/epam/ketcher
|
reopened
|
Stereo Flaf label and Stereo Center label are not shown after saving in V3000 mol file
|
bug external priority: high
|
**Steps to Reproduce**
1. Create any structure
2. Change some bonds to stereo bonds
3. Select some atoms with Selection tool.
4. Click the ‘Stereochemistry’ button.
5. Check the ‘Create new AND Group’ radiobutton.
6. Click the ‘OK’ button.
7. Save to V3000 molfile
8. Open the file
**Expected behavior**
The structure contains Stereo Flag label and Stereo Center Label as before saving
**Actual behavior**
Stereo Flag label and Stereo Center Label are not set
**Screenshots**

**Desktop (please complete the following information):**
- OS: Windows 10
- Browser Chrome Version 93.0.4577.63, Firefox Version 94.0.1, Microsoft Edge Version 93.0.961.47
|
1.0
|
Stereo Flaf label and Stereo Center label are not shown after saving in V3000 mol file - **Steps to Reproduce**
1. Create any structure
2. Change some bonds to stereo bonds
3. Select some atoms with Selection tool.
4. Click the ‘Stereochemistry’ button.
5. Check the ‘Create new AND Group’ radiobutton.
6. Click the ‘OK’ button.
7. Save to V3000 molfile
8. Open the file
**Expected behavior**
The structure contains Stereo Flag label and Stereo Center Label as before saving
**Actual behavior**
Stereo Flag label and Stereo Center Label are not set
**Screenshots**

**Desktop (please complete the following information):**
- OS: Windows 10
- Browser Chrome Version 93.0.4577.63, Firefox Version 94.0.1, Microsoft Edge Version 93.0.961.47
|
priority
|
stereo flaf label and stereo center label are not shown after saving in mol file steps to reproduce create any structure change some bonds to stereo bonds select some atoms with selection tool click the ‘stereochemistry’ button check the ‘create new and group’ radiobutton click the ‘ok’ button save to molfile open the file expected behavior the structure contains stereo flag label and stereo center label as before saving actual behavior stereo flag label and stereo center label are not set screenshots desktop please complete the following information os windows browser chrome version firefox version microsoft edge version
| 1
|
65,443
| 3,228,402,876
|
IssuesEvent
|
2015-10-12 01:30:46
|
beaulm/intercrop
|
https://api.github.com/repos/beaulm/intercrop
|
closed
|
Design
|
enhancement high priority
|
Figure out layout and add some wireframes. Possibly style guide...
Add plant component:
* Url
* Affinities
|
1.0
|
Design - Figure out layout and add some wireframes. Possibly style guide...
Add plant component:
* Url
* Affinities
|
priority
|
design figure out layout and add some wireframes possibly style guide add plant component url affinities
| 1
|
321,926
| 9,810,483,912
|
IssuesEvent
|
2019-06-12 20:35:41
|
project-ecc/eccoin
|
https://api.github.com/repos/project-ecc/eccoin
|
closed
|
2.5.15+ crashes on receiving tx
|
Bug Priority High
|
According to an exchange dev, the daemon crashes with "terminate called without an active exception" error the moment a new tx for the local wallet comes in.
More information to come here.
|
1.0
|
2.5.15+ crashes on receiving tx - According to an exchange dev, the daemon crashes with "terminate called without an active exception" error the moment a new tx for the local wallet comes in.
More information to come here.
|
priority
|
crashes on receiving tx according to an exchange dev the daemon crashes with terminate called without an active exception error the moment a new tx for the local wallet comes in more information to come here
| 1
|
616,892
| 19,323,886,484
|
IssuesEvent
|
2021-12-14 09:19:00
|
AZielski/symmetrical-carnival
|
https://api.github.com/repos/AZielski/symmetrical-carnival
|
opened
|
Add badges and achievements for points
|
frontend priority:High
|
Task:
- Add displaying badges in profile menu based on backend response.
- Add displaying achevements in profile submenu.
|
1.0
|
Add badges and achievements for points - Task:
- Add displaying badges in profile menu based on backend response.
- Add displaying achevements in profile submenu.
|
priority
|
add badges and achievements for points task add displaying badges in profile menu based on backend response add displaying achevements in profile submenu
| 1
|
67,344
| 3,270,896,500
|
IssuesEvent
|
2015-10-24 00:50:20
|
supremefist/cnto-django-roster
|
https://api.github.com/repos/supremefist/cnto-django-roster
|
closed
|
User accounts
|
high priority
|
All Officers are eager to get their hands on it and begin using this awesome website of yours as soon as possible. So I think it's time to create their accounts as well.
The users will be categorised in three permissions categories: Interviewer, Officer and Admin.
Interviewer's permissions system should be referenced to Issue #15
For Officer and admins reference this picutre: 
Admins: Abuk, Clarke, Ryujin
Officers: Bull, Goat, John, Obi
Interviewers: Ionaru, Matan, Swipp, Xerses
A question: will it be possible for admins to create new user logins or edit permission system?
|
1.0
|
User accounts - All Officers are eager to get their hands on it and begin using this awesome website of yours as soon as possible. So I think it's time to create their accounts as well.
The users will be categorised in three permissions categories: Interviewer, Officer and Admin.
Interviewer's permissions system should be referenced to Issue #15
For Officer and admins reference this picutre: 
Admins: Abuk, Clarke, Ryujin
Officers: Bull, Goat, John, Obi
Interviewers: Ionaru, Matan, Swipp, Xerses
A question: will it be possible for admins to create new user logins or edit permission system?
|
priority
|
user accounts all officers are eager to get their hands on it and begin using this awesome website of yours as soon as possible so i think it s time to create their accounts as well the users will be categorised in three permissions categories interviewer officer and admin interviewer s permissions system should be referenced to issue for officer and admins reference this picutre admins abuk clarke ryujin officers bull goat john obi interviewers ionaru matan swipp xerses a question will it be possible for admins to create new user logins or edit permission system
| 1
|
826,773
| 31,711,638,948
|
IssuesEvent
|
2023-09-09 10:50:05
|
ubiquibot/production
|
https://api.github.com/repos/ubiquibot/production
|
opened
|
Demo: Testing
|
Time: <1 Day Priority: 3 (High)
|
### Describe the problem here.
testing demo
### Describe the solution.
demo testing
|
1.0
|
Demo: Testing - ### Describe the problem here.
testing demo
### Describe the solution.
demo testing
|
priority
|
demo testing describe the problem here testing demo describe the solution demo testing
| 1
|
231,641
| 7,641,628,379
|
IssuesEvent
|
2018-05-08 06:07:45
|
llmhyy/microbat
|
https://api.github.com/repos/llmhyy/microbat
|
closed
|
[Mutation] The Mutation Data is not equal with regard to random-false-1 and random-true-1
|
high priority of priority urgent
|
@lylytran
I think we may need to re-run the experiment on the 5 projects to make sure the data consistency.
|
2.0
|
[Mutation] The Mutation Data is not equal with regard to random-false-1 and random-true-1 - @lylytran
I think we may need to re-run the experiment on the 5 projects to make sure the data consistency.
|
priority
|
the mutation data is not equal with regard to random false and random true lylytran i think we may need to re run the experiment on the projects to make sure the data consistency
| 1
|
469,260
| 13,504,377,849
|
IssuesEvent
|
2020-09-13 17:44:51
|
mlr-org/mlr3learners
|
https://api.github.com/repos/mlr-org/mlr3learners
|
closed
|
binary glmnet handling of outcome factor names, Bug?
|
Priority: High Status: Accepted Type: Bug
|
Hi,
I ran into a problem with << .5 AUC performance on a binary classification task with glmnet. Turned out that the positive class was labelled "bad" vs "good" (negative). Since bad > good alphabetically, glmnet mixes up the positive and negative class (as documented).
It seems that setting the positive = "bad" property of the task does not change that. Only after manually renaming the labels to "0" = "good" and "1" = "bad" did I get reasonable results.
I guess the problem is that this quirk of glmnet is not handled in, the outcome factor is just passed in as-is
https://github.com/mlr-org/mlr3learners/blob/9107004cd1bb7d9eaddbdd665d09c7e65aa9c4d6/R/LearnerRegrCVGlmnet.R#L101
|
1.0
|
binary glmnet handling of outcome factor names, Bug? - Hi,
I ran into a problem with << .5 AUC performance on a binary classification task with glmnet. Turned out that the positive class was labelled "bad" vs "good" (negative). Since bad > good alphabetically, glmnet mixes up the positive and negative class (as documented).
It seems that setting the positive = "bad" property of the task does not change that. Only after manually renaming the labels to "0" = "good" and "1" = "bad" did I get reasonable results.
I guess the problem is that this quirk of glmnet is not handled in, the outcome factor is just passed in as-is
https://github.com/mlr-org/mlr3learners/blob/9107004cd1bb7d9eaddbdd665d09c7e65aa9c4d6/R/LearnerRegrCVGlmnet.R#L101
|
priority
|
binary glmnet handling of outcome factor names bug hi i ran into a problem with good alphabetically glmnet mixes up the positive and negative class as documented it seems that setting the positive bad property of the task does not change that only after manually renaming the labels to good and bad did i get reasonable results i guess the problem is that this quirk of glmnet is not handled in the outcome factor is just passed in as is
| 1
|
32,379
| 2,754,044,318
|
IssuesEvent
|
2015-04-25 08:33:36
|
ArturKlesun/storyspace
|
https://api.github.com/repos/ArturKlesun/storyspace
|
closed
|
Прога в бездействии ест 50% процессора
|
bug Priority High
|
Что странно, ведь у скрина должно всегда стоять surfaceChanged == False когда ничего не происходит, то есть ничто не должно перересовываться
|
1.0
|
Прога в бездействии ест 50% процессора - Что странно, ведь у скрина должно всегда стоять surfaceChanged == False когда ничего не происходит, то есть ничто не должно перересовываться
|
priority
|
прога в бездействии ест процессора что странно ведь у скрина должно всегда стоять surfacechanged false когда ничего не происходит то есть ничто не должно перересовываться
| 1
|
285,486
| 8,759,855,786
|
IssuesEvent
|
2018-12-15 20:51:49
|
mit-cml/appinventor-sources
|
https://api.github.com/repos/mit-cml/appinventor-sources
|
closed
|
URI is not absolute error
|
affects: ucr bug issue: accepted priority: high regression status: in progress
|
When calling File.ReadFrom with a file name starting with `//`, we do not construct a complete file URI. This then gets passed to FileUtil, which throws an exception.
|
1.0
|
URI is not absolute error - When calling File.ReadFrom with a file name starting with `//`, we do not construct a complete file URI. This then gets passed to FileUtil, which throws an exception.
|
priority
|
uri is not absolute error when calling file readfrom with a file name starting with we do not construct a complete file uri this then gets passed to fileutil which throws an exception
| 1
|
6,348
| 2,587,539,668
|
IssuesEvent
|
2015-02-17 19:07:06
|
afollestad/cabinet-issue-tracker
|
https://api.github.com/repos/afollestad/cabinet-issue-tracker
|
closed
|
Vector file and folder icons
|
enhancement high priority
|
On my Nexus 7 in grid mode the folder icons look blurry.
Please add high res drawables and/or use androids new [`VectorDrawable`][1] for 5.0+
[1]: https://developer.android.com/reference/android/graphics/drawable/VectorDrawable.html
|
1.0
|
Vector file and folder icons - On my Nexus 7 in grid mode the folder icons look blurry.
Please add high res drawables and/or use androids new [`VectorDrawable`][1] for 5.0+
[1]: https://developer.android.com/reference/android/graphics/drawable/VectorDrawable.html
|
priority
|
vector file and folder icons on my nexus in grid mode the folder icons look blurry please add high res drawables and or use androids new for
| 1
|
782,900
| 27,511,003,187
|
IssuesEvent
|
2023-03-06 08:49:05
|
AY2223S2-CS2103T-T17-3/tp
|
https://api.github.com/repos/AY2223S2-CS2103T-T17-3/tp
|
closed
|
Delete tag
|
type.Story priority.High
|
As a user I can delete tag from a person so that I can update the information overtime.
|
1.0
|
Delete tag - As a user I can delete tag from a person so that I can update the information overtime.
|
priority
|
delete tag as a user i can delete tag from a person so that i can update the information overtime
| 1
|
825,933
| 31,479,272,623
|
IssuesEvent
|
2023-08-30 12:54:12
|
gamefreedomgit/Maelstrom
|
https://api.github.com/repos/gamefreedomgit/Maelstrom
|
closed
|
Lord Rhyolith - Magma Flow Volcano Size
|
Priority: High Raid: Firelands
|
**Description:**
Upon rewatching encounters of Lord Rhyolith on retail, it has come to my attention that the Magma Flow Volcanoes on Whitemane do not fully erect out of the ground before they start to spawn lava.
Currently, the Magma Flow Volcanoes are only half-erect from the ground and are smaller in both the size and height of the player.
In this first screenshot from retail:

You can see that the Magma Flow Volcano when fully erected from the ground, completely towers over the player.
In comparison to the second screenshot from Whitemane:

You can see that the Magma Flow Volcano isn't fully erected from the ground and proceeds to spill lava.
**How to reproduce:**
Start the encounter, wait for a Magma Flow Volcano to spawn and compare the size of the volcano to the player.
**How it should work:**
The Magma Flow Volcanoes should be fully erected from the ground before spilling lava and should be larger in size and height.
|
1.0
|
Lord Rhyolith - Magma Flow Volcano Size - **Description:**
Upon rewatching encounters of Lord Rhyolith on retail, it has come to my attention that the Magma Flow Volcanoes on Whitemane do not fully erect out of the ground before they start to spawn lava.
Currently, the Magma Flow Volcanoes are only half-erect from the ground and are smaller in both the size and height of the player.
In this first screenshot from retail:

You can see that the Magma Flow Volcano when fully erected from the ground, completely towers over the player.
In comparison to the second screenshot from Whitemane:

You can see that the Magma Flow Volcano isn't fully erected from the ground and proceeds to spill lava.
**How to reproduce:**
Start the encounter, wait for a Magma Flow Volcano to spawn and compare the size of the volcano to the player.
**How it should work:**
The Magma Flow Volcanoes should be fully erected from the ground before spilling lava and should be larger in size and height.
|
priority
|
lord rhyolith magma flow volcano size description upon rewatching encounters of lord rhyolith on retail it has come to my attention that the magma flow volcanoes on whitemane do not fully erect out of the ground before they start to spawn lava currently the magma flow volcanoes are only half erect from the ground and are smaller in both the size and height of the player in this first screenshot from retail you can see that the magma flow volcano when fully erected from the ground completely towers over the player in comparison to the second screenshot from whitemane you can see that the magma flow volcano isn t fully erected from the ground and proceeds to spill lava how to reproduce start the encounter wait for a magma flow volcano to spawn and compare the size of the volcano to the player how it should work the magma flow volcanoes should be fully erected from the ground before spilling lava and should be larger in size and height
| 1
|
199,130
| 6,981,178,168
|
IssuesEvent
|
2017-12-13 06:38:23
|
wso2/product-iots
|
https://api.github.com/repos/wso2/product-iots
|
closed
|
Policy compliancy tab in device overview "view policy" button results in 400 error
|
Priority/High Type/Bug
|
In the Policy compliancy tab of the device overview the "view policy" button refers to a dead link.
It first goes to the /carbon login page and then after logging in as admin it goes to:
/policy/effective-policy?type=android&id=&loginStatus=true and returns 400 bad request.

Version 3.1.0 update 4
|
1.0
|
Policy compliancy tab in device overview "view policy" button results in 400 error - In the Policy compliancy tab of the device overview the "view policy" button refers to a dead link.
It first goes to the /carbon login page and then after logging in as admin it goes to:
/policy/effective-policy?type=android&id=&loginStatus=true and returns 400 bad request.

Version 3.1.0 update 4
|
priority
|
policy compliancy tab in device overview view policy button results in error in the policy compliancy tab of the device overview the view policy button refers to a dead link it first goes to the carbon login page and then after logging in as admin it goes to policy effective policy type android id loginstatus true and returns bad request version update
| 1
|
416,526
| 12,147,932,121
|
IssuesEvent
|
2020-04-24 13:49:11
|
pytorch/text
|
https://api.github.com/repos/pytorch/text
|
closed
|
[HELP WANTED] Clean up python 2 coding
|
help wanted high priority
|
## 🚀 Feature
Since we are dropping the python2 support, we should clean up python 2 coding style. For example, the dependency on six should be removed. PRs from OSS are welcome and will be merged.
|
1.0
|
[HELP WANTED] Clean up python 2 coding - ## 🚀 Feature
Since we are dropping the python2 support, we should clean up python 2 coding style. For example, the dependency on six should be removed. PRs from OSS are welcome and will be merged.
|
priority
|
clean up python coding 🚀 feature since we are dropping the support we should clean up python coding style for example the dependency on six should be removed prs from oss are welcome and will be merged
| 1
|
189,972
| 6,803,350,844
|
IssuesEvent
|
2017-11-03 00:22:12
|
Kademi/kademi-dev
|
https://api.github.com/repos/Kademi/kademi-dev
|
opened
|
KCRM funnel not working
|
bug High priority
|
http://kcrm.kademi.us/analytics/kademi-sales?filters=source%3DNone&stage=Hot
Clicking on hot does not show the correct list of leads in the table below.

|
1.0
|
KCRM funnel not working - http://kcrm.kademi.us/analytics/kademi-sales?filters=source%3DNone&stage=Hot
Clicking on hot does not show the correct list of leads in the table below.

|
priority
|
kcrm funnel not working clicking on hot does not show the correct list of leads in the table below
| 1
|
319,048
| 9,733,526,030
|
IssuesEvent
|
2019-05-31 09:53:27
|
geosolutions-it/MapStore2
|
https://api.github.com/repos/geosolutions-it/MapStore2
|
closed
|
Minor updates to gs-stable server
|
Priority: High Task geoserver
|
- add css extension to gs-stable server
- Add cors headers
|
1.0
|
Minor updates to gs-stable server - - add css extension to gs-stable server
- Add cors headers
|
priority
|
minor updates to gs stable server add css extension to gs stable server add cors headers
| 1
|
563,106
| 16,676,128,379
|
IssuesEvent
|
2021-06-07 16:24:08
|
L-Acoustics/avdecc
|
https://api.github.com/repos/L-Acoustics/avdecc
|
opened
|
Stack corruption when receiving an AECP response not matching the request
|
bug high priority
|
For example, if an entity responds to an AEM COMMAND (with correct sequence_id) but changing the command_type field (to something valid, but different than the request), this can cause a stack corruption.
|
1.0
|
Stack corruption when receiving an AECP response not matching the request - For example, if an entity responds to an AEM COMMAND (with correct sequence_id) but changing the command_type field (to something valid, but different than the request), this can cause a stack corruption.
|
priority
|
stack corruption when receiving an aecp response not matching the request for example if an entity responds to an aem command with correct sequence id but changing the command type field to something valid but different than the request this can cause a stack corruption
| 1
|
745,164
| 25,972,626,436
|
IssuesEvent
|
2022-12-19 12:31:05
|
ladybirdweb/agora-invoicing-community
|
https://api.github.com/repos/ladybirdweb/agora-invoicing-community
|
closed
|
Installation path/installation details showing only one record.
|
Bug High Priority
|
Step to replicate
Install Helpdesk more than one with the same License key.
Now go to the client panel open order and check the installation path how many are showing. only one is showing. It should show all.

|
1.0
|
Installation path/installation details showing only one record. - Step to replicate
Install Helpdesk more than one with the same License key.
Now go to the client panel open order and check the installation path how many are showing. only one is showing. It should show all.

|
priority
|
installation path installation details showing only one record step to replicate install helpdesk more than one with the same license key now go to the client panel open order and check the installation path how many are showing only one is showing it should show all
| 1
|
98,725
| 4,030,666,626
|
IssuesEvent
|
2016-05-18 14:54:25
|
Aqueti/atl
|
https://api.github.com/repos/Aqueti/atl
|
opened
|
testBaseContainer fails on windows due to metadata mismatch
|
High Priority
|
The testBaseContainer fails with an expected size of 140, not 148 in window unit test using VC2014. This seems to be a version issue since a special directive was needed for previous VC versions
|
1.0
|
testBaseContainer fails on windows due to metadata mismatch - The testBaseContainer fails with an expected size of 140, not 148 in window unit test using VC2014. This seems to be a version issue since a special directive was needed for previous VC versions
|
priority
|
testbasecontainer fails on windows due to metadata mismatch the testbasecontainer fails with an expected size of not in window unit test using this seems to be a version issue since a special directive was needed for previous vc versions
| 1
|
338,151
| 10,224,951,921
|
IssuesEvent
|
2019-08-16 14:03:09
|
ballerina-platform/lsp4intellij
|
https://api.github.com/repos/ballerina-platform/lsp4intellij
|
closed
|
Diagnostics, code actions and renaming support is not working in IDEA 2019.2
|
Priority/Highest Severity/Blocker Type/Bug
|
**Description:**
$subject. It seems like there are few low-level API changes have been introduced in the IntelliJ platform with the latest IDEA release (2019.2).
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
IntelliJ IDEA 2019.2
**OS, DB, other environment details and versions:**
**Steps to reproduce:**
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
|
1.0
|
Diagnostics, code actions and renaming support is not working in IDEA 2019.2 - **Description:**
$subject. It seems like there are few low-level API changes have been introduced in the IntelliJ platform with the latest IDEA release (2019.2).
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels-->
**Suggested Assignees:**
<!--Optional comma separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees-->
**Affected Product Version:**
IntelliJ IDEA 2019.2
**OS, DB, other environment details and versions:**
**Steps to reproduce:**
**Related Issues:**
<!-- Any related issues such as sub tasks, issues reported in other repositories (e.g component repositories), similar problems, etc. -->
|
priority
|
diagnostics code actions and renaming support is not working in idea description subject it seems like there are few low level api changes have been introduced in the intellij platform with the latest idea release suggested labels suggested assignees affected product version intellij idea os db other environment details and versions steps to reproduce related issues
| 1
|
491,483
| 14,165,097,351
|
IssuesEvent
|
2020-11-12 06:33:59
|
fossasia/open-event-frontend
|
https://api.github.com/repos/fossasia/open-event-frontend
|
closed
|
Call for Speakers: Event Showing Up on Frontpage even though CfS is deactivated
|
Priority: High bug
|
An event is listed in the section "Call for Speakers" on the front page even though the CfS of that event is deactivated. However, the event has speakers and sessions.

|
1.0
|
Call for Speakers: Event Showing Up on Frontpage even though CfS is deactivated - An event is listed in the section "Call for Speakers" on the front page even though the CfS of that event is deactivated. However, the event has speakers and sessions.

|
priority
|
call for speakers event showing up on frontpage even though cfs is deactivated an event is listed in the section call for speakers on the front page even though the cfs of that event is deactivated however the event has speakers and sessions
| 1
|
34,170
| 2,775,990,962
|
IssuesEvent
|
2015-05-04 19:12:34
|
UnifiedViews/Core
|
https://api.github.com/repos/UnifiedViews/Core
|
closed
|
Sesame version upgrade to 2.8
|
priority: High severity: enhancement status: planed
|
Sesame 2.8 released:
http://rdf4j.org/
fixes many issues, should be tested first.
|
1.0
|
Sesame version upgrade to 2.8 - Sesame 2.8 released:
http://rdf4j.org/
fixes many issues, should be tested first.
|
priority
|
sesame version upgrade to sesame released fixes many issues should be tested first
| 1
|
347,470
| 10,430,265,834
|
IssuesEvent
|
2019-09-17 06:13:23
|
AY1920S1-CS2103-F14-4/main
|
https://api.github.com/repos/AY1920S1-CS2103-F14-4/main
|
closed
|
Add delivery task
|
priority.High type.Story
|
As a store manager,
I am able to add a delivery task,
So that i can keep track of the upcoming tasks.
A task should:
* link to a driver,
* link to one or several delivery contacts,
* has a location
* has an arrival time
* has a Delivery manifest (Item and quantity, weight, total weight)
* has a price
|
1.0
|
Add delivery task - As a store manager,
I am able to add a delivery task,
So that i can keep track of the upcoming tasks.
A task should:
* link to a driver,
* link to one or several delivery contacts,
* has a location
* has an arrival time
* has a Delivery manifest (Item and quantity, weight, total weight)
* has a price
|
priority
|
add delivery task as a store manager i am able to add a delivery task so that i can keep track of the upcoming tasks a task should link to a driver link to one or several delivery contacts has a location has an arrival time has a delivery manifest item and quantity weight total weight has a price
| 1
|
627,296
| 19,900,719,975
|
IssuesEvent
|
2022-01-25 07:32:28
|
JGuetschow/UNFCCC_non-AnnexI_data
|
https://api.github.com/repos/JGuetschow/UNFCCC_non-AnnexI_data
|
opened
|
Argentina BUR4
|
Priority high Data to read BUR
|
The report resolves individual gases only for 2018, for 1990-2018 gas basket time series exist. However BUR3 data was made available in spreadsheet containing all data is available from [inventariogei.ambiente.gob.ar](https://inventariogei.ambiente.gob.ar). So before reading the data from pdf check if the spreadsheet has been updated (last check: Jan 24, 2022, not updated).
Data is in IPCC 2006 categories with very good sectoral resolution.
|
1.0
|
Argentina BUR4 - The report resolves individual gases only for 2018, for 1990-2018 gas basket time series exist. However BUR3 data was made available in spreadsheet containing all data is available from [inventariogei.ambiente.gob.ar](https://inventariogei.ambiente.gob.ar). So before reading the data from pdf check if the spreadsheet has been updated (last check: Jan 24, 2022, not updated).
Data is in IPCC 2006 categories with very good sectoral resolution.
|
priority
|
argentina the report resolves individual gases only for for gas basket time series exist however data was made available in spreadsheet containing all data is available from so before reading the data from pdf check if the spreadsheet has been updated last check jan not updated data is in ipcc categories with very good sectoral resolution
| 1
|
758,691
| 26,565,174,537
|
IssuesEvent
|
2023-01-20 19:27:34
|
meanstream-io/meanstream
|
https://api.github.com/repos/meanstream-io/meanstream
|
closed
|
Hyperdeck Editor: User Must Exit Text Field To Persist
|
type: bug priority: high complexity: low impact: ux
|
When a user is editing the hyperdeck connections in the project settings, he/she needs to explicitly lose focus on the text field for the changes to be persisted. Instead changes should be persisted as the user types.
<img width="736" alt="Screenshot 2023-01-03 at 19 45 45" src="https://user-images.githubusercontent.com/35083480/210421514-3ebbed01-6ff9-436c-8b13-537b6dda40c0.png">
|
1.0
|
Hyperdeck Editor: User Must Exit Text Field To Persist - When a user is editing the hyperdeck connections in the project settings, he/she needs to explicitly lose focus on the text field for the changes to be persisted. Instead changes should be persisted as the user types.
<img width="736" alt="Screenshot 2023-01-03 at 19 45 45" src="https://user-images.githubusercontent.com/35083480/210421514-3ebbed01-6ff9-436c-8b13-537b6dda40c0.png">
|
priority
|
hyperdeck editor user must exit text field to persist when a user is editing the hyperdeck connections in the project settings he she needs to explicitly lose focus on the text field for the changes to be persisted instead changes should be persisted as the user types img width alt screenshot at src
| 1
|
185,759
| 6,727,463,552
|
IssuesEvent
|
2017-10-17 13:44:11
|
metasfresh/metasfresh-webui-frontend
|
https://api.github.com/repos/metasfresh/metasfresh-webui-frontend
|
closed
|
Scrollbar missing in Handling Unit Editor after "Internal Usage Action"
|
branch:master priority:high type:bug
|
### Is this a bug or feature request?
Bug
### What is the current behavior?
Currently, the Scrollbar vanishes in Handling Unit after the usage of Quickaction "Internal Usage".
#### Which are the steps to reproduce?
Open the Handling Unit Editor. Select a line. Open Quick action dropdown. Select Materialentnahme/ Internal Usage. Scrollbar disappears.
### What is the expected or desired behavior?
The scrollbar shall remain.

|
1.0
|
Scrollbar missing in Handling Unit Editor after "Internal Usage Action" - ### Is this a bug or feature request?
Bug
### What is the current behavior?
Currently, the Scrollbar vanishes in Handling Unit after the usage of Quickaction "Internal Usage".
#### Which are the steps to reproduce?
Open the Handling Unit Editor. Select a line. Open Quick action dropdown. Select Materialentnahme/ Internal Usage. Scrollbar disappears.
### What is the expected or desired behavior?
The scrollbar shall remain.

|
priority
|
scrollbar missing in handling unit editor after internal usage action is this a bug or feature request bug what is the current behavior currently the scrollbar vanishes in handling unit after the usage of quickaction internal usage which are the steps to reproduce open the handling unit editor select a line open quick action dropdown select materialentnahme internal usage scrollbar disappears what is the expected or desired behavior the scrollbar shall remain
| 1
|
419,794
| 12,228,478,871
|
IssuesEvent
|
2020-05-03 19:36:07
|
cdnjs/cdnjs
|
https://api.github.com/repos/cdnjs/cdnjs
|
closed
|
[Request] Add Feathers
|
:arrows_counterclockwise: Wait for response :rotating_light: High Priority 🏷 Library Request
|
**Library name: Feathers
**Git repository url: https://github.com/feathersjs/feathers
**npm package name or url** (if there is one): https://www.npmjs.com/package/feathers
**License (List them all if it's multiple): MIT
**Official homepage: https://feathersjs.com/
**Wanna say something? Leave message here:**
=====================
Notes from cdnjs maintainer:
Please read the [README.md](https://github.com/cdnjs/cdnjs#cdnjs-library-repository) and [CONTRIBUTING.md](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md) document first.
We encourage you to add a library via sending pull request,
it'll be faster than just opening a request issue,
since there are tons of issues, please wait with patience,
and please don't forget to read the guidelines for contributing, thanks!!
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48250876-request-add-feathers?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github).
</bountysource-plugin>
|
1.0
|
[Request] Add Feathers - **Library name: Feathers
**Git repository url: https://github.com/feathersjs/feathers
**npm package name or url** (if there is one): https://www.npmjs.com/package/feathers
**License (List them all if it's multiple): MIT
**Official homepage: https://feathersjs.com/
**Wanna say something? Leave message here:**
=====================
Notes from cdnjs maintainer:
Please read the [README.md](https://github.com/cdnjs/cdnjs#cdnjs-library-repository) and [CONTRIBUTING.md](https://github.com/cdnjs/cdnjs/blob/master/CONTRIBUTING.md) document first.
We encourage you to add a library via sending pull request,
it'll be faster than just opening a request issue,
since there are tons of issues, please wait with patience,
and please don't forget to read the guidelines for contributing, thanks!!
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/48250876-request-add-feathers?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32893&utm_medium=issues&utm_source=github).
</bountysource-plugin>
|
priority
|
add feathers library name feathers git repository url npm package name or url if there is one license list them all if it s multiple mit official homepage wanna say something leave message here notes from cdnjs maintainer please read the and document first we encourage you to add a library via sending pull request it ll be faster than just opening a request issue since there are tons of issues please wait with patience and please don t forget to read the guidelines for contributing thanks want to back this issue we accept bounties via
| 1
|
99,209
| 4,049,257,514
|
IssuesEvent
|
2016-05-23 13:36:36
|
akcdotorg/akc.org
|
https://api.github.com/repos/akcdotorg/akc.org
|
closed
|
New ad units on /learn article pages
|
Ad Viewability Ads high priority
|
# Desktop
- new 728x90 ad unit directly below top hero image
- please use the existing tan background behind the ad instead of the grey
- Mockup:

# Mobile
- center top ad
- place 300x250 ad after first paragraph
- Mockup:

|
1.0
|
New ad units on /learn article pages - # Desktop
- new 728x90 ad unit directly below top hero image
- please use the existing tan background behind the ad instead of the grey
- Mockup:

# Mobile
- center top ad
- place 300x250 ad after first paragraph
- Mockup:

|
priority
|
new ad units on learn article pages desktop new ad unit directly below top hero image please use the existing tan background behind the ad instead of the grey mockup mobile center top ad place ad after first paragraph mockup
| 1
|
135,945
| 5,267,131,344
|
IssuesEvent
|
2017-02-04 19:30:53
|
mentii/mentii
|
https://api.github.com/repos/mentii/mentii
|
closed
|
Join Public Class (3)
|
Priority - High
|
| Story Points | 3 |
| :-- | --- |
| **Owner** | Alex |
#### Description
As a student I would like to become a member of a publicly available class by selecting it from the list of available classes
#### Acceptance Criteria
- The user is a member of the class after joining
- The user cannot do this for any class that is not public
|
1.0
|
Join Public Class (3) - | Story Points | 3 |
| :-- | --- |
| **Owner** | Alex |
#### Description
As a student I would like to become a member of a publicly available class by selecting it from the list of available classes
#### Acceptance Criteria
- The user is a member of the class after joining
- The user cannot do this for any class that is not public
|
priority
|
join public class story points owner alex description as a student i would like to become a member of a publicly available class by selecting it from the list of available classes acceptance criteria the user is a member of the class after joining the user cannot do this for any class that is not public
| 1
|
33,918
| 2,773,537,554
|
IssuesEvent
|
2015-05-03 18:39:52
|
andresriancho/collector
|
https://api.github.com/repos/andresriancho/collector
|
closed
|
Create docker image to run w3af inside
|
enhancement priority:high
|
Create docker image to run w3af inside which will speedup the setup phase. Remember that we have to re-compile python now to have support for some of our tools.
## TODO
- [ ] Create a `Dockerfile` in collector/examples/w3af based on [the w3af docker image](https://registry.hub.docker.com/u/andresriancho/w3af/) but installing all the other things I need for profiling
- [ ] Also update the `ami` to point to one that already has docker installed:
```yaml
main:
ami: ami-48eb2f20
```
- [ ] Create a script to run w3af inside docker and save the profiling output to a place where I can easily download afterwards
|
1.0
|
Create docker image to run w3af inside - Create docker image to run w3af inside which will speedup the setup phase. Remember that we have to re-compile python now to have support for some of our tools.
## TODO
- [ ] Create a `Dockerfile` in collector/examples/w3af based on [the w3af docker image](https://registry.hub.docker.com/u/andresriancho/w3af/) but installing all the other things I need for profiling
- [ ] Also update the `ami` to point to one that already has docker installed:
```yaml
main:
ami: ami-48eb2f20
```
- [ ] Create a script to run w3af inside docker and save the profiling output to a place where I can easily download afterwards
|
priority
|
create docker image to run inside create docker image to run inside which will speedup the setup phase remember that we have to re compile python now to have support for some of our tools todo create a dockerfile in collector examples based on but installing all the other things i need for profiling also update the ami to point to one that already has docker installed yaml main ami ami create a script to run inside docker and save the profiling output to a place where i can easily download afterwards
| 1
|
271,682
| 8,488,432,964
|
IssuesEvent
|
2018-10-26 16:37:12
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[studio-ui] webdav desktop dialog is too short and cuts off buttons
|
CI bug priority: high
|
### Expected behavior
The dialog box for WebDAV upload should be big enough in all screen break points to display all buttons and other UI elements
!
### Actual behavior
The dialog box for WebDAV upload is too short and cuts off buttons due to style sheet issues
[screenshot](https://user-images.githubusercontent.com/169432/47526777-ccdf7980-d86e-11e8-8de8-46bc44b63844.png)
### Steps to reproduce the problem
1. Setup WebDAV profile.
2. Modify content type for img-WebDAV-repo with image-picker selecting from it.
3. Edit an entry with image-picker
4. Add image
5. Browse on the existing folder (an assumption that there's existing content)
6. Right-click a folder
7. Click on "Upload" to see modal with incorrect display
8. See dialog box in all breakpoints
### Log/stack trace (use https://gist.github.com)
N/A
### Specs
#### Version
#### OS
Any
#### Browser
Any
|
1.0
|
[studio-ui] webdav desktop dialog is too short and cuts off buttons - ### Expected behavior
The dialog box for WebDAV upload should be big enough in all screen break points to display all buttons and other UI elements
!
### Actual behavior
The dialog box for WebDAV upload is too short and cuts off buttons due to style sheet issues
[screenshot](https://user-images.githubusercontent.com/169432/47526777-ccdf7980-d86e-11e8-8de8-46bc44b63844.png)
### Steps to reproduce the problem
1. Setup WebDAV profile.
2. Modify content type for img-WebDAV-repo with image-picker selecting from it.
3. Edit an entry with image-picker
4. Add image
5. Browse on the existing folder (an assumption that there's existing content)
6. Right-click a folder
7. Click on "Upload" to see modal with incorrect display
8. See dialog box in all breakpoints
### Log/stack trace (use https://gist.github.com)
N/A
### Specs
#### Version
#### OS
Any
#### Browser
Any
|
priority
|
webdav desktop dialog is too short and cuts off buttons expected behavior the dialog box for webdav upload should be big enough in all screen break points to display all buttons and other ui elements actual behavior the dialog box for webdav upload is too short and cuts off buttons due to style sheet issues steps to reproduce the problem setup webdav profile modify content type for img webdav repo with image picker selecting from it edit an entry with image picker add image browse on the existing folder an assumption that there s existing content right click a folder click on upload to see modal with incorrect display see dialog box in all breakpoints log stack trace use n a specs version os any browser any
| 1
|
730,601
| 25,181,244,428
|
IssuesEvent
|
2022-11-11 13:52:54
|
ita-social-projects/horondi_client_fe
|
https://api.github.com/repos/ita-social-projects/horondi_client_fe
|
closed
|
[SP 3.0] [Create by yourself] Refactor product creation from the constructor
|
priority: high severity: minor constructor
|
Please, go to Create by yourself page on client side.
Make sure that constructor works as expected according to all of functionality below.
___________________________________________________________

___________________________________________________________
`The list of tasks to close this issue:`
- [x] ita-social-projects/horondi_client_fe#2010
- [x] ita-social-projects/horondi_client_fe#2012
- [x] ita-social-projects/horondi_client_fe#2013
- [x] ita-social-projects/horondi_admin#1388
- [x] ita-social-projects/horondi_client_be#1218
- [x] ita-social-projects/horondi_admin#1475
- [x] ita-social-projects/horondi_client_be#1298
- [x] ita-social-projects/horondi_admin#1430
- [x] ita-social-projects/horondi_admin#1431
- [x] ita-social-projects/horondi_client_be#1249
- [x] ita-social-projects/horondi_admin#1461
- [x] #2212
- [x] ita-social-projects/horondi_client_fe#2195
- [x] ita-social-projects/horondi_admin#1465
- [x] ita-social-projects/horondi_client_fe#2164
- [x] ita-social-projects/horondi_client_fe#2152
|
1.0
|
[SP 3.0] [Create by yourself] Refactor product creation from the constructor - Please, go to Create by yourself page on client side.
Make sure that constructor works as expected according to all of functionality below.
___________________________________________________________

___________________________________________________________
`The list of tasks to close this issue:`
- [x] ita-social-projects/horondi_client_fe#2010
- [x] ita-social-projects/horondi_client_fe#2012
- [x] ita-social-projects/horondi_client_fe#2013
- [x] ita-social-projects/horondi_admin#1388
- [x] ita-social-projects/horondi_client_be#1218
- [x] ita-social-projects/horondi_admin#1475
- [x] ita-social-projects/horondi_client_be#1298
- [x] ita-social-projects/horondi_admin#1430
- [x] ita-social-projects/horondi_admin#1431
- [x] ita-social-projects/horondi_client_be#1249
- [x] ita-social-projects/horondi_admin#1461
- [x] #2212
- [x] ita-social-projects/horondi_client_fe#2195
- [x] ita-social-projects/horondi_admin#1465
- [x] ita-social-projects/horondi_client_fe#2164
- [x] ita-social-projects/horondi_client_fe#2152
|
priority
|
refactor product creation from the constructor please go to create by yourself page on client side make sure that constructor works as expected according to all of functionality below the list of tasks to close this issue ita social projects horondi client fe ita social projects horondi client fe ita social projects horondi client fe ita social projects horondi admin ita social projects horondi client be ita social projects horondi admin ita social projects horondi client be ita social projects horondi admin ita social projects horondi admin ita social projects horondi client be ita social projects horondi admin ita social projects horondi client fe ita social projects horondi admin ita social projects horondi client fe ita social projects horondi client fe
| 1
|
449,874
| 12,976,273,588
|
IssuesEvent
|
2020-07-21 18:28:48
|
biocompute-objects/bco_editor
|
https://api.github.com/repos/biocompute-objects/bco_editor
|
closed
|
Parametric, Extension, and Error Domains prevent advancing to save BCO, but they should be optional
|
high priority
|
In the Editor, Parametric, Extension, and Error Domains are all required and will not let the user advance. None of these are required domains in the current BCO spec.
The error raised with Extension Domain is that it needs to be formatted as an array, but it gives this error even if nothing is there, so it's effectively making this field required. This error should only come up if there is content in the Extension Domain. If it's empty, it should let the BCO pass.
|
1.0
|
Parametric, Extension, and Error Domains prevent advancing to save BCO, but they should be optional - In the Editor, Parametric, Extension, and Error Domains are all required and will not let the user advance. None of these are required domains in the current BCO spec.
The error raised with Extension Domain is that it needs to be formatted as an array, but it gives this error even if nothing is there, so it's effectively making this field required. This error should only come up if there is content in the Extension Domain. If it's empty, it should let the BCO pass.
|
priority
|
parametric extension and error domains prevent advancing to save bco but they should be optional in the editor parametric extension and error domains are all required and will not let the user advance none of these are required domains in the current bco spec the error raised with extension domain is that it needs to be formatted as an array but it gives this error even if nothing is there so it s effectively making this field required this error should only come up if there is content in the extension domain if it s empty it should let the bco pass
| 1
|
149,009
| 5,705,324,580
|
IssuesEvent
|
2017-04-18 08:13:55
|
HPI-SWA-Lab/BP2016H1
|
https://api.github.com/repos/HPI-SWA-Lab/BP2016H1
|
closed
|
Scrolling
|
on board priority high
|
Make scrolling work and make it pretty and fast.
- [ ] Look at ScrollMorph Implementation
- [ ] look at Widget Framework (Marcel)
- [ ] implement click and drag
- [ ] fix scroll bar size and minSizes
|
1.0
|
Scrolling - Make scrolling work and make it pretty and fast.
- [ ] Look at ScrollMorph Implementation
- [ ] look at Widget Framework (Marcel)
- [ ] implement click and drag
- [ ] fix scroll bar size and minSizes
|
priority
|
scrolling make scrolling work and make it pretty and fast look at scrollmorph implementation look at widget framework marcel implement click and drag fix scroll bar size and minsizes
| 1
|
295,280
| 9,084,113,039
|
IssuesEvent
|
2019-02-18 01:46:53
|
pombase/canto
|
https://api.github.com/repos/pombase/canto
|
opened
|
Decide on a JSON format for FlyBase import
|
FlyBase high priority
|
We will need to import PMIDs with corresponding genes, alleles and genotypes from FlyBase.
The current JSON export format is quite complex: https://github.com/pombase/pombase-chado/blob/master/data/canto_dump.json
I think the import format can very simple for Fly-Canto because there is very little to load. Perhaps something like this would be enough as a start? Lots of the fields would be optional:
```json
{
"PMID:2120045": {
"genes": [
"FBgn0004107",
"FBgn0016131"
],
"alleles": {
"FBal0119310": {
"gene": "FBgn0004107",
"allele_name": "...",
"allele_description": "..."
},
"FBal0119685": {
"gene": "FBgn0016131",
"allele_name": "...",
"allele_description": "..."
}
},
"genotypes": {
"FB<something>": {
"genotype_name": "...",
"background": "...",
"comment": "...",
"alleles": [
{
"allele": "FBgn0004107"
},
{
"allele": "FBgn0016131",
"expression": "overexpressed"
}
]
}
}
}
}
```
The "FB<something>" needs discussion.
I've pasted the JSON above into the Wiki: https://github.com/pombase/canto/wiki/JSON-Import-Format
I'll expand that into documentation for the format as we go.
CC @gm119
|
1.0
|
Decide on a JSON format for FlyBase import - We will need to import PMIDs with corresponding genes, alleles and genotypes from FlyBase.
The current JSON export format is quite complex: https://github.com/pombase/pombase-chado/blob/master/data/canto_dump.json
I think the import format can very simple for Fly-Canto because there is very little to load. Perhaps something like this would be enough as a start? Lots of the fields would be optional:
```json
{
"PMID:2120045": {
"genes": [
"FBgn0004107",
"FBgn0016131"
],
"alleles": {
"FBal0119310": {
"gene": "FBgn0004107",
"allele_name": "...",
"allele_description": "..."
},
"FBal0119685": {
"gene": "FBgn0016131",
"allele_name": "...",
"allele_description": "..."
}
},
"genotypes": {
"FB<something>": {
"genotype_name": "...",
"background": "...",
"comment": "...",
"alleles": [
{
"allele": "FBgn0004107"
},
{
"allele": "FBgn0016131",
"expression": "overexpressed"
}
]
}
}
}
}
```
The "FB<something>" needs discussion.
I've pasted the JSON above into the Wiki: https://github.com/pombase/canto/wiki/JSON-Import-Format
I'll expand that into documentation for the format as we go.
CC @gm119
|
priority
|
decide on a json format for flybase import we will need to import pmids with corresponding genes alleles and genotypes from flybase the current json export format is quite complex i think the import format can very simple for fly canto because there is very little to load perhaps something like this would be enough as a start lots of the fields would be optional json pmid genes alleles gene allele name allele description gene allele name allele description genotypes fb genotype name background comment alleles allele allele expression overexpressed the fb needs discussion i ve pasted the json above into the wiki i ll expand that into documentation for the format as we go cc
| 1
|
787,566
| 27,722,815,767
|
IssuesEvent
|
2023-03-14 22:17:11
|
kordis-leitstelle/kordis
|
https://api.github.com/repos/kordis-leitstelle/kordis
|
closed
|
PR Deployments not deploying latest state of PR
|
status:confirmed priority:high type:bug
|
### Version
next
### Problem Description
PR Deployment not accurate to PR state. This is probably due to issue_coment events not relating to latest PR SHA but rather to the latest main SHA.
### Steps to Reproduce
Create a PR Deployment and check the deployed website. Deployed state is the latest state from main, not from the PR!
### Logs
https://github.com/kordis-leitstelle/kordis/pull/77#issuecomment-1468788300
|
1.0
|
PR Deployments not deploying latest state of PR - ### Version
next
### Problem Description
PR Deployment not accurate to PR state. This is probably due to issue_coment events not relating to latest PR SHA but rather to the latest main SHA.
### Steps to Reproduce
Create a PR Deployment and check the deployed website. Deployed state is the latest state from main, not from the PR!
### Logs
https://github.com/kordis-leitstelle/kordis/pull/77#issuecomment-1468788300
|
priority
|
pr deployments not deploying latest state of pr version next problem description pr deployment not accurate to pr state this is probably due to issue coment events not relating to latest pr sha but rather to the latest main sha steps to reproduce create a pr deployment and check the deployed website deployed state is the latest state from main not from the pr logs
| 1
|
218,719
| 7,332,216,897
|
IssuesEvent
|
2018-03-05 15:44:43
|
CS2103JAN2018-W15-B4/main
|
https://api.github.com/repos/CS2103JAN2018-W15-B4/main
|
opened
|
As an Exco member, I want to view the status of a task
|
priority.high type.story
|
So that I can see the progress made towards completing the task.
|
1.0
|
As an Exco member, I want to view the status of a task - So that I can see the progress made towards completing the task.
|
priority
|
as an exco member i want to view the status of a task so that i can see the progress made towards completing the task
| 1
|
4,421
| 2,551,616,247
|
IssuesEvent
|
2015-02-02 11:11:20
|
ceylon/ceylon-compiler
|
https://api.github.com/repos/ceylon/ceylon-compiler
|
closed
|
method annotations in class annotations_ cannot be applied to given types
|
BUG erasure high priority
|
The following minimal sample does not compile:
```ceylon
import ceylon.language.meta {
annotations
}
import ceylon.language.meta.declaration {
ClassDeclaration,
FunctionDeclaration
}
shared final annotation class A()
satisfies OptionalAnnotation<A,FunctionDeclaration|ClassDeclaration> {
}
A? annos = annotations(`A`, nothing);
```
Compiler output:
```
bug.ceylon:13: warning: expression has type 'Nothing'
A? annos = annotations(`A`, nothing);
^
bug.ceylon:13: error: method annotations in class annotations_ cannot be applied to given types;
A? annos = annotations(`A`, nothing);
^
required: TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement
found: TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<CAP#1,CAP#2>,Annotated
reason: actual argument Class<CAP#1,CAP#2> cannot be converted to Class<? extends ConstrainedAnnotation<? extends ConstrainedAnnotation,? extends A,? super Annotated>,?> by method invocation conversion
where Value,Values,ProgramElement are type-variables:
Value extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement> declared in method <Value,Values,ProgramElement>annotations(TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement)
Values extends Object declared in method <Value,Values,ProgramElement>annotations(TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement)
ProgramElement extends Annotated declared in method <Value,Values,ProgramElement>annotations(TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement)
where CAP#1,CAP#2 are fresh type-variables:
CAP#1 extends A from capture of ? extends A
CAP#2 extends Sequential<? extends Object> super: Empty from capture of ? super Empty
Note: Created module default
ceylon compile: There was 1 error
```
On a more complex code, when trying to compile https://github.com/bjansen/gyokuro I also get a fatal error:
```
ceylon compile: Fatal error: The compiler exited abnormally (4) due to a bug in
the compiler.
Please report it:
https://github.com/ceylon/ceylon-compiler/issues/new
Please include:
* the stacktrace printed below
* a description of what you were trying to compile.
Thank you!
com.redhat.ceylon.compiler.CompilerBugException: Bug
at com.redhat.ceylon.compiler.CeylonCompileTool.handleExitCode(CeylonCompileTool.java:495)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:477)
at com.redhat.ceylon.common.tools.CeylonTool.run(CeylonTool.java:409)
at com.redhat.ceylon.common.tools.CeylonTool.execute(CeylonTool.java:346)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.redhat.ceylon.launcher.Launcher.runInJava7Checked(Launcher.java:113)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:40)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:33)
at com.redhat.ceylon.launcher.Launcher.main(Launcher.java:26)
Caused by: java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:126)
at com.sun.tools.javac.util.Assert.check(Assert.java:45)
at com.sun.tools.javac.comp.TransTypes.visitApply(TransTypes.java:601)
at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1323)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitTypeCast(TransTypes.java:668)
at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1596)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitTypeCast(TransTypes.java:668)
at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1596)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitAssign(TransTypes.java:642)
at com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1468)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitBinary(TransTypes.java:660)
at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1567)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitIf(TransTypes.java:561)
at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1142)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.visitIf(TransTypes.java:562)
at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1142)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.visitIf(TransTypes.java:562)
at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1142)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.visitWhileLoop(TransTypes.java:499)
at com.sun.tools.javac.tree.JCTree$JCWhileLoop.accept(JCTree.java:839)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.visitLabelled(TreeTranslator.java:192)
at com.sun.tools.javac.tree.JCTree$JCLabeledStatement.accept(JCTree.java:936)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:463)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:671)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:134)
at com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:890)
at com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:450)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:593)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:917)
at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1376)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.desugar(LanguageCompiler.java:793)
at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1272)
at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:871)
at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:829)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.compile(LanguageCompiler.java:229)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:650)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:566)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:556)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:476)
... 10 more
```
|
1.0
|
method annotations in class annotations_ cannot be applied to given types - The following minimal sample does not compile:
```ceylon
import ceylon.language.meta {
annotations
}
import ceylon.language.meta.declaration {
ClassDeclaration,
FunctionDeclaration
}
shared final annotation class A()
satisfies OptionalAnnotation<A,FunctionDeclaration|ClassDeclaration> {
}
A? annos = annotations(`A`, nothing);
```
Compiler output:
```
bug.ceylon:13: warning: expression has type 'Nothing'
A? annos = annotations(`A`, nothing);
^
bug.ceylon:13: error: method annotations in class annotations_ cannot be applied to given types;
A? annos = annotations(`A`, nothing);
^
required: TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement
found: TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<CAP#1,CAP#2>,Annotated
reason: actual argument Class<CAP#1,CAP#2> cannot be converted to Class<? extends ConstrainedAnnotation<? extends ConstrainedAnnotation,? extends A,? super Annotated>,?> by method invocation conversion
where Value,Values,ProgramElement are type-variables:
Value extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement> declared in method <Value,Values,ProgramElement>annotations(TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement)
Values extends Object declared in method <Value,Values,ProgramElement>annotations(TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement)
ProgramElement extends Annotated declared in method <Value,Values,ProgramElement>annotations(TypeDescriptor,TypeDescriptor,TypeDescriptor,Class<? extends ConstrainedAnnotation<? extends Value,? extends Values,? super ProgramElement>,?>,ProgramElement)
where CAP#1,CAP#2 are fresh type-variables:
CAP#1 extends A from capture of ? extends A
CAP#2 extends Sequential<? extends Object> super: Empty from capture of ? super Empty
Note: Created module default
ceylon compile: There was 1 error
```
On a more complex code, when trying to compile https://github.com/bjansen/gyokuro I also get a fatal error:
```
ceylon compile: Fatal error: The compiler exited abnormally (4) due to a bug in
the compiler.
Please report it:
https://github.com/ceylon/ceylon-compiler/issues/new
Please include:
* the stacktrace printed below
* a description of what you were trying to compile.
Thank you!
com.redhat.ceylon.compiler.CompilerBugException: Bug
at com.redhat.ceylon.compiler.CeylonCompileTool.handleExitCode(CeylonCompileTool.java:495)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:477)
at com.redhat.ceylon.common.tools.CeylonTool.run(CeylonTool.java:409)
at com.redhat.ceylon.common.tools.CeylonTool.execute(CeylonTool.java:346)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.redhat.ceylon.launcher.Launcher.runInJava7Checked(Launcher.java:113)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:40)
at com.redhat.ceylon.launcher.Launcher.run(Launcher.java:33)
at com.redhat.ceylon.launcher.Launcher.main(Launcher.java:26)
Caused by: java.lang.AssertionError
at com.sun.tools.javac.util.Assert.error(Assert.java:126)
at com.sun.tools.javac.util.Assert.check(Assert.java:45)
at com.sun.tools.javac.comp.TransTypes.visitApply(TransTypes.java:601)
at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1323)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitTypeCast(TransTypes.java:668)
at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1596)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitTypeCast(TransTypes.java:668)
at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1596)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitAssign(TransTypes.java:642)
at com.sun.tools.javac.tree.JCTree$JCAssign.accept(JCTree.java:1468)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitBinary(TransTypes.java:660)
at com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1567)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitIf(TransTypes.java:561)
at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1142)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.visitIf(TransTypes.java:562)
at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1142)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.visitIf(TransTypes.java:562)
at com.sun.tools.javac.tree.JCTree$JCIf.accept(JCTree.java:1142)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.visitWhileLoop(TransTypes.java:499)
at com.sun.tools.javac.tree.JCTree$JCWhileLoop.accept(JCTree.java:839)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.visitLabelled(TreeTranslator.java:192)
at com.sun.tools.javac.tree.JCTree$JCLabeledStatement.accept(JCTree.java:936)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:160)
at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:783)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:463)
at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:671)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
at com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:134)
at com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:890)
at com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:450)
at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:593)
at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:429)
at com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:917)
at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1376)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.desugar(LanguageCompiler.java:793)
at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1272)
at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:871)
at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:829)
at com.redhat.ceylon.compiler.java.tools.LanguageCompiler.compile(LanguageCompiler.java:229)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:650)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:566)
at com.redhat.ceylon.compiler.java.launcher.Main.compile(Main.java:556)
at com.redhat.ceylon.compiler.CeylonCompileTool.run(CeylonCompileTool.java:476)
... 10 more
```
|
priority
|
method annotations in class annotations cannot be applied to given types the following minimal sample does not compile ceylon import ceylon language meta annotations import ceylon language meta declaration classdeclaration functiondeclaration shared final annotation class a satisfies optionalannotation a annos annotations a nothing compiler output bug ceylon warning expression has type nothing a annos annotations a nothing bug ceylon error method annotations in class annotations cannot be applied to given types a annos annotations a nothing required typedescriptor typedescriptor typedescriptor class programelement found typedescriptor typedescriptor typedescriptor class annotated reason actual argument class cannot be converted to class by method invocation conversion where value values programelement are type variables value extends constrainedannotation declared in method annotations typedescriptor typedescriptor typedescriptor class programelement values extends object declared in method annotations typedescriptor typedescriptor typedescriptor class programelement programelement extends annotated declared in method annotations typedescriptor typedescriptor typedescriptor class programelement where cap cap are fresh type variables cap extends a from capture of extends a cap extends sequential super empty from capture of super empty note created module default ceylon compile there was error on a more complex code when trying to compile i also get a fatal error ceylon compile fatal error the compiler exited abnormally due to a bug in the compiler please report it please include the stacktrace printed below a description of what you were trying to compile thank you com redhat ceylon compiler compilerbugexception bug at com redhat ceylon compiler ceyloncompiletool handleexitcode ceyloncompiletool java at com redhat ceylon compiler ceyloncompiletool run ceyloncompiletool java at com redhat ceylon common tools ceylontool run ceylontool java at com redhat ceylon common tools ceylontool execute ceylontool java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com redhat ceylon launcher launcher launcher java at com redhat ceylon launcher launcher run launcher java at com redhat ceylon launcher launcher run launcher java at com redhat ceylon launcher launcher main launcher java caused by java lang assertionerror at com sun tools javac util assert error assert java at com sun tools javac util assert check assert java at com sun tools javac comp transtypes visitapply transtypes java at com sun tools javac tree jctree jcmethodinvocation accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes visittypecast transtypes java at com sun tools javac tree jctree jctypecast accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes visittypecast transtypes java at com sun tools javac tree jctree jctypecast accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes visitassign transtypes java at com sun tools javac tree jctree jcassign accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes visitbinary transtypes java at com sun tools javac tree jctree jcbinary accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes visitif transtypes java at com sun tools javac tree jctree jcif accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator visitblock treetranslator java at com sun tools javac tree jctree jcblock accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes visitif transtypes java at com sun tools javac tree jctree jcif accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator visitblock treetranslator java at com sun tools javac tree jctree jcblock accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes visitif transtypes java at com sun tools javac tree jctree jcif accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator visitblock treetranslator java at com sun tools javac tree jctree jcblock accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes visitwhileloop transtypes java at com sun tools javac tree jctree jcwhileloop accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator visitlabelled treetranslator java at com sun tools javac tree jctree jclabeledstatement accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator visitblock treetranslator java at com sun tools javac tree jctree jcblock accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes visitmethoddef transtypes java at com sun tools javac tree jctree jcmethoddecl accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac tree treetranslator visitclassdef treetranslator java at com sun tools javac comp transtypes translateclass transtypes java at com sun tools javac comp transtypes visitclassdef transtypes java at com sun tools javac tree jctree jcclassdecl accept jctree java at com sun tools javac tree treetranslator translate treetranslator java at com sun tools javac comp transtypes translate transtypes java at com sun tools javac comp transtypes translatetoplevelclass transtypes java at com sun tools javac main javacompiler desugar javacompiler java at com redhat ceylon compiler java tools languagecompiler desugar languagecompiler java at com sun tools javac main javacompiler desugar javacompiler java at com sun tools javac main javacompiler javacompiler java at com sun tools javac main javacompiler compile javacompiler java at com redhat ceylon compiler java tools languagecompiler compile languagecompiler java at com redhat ceylon compiler java launcher main compile main java at com redhat ceylon compiler java launcher main compile main java at com redhat ceylon compiler java launcher main compile main java at com redhat ceylon compiler ceyloncompiletool run ceyloncompiletool java more
| 1
|
953
| 2,505,950,554
|
IssuesEvent
|
2015-01-12 02:36:46
|
gdietz/OpenMEE
|
https://api.github.com/repos/gdietz/OpenMEE
|
closed
|
Metafor output optional
|
high priority
|
Make additional output from metafor optional, with the default being that it is *not* shown.
|
1.0
|
Metafor output optional - Make additional output from metafor optional, with the default being that it is *not* shown.
|
priority
|
metafor output optional make additional output from metafor optional with the default being that it is not shown
| 1
|
429,773
| 12,427,177,731
|
IssuesEvent
|
2020-05-25 01:18:19
|
tgstation/tgstation
|
https://api.github.com/repos/tgstation/tgstation
|
closed
|
Ghosts can toggle gas injectors, filters, pumps, etc.
|
Bug In Game Exploit Priority: High
|
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
[137176](https://scrubby.melonmesa.com/round/137176)
<!--- **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:
#50981 #50558
<!-- 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:
Control-Click on any injector to toggle its state. Confirmed it myself on Box see gif below.

<!-- 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.-->
Credit to ckey: Thonk for pointing this out.
<!-- **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
|
Ghosts can toggle gas injectors, filters, pumps, etc. - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:
[137176](https://scrubby.melonmesa.com/round/137176)
<!--- **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:
#50981 #50558
<!-- 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:
Control-Click on any injector to toggle its state. Confirmed it myself on Box see gif below.

<!-- 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.-->
Credit to ckey: Thonk for pointing this out.
<!-- **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
|
ghosts can toggle gas injectors filters pumps etc round id 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 reproduction control click on any injector to toggle its state confirmed it myself on box see gif below credit to ckey thonk for pointing this out
| 1
|
549,458
| 16,093,043,829
|
IssuesEvent
|
2021-04-26 19:15:25
|
BlackDemonZyT/BotSentry
|
https://api.github.com/repos/BlackDemonZyT/BotSentry
|
closed
|
/ Bs does not work in the latest version of BotSentry. (Paper 1.8.8)
|
bug good first issue high priority
|
When I run any BotSentry command it doesn't work and I get this error:
https://pastebin.com/F8z3AvtR
|
1.0
|
/ Bs does not work in the latest version of BotSentry. (Paper 1.8.8) -
When I run any BotSentry command it doesn't work and I get this error:
https://pastebin.com/F8z3AvtR
|
priority
|
bs does not work in the latest version of botsentry paper when i run any botsentry command it doesn t work and i get this error
| 1
|
210,613
| 7,191,500,342
|
IssuesEvent
|
2018-02-02 21:17:16
|
OpenTransitTools/trimet-mod-pelias
|
https://api.github.com/repos/OpenTransitTools/trimet-mod-pelias
|
opened
|
Add the 'sources' list (specifically 'transit') via pelias.json config file
|
enhancement high priority
|
Need the ability to add new values to the Pelias API for the 'sources' list (specifically 'transit') via pelias.json config file.
Currently, we get an error on custom source values: https://ws-st.trimet.org/pelias/v1/autocomplete?text=822%20Stop%20ID&sources=transit
|
1.0
|
Add the 'sources' list (specifically 'transit') via pelias.json config file - Need the ability to add new values to the Pelias API for the 'sources' list (specifically 'transit') via pelias.json config file.
Currently, we get an error on custom source values: https://ws-st.trimet.org/pelias/v1/autocomplete?text=822%20Stop%20ID&sources=transit
|
priority
|
add the sources list specifically transit via pelias json config file need the ability to add new values to the pelias api for the sources list specifically transit via pelias json config file currently we get an error on custom source values
| 1
|
469,414
| 13,508,359,290
|
IssuesEvent
|
2020-09-14 07:35:50
|
WING-NUS/SSID
|
https://api.github.com/repos/WING-NUS/SSID
|
opened
|
Directory to student mapping
|
enhancement priority-high
|
One feature that would be nice is to allow us to upload a mapping between directory name and student roster. In our case, we have a prefix `as01-xxx` for student with github id `xxx` (this is required by GitHub Classroom).
|
1.0
|
Directory to student mapping - One feature that would be nice is to allow us to upload a mapping between directory name and student roster. In our case, we have a prefix `as01-xxx` for student with github id `xxx` (this is required by GitHub Classroom).
|
priority
|
directory to student mapping one feature that would be nice is to allow us to upload a mapping between directory name and student roster in our case we have a prefix xxx for student with github id xxx this is required by github classroom
| 1
|
159,658
| 6,050,419,824
|
IssuesEvent
|
2017-06-12 21:00:15
|
gctools-outilsgc/gcconnex
|
https://api.github.com/repos/gctools-outilsgc/gcconnex
|
closed
|
Add community newsfeed pages to GCconnex/GCcollab
|
enhancement GCcollabToGCconnexPort High Priority Upgrade Usability
|
As a new user with no or few colleagues or groups, I need a way to become aware of content on GCconnex/GCcollab.
Option: create newsfeed-like community pages that are accessible from a new community tab in the navigation bar.
A community page will filter content from GCconnex based on user generated tags.
Administrators can add communities through an admin interface and add a small number of tags (5-9) to each community.
The Newsfeed (river) will filter based on those tags as will the Wire.
Users can favourite communities that will show up at the top of the drop-down menu.
Users can optionally add additional content filters that will apply to the community.
|
1.0
|
Add community newsfeed pages to GCconnex/GCcollab - As a new user with no or few colleagues or groups, I need a way to become aware of content on GCconnex/GCcollab.
Option: create newsfeed-like community pages that are accessible from a new community tab in the navigation bar.
A community page will filter content from GCconnex based on user generated tags.
Administrators can add communities through an admin interface and add a small number of tags (5-9) to each community.
The Newsfeed (river) will filter based on those tags as will the Wire.
Users can favourite communities that will show up at the top of the drop-down menu.
Users can optionally add additional content filters that will apply to the community.
|
priority
|
add community newsfeed pages to gcconnex gccollab as a new user with no or few colleagues or groups i need a way to become aware of content on gcconnex gccollab option create newsfeed like community pages that are accessible from a new community tab in the navigation bar a community page will filter content from gcconnex based on user generated tags administrators can add communities through an admin interface and add a small number of tags to each community the newsfeed river will filter based on those tags as will the wire users can favourite communities that will show up at the top of the drop down menu users can optionally add additional content filters that will apply to the community
| 1
|
581,756
| 17,330,223,851
|
IssuesEvent
|
2021-07-28 00:25:03
|
belav/csharpier
|
https://api.github.com/repos/belav/csharpier
|
opened
|
--check inside a github action is no longer reporting/failing workflows
|
area:cli priority:high type:bug
|
This was most likely caused by the changes for #282
Going back to 0.9.4, the current github action will fail a build for unformatted files.
As of 0.9.8 it definitely does not.
#282 came out in 0.9.6
After resolving this bug, also add a step to the ValidatePR that tests --check to ensure we don't break this again.
|
1.0
|
--check inside a github action is no longer reporting/failing workflows - This was most likely caused by the changes for #282
Going back to 0.9.4, the current github action will fail a build for unformatted files.
As of 0.9.8 it definitely does not.
#282 came out in 0.9.6
After resolving this bug, also add a step to the ValidatePR that tests --check to ensure we don't break this again.
|
priority
|
check inside a github action is no longer reporting failing workflows this was most likely caused by the changes for going back to the current github action will fail a build for unformatted files as of it definitely does not came out in after resolving this bug also add a step to the validatepr that tests check to ensure we don t break this again
| 1
|
620,690
| 19,567,639,900
|
IssuesEvent
|
2022-01-04 04:25:58
|
bounswe/2021SpringGroup2
|
https://api.github.com/repos/bounswe/2021SpringGroup2
|
closed
|
[Android]Equipment Post functionality
|
type: enhancement priority: high Android
|
Equipment Post recommendation + equipment post page needs to be implemented.
|
1.0
|
[Android]Equipment Post functionality - Equipment Post recommendation + equipment post page needs to be implemented.
|
priority
|
equipment post functionality equipment post recommendation equipment post page needs to be implemented
| 1
|
697,266
| 23,933,264,771
|
IssuesEvent
|
2022-09-10 21:41:06
|
s0md3v/Arjun
|
https://api.github.com/repos/s0md3v/Arjun
|
closed
|
ValueError: dictionary update sequence element #0 has length 1; 2 is required
|
bug Priority: High
|
I am running the latest version, also tried previous, and keep getting the below error message after running for a while?
Traceback (most recent call last):
File "/usr/local/bin/arjun", line 33, in <module>
sys.exit(load_entry_point('arjun==2.1.0', 'console_scripts', 'arjun')())
File "/Library/Python/3.8/site-packages/arjun-2.1.0-py3.8.egg/arjun/__main__.py", line 175, in main
these_params = initialize(each, list(wordlist))
File "/Library/Python/3.8/site-packages/arjun-2.1.0-py3.8.egg/arjun/__main__.py", line 117, in initialize
response_1 = requester(request, {fuzz: fuzz[::-1]})
File "/Library/Python/3.8/site-packages/arjun-2.1.0-py3.8.egg/arjun/core/requester.py", line 19, in requester
payload.update(request['include'])
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Any suggestions, thanks
|
1.0
|
ValueError: dictionary update sequence element #0 has length 1; 2 is required - I am running the latest version, also tried previous, and keep getting the below error message after running for a while?
Traceback (most recent call last):
File "/usr/local/bin/arjun", line 33, in <module>
sys.exit(load_entry_point('arjun==2.1.0', 'console_scripts', 'arjun')())
File "/Library/Python/3.8/site-packages/arjun-2.1.0-py3.8.egg/arjun/__main__.py", line 175, in main
these_params = initialize(each, list(wordlist))
File "/Library/Python/3.8/site-packages/arjun-2.1.0-py3.8.egg/arjun/__main__.py", line 117, in initialize
response_1 = requester(request, {fuzz: fuzz[::-1]})
File "/Library/Python/3.8/site-packages/arjun-2.1.0-py3.8.egg/arjun/core/requester.py", line 19, in requester
payload.update(request['include'])
ValueError: dictionary update sequence element #0 has length 1; 2 is required
Any suggestions, thanks
|
priority
|
valueerror dictionary update sequence element has length is required i am running the latest version also tried previous and keep getting the below error message after running for a while traceback most recent call last file usr local bin arjun line in sys exit load entry point arjun console scripts arjun file library python site packages arjun egg arjun main py line in main these params initialize each list wordlist file library python site packages arjun egg arjun main py line in initialize response requester request fuzz fuzz file library python site packages arjun egg arjun core requester py line in requester payload update request valueerror dictionary update sequence element has length is required any suggestions thanks
| 1
|
436,963
| 12,556,738,281
|
IssuesEvent
|
2020-06-07 10:44:29
|
wesnoth/haldric
|
https://api.github.com/repos/wesnoth/haldric
|
closed
|
Recruitment
|
priority:high proposal topic:gameplay
|
Sides shall be able to recruit units.
For this we need factions a side can choose from.
these factions define the leader and recruitable units of a side.
I am thinking a `RFaction` class, extending `Resource`.
these would contain all information needed and would be loaded into a side.
|
1.0
|
Recruitment - Sides shall be able to recruit units.
For this we need factions a side can choose from.
these factions define the leader and recruitable units of a side.
I am thinking a `RFaction` class, extending `Resource`.
these would contain all information needed and would be loaded into a side.
|
priority
|
recruitment sides shall be able to recruit units for this we need factions a side can choose from these factions define the leader and recruitable units of a side i am thinking a rfaction class extending resource these would contain all information needed and would be loaded into a side
| 1
|
450,878
| 13,021,137,548
|
IssuesEvent
|
2020-07-27 05:31:02
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
www.google.com - see bug description
|
browser-firefox-mobile engine-gecko ml-needsdiagnosis-false ml-probability-high priority-critical
|
<!-- @browser: Firefox Mobile 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:79.0) Gecko/79.0 Firefox/79.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55844 -->
**URL**: https://www.google.com/search?client=firefox-b-1-m&q=ihsg&oq=ihsg&aqs=heirloom-srp..0l5
**Browser / Version**: Firefox Mobile 79.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: No Interactive Chart of stock
**Steps to Reproduce**:
I did nothing. I even uninstall every add ons and still chart is not showing.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200713185329</li><li>channel: beta</li><li>hasTouchScreen: true</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
www.google.com - see bug description - <!-- @browser: Firefox Mobile 79.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:79.0) Gecko/79.0 Firefox/79.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55844 -->
**URL**: https://www.google.com/search?client=firefox-b-1-m&q=ihsg&oq=ihsg&aqs=heirloom-srp..0l5
**Browser / Version**: Firefox Mobile 79.0
**Operating System**: Android
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: No Interactive Chart of stock
**Steps to Reproduce**:
I did nothing. I even uninstall every add ons and still chart is not showing.
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: false</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20200713185329</li><li>channel: beta</li><li>hasTouchScreen: true</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
priority
|
see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description no interactive chart of stock steps to reproduce i did nothing i even uninstall every add ons and still chart is not showing browser configuration gfx webrender all false gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel beta hastouchscreen true from with ❤️
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.