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 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
675,964 | 23,112,732,753 | IssuesEvent | 2022-07-27 14:15:53 | codbex/codbex-kronos | https://api.github.com/repos/codbex/codbex-kronos | opened | [Parser] Reconsider the parser results' object types | priority-medium core effort-high customer parsers | From xsk created by [vmutafov](https://github.com/vmutafov): SAP/xsk#1278
Currently, all parsers return an object where its class inherits `XSKDataStructureModel`. This hierarchy may lead to problems as, for example, some Hana artifacts don't have a name. We should maybe rethink the inheritance chain of the parser results as it leads to wrong assumptions about the parsing results. Also, this would remove the need for casting the base type to concrete types at some places in the code. | 1.0 | [Parser] Reconsider the parser results' object types - From xsk created by [vmutafov](https://github.com/vmutafov): SAP/xsk#1278
Currently, all parsers return an object where its class inherits `XSKDataStructureModel`. This hierarchy may lead to problems as, for example, some Hana artifacts don't have a name. We should maybe rethink the inheritance chain of the parser results as it leads to wrong assumptions about the parsing results. Also, this would remove the need for casting the base type to concrete types at some places in the code. | priority | reconsider the parser results object types from xsk created by sap xsk currently all parsers return an object where its class inherits xskdatastructuremodel this hierarchy may lead to problems as for example some hana artifacts don t have a name we should maybe rethink the inheritance chain of the parser results as it leads to wrong assumptions about the parsing results also this would remove the need for casting the base type to concrete types at some places in the code | 1 |
577,293 | 17,107,337,089 | IssuesEvent | 2021-07-09 20:08:43 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [social-ui] Upgrade dependencies | priority: medium quality | ### Tasks
- [x] Upgrade dependencies including `grunt` and other outdated dependencies (@rart can advise) for UI and UI2
- [x] Build and test the UI still works (both versions) | 1.0 | [social-ui] Upgrade dependencies - ### Tasks
- [x] Upgrade dependencies including `grunt` and other outdated dependencies (@rart can advise) for UI and UI2
- [x] Build and test the UI still works (both versions) | priority | upgrade dependencies tasks upgrade dependencies including grunt and other outdated dependencies rart can advise for ui and build and test the ui still works both versions | 1 |
30,454 | 2,723,837,983 | IssuesEvent | 2015-04-14 14:47:14 | CruxFramework/crux-widgets | https://api.github.com/repos/CruxFramework/crux-widgets | closed | Projects created with CruxQuickStart tool contain an useless Ant Target | bug CruxQuickStart imported Milestone-3.0.1 Priority-Medium | _From [gessedafe@gmail.com](https://code.google.com/u/gessedafe@gmail.com/) on September 23, 2010 15:20:51_
There's no reason for having both compile-scripts and fast-compile-scripts targets. Since ModuleExporter was released, the compile-scripts target is no longer being used by other targets.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=181_ | 1.0 | Projects created with CruxQuickStart tool contain an useless Ant Target - _From [gessedafe@gmail.com](https://code.google.com/u/gessedafe@gmail.com/) on September 23, 2010 15:20:51_
There's no reason for having both compile-scripts and fast-compile-scripts targets. Since ModuleExporter was released, the compile-scripts target is no longer being used by other targets.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=181_ | priority | projects created with cruxquickstart tool contain an useless ant target from on september there s no reason for having both compile scripts and fast compile scripts targets since moduleexporter was released the compile scripts target is no longer being used by other targets original issue | 1 |
224,157 | 7,467,365,109 | IssuesEvent | 2018-04-02 15:02:12 | elementary/switchboard-plug-bluetooth | https://api.github.com/repos/elementary/switchboard-plug-bluetooth | closed | Claims to be discoverable when bluetooth is disabled | Priority: Medium Status: In Progress | We need to figure out the adapter header copy for when the adapter is disabled
Launchpad Details: [#LP1650937](https://bugs.launchpad.net/bugs/1650937) Daniel Fore - 2016-12-18 19:19:49 +0000 | 1.0 | Claims to be discoverable when bluetooth is disabled - We need to figure out the adapter header copy for when the adapter is disabled
Launchpad Details: [#LP1650937](https://bugs.launchpad.net/bugs/1650937) Daniel Fore - 2016-12-18 19:19:49 +0000 | priority | claims to be discoverable when bluetooth is disabled we need to figure out the adapter header copy for when the adapter is disabled launchpad details daniel fore | 1 |
311,673 | 9,537,469,859 | IssuesEvent | 2019-04-30 12:37:10 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Error message "printing with scope==virtual" after successfull package creation | complex: medium component: graph priority: critical stage: review type: bug | For some of our sources a "conan create . user/channel" gives the following error after successfull creation of the conan package:
...
> ...
> RadioServerData/1.0.1.a1dfa37-0@fourbft/testing: Package 'b388ba0b0edd88e6e90419f7ea5b89302de61533' created
> RadioServerData/1.0.1.a1dfa37-0@fourbft/testing: Created package revision fee6c0874367d68fbbc44f64774b5b7d
> Traceback (most recent call last):
> File "/usr/lib/python2.7/site-packages/conans/client/command.py", line 1579, in run
> method(args[0][1:])
> File "/usr/lib/python2.7/site-packages/conans/client/command.py", line 299, in create
> test_build_folder=args.test_build_folder)
> File "/usr/lib/python2.7/site-packages/conans/client/conan_api.py", line 93, in wrapper
> return f(*args, **kwargs)
> File "/usr/lib/python2.7/site-packages/conans/client/conan_api.py", line 389, in create
> test_build_folder, test_folder, conanfile_path)
> File "/usr/lib/python2.7/site-packages/conans/client/cmd/create.py", line 53, in create
> keep_build=keep_build)
> File "/usr/lib/python2.7/site-packages/conans/client/manager.py", line 80, in install
> installer.install(deps_graph, keep_build)
> File "/usr/lib/python2.7/site-packages/conans/client/installer.py", line 302, in install
> self._build(nodes_by_level, keep_build, root_node, graph_info)
> File "/usr/lib/python2.7/site-packages/conans/client/installer.py", line 327, in _build
> self._propagate_info(root_node)
> File "/usr/lib/python2.7/site-packages/conans/client/installer.py", line 436, in _propagate_info
> conan_file.output.info("Applying build-requirement: %s" % str(n.ref))
> File "/usr/lib/python2.7/site-packages/conans/client/output.py", line 80, in info
> self.writeln(data, Color.BRIGHT_CYAN)
> File "/usr/lib/python2.7/site-packages/conans/client/output.py", line 53, in writeln
> self.write(data, front, back, True)
> File "/usr/lib/python2.7/site-packages/conans/client/output.py", line 119, in write
> assert self.scope != "virtual", "printing with scope==virtual"
>AssertionError: printing with scope==virtual
>
> ERROR: printing with scope==virtual
This happens with Conan version 1.14.4. This error does not occur with Conan 1.13.1.
OS is Linux using Python 2.7.6.
As I said above, it does only occur with some (few) of our packages. Might be related to a specific (common?) upstream package, but not sure. Couldn't nail it down any further, yet, but maybe you have an idea.
| 1.0 | Error message "printing with scope==virtual" after successfull package creation - For some of our sources a "conan create . user/channel" gives the following error after successfull creation of the conan package:
...
> ...
> RadioServerData/1.0.1.a1dfa37-0@fourbft/testing: Package 'b388ba0b0edd88e6e90419f7ea5b89302de61533' created
> RadioServerData/1.0.1.a1dfa37-0@fourbft/testing: Created package revision fee6c0874367d68fbbc44f64774b5b7d
> Traceback (most recent call last):
> File "/usr/lib/python2.7/site-packages/conans/client/command.py", line 1579, in run
> method(args[0][1:])
> File "/usr/lib/python2.7/site-packages/conans/client/command.py", line 299, in create
> test_build_folder=args.test_build_folder)
> File "/usr/lib/python2.7/site-packages/conans/client/conan_api.py", line 93, in wrapper
> return f(*args, **kwargs)
> File "/usr/lib/python2.7/site-packages/conans/client/conan_api.py", line 389, in create
> test_build_folder, test_folder, conanfile_path)
> File "/usr/lib/python2.7/site-packages/conans/client/cmd/create.py", line 53, in create
> keep_build=keep_build)
> File "/usr/lib/python2.7/site-packages/conans/client/manager.py", line 80, in install
> installer.install(deps_graph, keep_build)
> File "/usr/lib/python2.7/site-packages/conans/client/installer.py", line 302, in install
> self._build(nodes_by_level, keep_build, root_node, graph_info)
> File "/usr/lib/python2.7/site-packages/conans/client/installer.py", line 327, in _build
> self._propagate_info(root_node)
> File "/usr/lib/python2.7/site-packages/conans/client/installer.py", line 436, in _propagate_info
> conan_file.output.info("Applying build-requirement: %s" % str(n.ref))
> File "/usr/lib/python2.7/site-packages/conans/client/output.py", line 80, in info
> self.writeln(data, Color.BRIGHT_CYAN)
> File "/usr/lib/python2.7/site-packages/conans/client/output.py", line 53, in writeln
> self.write(data, front, back, True)
> File "/usr/lib/python2.7/site-packages/conans/client/output.py", line 119, in write
> assert self.scope != "virtual", "printing with scope==virtual"
>AssertionError: printing with scope==virtual
>
> ERROR: printing with scope==virtual
This happens with Conan version 1.14.4. This error does not occur with Conan 1.13.1.
OS is Linux using Python 2.7.6.
As I said above, it does only occur with some (few) of our packages. Might be related to a specific (common?) upstream package, but not sure. Couldn't nail it down any further, yet, but maybe you have an idea.
| priority | error message printing with scope virtual after successfull package creation for some of our sources a conan create user channel gives the following error after successfull creation of the conan package radioserverdata fourbft testing package created radioserverdata fourbft testing created package revision traceback most recent call last file usr lib site packages conans client command py line in run method args file usr lib site packages conans client command py line in create test build folder args test build folder file usr lib site packages conans client conan api py line in wrapper return f args kwargs file usr lib site packages conans client conan api py line in create test build folder test folder conanfile path file usr lib site packages conans client cmd create py line in create keep build keep build file usr lib site packages conans client manager py line in install installer install deps graph keep build file usr lib site packages conans client installer py line in install self build nodes by level keep build root node graph info file usr lib site packages conans client installer py line in build self propagate info root node file usr lib site packages conans client installer py line in propagate info conan file output info applying build requirement s str n ref file usr lib site packages conans client output py line in info self writeln data color bright cyan file usr lib site packages conans client output py line in writeln self write data front back true file usr lib site packages conans client output py line in write assert self scope virtual printing with scope virtual assertionerror printing with scope virtual error printing with scope virtual this happens with conan version this error does not occur with conan os is linux using python as i said above it does only occur with some few of our packages might be related to a specific common upstream package but not sure couldn t nail it down any further yet but maybe you have an idea | 1 |
425,478 | 12,340,953,761 | IssuesEvent | 2020-05-14 20:55:12 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | Change length of Pexip pin | Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃 | ## Description
Change the length of the URL pin number for security purposes. Non urgent for pilot but necessary for national rollout.
## Acceptance criteria
- [ ] Test in UAT to verify guest URL pin is 10 digits, followed by #
- [ ] Test in UAT to verify host URL pin is 7 digits, followed by #
## Background/context/resources
https://dsva.slack.com/files/T03FECE8V/FUS1GFSE4?origin_team=T03FECE8V
## Technical notes
- Guest pin needs to be 10 digits followed by a pound (instead of 4 digits)
- Host pin needs to be 7 digits followed by a pound (instead of 4 digits) | 1.0 | Change length of Pexip pin - ## Description
Change the length of the URL pin number for security purposes. Non urgent for pilot but necessary for national rollout.
## Acceptance criteria
- [ ] Test in UAT to verify guest URL pin is 10 digits, followed by #
- [ ] Test in UAT to verify host URL pin is 7 digits, followed by #
## Background/context/resources
https://dsva.slack.com/files/T03FECE8V/FUS1GFSE4?origin_team=T03FECE8V
## Technical notes
- Guest pin needs to be 10 digits followed by a pound (instead of 4 digits)
- Host pin needs to be 7 digits followed by a pound (instead of 4 digits) | priority | change length of pexip pin description change the length of the url pin number for security purposes non urgent for pilot but necessary for national rollout acceptance criteria test in uat to verify guest url pin is digits followed by test in uat to verify host url pin is digits followed by background context resources technical notes guest pin needs to be digits followed by a pound instead of digits host pin needs to be digits followed by a pound instead of digits | 1 |
342,932 | 10,323,578,566 | IssuesEvent | 2019-08-31 23:13:59 | OpenApoc/OpenApoc | https://api.github.com/repos/OpenApoc/OpenApoc | closed | [Renderer] Cityscape Projectile Sprites are not longer shown | !BUG! MEDIUM PRIORITY Help Wanted | For some reason, missiles, beams and other projectile sprites in the cityscape no longer display
The sound is made, the damages applied, but no visual tracer exists user-side

| 1.0 | [Renderer] Cityscape Projectile Sprites are not longer shown - For some reason, missiles, beams and other projectile sprites in the cityscape no longer display
The sound is made, the damages applied, but no visual tracer exists user-side

| priority | cityscape projectile sprites are not longer shown for some reason missiles beams and other projectile sprites in the cityscape no longer display the sound is made the damages applied but no visual tracer exists user side | 1 |
614,300 | 19,179,223,406 | IssuesEvent | 2021-12-04 04:34:17 | hackforla/tdm-calculator | https://api.github.com/repos/hackforla/tdm-calculator | closed | Make the ‘Priced/Unbundled Parking’ and ‘Parking Cash-Out’ TDM strategies mutually exclusive | role: back-end level: medium Feature - Revise TDM Strategies priority: MUST HAVE p-Feature - Tool Tips | ### Action Items
1. Make the ‘Pricing/Unbundling’ and ‘Cash-Out’ TDM parking strategies mutually exclusive
2. Revise the tool tip for the ‘Pricing/Unbundling’ strategy as amended below:
> Pricing of parking encourages sustainable modes of travel (non-SOV) and can be accomplished in several ways. Property managers and homeowner associations can unbundle the price of parking from rents or sale of units. The parking cost is set by the project applicant and paid by the vehicle owners/drivers.
| 1.0 | Make the ‘Priced/Unbundled Parking’ and ‘Parking Cash-Out’ TDM strategies mutually exclusive - ### Action Items
1. Make the ‘Pricing/Unbundling’ and ‘Cash-Out’ TDM parking strategies mutually exclusive
2. Revise the tool tip for the ‘Pricing/Unbundling’ strategy as amended below:
> Pricing of parking encourages sustainable modes of travel (non-SOV) and can be accomplished in several ways. Property managers and homeowner associations can unbundle the price of parking from rents or sale of units. The parking cost is set by the project applicant and paid by the vehicle owners/drivers.
| priority | make the ‘priced unbundled parking’ and ‘parking cash out’ tdm strategies mutually exclusive action items make the ‘pricing unbundling’ and ‘cash out’ tdm parking strategies mutually exclusive revise the tool tip for the ‘pricing unbundling’ strategy as amended below pricing of parking encourages sustainable modes of travel non sov and can be accomplished in several ways property managers and homeowner associations can unbundle the price of parking from rents or sale of units the parking cost is set by the project applicant and paid by the vehicle owners drivers | 1 |
715,017 | 24,583,796,258 | IssuesEvent | 2022-10-13 17:49:01 | AY2223S1-CS2103T-T12-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T12-1/tp | closed | As a user, I can allocate marks to students | type.Story priority.MEDIUM | ...so that I can grade my students for assessments | 1.0 | As a user, I can allocate marks to students - ...so that I can grade my students for assessments | priority | as a user i can allocate marks to students so that i can grade my students for assessments | 1 |
462,487 | 13,248,014,065 | IssuesEvent | 2020-08-19 18:13:41 | SHUReeducation/autoAPI | https://api.github.com/repos/SHUReeducation/autoAPI | closed | 生成并发布 Docker 镜像 | cicd feature request high priority medium | <!--
下面的内容可以使用中文或者英文填写。
-->
<!--
You can fill the following things by using English or Chinese.
-->
<!--
注意:请不要要求我们支持Java,我们永远不会考虑支持Java。
-->
<!--
Warning: Never ask us to support Java, we'll never do that.
-->
目前发布的CI中并不包含生成Docker镜像的代码
**Describe the solution you'd like**
生成Docker镜像,并推送到Dockerhub。
| 1.0 | 生成并发布 Docker 镜像 - <!--
下面的内容可以使用中文或者英文填写。
-->
<!--
You can fill the following things by using English or Chinese.
-->
<!--
注意:请不要要求我们支持Java,我们永远不会考虑支持Java。
-->
<!--
Warning: Never ask us to support Java, we'll never do that.
-->
目前发布的CI中并不包含生成Docker镜像的代码
**Describe the solution you'd like**
生成Docker镜像,并推送到Dockerhub。
| priority | 生成并发布 docker 镜像 下面的内容可以使用中文或者英文填写。 you can fill the following things by using english or chinese 注意:请不要要求我们支持java,我们永远不会考虑支持java。 warning never ask us to support java we ll never do that 目前发布的ci中并不包含生成docker镜像的代码 describe the solution you d like 生成docker镜像,并推送到dockerhub。 | 1 |
169,915 | 6,420,605,120 | IssuesEvent | 2017-08-09 00:50:19 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | the yml files missing will make map-server crash | bug:core mode:prerenewal mode:renewal priority:medium server:map |
* **rAthena Hash**: 71421a4268f730d5f899873cd978a12e20e5f3a3
* **Client Date**: 2016-02-03
* **Server Mode**: Both
* **Description of Issue**:
* Result:
if the yml filepath is invailed, will make map-server crash.
- db\[pre-]re\achievement_db.yml
- db\import\achievement_db.yml
* Expected Result:
the better way is show a error message in map-server, let the user know what's happened.
* How to Reproduce:
- remove `db\[pre-]re\achievement_db.yml` or `db\import\achievement_db.yml`
- running map-server
* **Env**: Visual Studio 2013 + Windows 10 Professional x64 | 1.0 | the yml files missing will make map-server crash -
* **rAthena Hash**: 71421a4268f730d5f899873cd978a12e20e5f3a3
* **Client Date**: 2016-02-03
* **Server Mode**: Both
* **Description of Issue**:
* Result:
if the yml filepath is invailed, will make map-server crash.
- db\[pre-]re\achievement_db.yml
- db\import\achievement_db.yml
* Expected Result:
the better way is show a error message in map-server, let the user know what's happened.
* How to Reproduce:
- remove `db\[pre-]re\achievement_db.yml` or `db\import\achievement_db.yml`
- running map-server
* **Env**: Visual Studio 2013 + Windows 10 Professional x64 | priority | the yml files missing will make map server crash rathena hash client date server mode both description of issue result if the yml filepath is invailed will make map server crash db re achievement db yml db import achievement db yml expected result the better way is show a error message in map server let the user know what s happened how to reproduce remove db re achievement db yml or db import achievement db yml running map server env visual studio windows professional | 1 |
40,810 | 2,868,943,402 | IssuesEvent | 2015-06-05 22:06:23 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Pub: Transitive dependencies | enhancement Priority-Medium wontfix | _Originally opened as dart-lang/sdk#8758_
*This issue was originally filed by ovangl...@gmail.com*
_____
In the following, "->" denotes "depends upon"
If A -> B -> C and A -> B' -> C, pub fails with the error:
"Incompatible dependencies on C:
B depends on it with description...
B' depends on it with description..."
Dependencies in dart should not be transitive (A->B->C currently introduces the implicit A->C). Multiple versions of C should be symlinked in the packages directory and included as packages, but should not be available to libraries of A to import until A declares an explicit dependency on one of the versions of C.
The following rule should be used to keep compiled file sizes to a minimum (for simplicity):
If {B1...Bn} depend on a package C, then let C1 be the maximum version B1 supports. This version should be used for the maximal subset of packages of {B1...Bn} which support C1 and contains B1. Repeat with {Bi : Bi cannot depend on version C1} until the result is empty.
| 1.0 | Pub: Transitive dependencies - _Originally opened as dart-lang/sdk#8758_
*This issue was originally filed by ovangl...@gmail.com*
_____
In the following, "->" denotes "depends upon"
If A -> B -> C and A -> B' -> C, pub fails with the error:
"Incompatible dependencies on C:
B depends on it with description...
B' depends on it with description..."
Dependencies in dart should not be transitive (A->B->C currently introduces the implicit A->C). Multiple versions of C should be symlinked in the packages directory and included as packages, but should not be available to libraries of A to import until A declares an explicit dependency on one of the versions of C.
The following rule should be used to keep compiled file sizes to a minimum (for simplicity):
If {B1...Bn} depend on a package C, then let C1 be the maximum version B1 supports. This version should be used for the maximal subset of packages of {B1...Bn} which support C1 and contains B1. Repeat with {Bi : Bi cannot depend on version C1} until the result is empty.
| priority | pub transitive dependencies originally opened as dart lang sdk this issue was originally filed by ovangl gmail com in the following quot gt quot denotes quot depends upon quot if a gt b gt c and a gt b gt c pub fails with the error nbsp nbsp nbsp nbsp quot incompatible dependencies on c nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp b depends on it with description nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp nbsp b depends on it with description quot dependencies in dart should not be transitive a gt b gt c currently introduces the implicit a gt c multiple versions of c should be symlinked in the packages directory and included as packages but should not be available to libraries of a to import until a declares an explicit dependency on one of the versions of c the following rule should be used to keep compiled file sizes to a minimum for simplicity if bn depend on a package c then let be the maximum version supports this version should be used for the maximal subset of packages of bn which support and contains repeat with bi bi cannot depend on version until the result is empty | 1 |
40,808 | 2,868,943,330 | IssuesEvent | 2015-06-05 22:06:22 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Package download links should use https | enhancement Fixed Priority-Medium | <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#8695_
----
Looks like they're currently using http. | 1.0 | Package download links should use https - <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#8695_
----
Looks like they're currently using http. | priority | package download links should use https issue by originally opened as dart lang sdk looks like they re currently using http | 1 |
25,104 | 2,676,293,393 | IssuesEvent | 2015-03-25 16:58:28 | geosolutions-it/MapStore | https://api.github.com/repos/geosolutions-it/MapStore | closed | GetFeatureInfoTool sometimes doesn't center the popup | bug Priority: Medium | The getFeatureInfo Popup, using WMSGetFeatureInfoMenu plugin, doesn't center the popup on the map. This seems to be a regression due to recent changes to this tool. | 1.0 | GetFeatureInfoTool sometimes doesn't center the popup - The getFeatureInfo Popup, using WMSGetFeatureInfoMenu plugin, doesn't center the popup on the map. This seems to be a regression due to recent changes to this tool. | priority | getfeatureinfotool sometimes doesn t center the popup the getfeatureinfo popup using wmsgetfeatureinfomenu plugin doesn t center the popup on the map this seems to be a regression due to recent changes to this tool | 1 |
656,529 | 21,766,798,517 | IssuesEvent | 2022-05-13 03:31:11 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.3.0 beta staging-1966] /test interactobjects disconnect clients | Priority: Medium Type: Bug Category: Gameplay | Server error log
```
[13:14:54.434] [25] [Error] [Eco] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Eco.Gameplay.Systems.Chat.ChatCommandService.<>c__DisplayClass12_0.<InvokeCommand>b__1()
at Eco.Core.Utils.Async.TaskUtils.<>c__DisplayClass2_0.<RunWithExceptionLog>b__0()
System.NullReferenceException: Object reference not set to an instance of an object.
at Eco.IntegrationTests.Framework.Helpers.Log(Exception e, Type t, String msg)
at Eco.IntegrationTests.Tests.TestWorldObjectPlacement.InteractObjects(User user)
``` | 1.0 | [0.9.3.0 beta staging-1966] /test interactobjects disconnect clients - Server error log
```
[13:14:54.434] [25] [Error] [Eco] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Eco.Gameplay.Systems.Chat.ChatCommandService.<>c__DisplayClass12_0.<InvokeCommand>b__1()
at Eco.Core.Utils.Async.TaskUtils.<>c__DisplayClass2_0.<RunWithExceptionLog>b__0()
System.NullReferenceException: Object reference not set to an instance of an object.
at Eco.IntegrationTests.Framework.Helpers.Log(Exception e, Type t, String msg)
at Eco.IntegrationTests.Tests.TestWorldObjectPlacement.InteractObjects(User user)
``` | priority | test interactobjects disconnect clients server error log system reflection targetinvocationexception exception has been thrown by the target of an invocation at system runtimemethodhandle invokemethod object target object arguments signature sig boolean constructor boolean wrapexceptions at system reflection runtimemethodinfo invoke object obj bindingflags invokeattr binder binder object parameters cultureinfo culture at eco gameplay systems chat chatcommandservice c b at eco core utils async taskutils c b system nullreferenceexception object reference not set to an instance of an object at eco integrationtests framework helpers log exception e type t string msg at eco integrationtests tests testworldobjectplacement interactobjects user user | 1 |
213,474 | 7,254,113,325 | IssuesEvent | 2018-02-16 09:39:52 | geosolutions-it/clevmetro-nfd | https://api.github.com/repos/geosolutions-it/clevmetro-nfd | closed | g_rank, s_rank and n_rank dropdowns items must include the rank code | Priority Medium frontend in progress | Currently the dropdowns show only the rank names, we must prefix it with the code.
E.g. (for G Rank):
"Globally unrankable" should become "GU - Globally unrankable".
(Note that the Django admin show them the correct way)
**IMPLEMENTATION DETAILS**: DictionaryTable models can have an additional configuration flag "show_key" that should be passed along the formitems configurations to the client. The client will use this flag to show or hide the code label. The n_rank, s_rank and g_rank subclasses can set it "true".

| 1.0 | g_rank, s_rank and n_rank dropdowns items must include the rank code - Currently the dropdowns show only the rank names, we must prefix it with the code.
E.g. (for G Rank):
"Globally unrankable" should become "GU - Globally unrankable".
(Note that the Django admin show them the correct way)
**IMPLEMENTATION DETAILS**: DictionaryTable models can have an additional configuration flag "show_key" that should be passed along the formitems configurations to the client. The client will use this flag to show or hide the code label. The n_rank, s_rank and g_rank subclasses can set it "true".

| priority | g rank s rank and n rank dropdowns items must include the rank code currently the dropdowns show only the rank names we must prefix it with the code e g for g rank globally unrankable should become gu globally unrankable note that the django admin show them the correct way implementation details dictionarytable models can have an additional configuration flag show key that should be passed along the formitems configurations to the client the client will use this flag to show or hide the code label the n rank s rank and g rank subclasses can set it true | 1 |
55,740 | 3,074,290,190 | IssuesEvent | 2015-08-20 05:54:55 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | Cannot read content of multiple webviews in the same activity | bug imported Priority-Medium wontfix | _From [dvand...@gmail.com](https://code.google.com/u/101031171687721094056/) on November 13, 2013 14:39:47_
What steps will reproduce the problem? Robotium only supports working with the most recently created webview What is the expected output? What do you see instead? I'd like functionality to be able to specify the index of the webview that we want to work with. I am testing an app that has multiple webviews in a single activity.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=554_ | 1.0 | Cannot read content of multiple webviews in the same activity - _From [dvand...@gmail.com](https://code.google.com/u/101031171687721094056/) on November 13, 2013 14:39:47_
What steps will reproduce the problem? Robotium only supports working with the most recently created webview What is the expected output? What do you see instead? I'd like functionality to be able to specify the index of the webview that we want to work with. I am testing an app that has multiple webviews in a single activity.
_Original issue: http://code.google.com/p/robotium/issues/detail?id=554_ | priority | cannot read content of multiple webviews in the same activity from on november what steps will reproduce the problem robotium only supports working with the most recently created webview what is the expected output what do you see instead i d like functionality to be able to specify the index of the webview that we want to work with i am testing an app that has multiple webviews in a single activity original issue | 1 |
724,936 | 24,945,592,274 | IssuesEvent | 2022-10-31 23:39:13 | bounswe/bounswe2022group6 | https://api.github.com/repos/bounswe/bounswe2022group6 | closed | Implementing "Account View" function | Priority: Medium State: In Progress Type: Development Backend | For requirement [1.1.1 Account Management](https://github.com/bounswe/bounswe2022group6/wiki/Requirements#111-account-management), a function to view current user information is required. | 1.0 | Implementing "Account View" function - For requirement [1.1.1 Account Management](https://github.com/bounswe/bounswe2022group6/wiki/Requirements#111-account-management), a function to view current user information is required. | priority | implementing account view function for requirement a function to view current user information is required | 1 |
297,462 | 9,168,437,851 | IssuesEvent | 2019-03-02 22:18:31 | pixelfed/pixelfed | https://api.github.com/repos/pixelfed/pixelfed | closed | Support MariaDB | compatibility enhancement priority-medium | Follow-up to #107
I pulled the fix for it, ran `artisan migrate:fresh` again,
got
```
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json null, `created_at` timest
amp null, `updated_at` timestamp null) default cha' at line 1 (SQL: create table `statuses` (`id` bigint unsigned not null auto_increment primary key, `uri` varchar(191) null, `caption` varchar(191) null, `rendered` text nu
ll, `profile_id` bigint unsigned null, `in_reply_to_id` bigint unsigned null, `reblog_of_id` bigint unsigned null, `url` varchar(191) null, `is_nsfw` tinyint(1) not null default '0', `visibility` enum('public', 'unlisted',
'private', 'direct') not null default 'public', `reply` tinyint(1) not null default '0', `likes_count` bigint unsigned not null default '0', `reblogs_count` bigint unsigned not null default '0', `language` varchar(191) null
, `conversation_id` bigint unsigned null, `local` tinyint(1) not null default '1', `application_id` bigint unsigned null, `in_reply_to_profile_id` bigint unsigned null, `entities` json null, `created_at` timestamp null, `up
dated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
```
Turns out there's no `json` field type on
```
mysqld Ver 10.1.26-MariaDB-0+deb9u1 for debian-linux-gnu on x86_64 (Debian 9.1)
``` | 1.0 | Support MariaDB - Follow-up to #107
I pulled the fix for it, ran `artisan migrate:fresh` again,
got
```
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'json null, `created_at` timest
amp null, `updated_at` timestamp null) default cha' at line 1 (SQL: create table `statuses` (`id` bigint unsigned not null auto_increment primary key, `uri` varchar(191) null, `caption` varchar(191) null, `rendered` text nu
ll, `profile_id` bigint unsigned null, `in_reply_to_id` bigint unsigned null, `reblog_of_id` bigint unsigned null, `url` varchar(191) null, `is_nsfw` tinyint(1) not null default '0', `visibility` enum('public', 'unlisted',
'private', 'direct') not null default 'public', `reply` tinyint(1) not null default '0', `likes_count` bigint unsigned not null default '0', `reblogs_count` bigint unsigned not null default '0', `language` varchar(191) null
, `conversation_id` bigint unsigned null, `local` tinyint(1) not null default '1', `application_id` bigint unsigned null, `in_reply_to_profile_id` bigint unsigned null, `entities` json null, `created_at` timestamp null, `up
dated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')
```
Turns out there's no `json` field type on
```
mysqld Ver 10.1.26-MariaDB-0+deb9u1 for debian-linux-gnu on x86_64 (Debian 9.1)
``` | priority | support mariadb follow up to i pulled the fix for it ran artisan migrate fresh again got sqlstate syntax error or access violation you have an error in your sql syntax check the manual that corresponds to your mariadb server version for the right syntax to use near json null created at timest amp null updated at timestamp null default cha at line sql create table statuses id bigint unsigned not null auto increment primary key uri varchar null caption varchar null rendered text nu ll profile id bigint unsigned null in reply to id bigint unsigned null reblog of id bigint unsigned null url varchar null is nsfw tinyint not null default visibility enum public unlisted private direct not null default public reply tinyint not null default likes count bigint unsigned not null default reblogs count bigint unsigned not null default language varchar null conversation id bigint unsigned null local tinyint not null default application id bigint unsigned null in reply to profile id bigint unsigned null entities json null created at timestamp null up dated at timestamp null default character set collate unicode ci turns out there s no json field type on mysqld ver mariadb for debian linux gnu on debian | 1 |
525,443 | 15,253,574,439 | IssuesEvent | 2021-02-20 08:20:23 | popperjs/popper-core | https://api.github.com/repos/popperjs/popper-core | closed | Tether doesn't work with altAxis | # BUG 🐞 DIFFICULTY: medium PRIORITY: medium TARGETS: modifier | <!--
Thanks for your interest in contributing to Popper!
If your issue is not a bug report, please use our community at https://spectrum.chat/popper-js
Is your issue related to Popper v1? Please consider to migrate to v2, we are not actively
developing previous versions if not for security patches.
Please, make sure to fill all the sections of the template before submitting any issue.
Issues without the required informations WILL BE CLOSED.
Want your issue to be fixed earlier? Create a PR that introduces a CI test that fails
because of the bug you found!
-->
### CodeSandbox demo
<!--
Edit this sandbox template to allow the contributors to easily reproduce your problem.
-->
https://codesandbox.io/s/fancy-sea-mpxoo
### Steps to reproduce the problem
1. Scroll on the preview
### What is the expected behavior?
<!-- Describe what you would have expected. -->
The popper should tether to the reference.
### What went wrong?
<!-- Describe what went wrong. -->
The popper is sticking to the boundary.
### Any other comments?
<!-- Any additional information. -->
Note how `altAxis` and `tether` are enabled:
```js
createPopper(button, tooltip, {
placement: "bottom",
modifiers: [
{
name: "preventOverflow",
options: {
altAxis: true,
tether: true
}
}
]
})
```
| 1.0 | Tether doesn't work with altAxis - <!--
Thanks for your interest in contributing to Popper!
If your issue is not a bug report, please use our community at https://spectrum.chat/popper-js
Is your issue related to Popper v1? Please consider to migrate to v2, we are not actively
developing previous versions if not for security patches.
Please, make sure to fill all the sections of the template before submitting any issue.
Issues without the required informations WILL BE CLOSED.
Want your issue to be fixed earlier? Create a PR that introduces a CI test that fails
because of the bug you found!
-->
### CodeSandbox demo
<!--
Edit this sandbox template to allow the contributors to easily reproduce your problem.
-->
https://codesandbox.io/s/fancy-sea-mpxoo
### Steps to reproduce the problem
1. Scroll on the preview
### What is the expected behavior?
<!-- Describe what you would have expected. -->
The popper should tether to the reference.
### What went wrong?
<!-- Describe what went wrong. -->
The popper is sticking to the boundary.
### Any other comments?
<!-- Any additional information. -->
Note how `altAxis` and `tether` are enabled:
```js
createPopper(button, tooltip, {
placement: "bottom",
modifiers: [
{
name: "preventOverflow",
options: {
altAxis: true,
tether: true
}
}
]
})
```
| priority | tether doesn t work with altaxis thanks for your interest in contributing to popper if your issue is not a bug report please use our community at is your issue related to popper please consider to migrate to we are not actively developing previous versions if not for security patches please make sure to fill all the sections of the template before submitting any issue issues without the required informations will be closed want your issue to be fixed earlier create a pr that introduces a ci test that fails because of the bug you found codesandbox demo edit this sandbox template to allow the contributors to easily reproduce your problem steps to reproduce the problem scroll on the preview what is the expected behavior the popper should tether to the reference what went wrong the popper is sticking to the boundary any other comments note how altaxis and tether are enabled js createpopper button tooltip placement bottom modifiers name preventoverflow options altaxis true tether true | 1 |
179,300 | 6,623,535,469 | IssuesEvent | 2017-09-22 07:41:37 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | closed | EP: Get Substances List | epic/medication kind/task priority/medium project/reimbursement | Get Substances List WS
- [x] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/27885797/Get+Substance+List)
- [x] Implement
- [x] Deploy
- [ ] Improve test scenarios
| 1.0 | EP: Get Substances List - Get Substances List WS
- [x] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/27885797/Get+Substance+List)
- [x] Implement
- [x] Deploy
- [ ] Improve test scenarios
| priority | ep get substances list get substances list ws create ws implement deploy improve test scenarios | 1 |
656,651 | 21,770,453,725 | IssuesEvent | 2022-05-13 08:33:36 | mithril-security/blindai | https://api.github.com/repos/mithril-security/blindai | closed | Client notebook docker does not seem to work on WSL | Type : Bug :lady_beetle: Priority : Medium :orange_circle: | ## Description
The command `docker run --network host mithrilsecuritysas/blindai-client-demo` does not work on WSL (tested on matthias' computer)
It runs fine but the notebook cannot be accessed on the browser.
This is probably due to `--network host` sharing the network with WSL and not Windows entirely, but I'm not sure, I don't know how WSL works.
I don't know how to fix it, and I don't have any windows machine on hand.
Also, we were talking with Daniel about packaging the server in the blindai-client-demo docker image directly. This could be awesome for getting started with the project, and that would allow us to sidestep this issue entirely. | 1.0 | Client notebook docker does not seem to work on WSL - ## Description
The command `docker run --network host mithrilsecuritysas/blindai-client-demo` does not work on WSL (tested on matthias' computer)
It runs fine but the notebook cannot be accessed on the browser.
This is probably due to `--network host` sharing the network with WSL and not Windows entirely, but I'm not sure, I don't know how WSL works.
I don't know how to fix it, and I don't have any windows machine on hand.
Also, we were talking with Daniel about packaging the server in the blindai-client-demo docker image directly. This could be awesome for getting started with the project, and that would allow us to sidestep this issue entirely. | priority | client notebook docker does not seem to work on wsl description the command docker run network host mithrilsecuritysas blindai client demo does not work on wsl tested on matthias computer it runs fine but the notebook cannot be accessed on the browser this is probably due to network host sharing the network with wsl and not windows entirely but i m not sure i don t know how wsl works i don t know how to fix it and i don t have any windows machine on hand also we were talking with daniel about packaging the server in the blindai client demo docker image directly this could be awesome for getting started with the project and that would allow us to sidestep this issue entirely | 1 |
646,150 | 21,039,261,182 | IssuesEvent | 2022-03-31 10:44:20 | AY2122S2-CS2103T-W09-4/tp | https://api.github.com/repos/AY2122S2-CS2103T-W09-4/tp | closed | Implement Edit command for tasks | type.Story priority.Medium | This command will allow tasks that have already been assigned to students to be edited. (eg. change name of task) | 1.0 | Implement Edit command for tasks - This command will allow tasks that have already been assigned to students to be edited. (eg. change name of task) | priority | implement edit command for tasks this command will allow tasks that have already been assigned to students to be edited eg change name of task | 1 |
393,679 | 11,623,324,820 | IssuesEvent | 2020-02-27 08:43:29 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | Debian: haproxy-portal doesn't start | Priority: Medium Type: Bug | **Describe the bug**
`haproxy-portal` is not able to start on Debian 9 using nightly builds.
Related to #5086, it seems that packaging for Debian is not ready:
```
# dpkg -l | grep keepalive
ii keepalived 1:1.3.2-1
```
Versus keepalived 2.X on CentOS 7.
See [@julsemaan's comment](https://github.com/inverse-inc/packetfence/pull/5086/files#r379098332) | 1.0 | Debian: haproxy-portal doesn't start - **Describe the bug**
`haproxy-portal` is not able to start on Debian 9 using nightly builds.
Related to #5086, it seems that packaging for Debian is not ready:
```
# dpkg -l | grep keepalive
ii keepalived 1:1.3.2-1
```
Versus keepalived 2.X on CentOS 7.
See [@julsemaan's comment](https://github.com/inverse-inc/packetfence/pull/5086/files#r379098332) | priority | debian haproxy portal doesn t start describe the bug haproxy portal is not able to start on debian using nightly builds related to it seems that packaging for debian is not ready dpkg l grep keepalive ii keepalived versus keepalived x on centos see | 1 |
596,338 | 18,103,575,614 | IssuesEvent | 2021-09-22 16:35:54 | NOAA-GSL/VxLegacyIngest | https://api.github.com/repos/NOAA-GSL/VxLegacyIngest | closed | Create ensemble retro capability on Hera | Status: Doing Type: Feature Priority: Medium | ---
Author Name: **jeffrey.a.hamilton** (jeffrey.a.hamilton)
Original Redmine Issue: 73155, https://vlab.ncep.noaa.gov/redmine/issues/73155
Original Date: 2020-01-08
Original Assignee: jeffrey.a.hamilton
---
Christina Holt and Isidora are requesting the capability to do retro work with the ensemble verification system. This includes doing ensemble mean work, which hasn't been done before.
| 1.0 | Create ensemble retro capability on Hera - ---
Author Name: **jeffrey.a.hamilton** (jeffrey.a.hamilton)
Original Redmine Issue: 73155, https://vlab.ncep.noaa.gov/redmine/issues/73155
Original Date: 2020-01-08
Original Assignee: jeffrey.a.hamilton
---
Christina Holt and Isidora are requesting the capability to do retro work with the ensemble verification system. This includes doing ensemble mean work, which hasn't been done before.
| priority | create ensemble retro capability on hera author name jeffrey a hamilton jeffrey a hamilton original redmine issue original date original assignee jeffrey a hamilton christina holt and isidora are requesting the capability to do retro work with the ensemble verification system this includes doing ensemble mean work which hasn t been done before | 1 |
337,917 | 10,221,007,154 | IssuesEvent | 2019-08-15 23:29:24 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | Adjust Look and feel of symbol layers | Priority: Medium bug has pr | Some of the symbol layers like Larval dipping look at least strange at the default zoom level
i.e.

Vs zoomed in

| 1.0 | Adjust Look and feel of symbol layers - Some of the symbol layers like Larval dipping look at least strange at the default zoom level
i.e.

Vs zoomed in

| priority | adjust look and feel of symbol layers some of the symbol layers like larval dipping look at least strange at the default zoom level i e vs zoomed in | 1 |
31,455 | 2,732,910,569 | IssuesEvent | 2015-04-17 10:10:13 | tiku01/oryx-editor | https://api.github.com/repos/tiku01/oryx-editor | closed | Selection behavior (selection frame) | auto-migrated Component-Editor Priority-Medium Type-Enhancement | ```
As-Is:
If you press the mouse button when it's the cursor is over a shape, the
shape immediately gets selected. Currently you cannot easily select all
shapes in a lane with a selection frame, because when the cursor is
positioned over the lane, the lane immediately gets selected when you press
the mouse button.
To-Be:
The shape should be selected, when I release the mouse button. because when
I push the mouse button and then drag the mouse, I want to create a
selection frame.
```
Original issue reported on code.google.com by `NicoPete...@gmail.com` on 2 May 2008 at 3:53 | 1.0 | Selection behavior (selection frame) - ```
As-Is:
If you press the mouse button when it's the cursor is over a shape, the
shape immediately gets selected. Currently you cannot easily select all
shapes in a lane with a selection frame, because when the cursor is
positioned over the lane, the lane immediately gets selected when you press
the mouse button.
To-Be:
The shape should be selected, when I release the mouse button. because when
I push the mouse button and then drag the mouse, I want to create a
selection frame.
```
Original issue reported on code.google.com by `NicoPete...@gmail.com` on 2 May 2008 at 3:53 | priority | selection behavior selection frame as is if you press the mouse button when it s the cursor is over a shape the shape immediately gets selected currently you cannot easily select all shapes in a lane with a selection frame because when the cursor is positioned over the lane the lane immediately gets selected when you press the mouse button to be the shape should be selected when i release the mouse button because when i push the mouse button and then drag the mouse i want to create a selection frame original issue reported on code google com by nicopete gmail com on may at | 1 |
704,443 | 24,197,403,409 | IssuesEvent | 2022-09-24 04:13:09 | hoffstadt/DearPyGui | https://api.github.com/repos/hoffstadt/DearPyGui | closed | Custom window bar | type: feature priority: medium | It will be nice if there is a feature to make a custom titlebar like the Discord Application | 1.0 | Custom window bar - It will be nice if there is a feature to make a custom titlebar like the Discord Application | priority | custom window bar it will be nice if there is a feature to make a custom titlebar like the discord application | 1 |
16,235 | 2,612,784,829 | IssuesEvent | 2015-02-27 16:41:23 | crowell/modpagespeed | https://api.github.com/repos/crowell/modpagespeed | closed | ModPagepeedDomain typo | bug imported Priority-Medium | _From [fidlej](https://code.google.com/u/fidlej/) on November 04, 2010 07:32:16_
What steps will reproduce the problem? 1. Go to https://code.google.com/speed/page-speed/docs/using_mod.html 2. See the ModPagepeedDomain typo there. What is the expected output? What do you see instead? It should be ModPagespeedDomain instead. The 's'-peed is missing.
_Original issue: http://code.google.com/p/modpagespeed/issues/detail?id=15_ | 1.0 | ModPagepeedDomain typo - _From [fidlej](https://code.google.com/u/fidlej/) on November 04, 2010 07:32:16_
What steps will reproduce the problem? 1. Go to https://code.google.com/speed/page-speed/docs/using_mod.html 2. See the ModPagepeedDomain typo there. What is the expected output? What do you see instead? It should be ModPagespeedDomain instead. The 's'-peed is missing.
_Original issue: http://code.google.com/p/modpagespeed/issues/detail?id=15_ | priority | modpagepeeddomain typo from on november what steps will reproduce the problem go to see the modpagepeeddomain typo there what is the expected output what do you see instead it should be modpagespeeddomain instead the s peed is missing original issue | 1 |
498,501 | 14,408,469,446 | IssuesEvent | 2020-12-03 23:52:20 | aws/aws-encryption-sdk-c | https://api.github.com/repos/aws/aws-encryption-sdk-c | closed | macOs build and test jobs fail due to the update to Catalina (v10.15) | medium priority | The macOs build and test jobs are failing due to an update to Catalina (v10.15): https://github.com/aws/aws-encryption-sdk-c/actions/runs/398191647
I have labeled this issue as "medium priority", but it is currently blocking ongoing PRs to be merged. | 1.0 | macOs build and test jobs fail due to the update to Catalina (v10.15) - The macOs build and test jobs are failing due to an update to Catalina (v10.15): https://github.com/aws/aws-encryption-sdk-c/actions/runs/398191647
I have labeled this issue as "medium priority", but it is currently blocking ongoing PRs to be merged. | priority | macos build and test jobs fail due to the update to catalina the macos build and test jobs are failing due to an update to catalina i have labeled this issue as medium priority but it is currently blocking ongoing prs to be merged | 1 |
437,063 | 12,559,641,343 | IssuesEvent | 2020-06-07 19:34:45 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | opened | Documents - If set privacy to "only me" it is still showing in Followers timeline | bug priority: medium | **Describe the bug**
When adding a document and marking the privacy setting to visible only to me, there is an update posted to my timeline and my followers can also see this update posted to their timeline.
**To Reproduce**
Steps to reproduce the behavior:
1. Enabled Following in activity settings
2. Upload a document into timeline and set privacy as Only Me
3. Log into a user who is following the person who uploaded
4. They can see the upload and timeline post
**Expected behavior**
If set to Only Me it should be hidden from Timeline of users following them. Also need to test these same conditions again for My Connections filter.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Support ticket links**
Reported in Youtube by user "Lachlan Lowe"
https://www.youtube.com/watch?v=H_6c0PBGQok&lc=UgyYAhx9MKdy55i4F8J4AaABAg&feature=em-comments
| 1.0 | Documents - If set privacy to "only me" it is still showing in Followers timeline - **Describe the bug**
When adding a document and marking the privacy setting to visible only to me, there is an update posted to my timeline and my followers can also see this update posted to their timeline.
**To Reproduce**
Steps to reproduce the behavior:
1. Enabled Following in activity settings
2. Upload a document into timeline and set privacy as Only Me
3. Log into a user who is following the person who uploaded
4. They can see the upload and timeline post
**Expected behavior**
If set to Only Me it should be hidden from Timeline of users following them. Also need to test these same conditions again for My Connections filter.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Support ticket links**
Reported in Youtube by user "Lachlan Lowe"
https://www.youtube.com/watch?v=H_6c0PBGQok&lc=UgyYAhx9MKdy55i4F8J4AaABAg&feature=em-comments
| priority | documents if set privacy to only me it is still showing in followers timeline describe the bug when adding a document and marking the privacy setting to visible only to me there is an update posted to my timeline and my followers can also see this update posted to their timeline to reproduce steps to reproduce the behavior enabled following in activity settings upload a document into timeline and set privacy as only me log into a user who is following the person who uploaded they can see the upload and timeline post expected behavior if set to only me it should be hidden from timeline of users following them also need to test these same conditions again for my connections filter screenshots if applicable add screenshots to help explain your problem support ticket links reported in youtube by user lachlan lowe | 1 |
563,444 | 16,684,852,344 | IssuesEvent | 2021-06-08 06:51:28 | OptimistikSAS/OIBus | https://api.github.com/repos/OptimistikSAS/OIBus | closed | MQTT - fail to listen to a point when it's listed twice | bug priority:medium south | When a point is listed twice in the MQTT point list, we receive no value at all.
The first subscription should be done, and the second one is ignored, which triggers a warning in the logger. | 1.0 | MQTT - fail to listen to a point when it's listed twice - When a point is listed twice in the MQTT point list, we receive no value at all.
The first subscription should be done, and the second one is ignored, which triggers a warning in the logger. | priority | mqtt fail to listen to a point when it s listed twice when a point is listed twice in the mqtt point list we receive no value at all the first subscription should be done and the second one is ignored which triggers a warning in the logger | 1 |
790,544 | 27,829,236,860 | IssuesEvent | 2023-03-20 02:14:22 | ansible-collections/azure | https://api.github.com/repos/ansible-collections/azure | closed | Getting error "value of storage_account_type must be one of: Standard_LRS, StandardSSD_LRS, Premium_LRS, UltraSSD_LRS, got: Premium_ZRS" while adding a new disk on the azure cloud | medium_priority not a bug work in | ##### SUMMARY
While executing the playbook for adding a new disk on the azure cloud facing an issue to select storage_account_type as Standard_ZRS.
The storage_account_type parameter for os- and data disks restricts Standard_ZRS.
> ERROR: "msg": "value of storage_account_type must be one of: Standard_LRS, StandardSSD_LRS, Premium_LRS, UltraSSD_LRS, got: Premium_ZRS"
~~~~~~~~~~~~~~~~~~~~~~~##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
Azure.azcollection.azure_rm_manageddisk module
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```
ansible [core 2.14.0]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.9.13 (main, Nov 9 2022, 13:16:24) [GCC 8.5.0 20210514 (Red Hat 8.5.0-15)] (/usr/bin/python3.9)
jinja version = 3.1.2
libyaml = True
```
##### COLLECTION VERSION
-->
```
Collection Version
------------------ -------
azure.azcollection 1.14.0
```
##### CONFIGURATION
```
CONFIG_FILE() = /etc/ansible/ansible.cfg
```
```
- name: Using Azure collection
hosts: localhost
connection: local
collections:
- azure.azcollection
tasks:
- azure_rm_manageddisk:
name: '{{ diskname }}'
location: West Europe
resource_group: '{{ resource_group }}'
disk_size_gb: '{{ disk_size }}'
storage_account_type: '{{ storage_account_type }}
# zones: "{{result.response[0].zones }}"
zone: '{{ zone_id }}'
```
##### EXPECTED RESULTS
Compared to the latest code:
https://github.com/ansible-collections/azure/blob/dev/plugins/modules/azure_rm_manageddisk.py#LL344C61-L344C61 the "Standard_ZRS " should be added to the choices.
Error:
ASK [azure_rm_manageddisk] ****************************************************
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: awx
<localhost> EXEC /bin/sh -c 'echo ~awx && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/lib/awx/.ansible/tmp `"&& mkdir "` echo /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772 `" && echo ansible-tmp-1676546468.1-95-259407108835772="` echo /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/cloud/azure/azure_rm_manageddisk.py
<localhost> PUT /var/lib/awx/.ansible/tmp/ansible-local-3tY5VGA/tmp3hnRo3 TO /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/AnsiballZ_azure_rm_manageddisk.py
<localhost> EXEC /bin/sh -c 'chmod u+x /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/ /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/AnsiballZ_azure_rm_manageddisk.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/bin/python2 /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/AnsiballZ_azure_rm_manageddisk.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/ > /dev/null 2>&1 && sleep 0'
fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"api_profile": "latest",
"append_tags": true,
"cloud_environment": "AzureCloud",
"disk_size_gb": 16,
"location": "West Europe",
"name": "smc8354_datadisk02",
"resource_group": "RG-PILOT-QAS",
"state": "present",
"storage_account_type": "Standard_ZRS",
"zone": "1"
}
},
"msg": "value of storage_account_type must be one of: Standard_LRS, StandardSSD_LRS, Premium_LRS, UltraSSD_LRS, got: Premium_ZRS"
}
PLAY RECAP *********************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
```
| 1.0 | Getting error "value of storage_account_type must be one of: Standard_LRS, StandardSSD_LRS, Premium_LRS, UltraSSD_LRS, got: Premium_ZRS" while adding a new disk on the azure cloud - ##### SUMMARY
While executing the playbook for adding a new disk on the azure cloud facing an issue to select storage_account_type as Standard_ZRS.
The storage_account_type parameter for os- and data disks restricts Standard_ZRS.
> ERROR: "msg": "value of storage_account_type must be one of: Standard_LRS, StandardSSD_LRS, Premium_LRS, UltraSSD_LRS, got: Premium_ZRS"
~~~~~~~~~~~~~~~~~~~~~~~##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
Azure.azcollection.azure_rm_manageddisk module
##### ANSIBLE VERSION
<!--- Paste verbatim output from "ansible --version" between quotes -->
```
ansible [core 2.14.0]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.9.13 (main, Nov 9 2022, 13:16:24) [GCC 8.5.0 20210514 (Red Hat 8.5.0-15)] (/usr/bin/python3.9)
jinja version = 3.1.2
libyaml = True
```
##### COLLECTION VERSION
-->
```
Collection Version
------------------ -------
azure.azcollection 1.14.0
```
##### CONFIGURATION
```
CONFIG_FILE() = /etc/ansible/ansible.cfg
```
```
- name: Using Azure collection
hosts: localhost
connection: local
collections:
- azure.azcollection
tasks:
- azure_rm_manageddisk:
name: '{{ diskname }}'
location: West Europe
resource_group: '{{ resource_group }}'
disk_size_gb: '{{ disk_size }}'
storage_account_type: '{{ storage_account_type }}
# zones: "{{result.response[0].zones }}"
zone: '{{ zone_id }}'
```
##### EXPECTED RESULTS
Compared to the latest code:
https://github.com/ansible-collections/azure/blob/dev/plugins/modules/azure_rm_manageddisk.py#LL344C61-L344C61 the "Standard_ZRS " should be added to the choices.
Error:
ASK [azure_rm_manageddisk] ****************************************************
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: awx
<localhost> EXEC /bin/sh -c 'echo ~awx && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /var/lib/awx/.ansible/tmp `"&& mkdir "` echo /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772 `" && echo ansible-tmp-1676546468.1-95-259407108835772="` echo /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772 `" ) && sleep 0'
Using module file /usr/lib/python2.7/site-packages/ansible/modules/cloud/azure/azure_rm_manageddisk.py
<localhost> PUT /var/lib/awx/.ansible/tmp/ansible-local-3tY5VGA/tmp3hnRo3 TO /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/AnsiballZ_azure_rm_manageddisk.py
<localhost> EXEC /bin/sh -c 'chmod u+x /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/ /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/AnsiballZ_azure_rm_manageddisk.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/bin/python2 /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/AnsiballZ_azure_rm_manageddisk.py && sleep 0'
<localhost> EXEC /bin/sh -c 'rm -f -r /var/lib/awx/.ansible/tmp/ansible-tmp-1676546468.1-95-259407108835772/ > /dev/null 2>&1 && sleep 0'
fatal: [localhost]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"api_profile": "latest",
"append_tags": true,
"cloud_environment": "AzureCloud",
"disk_size_gb": 16,
"location": "West Europe",
"name": "smc8354_datadisk02",
"resource_group": "RG-PILOT-QAS",
"state": "present",
"storage_account_type": "Standard_ZRS",
"zone": "1"
}
},
"msg": "value of storage_account_type must be one of: Standard_LRS, StandardSSD_LRS, Premium_LRS, UltraSSD_LRS, got: Premium_ZRS"
}
PLAY RECAP *********************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
```
| priority | getting error value of storage account type must be one of standard lrs standardssd lrs premium lrs ultrassd lrs got premium zrs while adding a new disk on the azure cloud summary while executing the playbook for adding a new disk on the azure cloud facing an issue to select storage account type as standard zrs the storage account type parameter for os and data disks restricts standard zrs error msg value of storage account type must be one of standard lrs standardssd lrs premium lrs ultrassd lrs got premium zrs issue type bug report component name azure azcollection azure rm manageddisk module ansible version ansible config file etc ansible ansible cfg configured module search path ansible python module location usr lib site packages ansible ansible collection location root ansible collections usr share ansible collections executable location usr bin ansible python version main nov usr bin jinja version libyaml true collection version collection version azure azcollection configuration config file etc ansible ansible cfg name using azure collection hosts localhost connection local collections azure azcollection tasks azure rm manageddisk name diskname location west europe resource group resource group disk size gb disk size storage account type storage account type zones result response zones zone zone id expected results compared to the latest code the standard zrs should be added to the choices error ask establish local connection for user awx exec bin sh c echo awx sleep exec bin sh c umask mkdir p echo var lib awx ansible tmp mkdir echo var lib awx ansible tmp ansible tmp echo ansible tmp echo var lib awx ansible tmp ansible tmp sleep using module file usr lib site packages ansible modules cloud azure azure rm manageddisk py put var lib awx ansible tmp ansible local to var lib awx ansible tmp ansible tmp ansiballz azure rm manageddisk py exec bin sh c chmod u x var lib awx ansible tmp ansible tmp var lib awx ansible tmp ansible tmp ansiballz azure rm manageddisk py sleep exec bin sh c usr bin var lib awx ansible tmp ansible tmp ansiballz azure rm manageddisk py sleep exec bin sh c rm f r var lib awx ansible tmp ansible tmp dev null sleep fatal failed changed false invocation module args api profile latest append tags true cloud environment azurecloud disk size gb location west europe name resource group rg pilot qas state present storage account type standard zrs zone msg value of storage account type must be one of standard lrs standardssd lrs premium lrs ultrassd lrs got premium zrs play recap localhost ok changed unreachable failed skipped rescued ignored | 1 |
389,853 | 11,518,068,108 | IssuesEvent | 2020-02-14 09:45:21 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1402] Work party: need correct list in economy viewer | Priority: Medium | It looks like this right now (you cant open work party from there too, should be able to)


| 1.0 | [0.9.0 staging-1402] Work party: need correct list in economy viewer - It looks like this right now (you cant open work party from there too, should be able to)


| priority | work party need correct list in economy viewer it looks like this right now you cant open work party from there too should be able to | 1 |
455,793 | 13,132,589,884 | IssuesEvent | 2020-08-06 19:12:35 | LLNL/PyDV | https://api.github.com/repos/LLNL/PyDV | closed | Persist UI zoom settings | Medium Priority bug | From Mike Owen:
> One thing I’ve noticed recently though – if I move the legend to a new position on the plot (with “key <something>”), it resets the view – is that intended? In other words if I’ve zoomed in on an interesting region and then want to move the legend, the plot resets to the original unzoomed view. | 1.0 | Persist UI zoom settings - From Mike Owen:
> One thing I’ve noticed recently though – if I move the legend to a new position on the plot (with “key <something>”), it resets the view – is that intended? In other words if I’ve zoomed in on an interesting region and then want to move the legend, the plot resets to the original unzoomed view. | priority | persist ui zoom settings from mike owen one thing i’ve noticed recently though – if i move the legend to a new position on the plot with “key ” it resets the view – is that intended in other words if i’ve zoomed in on an interesting region and then want to move the legend the plot resets to the original unzoomed view | 1 |
112,874 | 4,539,974,125 | IssuesEvent | 2016-09-09 13:12:49 | isawnyu/isaw.web | https://api.github.com/repos/isawnyu/isaw.web | closed | bibliography batch load won't use existing directories | bug medium priority review | *reviewing [scrumdo story 125](https://www.scrumdo.com/projects/story_permalink/1098339)*
If the directory tree path given to the script is entirely unique, it works. But if the path starts with an existing folder, that portion of the path is ignored and the script creates the next (previously non-existent) component of the path at the site root.
## To recreate:
### This fails
- ssh into the staging server
- transmogrify into the "plone" user
- ```cd /srv/isaw.web/```
- ```bin/client1 run scripts/batch_bibliography.py /home/telliott/bibitems.txt members/paregorian/fooberts --title "Fun with biblio again" --site isaw```
- note that there's a successful-looking run output:
```
Starting batch content creation...
Created new folder isaw/fooberts
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul"
Creating Bibliographic Item: the-library-of-alexandria
Created Bibliographic Item with id "the-library-of-alexandria"
Creating Bibliographic Item: a-history-of-information-storage-and-retrieval
Created Bibliographic Item with id "a-history-of-information-storage-and-retrieval"
Creating Bibliographic Item: the-ancient-messenians
Created Bibliographic Item with id "the-ancient-messenians"
Creating Bibliographic Item: remembering-the-mycenaeans
Created Bibliographic Item with id "remembering-the-mycenaeans"
Creating Bibliographic Item: doorway
Created Bibliographic Item with id "doorway"
Creating Bibliographic Item: the-orientations-of-the-nine-tholos-tombs-at
Created Bibliographic Item with id "the-orientations-of-the-nine-tholos-tombs-at-mycenae"
Creating Bibliographic Item: mycenae-1939-1952
Created Bibliographic Item with id "mycenae-1939-1952"
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul-1"
Updated content in Plone.
```
- look for content in http://isaw4-dev.atlantides.org/members/paregorian/fooberts but don't find it
- find it instead in http://isaw4-dev.atlantides.org/paregorian/fooberts
### This also fails
- ssh into the staging server
- transmogrify into the "plone" user
- ```cd /srv/isaw.web/```
- ```bin/client1 run scripts/batch_bibliography.py /home/telliott/bibitems.txt research/argle/bargle/fun --title "Fun with biblio again" --site isaw```
- note that there's a successful-looking run output:
```
Starting batch content creation...
Created new folder isaw/argle
Created new folder isaw/argle/bargle
Created new folder isaw/argle/bargle/fun
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul"
Creating Bibliographic Item: the-library-of-alexandria
Created Bibliographic Item with id "the-library-of-alexandria"
Creating Bibliographic Item: a-history-of-information-storage-and-retrieval
Created Bibliographic Item with id "a-history-of-information-storage-and-retrieval"
Creating Bibliographic Item: the-ancient-messenians
Created Bibliographic Item with id "the-ancient-messenians"
Creating Bibliographic Item: remembering-the-mycenaeans
Created Bibliographic Item with id "remembering-the-mycenaeans"
Creating Bibliographic Item: doorway
Created Bibliographic Item with id "doorway"
Creating Bibliographic Item: the-orientations-of-the-nine-tholos-tombs-at
Created Bibliographic Item with id "the-orientations-of-the-nine-tholos-tombs-at-mycenae"
Creating Bibliographic Item: mycenae-1939-1952
Created Bibliographic Item with id "mycenae-1939-1952"
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul-1"
Updated content in Plone.
```
- look for content in http://isaw4-dev.atlantides.org/research/argle/bargle/fun but don't find it
- find it instead in http://isaw4-dev.atlantides.org/argle/bargle/fun
### but this works
- ssh into the staging server
- transmogrify into the "plone" user
- ```cd /srv/isaw.web/```
- ```bin/client1 run scripts/batch_bibliography.py /home/telliott/bibitems.txt la/di/da --title "Fun with biblio again" --site isaw```
- successful-looking run output:
```
Starting batch content creation...
Created new folder isaw/la
Created new folder isaw/la/di
Created new folder isaw/la/di/da
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul"
Creating Bibliographic Item: the-library-of-alexandria
Created Bibliographic Item with id "the-library-of-alexandria"
Creating Bibliographic Item: a-history-of-information-storage-and-retrieval
Created Bibliographic Item with id "a-history-of-information-storage-and-retrieval"
Creating Bibliographic Item: the-ancient-messenians
Created Bibliographic Item with id "the-ancient-messenians"
Creating Bibliographic Item: remembering-the-mycenaeans
Created Bibliographic Item with id "remembering-the-mycenaeans"
Creating Bibliographic Item: doorway
Created Bibliographic Item with id "doorway"
Creating Bibliographic Item: the-orientations-of-the-nine-tholos-tombs-at
Created Bibliographic Item with id "the-orientations-of-the-nine-tholos-tombs-at-mycenae"
Creating Bibliographic Item: mycenae-1939-1952
Created Bibliographic Item with id "mycenae-1939-1952"
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul-1"
Updated content in Plone.
```
- look for content in http://isaw4-dev.atlantides.org/la/di/da and find it there
| 1.0 | bibliography batch load won't use existing directories - *reviewing [scrumdo story 125](https://www.scrumdo.com/projects/story_permalink/1098339)*
If the directory tree path given to the script is entirely unique, it works. But if the path starts with an existing folder, that portion of the path is ignored and the script creates the next (previously non-existent) component of the path at the site root.
## To recreate:
### This fails
- ssh into the staging server
- transmogrify into the "plone" user
- ```cd /srv/isaw.web/```
- ```bin/client1 run scripts/batch_bibliography.py /home/telliott/bibitems.txt members/paregorian/fooberts --title "Fun with biblio again" --site isaw```
- note that there's a successful-looking run output:
```
Starting batch content creation...
Created new folder isaw/fooberts
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul"
Creating Bibliographic Item: the-library-of-alexandria
Created Bibliographic Item with id "the-library-of-alexandria"
Creating Bibliographic Item: a-history-of-information-storage-and-retrieval
Created Bibliographic Item with id "a-history-of-information-storage-and-retrieval"
Creating Bibliographic Item: the-ancient-messenians
Created Bibliographic Item with id "the-ancient-messenians"
Creating Bibliographic Item: remembering-the-mycenaeans
Created Bibliographic Item with id "remembering-the-mycenaeans"
Creating Bibliographic Item: doorway
Created Bibliographic Item with id "doorway"
Creating Bibliographic Item: the-orientations-of-the-nine-tholos-tombs-at
Created Bibliographic Item with id "the-orientations-of-the-nine-tholos-tombs-at-mycenae"
Creating Bibliographic Item: mycenae-1939-1952
Created Bibliographic Item with id "mycenae-1939-1952"
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul-1"
Updated content in Plone.
```
- look for content in http://isaw4-dev.atlantides.org/members/paregorian/fooberts but don't find it
- find it instead in http://isaw4-dev.atlantides.org/paregorian/fooberts
### This also fails
- ssh into the staging server
- transmogrify into the "plone" user
- ```cd /srv/isaw.web/```
- ```bin/client1 run scripts/batch_bibliography.py /home/telliott/bibitems.txt research/argle/bargle/fun --title "Fun with biblio again" --site isaw```
- note that there's a successful-looking run output:
```
Starting batch content creation...
Created new folder isaw/argle
Created new folder isaw/argle/bargle
Created new folder isaw/argle/bargle/fun
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul"
Creating Bibliographic Item: the-library-of-alexandria
Created Bibliographic Item with id "the-library-of-alexandria"
Creating Bibliographic Item: a-history-of-information-storage-and-retrieval
Created Bibliographic Item with id "a-history-of-information-storage-and-retrieval"
Creating Bibliographic Item: the-ancient-messenians
Created Bibliographic Item with id "the-ancient-messenians"
Creating Bibliographic Item: remembering-the-mycenaeans
Created Bibliographic Item with id "remembering-the-mycenaeans"
Creating Bibliographic Item: doorway
Created Bibliographic Item with id "doorway"
Creating Bibliographic Item: the-orientations-of-the-nine-tholos-tombs-at
Created Bibliographic Item with id "the-orientations-of-the-nine-tholos-tombs-at-mycenae"
Creating Bibliographic Item: mycenae-1939-1952
Created Bibliographic Item with id "mycenae-1939-1952"
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul-1"
Updated content in Plone.
```
- look for content in http://isaw4-dev.atlantides.org/research/argle/bargle/fun but don't find it
- find it instead in http://isaw4-dev.atlantides.org/argle/bargle/fun
### but this works
- ssh into the staging server
- transmogrify into the "plone" user
- ```cd /srv/isaw.web/```
- ```bin/client1 run scripts/batch_bibliography.py /home/telliott/bibitems.txt la/di/da --title "Fun with biblio again" --site isaw```
- successful-looking run output:
```
Starting batch content creation...
Created new folder isaw/la
Created new folder isaw/la/di
Created new folder isaw/la/di/da
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul"
Creating Bibliographic Item: the-library-of-alexandria
Created Bibliographic Item with id "the-library-of-alexandria"
Creating Bibliographic Item: a-history-of-information-storage-and-retrieval
Created Bibliographic Item with id "a-history-of-information-storage-and-retrieval"
Creating Bibliographic Item: the-ancient-messenians
Created Bibliographic Item with id "the-ancient-messenians"
Creating Bibliographic Item: remembering-the-mycenaeans
Created Bibliographic Item with id "remembering-the-mycenaeans"
Creating Bibliographic Item: doorway
Created Bibliographic Item with id "doorway"
Creating Bibliographic Item: the-orientations-of-the-nine-tholos-tombs-at
Created Bibliographic Item with id "the-orientations-of-the-nine-tholos-tombs-at-mycenae"
Creating Bibliographic Item: mycenae-1939-1952
Created Bibliographic Item with id "mycenae-1939-1952"
Creating Bibliographic Item: new-pauly-gallia-gaul
Created Bibliographic Item with id "new-pauly-gallia-gaul-1"
Updated content in Plone.
```
- look for content in http://isaw4-dev.atlantides.org/la/di/da and find it there
| priority | bibliography batch load won t use existing directories reviewing if the directory tree path given to the script is entirely unique it works but if the path starts with an existing folder that portion of the path is ignored and the script creates the next previously non existent component of the path at the site root to recreate this fails ssh into the staging server transmogrify into the plone user cd srv isaw web bin run scripts batch bibliography py home telliott bibitems txt members paregorian fooberts title fun with biblio again site isaw note that there s a successful looking run output starting batch content creation created new folder isaw fooberts creating bibliographic item new pauly gallia gaul created bibliographic item with id new pauly gallia gaul creating bibliographic item the library of alexandria created bibliographic item with id the library of alexandria creating bibliographic item a history of information storage and retrieval created bibliographic item with id a history of information storage and retrieval creating bibliographic item the ancient messenians created bibliographic item with id the ancient messenians creating bibliographic item remembering the mycenaeans created bibliographic item with id remembering the mycenaeans creating bibliographic item doorway created bibliographic item with id doorway creating bibliographic item the orientations of the nine tholos tombs at created bibliographic item with id the orientations of the nine tholos tombs at mycenae creating bibliographic item mycenae created bibliographic item with id mycenae creating bibliographic item new pauly gallia gaul created bibliographic item with id new pauly gallia gaul updated content in plone look for content in but don t find it find it instead in this also fails ssh into the staging server transmogrify into the plone user cd srv isaw web bin run scripts batch bibliography py home telliott bibitems txt research argle bargle fun title fun with biblio again site isaw note that there s a successful looking run output starting batch content creation created new folder isaw argle created new folder isaw argle bargle created new folder isaw argle bargle fun creating bibliographic item new pauly gallia gaul created bibliographic item with id new pauly gallia gaul creating bibliographic item the library of alexandria created bibliographic item with id the library of alexandria creating bibliographic item a history of information storage and retrieval created bibliographic item with id a history of information storage and retrieval creating bibliographic item the ancient messenians created bibliographic item with id the ancient messenians creating bibliographic item remembering the mycenaeans created bibliographic item with id remembering the mycenaeans creating bibliographic item doorway created bibliographic item with id doorway creating bibliographic item the orientations of the nine tholos tombs at created bibliographic item with id the orientations of the nine tholos tombs at mycenae creating bibliographic item mycenae created bibliographic item with id mycenae creating bibliographic item new pauly gallia gaul created bibliographic item with id new pauly gallia gaul updated content in plone look for content in but don t find it find it instead in but this works ssh into the staging server transmogrify into the plone user cd srv isaw web bin run scripts batch bibliography py home telliott bibitems txt la di da title fun with biblio again site isaw successful looking run output starting batch content creation created new folder isaw la created new folder isaw la di created new folder isaw la di da creating bibliographic item new pauly gallia gaul created bibliographic item with id new pauly gallia gaul creating bibliographic item the library of alexandria created bibliographic item with id the library of alexandria creating bibliographic item a history of information storage and retrieval created bibliographic item with id a history of information storage and retrieval creating bibliographic item the ancient messenians created bibliographic item with id the ancient messenians creating bibliographic item remembering the mycenaeans created bibliographic item with id remembering the mycenaeans creating bibliographic item doorway created bibliographic item with id doorway creating bibliographic item the orientations of the nine tholos tombs at created bibliographic item with id the orientations of the nine tholos tombs at mycenae creating bibliographic item mycenae created bibliographic item with id mycenae creating bibliographic item new pauly gallia gaul created bibliographic item with id new pauly gallia gaul updated content in plone look for content in and find it there | 1 |
230,427 | 7,610,114,799 | IssuesEvent | 2018-05-01 05:51:36 | 01micko/gtkdialog | https://api.github.com/repos/01micko/gtkdialog | closed | GTK-3 | Priority-Medium Type-Enhancement auto-migrated | ```
Would it be complicated to port gtkdialog to gtk3?
```
Original issue reported on code.google.com by `nicolas....@gmail.com` on 26 Jun 2012 at 6:54
| 1.0 | GTK-3 - ```
Would it be complicated to port gtkdialog to gtk3?
```
Original issue reported on code.google.com by `nicolas....@gmail.com` on 26 Jun 2012 at 6:54
| priority | gtk would it be complicated to port gtkdialog to original issue reported on code google com by nicolas gmail com on jun at | 1 |
296,538 | 9,121,588,802 | IssuesEvent | 2019-02-23 00:10:08 | jonfroehlich/makeabilitylabwebsite | https://api.github.com/repos/jonfroehlich/makeabilitylabwebsite | closed | Clicking on 'change' person in admin results in Server Error (500) | Priority: Medium bug | at least on production

| 1.0 | Clicking on 'change' person in admin results in Server Error (500) - at least on production

| priority | clicking on change person in admin results in server error at least on production | 1 |
178,731 | 6,618,024,155 | IssuesEvent | 2017-09-21 06:03:55 | buttercup/buttercup-desktop | https://api.github.com/repos/buttercup/buttercup-desktop | opened | Reorder-able archives | Effort: Medium Priority: Medium Status: Available Type: Enhancement | The possibility to reorder the archives list would be very handy. New archives could be added at the end. | 1.0 | Reorder-able archives - The possibility to reorder the archives list would be very handy. New archives could be added at the end. | priority | reorder able archives the possibility to reorder the archives list would be very handy new archives could be added at the end | 1 |
747,685 | 26,095,596,394 | IssuesEvent | 2022-12-26 19:02:29 | bounswe/bounswe2022group4 | https://api.github.com/repos/bounswe/bounswe2022group4 | closed | Frontend: User Sign-up Password Feature Enhancement According to the Requirements | Category - Enhancement Priority - Medium Status: In Progress Difficulty - Medium Language - React.js Team - Frontend | **Description:**
We now have a user signup page but according to requirement 1.1.1.1.4 users shall set a password that is longer than 8 characters and contains at least one upper-case letter, one lower-case letter, and one number. Our current implementation of our web page does not satisfy this condition.
**Issue description**
**Steps:**
1) Analyze the user_signup.js file and find out where the password check is happening.
2) Add my check for at least 8 characters long, upper case, lower case, and one number.
3) Test the updated signup page.
Reviewer: @umutdenizsenerr
Deadline: 26.12.2022 23.59
| 1.0 | Frontend: User Sign-up Password Feature Enhancement According to the Requirements - **Description:**
We now have a user signup page but according to requirement 1.1.1.1.4 users shall set a password that is longer than 8 characters and contains at least one upper-case letter, one lower-case letter, and one number. Our current implementation of our web page does not satisfy this condition.
**Issue description**
**Steps:**
1) Analyze the user_signup.js file and find out where the password check is happening.
2) Add my check for at least 8 characters long, upper case, lower case, and one number.
3) Test the updated signup page.
Reviewer: @umutdenizsenerr
Deadline: 26.12.2022 23.59
| priority | frontend user sign up password feature enhancement according to the requirements description we now have a user signup page but according to requirement users shall set a password that is longer than characters and contains at least one upper case letter one lower case letter and one number our current implementation of our web page does not satisfy this condition issue description steps analyze the user signup js file and find out where the password check is happening add my check for at least characters long upper case lower case and one number test the updated signup page reviewer umutdenizsenerr deadline | 1 |
762,437 | 26,718,629,786 | IssuesEvent | 2023-01-28 21:21:35 | FRC7540/WolfBot2023 | https://api.github.com/repos/FRC7540/WolfBot2023 | closed | Cameras Around Robot | Medium Priority Done | ## Summary
Robot needs cameras around it for visibility and positioning purposes
## Context
- Robot must have camera on front for driver to see with
- Robot must have cameras on each side for seeing april tags to use for positioning (Limelights used as cameras)
- Robot needs to be able to see and recognize game pieces
- Limelights must be imaged with newest software
## Criteria for Acceptance
- Front Camera shows up in shuffleboard | 1.0 | Cameras Around Robot - ## Summary
Robot needs cameras around it for visibility and positioning purposes
## Context
- Robot must have camera on front for driver to see with
- Robot must have cameras on each side for seeing april tags to use for positioning (Limelights used as cameras)
- Robot needs to be able to see and recognize game pieces
- Limelights must be imaged with newest software
## Criteria for Acceptance
- Front Camera shows up in shuffleboard | priority | cameras around robot summary robot needs cameras around it for visibility and positioning purposes context robot must have camera on front for driver to see with robot must have cameras on each side for seeing april tags to use for positioning limelights used as cameras robot needs to be able to see and recognize game pieces limelights must be imaged with newest software criteria for acceptance front camera shows up in shuffleboard | 1 |
445,226 | 12,827,760,428 | IssuesEvent | 2020-07-06 19:08:40 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | CW: view all versions of cw game servers | Category: Web Priority: Medium Type: Task | Currently only admins can see all versions of game servers in their hosted world.
Change it so doesnt matter if admin, but you must have slg tier product_id = 516
Also, on develop and staging server, all users have access to all game versions. | 1.0 | CW: view all versions of cw game servers - Currently only admins can see all versions of game servers in their hosted world.
Change it so doesnt matter if admin, but you must have slg tier product_id = 516
Also, on develop and staging server, all users have access to all game versions. | priority | cw view all versions of cw game servers currently only admins can see all versions of game servers in their hosted world change it so doesnt matter if admin but you must have slg tier product id also on develop and staging server all users have access to all game versions | 1 |
599,166 | 18,266,736,309 | IssuesEvent | 2021-10-04 09:19:06 | lea927/drop-that-beat | https://api.github.com/repos/lea927/drop-that-beat | closed | When the game master creates a room with less than 5 tracks, the system generates an error message | Priority: Medium Type: Feature State: Ongoing Review | **Is your feature request related to a problem? Please describe.**
When a room has only one song, all three choices will display the same song.
**Describe the solution you'd like**
When the game master creates a room with less than 5 tracks, the system generates an error message | 1.0 | When the game master creates a room with less than 5 tracks, the system generates an error message - **Is your feature request related to a problem? Please describe.**
When a room has only one song, all three choices will display the same song.
**Describe the solution you'd like**
When the game master creates a room with less than 5 tracks, the system generates an error message | priority | when the game master creates a room with less than tracks the system generates an error message is your feature request related to a problem please describe when a room has only one song all three choices will display the same song describe the solution you d like when the game master creates a room with less than tracks the system generates an error message | 1 |
134,106 | 5,220,189,906 | IssuesEvent | 2017-01-26 21:10:28 | ualbertalib/HydraNorth | https://api.github.com/repos/ualbertalib/HydraNorth | closed | Sufia7: UAlberta-specific things | epic hydranorth2 priority:medium | - [ ] Support for all legacy redirects
- [ ] Conversion of our embargoes
| 1.0 | Sufia7: UAlberta-specific things - - [ ] Support for all legacy redirects
- [ ] Conversion of our embargoes
| priority | ualberta specific things support for all legacy redirects conversion of our embargoes | 1 |
502,163 | 14,541,546,115 | IssuesEvent | 2020-12-15 14:41:53 | bounswe/bounswe2020group4 | https://api.github.com/repos/bounswe/bounswe2020group4 | opened | (WEB) Bug fixes | Bug Effort: Low Frontend Priority: Medium | - [ ] Button fixes (Burak)
- [ ] Return order button (Burak)
- [ ] No birthday info for customer (Eylül)
- [ ] Company name for vendor signup (Eylül)
- [ ] Sign up checkbox fix (Eylül)
- [ ] Sign in background fix (Meriç)
- [ ] Vendor header (Meriç)
- [ ] Profile icon dropdown menu (Meriç)
Deadline: 21.12.2020 23:59 Monday
| 1.0 | (WEB) Bug fixes - - [ ] Button fixes (Burak)
- [ ] Return order button (Burak)
- [ ] No birthday info for customer (Eylül)
- [ ] Company name for vendor signup (Eylül)
- [ ] Sign up checkbox fix (Eylül)
- [ ] Sign in background fix (Meriç)
- [ ] Vendor header (Meriç)
- [ ] Profile icon dropdown menu (Meriç)
Deadline: 21.12.2020 23:59 Monday
| priority | web bug fixes button fixes burak return order button burak no birthday info for customer eylül company name for vendor signup eylül sign up checkbox fix eylül sign in background fix meriç vendor header meriç profile icon dropdown menu meriç deadline monday | 1 |
280,786 | 8,686,706,461 | IssuesEvent | 2018-12-03 11:36:15 | lbryio/lbry-android | https://api.github.com/repos/lbryio/lbry-android | closed | Easier way to get to log file(s) | priority: medium type: new feature | <!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
We are also available on live chat at https://chat.lbry.io
-->
## The Issue
Daemon log files will be important to troubleshoot certain issues and right now the process to find them is cumbersome as it requires manual navigation to the directory. We'd updated the log file FAQ to include directions (https://lbry.io/faq/how-to-find-lbry-log-file) but it would be nice to have a way inside the app to access or share them directly. In the desktop app, we added buttons to open the log file and to open the folder where it exists.
## System Configuration
- Device:
- Android version:
## Anything Else
<!-- Include anything else that does not fit into the above sections -->
## Screenshots
<!-- If a screenshot would help explain the bug, please include one or two here -->
| 1.0 | Easier way to get to log file(s) - <!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
We are also available on live chat at https://chat.lbry.io
-->
## The Issue
Daemon log files will be important to troubleshoot certain issues and right now the process to find them is cumbersome as it requires manual navigation to the directory. We'd updated the log file FAQ to include directions (https://lbry.io/faq/how-to-find-lbry-log-file) but it would be nice to have a way inside the app to access or share them directly. In the desktop app, we added buttons to open the log file and to open the folder where it exists.
## System Configuration
- Device:
- Android version:
## Anything Else
<!-- Include anything else that does not fit into the above sections -->
## Screenshots
<!-- If a screenshot would help explain the bug, please include one or two here -->
| priority | easier way to get to log file s thanks for reporting an issue to lbry and helping us improve to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the latest version we are also available on live chat at the issue daemon log files will be important to troubleshoot certain issues and right now the process to find them is cumbersome as it requires manual navigation to the directory we d updated the log file faq to include directions but it would be nice to have a way inside the app to access or share them directly in the desktop app we added buttons to open the log file and to open the folder where it exists system configuration device android version anything else screenshots | 1 |
437,779 | 12,602,309,806 | IssuesEvent | 2020-06-11 11:28:54 | dhenry-KCI/FredCo-Post-Go-Live- | https://api.github.com/repos/dhenry-KCI/FredCo-Post-Go-Live- | closed | Bob Button Notifications When Rescheduling in Back Office | Medium Priority Question / County Assistance | Bob has noticed a potential gap in the functionality of when the "Bob Button" sends notifications. It appears that when an inspection is cancelled and/or rescheduled via R4C, the notification will send again once the new time has been requested and scheduled, as expected. However, when the inspection is "cancelled" in IPS (meaning the scheduled date has been manually changed or removed by back office staff), a second notification does not go out to the applicant via the Bob Button once the new scheduled date is input by staff.
While Bob agrees with the strategy to push applicants to the portal to cancel their inspections rather than calling or emailing as much as possible, we would still like to look into closing this gap in functionality. A new notification should send from the Bob Button if the inspection scheduled date has been changed to a new date like it does when this process is completed via the portal.
Bob provided two example applications where this happened:
275664
203412 | 1.0 | Bob Button Notifications When Rescheduling in Back Office - Bob has noticed a potential gap in the functionality of when the "Bob Button" sends notifications. It appears that when an inspection is cancelled and/or rescheduled via R4C, the notification will send again once the new time has been requested and scheduled, as expected. However, when the inspection is "cancelled" in IPS (meaning the scheduled date has been manually changed or removed by back office staff), a second notification does not go out to the applicant via the Bob Button once the new scheduled date is input by staff.
While Bob agrees with the strategy to push applicants to the portal to cancel their inspections rather than calling or emailing as much as possible, we would still like to look into closing this gap in functionality. A new notification should send from the Bob Button if the inspection scheduled date has been changed to a new date like it does when this process is completed via the portal.
Bob provided two example applications where this happened:
275664
203412 | priority | bob button notifications when rescheduling in back office bob has noticed a potential gap in the functionality of when the bob button sends notifications it appears that when an inspection is cancelled and or rescheduled via the notification will send again once the new time has been requested and scheduled as expected however when the inspection is cancelled in ips meaning the scheduled date has been manually changed or removed by back office staff a second notification does not go out to the applicant via the bob button once the new scheduled date is input by staff while bob agrees with the strategy to push applicants to the portal to cancel their inspections rather than calling or emailing as much as possible we would still like to look into closing this gap in functionality a new notification should send from the bob button if the inspection scheduled date has been changed to a new date like it does when this process is completed via the portal bob provided two example applications where this happened | 1 |
57,543 | 3,082,705,646 | IssuesEvent | 2015-08-24 00:21:31 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | closed | When a non-sticky, locked session is expire()'ed the lock should be released | bug imported Milestone-1.6.2 Priority-Medium | _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on June 14, 2012 20:50:12_
Logs provided in <a title="Re-using session ids breaks Spring Security" href="/p/memcached-session-manager/issues/detail?id=143">issue #143</a> (<a href="https://gist.github.com/2931870" rel="nofollow">https://gist.github.com/2931870</a>) show that seems not to be the case.
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=144_ | 1.0 | When a non-sticky, locked session is expire()'ed the lock should be released - _From [martin.grotzke](https://code.google.com/u/martin.grotzke/) on June 14, 2012 20:50:12_
Logs provided in <a title="Re-using session ids breaks Spring Security" href="/p/memcached-session-manager/issues/detail?id=143">issue #143</a> (<a href="https://gist.github.com/2931870" rel="nofollow">https://gist.github.com/2931870</a>) show that seems not to be the case.
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=144_ | priority | when a non sticky locked session is expire ed the lock should be released from on june logs provided in issue show that seems not to be the case original issue | 1 |
219,391 | 7,341,742,135 | IssuesEvent | 2018-03-07 03:48:40 | kcgrimes/grimes-simple-revive | https://api.github.com/repos/kcgrimes/grimes-simple-revive | opened | Manage or prevent the “Treat” action when reviving teammate | Priority: Medium Status: Pending Type: Bug | Revive/Treating – Manage or prevent the “Treat” action when reviving teammate | 1.0 | Manage or prevent the “Treat” action when reviving teammate - Revive/Treating – Manage or prevent the “Treat” action when reviving teammate | priority | manage or prevent the “treat” action when reviving teammate revive treating – manage or prevent the “treat” action when reviving teammate | 1 |
539,292 | 15,786,543,428 | IssuesEvent | 2021-04-01 17:54:16 | LDSSA/portal | https://api.github.com/repos/LDSSA/portal | opened | Standardize portal date and time formats | enhancement priority:medium | ```
dt.astimezone(<user timezone>).strftime('%Y-%m-%d %H:%M:%S %Z')
``` | 1.0 | Standardize portal date and time formats - ```
dt.astimezone(<user timezone>).strftime('%Y-%m-%d %H:%M:%S %Z')
``` | priority | standardize portal date and time formats dt astimezone strftime y m d h m s z | 1 |
408,179 | 11,942,740,850 | IssuesEvent | 2020-04-02 21:35:38 | poissonconsulting/shinywqg | https://api.github.com/repos/poissonconsulting/shinywqg | closed | Error in test report | Difficulty: 2 Intermediate Effort: 2 Medium Priority: 1 Critical | I'm getting the following error with a local check
```r
> test_check("shinywqg")
── 1. Error: report renders (@test-report.R
unused arguments (footnotes.font.size = gt::px(13), footnotes.padding = gt::px(10), row_group.padding = gt::px(18), heading.title.font.weight = "bold")
Backtrace:
1. shinywqg:::gt_table(x, cvalues)
2. gt::tab_header(., title = variable, subtitle = gt::html(cvalues))
2. gt::fmt_missing(., columns = gt::everything())
2. gt::cols_align(., align = "center", columns = gt::everything())
2. gt::tab_style(...)
2. gt::tab_style(., style = gt::cell_text(size = gt::px(12)), locations = list(gt::cells_data(columns = gt::matches("Notes|Links|Narrative"))))
2. gt::fmt_markdown(., columns = dplyr::contains("Links"))
2. gt::tab_style(., style = gt::cell_text(weight = "bold"), locations = list(gt::cells_title(groups = "title")))
2. gt::tab_style(., style = gt::cell_text(style = "italic"), locations = list(gt::cells_group(groups = TRUE)))
10. gt::tab_options(...)
``` | 1.0 | Error in test report - I'm getting the following error with a local check
```r
> test_check("shinywqg")
── 1. Error: report renders (@test-report.R
unused arguments (footnotes.font.size = gt::px(13), footnotes.padding = gt::px(10), row_group.padding = gt::px(18), heading.title.font.weight = "bold")
Backtrace:
1. shinywqg:::gt_table(x, cvalues)
2. gt::tab_header(., title = variable, subtitle = gt::html(cvalues))
2. gt::fmt_missing(., columns = gt::everything())
2. gt::cols_align(., align = "center", columns = gt::everything())
2. gt::tab_style(...)
2. gt::tab_style(., style = gt::cell_text(size = gt::px(12)), locations = list(gt::cells_data(columns = gt::matches("Notes|Links|Narrative"))))
2. gt::fmt_markdown(., columns = dplyr::contains("Links"))
2. gt::tab_style(., style = gt::cell_text(weight = "bold"), locations = list(gt::cells_title(groups = "title")))
2. gt::tab_style(., style = gt::cell_text(style = "italic"), locations = list(gt::cells_group(groups = TRUE)))
10. gt::tab_options(...)
``` | priority | error in test report i m getting the following error with a local check r test check shinywqg ── error report renders test report r unused arguments footnotes font size gt px footnotes padding gt px row group padding gt px heading title font weight bold backtrace shinywqg gt table x cvalues gt tab header title variable subtitle gt html cvalues gt fmt missing columns gt everything gt cols align align center columns gt everything gt tab style gt tab style style gt cell text size gt px locations list gt cells data columns gt matches notes links narrative gt fmt markdown columns dplyr contains links gt tab style style gt cell text weight bold locations list gt cells title groups title gt tab style style gt cell text style italic locations list gt cells group groups true gt tab options | 1 |
6,087 | 2,583,016,347 | IssuesEvent | 2015-02-15 21:52:50 | bethlakshmi/GBE2 | https://api.github.com/repos/bethlakshmi/GBE2 | closed | Profile image points to large image, not minified | Medium Priority | All images should point to the minified versions, unless we're explicitly looking to offer a high-res download link
Currently, image on profile page points to full-size, not minified. | 1.0 | Profile image points to large image, not minified - All images should point to the minified versions, unless we're explicitly looking to offer a high-res download link
Currently, image on profile page points to full-size, not minified. | priority | profile image points to large image not minified all images should point to the minified versions unless we re explicitly looking to offer a high res download link currently image on profile page points to full size not minified | 1 |
124,490 | 4,923,431,650 | IssuesEvent | 2016-11-25 10:19:34 | Puharesource/TitleManager | https://api.github.com/repos/Puharesource/TitleManager | closed | Per world support | Feature request Medium priority | So sorry if my name was not the-same with spigot i change it because the name was already register
| 1.0 | Per world support - So sorry if my name was not the-same with spigot i change it because the name was already register
| priority | per world support so sorry if my name was not the same with spigot i change it because the name was already register | 1 |
619,588 | 19,530,147,568 | IssuesEvent | 2021-12-30 15:16:42 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | closed | Readme rewrite | type: enhancement Priority 2: medium | Tracking issue to #234
Some goals of the rewrite:
- [x] Short Status section
- [x] Clear installation instructions. Including windows and mac
- [x] More complete reference for usage options
- [x] List optional dependencies
- [x] Banner because why not
~List some similar projects~
- [x] Badges because they're cool
~Also update contribution guidelines along the way~ | 1.0 | Readme rewrite - Tracking issue to #234
Some goals of the rewrite:
- [x] Short Status section
- [x] Clear installation instructions. Including windows and mac
- [x] More complete reference for usage options
- [x] List optional dependencies
- [x] Banner because why not
~List some similar projects~
- [x] Badges because they're cool
~Also update contribution guidelines along the way~ | priority | readme rewrite tracking issue to some goals of the rewrite short status section clear installation instructions including windows and mac more complete reference for usage options list optional dependencies banner because why not list some similar projects badges because they re cool also update contribution guidelines along the way | 1 |
211,191 | 7,199,137,473 | IssuesEvent | 2018-02-05 15:06:39 | CherryPhil/iDiet | https://api.github.com/repos/CherryPhil/iDiet | closed | Profile (Profile Page) | Medium Priority Normal | As a registered user of the site I wish to be able to check out my profile page and recipes I've contributed so that I can keep track of my contribution to the site. | 1.0 | Profile (Profile Page) - As a registered user of the site I wish to be able to check out my profile page and recipes I've contributed so that I can keep track of my contribution to the site. | priority | profile profile page as a registered user of the site i wish to be able to check out my profile page and recipes i ve contributed so that i can keep track of my contribution to the site | 1 |
289,171 | 8,855,511,237 | IssuesEvent | 2019-01-09 06:49:13 | visit-dav/issues-test | https://api.github.com/repos/visit-dav/issues-test | closed | damaris build fixs | bug likelihood medium priority reviewed severity low | Hi Cyrus, I found some more problems with the build_visit script when trying to have Damaris installed. I listed the changes to make here. If you could commit the corrections for the next release (hopefully so that people attending the SC tutorial have a working version), it would be great: in the bv_support/bv_damaris.sh file, the DAMARIS_URL should be changed as follows:export DAMARIS_URL=${DAMARIS_URL:"https://gforge.inria.fr/frs/download.php/file/35204"} in the bv_support/bv_xercesc.sh file the XERCESC_URL should be changed as well as follows:export XERCESC_URL=${XERCESC_URL:"http://archive.apache.org/dist/xerces/c/3/sources"} Also when the build_visit script defaults to searching in the VisIt website for the thirdparty libraries, there are 2 issues: XercesC is missing, as pointed out in my previous mail. You can find it here: http://archive.apache.org/dist/xerces/c/3/sources/xercesc3.1.2.tar.gz XSD is missing, you can find it here: http://www.codesynthesis.com/download/xsd/4.0/xsd4.0.0dep.tar.bz2 The archive damaris1.0.1.tgz is incorrect, it contains damaris-1.0. So it should be replaced with https://gforge.inria.fr/frs/download.php/file/35204/damaris-1.0.1.tgz I don't know if you have a policy behind hosting some third-party dependencies and not other, I see that boost is also no here. Here the problem is mainly with XercesC, which has changed location since the build_visit script was made. Hopefully it doesn't change anymore. Thanks a lot! Matthieu
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2654
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: damaris build fixs
Assigned to: Cyrus Harrison
Category: -
Target version: 2.12.0
Author: Cyrus Harrison
Start: 07/26/2016
Due date:
% Done: 0%
Estimated time:
Created: 07/26/2016 07:06 pm
Updated: 11/01/2016 11:31 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.10.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Hi Cyrus, I found some more problems with the build_visit script when trying to have Damaris installed. I listed the changes to make here. If you could commit the corrections for the next release (hopefully so that people attending the SC tutorial have a working version), it would be great: in the bv_support/bv_damaris.sh file, the DAMARIS_URL should be changed as follows:export DAMARIS_URL=${DAMARIS_URL:"https://gforge.inria.fr/frs/download.php/file/35204"} in the bv_support/bv_xercesc.sh file the XERCESC_URL should be changed as well as follows:export XERCESC_URL=${XERCESC_URL:"http://archive.apache.org/dist/xerces/c/3/sources"} Also when the build_visit script defaults to searching in the VisIt website for the thirdparty libraries, there are 2 issues: XercesC is missing, as pointed out in my previous mail. You can find it here: http://archive.apache.org/dist/xerces/c/3/sources/xercesc3.1.2.tar.gz XSD is missing, you can find it here: http://www.codesynthesis.com/download/xsd/4.0/xsd4.0.0dep.tar.bz2 The archive damaris1.0.1.tgz is incorrect, it contains damaris-1.0. So it should be replaced with https://gforge.inria.fr/frs/download.php/file/35204/damaris-1.0.1.tgz I don't know if you have a policy behind hosting some third-party dependencies and not other, I see that boost is also no here. Here the problem is mainly with XercesC, which has changed location since the build_visit script was made. Hopefully it doesn't change anymore. Thanks a lot! Matthieu
Comments:
Thanks!I also see that contrary to headers and libs of things like Mesa or VTK, the headers and libs of Damaris (and its dependencies XSD, XercesC, and Boost) don't get installed in the installation directory of VisIt. How can this be fixed?Thanks,Matthieu Complete for 2.12
| 1.0 | damaris build fixs - Hi Cyrus, I found some more problems with the build_visit script when trying to have Damaris installed. I listed the changes to make here. If you could commit the corrections for the next release (hopefully so that people attending the SC tutorial have a working version), it would be great: in the bv_support/bv_damaris.sh file, the DAMARIS_URL should be changed as follows:export DAMARIS_URL=${DAMARIS_URL:"https://gforge.inria.fr/frs/download.php/file/35204"} in the bv_support/bv_xercesc.sh file the XERCESC_URL should be changed as well as follows:export XERCESC_URL=${XERCESC_URL:"http://archive.apache.org/dist/xerces/c/3/sources"} Also when the build_visit script defaults to searching in the VisIt website for the thirdparty libraries, there are 2 issues: XercesC is missing, as pointed out in my previous mail. You can find it here: http://archive.apache.org/dist/xerces/c/3/sources/xercesc3.1.2.tar.gz XSD is missing, you can find it here: http://www.codesynthesis.com/download/xsd/4.0/xsd4.0.0dep.tar.bz2 The archive damaris1.0.1.tgz is incorrect, it contains damaris-1.0. So it should be replaced with https://gforge.inria.fr/frs/download.php/file/35204/damaris-1.0.1.tgz I don't know if you have a policy behind hosting some third-party dependencies and not other, I see that boost is also no here. Here the problem is mainly with XercesC, which has changed location since the build_visit script was made. Hopefully it doesn't change anymore. Thanks a lot! Matthieu
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2654
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: High
Subject: damaris build fixs
Assigned to: Cyrus Harrison
Category: -
Target version: 2.12.0
Author: Cyrus Harrison
Start: 07/26/2016
Due date:
% Done: 0%
Estimated time:
Created: 07/26/2016 07:06 pm
Updated: 11/01/2016 11:31 pm
Likelihood: 3 - Occasional
Severity: 2 - Minor Irritation
Found in version: 2.10.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Hi Cyrus, I found some more problems with the build_visit script when trying to have Damaris installed. I listed the changes to make here. If you could commit the corrections for the next release (hopefully so that people attending the SC tutorial have a working version), it would be great: in the bv_support/bv_damaris.sh file, the DAMARIS_URL should be changed as follows:export DAMARIS_URL=${DAMARIS_URL:"https://gforge.inria.fr/frs/download.php/file/35204"} in the bv_support/bv_xercesc.sh file the XERCESC_URL should be changed as well as follows:export XERCESC_URL=${XERCESC_URL:"http://archive.apache.org/dist/xerces/c/3/sources"} Also when the build_visit script defaults to searching in the VisIt website for the thirdparty libraries, there are 2 issues: XercesC is missing, as pointed out in my previous mail. You can find it here: http://archive.apache.org/dist/xerces/c/3/sources/xercesc3.1.2.tar.gz XSD is missing, you can find it here: http://www.codesynthesis.com/download/xsd/4.0/xsd4.0.0dep.tar.bz2 The archive damaris1.0.1.tgz is incorrect, it contains damaris-1.0. So it should be replaced with https://gforge.inria.fr/frs/download.php/file/35204/damaris-1.0.1.tgz I don't know if you have a policy behind hosting some third-party dependencies and not other, I see that boost is also no here. Here the problem is mainly with XercesC, which has changed location since the build_visit script was made. Hopefully it doesn't change anymore. Thanks a lot! Matthieu
Comments:
Thanks!I also see that contrary to headers and libs of things like Mesa or VTK, the headers and libs of Damaris (and its dependencies XSD, XercesC, and Boost) don't get installed in the installation directory of VisIt. How can this be fixed?Thanks,Matthieu Complete for 2.12
| priority | damaris build fixs hi cyrus i found some more problems with the build visit script when trying to have damaris installed i listed the changes to make here if you could commit the corrections for the next release hopefully so that people attending the sc tutorial have a working version it would be great in the bv support bv damaris sh file the damaris url should be changed as follows export damaris url damaris url in the bv support bv xercesc sh file the xercesc url should be changed as well as follows export xercesc url xercesc url also when the build visit script defaults to searching in the visit website for the thirdparty libraries there are issues xercesc is missing as pointed out in my previous mail you can find it here xsd is missing you can find it here the archive tgz is incorrect it contains damaris so it should be replaced with i don t know if you have a policy behind hosting some third party dependencies and not other i see that boost is also no here here the problem is mainly with xercesc which has changed location since the build visit script was made hopefully it doesn t change anymore thanks a lot matthieu redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority high subject damaris build fixs assigned to cyrus harrison category target version author cyrus harrison start due date done estimated time created pm updated pm likelihood occasional severity minor irritation found in version impact expected use os all support group any description hi cyrus i found some more problems with the build visit script when trying to have damaris installed i listed the changes to make here if you could commit the corrections for the next release hopefully so that people attending the sc tutorial have a working version it would be great in the bv support bv damaris sh file the damaris url should be changed as follows export damaris url damaris url in the bv support bv xercesc sh file the xercesc url should be changed as well as follows export xercesc url xercesc url also when the build visit script defaults to searching in the visit website for the thirdparty libraries there are issues xercesc is missing as pointed out in my previous mail you can find it here xsd is missing you can find it here the archive tgz is incorrect it contains damaris so it should be replaced with i don t know if you have a policy behind hosting some third party dependencies and not other i see that boost is also no here here the problem is mainly with xercesc which has changed location since the build visit script was made hopefully it doesn t change anymore thanks a lot matthieu comments thanks i also see that contrary to headers and libs of things like mesa or vtk the headers and libs of damaris and its dependencies xsd xercesc and boost don t get installed in the installation directory of visit how can this be fixed thanks matthieu complete for | 1 |
586,148 | 17,571,016,871 | IssuesEvent | 2021-08-14 17:45:41 | MineInAbyss/BoneHurtingJuice | https://api.github.com/repos/MineInAbyss/BoneHurtingJuice | closed | Killing an entity as the passenger before hitting ground resets velocity | type:bug priority:medium | Lets player avoid falldamage when riding mobs of cliffs and killing them before hitting the ground.
Guessing velocity is reset / mostly reset to null. Unlike boats where it stores the velocity on the player
https://i.gyazo.com/78b38833c2987133dc52fb2177a62899.mp4 | 1.0 | Killing an entity as the passenger before hitting ground resets velocity - Lets player avoid falldamage when riding mobs of cliffs and killing them before hitting the ground.
Guessing velocity is reset / mostly reset to null. Unlike boats where it stores the velocity on the player
https://i.gyazo.com/78b38833c2987133dc52fb2177a62899.mp4 | priority | killing an entity as the passenger before hitting ground resets velocity lets player avoid falldamage when riding mobs of cliffs and killing them before hitting the ground guessing velocity is reset mostly reset to null unlike boats where it stores the velocity on the player | 1 |
97,659 | 4,003,969,623 | IssuesEvent | 2016-05-12 04:04:00 | pombase/canto | https://api.github.com/repos/pombase/canto | closed | Add "condition" to left hand 'menu' items here: | enhancement medium priority user interface workflow improvements | Condition gets a bit lost between evidence code and "term suggestion" so its a bit confusing. For a second I thought the term suggestion box was for the "condition term" | 1.0 | Add "condition" to left hand 'menu' items here: - Condition gets a bit lost between evidence code and "term suggestion" so its a bit confusing. For a second I thought the term suggestion box was for the "condition term" | priority | add condition to left hand menu items here condition gets a bit lost between evidence code and term suggestion so its a bit confusing for a second i thought the term suggestion box was for the condition term | 1 |
268,519 | 8,407,673,326 | IssuesEvent | 2018-10-11 21:44:59 | conveyal/trimet-mod-otp | https://api.github.com/repos/conveyal/trimet-mod-otp | opened | Printing Itineraries | bug medium priority | There are issues with actually printing for all four Windows browsers.
**Chrome and Firefox:** Only prints one page, which is problematic for longer trips. Even with relatively short trips, the Trip Details and/or part of the directions are cut off. (For the Firefox example, the actual paper printout is slightly worse than the PDF version.)
[TriMet MOD OTP Demo_Chrome.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470826/TriMet.MOD.OTP.Demo_Chrome.pdf)
[TriMet MOD OTP Demo_Chrome2.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470827/TriMet.MOD.OTP.Demo_Chrome2.pdf) [Longer trip]
[TriMet MOD OTP Demo_Firefox.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470828/TriMet.MOD.OTP.Demo_Firefox.pdf)
**Edge and IE**: Essentially prints a blank page (Edge is wholly blank, while IE has headers/footers)
[TriMet MOD OTP Demo_Edge.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470835/TriMet.MOD.OTP.Demo_Edge.pdf)
[TriMet MOD OTP Demo_IE.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470836/TriMet.MOD.OTP.Demo_IE.pdf)
| 1.0 | Printing Itineraries - There are issues with actually printing for all four Windows browsers.
**Chrome and Firefox:** Only prints one page, which is problematic for longer trips. Even with relatively short trips, the Trip Details and/or part of the directions are cut off. (For the Firefox example, the actual paper printout is slightly worse than the PDF version.)
[TriMet MOD OTP Demo_Chrome.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470826/TriMet.MOD.OTP.Demo_Chrome.pdf)
[TriMet MOD OTP Demo_Chrome2.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470827/TriMet.MOD.OTP.Demo_Chrome2.pdf) [Longer trip]
[TriMet MOD OTP Demo_Firefox.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470828/TriMet.MOD.OTP.Demo_Firefox.pdf)
**Edge and IE**: Essentially prints a blank page (Edge is wholly blank, while IE has headers/footers)
[TriMet MOD OTP Demo_Edge.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470835/TriMet.MOD.OTP.Demo_Edge.pdf)
[TriMet MOD OTP Demo_IE.pdf](https://github.com/conveyal/trimet-mod-otp/files/2470836/TriMet.MOD.OTP.Demo_IE.pdf)
| priority | printing itineraries there are issues with actually printing for all four windows browsers chrome and firefox only prints one page which is problematic for longer trips even with relatively short trips the trip details and or part of the directions are cut off for the firefox example the actual paper printout is slightly worse than the pdf version edge and ie essentially prints a blank page edge is wholly blank while ie has headers footers | 1 |
594,237 | 18,041,335,640 | IssuesEvent | 2021-09-18 04:53:21 | SilverstoneMC/Silverstone | https://api.github.com/repos/SilverstoneMC/Silverstone | closed | Spruce 2x2 tree not growing | Bug-Confirmed Medium Priority Plugin Issue | ### World the issue occured in
Survival
### Location
_No response_
### My Minecraft username
Redstone_Master6
### What I was doing before/when the issue occurred
Planted 2x2 spruce saplings
### What happened
they did not grow
### What was supposed to happen
they were meant to grow
### Additional details
other saplings seem to work | 1.0 | Spruce 2x2 tree not growing - ### World the issue occured in
Survival
### Location
_No response_
### My Minecraft username
Redstone_Master6
### What I was doing before/when the issue occurred
Planted 2x2 spruce saplings
### What happened
they did not grow
### What was supposed to happen
they were meant to grow
### Additional details
other saplings seem to work | priority | spruce tree not growing world the issue occured in survival location no response my minecraft username redstone what i was doing before when the issue occurred planted spruce saplings what happened they did not grow what was supposed to happen they were meant to grow additional details other saplings seem to work | 1 |
654,767 | 21,662,157,185 | IssuesEvent | 2022-05-06 20:36:28 | bounswe/bounswe2022group7 | https://api.github.com/repos/bounswe/bounswe2022group7 | closed | [Database] Implement "ArtItem", "DiscussionPost", and "Comment" models | Status: Completed Priority: Medium Difficulty: Medium Type: Implementation | [\_\_init.py\_\_](https://github.com/bounswe/bounswe2022group7/blob/practice-app/database-base/practice-app/website/__init__.py) and [models.py](https://github.com/bounswe/bounswe2022group7/blob/practice-app/database-base/practice-app/website/models.py) files are created with fundamental functions.
Given those, I shall implement `ArtItem`, `DiscussionPost`, and `Comment` models.
- Implement mentioned models
- Push the updates to the [practice-app/database-base](https://github.com/bounswe/bounswe2022group7/tree/practice-app/database-base) branch
**Deadline: 06/05/2022, 14:00**
**Reviewer: @azizamankenova** | 1.0 | [Database] Implement "ArtItem", "DiscussionPost", and "Comment" models - [\_\_init.py\_\_](https://github.com/bounswe/bounswe2022group7/blob/practice-app/database-base/practice-app/website/__init__.py) and [models.py](https://github.com/bounswe/bounswe2022group7/blob/practice-app/database-base/practice-app/website/models.py) files are created with fundamental functions.
Given those, I shall implement `ArtItem`, `DiscussionPost`, and `Comment` models.
- Implement mentioned models
- Push the updates to the [practice-app/database-base](https://github.com/bounswe/bounswe2022group7/tree/practice-app/database-base) branch
**Deadline: 06/05/2022, 14:00**
**Reviewer: @azizamankenova** | priority | implement artitem discussionpost and comment models and files are created with fundamental functions given those i shall implement artitem discussionpost and comment models implement mentioned models push the updates to the branch deadline reviewer azizamankenova | 1 |
388,338 | 11,486,750,902 | IssuesEvent | 2020-02-11 10:33:01 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Add support for svg image link | acknowledge beta 2 enhancement priority: medium | There's a feature in documentation fields where it converts image links to img tags, e.g. [mypic.jpg|Title] -> <img src="mypic.jpg" title="Title"/>. It'd be nice if it supported svg files.
Related to PR: #3462
| 1.0 | Add support for svg image link - There's a feature in documentation fields where it converts image links to img tags, e.g. [mypic.jpg|Title] -> <img src="mypic.jpg" title="Title"/>. It'd be nice if it supported svg files.
Related to PR: #3462
| priority | add support for svg image link there s a feature in documentation fields where it converts image links to img tags e g lt img src mypic jpg title title gt it d be nice if it supported svg files related to pr | 1 |
519,194 | 15,047,224,173 | IssuesEvent | 2021-02-03 08:37:34 | Iyxan23/sk-collab | https://api.github.com/repos/Iyxan23/sk-collab | closed | PERFORMANCE ISSUE: BrowseActivity loads very slow | TODO priority: medium | These fetches (latest commit, username fetch) is slowing down the loading.
Should combine threads and maybe add pagination to atleast reduce this issue.
Or maybe create a `latest_commit_timestamp` field in /project/id/ so we don't need to separately fetch the latest commit. | 1.0 | PERFORMANCE ISSUE: BrowseActivity loads very slow - These fetches (latest commit, username fetch) is slowing down the loading.
Should combine threads and maybe add pagination to atleast reduce this issue.
Or maybe create a `latest_commit_timestamp` field in /project/id/ so we don't need to separately fetch the latest commit. | priority | performance issue browseactivity loads very slow these fetches latest commit username fetch is slowing down the loading should combine threads and maybe add pagination to atleast reduce this issue or maybe create a latest commit timestamp field in project id so we don t need to separately fetch the latest commit | 1 |
127,534 | 5,031,966,201 | IssuesEvent | 2016-12-16 09:32:33 | Repair-DeskPOS/RepairDesk-Bugs | https://api.github.com/repos/Repair-DeskPOS/RepairDesk-Bugs | closed | Add part on ticket | bug Medium Priority | @HafizAnas Can you check following scenario
If charge tax on repair cost trigger is enabled.
On edit ticket page when I add a new part or change a part on repair in the ticket section will it accurately change the tax amount? | 1.0 | Add part on ticket - @HafizAnas Can you check following scenario
If charge tax on repair cost trigger is enabled.
On edit ticket page when I add a new part or change a part on repair in the ticket section will it accurately change the tax amount? | priority | add part on ticket hafizanas can you check following scenario if charge tax on repair cost trigger is enabled on edit ticket page when i add a new part or change a part on repair in the ticket section will it accurately change the tax amount | 1 |
697,159 | 23,929,768,288 | IssuesEvent | 2022-09-10 11:06:50 | Rusi91/basisdokument | https://api.github.com/repos/Rusi91/basisdokument | closed | PDF-Export | medium priority user story | Als Nutzer:in möchte ich den aktuellen Inhalt der Anwendung herunterladen können, damit ich ihn als PDF-Datei lokal auf meinem Rechner speichern kann. | 1.0 | PDF-Export - Als Nutzer:in möchte ich den aktuellen Inhalt der Anwendung herunterladen können, damit ich ihn als PDF-Datei lokal auf meinem Rechner speichern kann. | priority | pdf export als nutzer in möchte ich den aktuellen inhalt der anwendung herunterladen können damit ich ihn als pdf datei lokal auf meinem rechner speichern kann | 1 |
324,009 | 9,882,239,760 | IssuesEvent | 2019-06-24 16:22:03 | canonical-web-and-design/ubuntu.com | https://api.github.com/repos/canonical-web-and-design/ubuntu.com | closed | /server/hyperscale - add padding between 2 sections | Priority: Medium | 'Here’s why Ubuntu is the best answer to the scale-out challenge:' looks too close to the text above it. Would look nicer (and more pleasant to read) with space added between both sections.
maybe using a`class="p-strip is-shallow"` will work?
---
*Reported from: https://ubuntu.com/server/hyperscale* | 1.0 | /server/hyperscale - add padding between 2 sections - 'Here’s why Ubuntu is the best answer to the scale-out challenge:' looks too close to the text above it. Would look nicer (and more pleasant to read) with space added between both sections.
maybe using a`class="p-strip is-shallow"` will work?
---
*Reported from: https://ubuntu.com/server/hyperscale* | priority | server hyperscale add padding between sections here’s why ubuntu is the best answer to the scale out challenge looks too close to the text above it would look nicer and more pleasant to read with space added between both sections maybe using a class p strip is shallow will work reported from | 1 |
663,772 | 22,206,000,537 | IssuesEvent | 2022-06-07 14:55:29 | StephanAkkerman/FinTwit_Bot | https://api.github.com/repos/StephanAkkerman/FinTwit_Bot | closed | Use webhook for sending tweets, so multiple images can be used | Improvement :chart_with_upwards_trend: Priority: Low :3rd_place_medal: Difficulty: Medium 😐 | - [x] Create webhook for each twitter image channel.
- [x] Check if a [textchannel](https://discordpy.readthedocs.io/en/latest/api.html#discord.TextChannel.webhooks) has a webhook, if it does send via the webhook.
- [x] If the channel is supposed to have a webhook, [create](https://discordpy.readthedocs.io/en/latest/api.html#discord.TextChannel.create_webhook) one.
- [x] Tag the users in this webhook message.
| 1.0 | Use webhook for sending tweets, so multiple images can be used - - [x] Create webhook for each twitter image channel.
- [x] Check if a [textchannel](https://discordpy.readthedocs.io/en/latest/api.html#discord.TextChannel.webhooks) has a webhook, if it does send via the webhook.
- [x] If the channel is supposed to have a webhook, [create](https://discordpy.readthedocs.io/en/latest/api.html#discord.TextChannel.create_webhook) one.
- [x] Tag the users in this webhook message.
| priority | use webhook for sending tweets so multiple images can be used create webhook for each twitter image channel check if a has a webhook if it does send via the webhook if the channel is supposed to have a webhook one tag the users in this webhook message | 1 |
511,288 | 14,857,674,006 | IssuesEvent | 2021-01-18 15:44:20 | canonical-web-and-design/jaas-dashboard | https://api.github.com/repos/canonical-web-and-design/jaas-dashboard | closed | Change icons across the Dashboard with the new UI icons set (2.8) | Blocked ⛔ Priority: Medium | Now that we have new set of UI icons we can change the current ones on the Dashboard
CC @spencerbygraves @waynecrosby @barrymcgee @hatched | 1.0 | Change icons across the Dashboard with the new UI icons set (2.8) - Now that we have new set of UI icons we can change the current ones on the Dashboard
CC @spencerbygraves @waynecrosby @barrymcgee @hatched | priority | change icons across the dashboard with the new ui icons set now that we have new set of ui icons we can change the current ones on the dashboard cc spencerbygraves waynecrosby barrymcgee hatched | 1 |
149,438 | 5,718,588,175 | IssuesEvent | 2017-04-19 19:54:08 | CCAFS/MARLO-CIAT | https://api.github.com/repos/CCAFS/MARLO-CIAT | closed | Add "Short Name" field on the Impact Pathway Sections. | Priority - Medium Type -Task | To improved the Impact pathway Graph. Will be implemented the _short name_ field on the all Impact Pathway sections.

| 1.0 | Add "Short Name" field on the Impact Pathway Sections. - To improved the Impact pathway Graph. Will be implemented the _short name_ field on the all Impact Pathway sections.

| priority | add short name field on the impact pathway sections to improved the impact pathway graph will be implemented the short name field on the all impact pathway sections | 1 |
97,232 | 3,987,309,746 | IssuesEvent | 2016-05-09 02:28:46 | CorWatts/fasterscale | https://api.github.com/repos/CorWatts/fasterscale | closed | Create common\components\Time helper | medium priority refactor small | And move all the time-related functions into it. They don't quite belong in the User class. | 1.0 | Create common\components\Time helper - And move all the time-related functions into it. They don't quite belong in the User class. | priority | create common components time helper and move all the time related functions into it they don t quite belong in the user class | 1 |
48,016 | 2,990,121,378 | IssuesEvent | 2015-07-21 07:04:46 | jayway/rest-assured | https://api.github.com/repos/jayway/rest-assured | closed | Custom cookie parsing fails when request contains redirect | bug imported invalid Priority-Medium | _From [everf...@gmail.com](https://code.google.com/u/100456722887713625293/) on May 11, 2013 20:15:23_
Given: A request with a redirect as a result, f.e.
@Test
public void logAll()
{
RestAssured.reset();
given().log().all().when().get("/demo"); //setting cookies, HTTP 302
}
expected: request can be used like all others.
actual result:
Request method: GET
Request path: http://localhost:8080/demo
Request params: \<none>
Query params: \<none>
Form params: \<none>
Path params: \<none>
Headers: Content-Type=*/*
Cookies: \<none>
Body: \<none>
Assumption: Since the Apache httpclient internally handles the redirect, rest assured is not noticing what happens before the final result.
This leads to lost cookies and possibly other problems.
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=235_ | 1.0 | Custom cookie parsing fails when request contains redirect - _From [everf...@gmail.com](https://code.google.com/u/100456722887713625293/) on May 11, 2013 20:15:23_
Given: A request with a redirect as a result, f.e.
@Test
public void logAll()
{
RestAssured.reset();
given().log().all().when().get("/demo"); //setting cookies, HTTP 302
}
expected: request can be used like all others.
actual result:
Request method: GET
Request path: http://localhost:8080/demo
Request params: \<none>
Query params: \<none>
Form params: \<none>
Path params: \<none>
Headers: Content-Type=*/*
Cookies: \<none>
Body: \<none>
Assumption: Since the Apache httpclient internally handles the redirect, rest assured is not noticing what happens before the final result.
This leads to lost cookies and possibly other problems.
_Original issue: http://code.google.com/p/rest-assured/issues/detail?id=235_ | priority | custom cookie parsing fails when request contains redirect from on may given a request with a redirect as a result f e test public void logall restassured reset given log all when get demo setting cookies http expected request can be used like all others actual result request method get request path request params query params form params path params headers content type cookies body assumption since the apache httpclient internally handles the redirect rest assured is not noticing what happens before the final result this leads to lost cookies and possibly other problems original issue | 1 |
291,082 | 8,919,821,196 | IssuesEvent | 2019-01-21 03:03:10 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Add new rubble types to falls list | Medium Priority | `Falls,X,"CopperOre,IronOre,GoldOre,Coal,Stone,HewnLog,MortaredGranite,Brick,CorrugatedSteel,FlatSteel,FramedGlass,Log,Lumber,ReinforcedConcrete",,,,,,,,,,,,,,,,,,,,,,,,,,`
Should probably have Basalt and various other new rubbles in there | 1.0 | Add new rubble types to falls list - `Falls,X,"CopperOre,IronOre,GoldOre,Coal,Stone,HewnLog,MortaredGranite,Brick,CorrugatedSteel,FlatSteel,FramedGlass,Log,Lumber,ReinforcedConcrete",,,,,,,,,,,,,,,,,,,,,,,,,,`
Should probably have Basalt and various other new rubbles in there | priority | add new rubble types to falls list falls x copperore ironore goldore coal stone hewnlog mortaredgranite brick corrugatedsteel flatsteel framedglass log lumber reinforcedconcrete should probably have basalt and various other new rubbles in there | 1 |
57,219 | 3,081,249,418 | IssuesEvent | 2015-08-22 14:40:31 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | При переадресации с хаба, записанного в избранное необходимо брать логин из свойств хаба. | Component-Logic enhancement imported Priority-Medium | _From [sc0rpi0n...@gmail.com](https://code.google.com/u/100092996917054333852/) on January 02, 2013 05:45:49_
На хабе включена переадресация для интернет ip адресов билайна на локальный адрес,если подключиться по адресу : который предназначен для пользователей интернета ,то переадресует на локальный хаб,при этом ник возьмется из настроек,тот который в свойствах проигнорируется.Если подключится по локальному адресу ,то ник берется из свойств как надо.Проверил на клиенте грейлинк,там такого глюка не наблюдается.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=886_ | 1.0 | При переадресации с хаба, записанного в избранное необходимо брать логин из свойств хаба. - _From [sc0rpi0n...@gmail.com](https://code.google.com/u/100092996917054333852/) on January 02, 2013 05:45:49_
На хабе включена переадресация для интернет ip адресов билайна на локальный адрес,если подключиться по адресу : который предназначен для пользователей интернета ,то переадресует на локальный хаб,при этом ник возьмется из настроек,тот который в свойствах проигнорируется.Если подключится по локальному адресу ,то ник берется из свойств как надо.Проверил на клиенте грейлинк,там такого глюка не наблюдается.
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=886_ | priority | при переадресации с хаба записанного в избранное необходимо брать логин из свойств хаба from on january на хабе включена переадресация для интернет ip адресов билайна на локальный адрес если подключиться по адресу который предназначен для пользователей интернета то переадресует на локальный хаб при этом ник возьмется из настроек тот который в свойствах проигнорируется если подключится по локальному адресу то ник берется из свойств как надо проверил на клиенте грейлинк там такого глюка не наблюдается original issue | 1 |
60,332 | 3,122,880,309 | IssuesEvent | 2015-09-06 23:08:36 | EyeSeeTea/malariapp | https://api.github.com/repos/EyeSeeTea/malariapp | closed | AutoAnswer are editable | bug duplicate medium priority | There is a problem in those questions whose answer depends on a pair of questions.
Example:
- Question 1: Diagnosis
- Question 2: Treatment
- Do they match? --> Question 3 automatically answered Yes/No
Question 3 should be 'non editable' by the user but it is right now. | 1.0 | AutoAnswer are editable - There is a problem in those questions whose answer depends on a pair of questions.
Example:
- Question 1: Diagnosis
- Question 2: Treatment
- Do they match? --> Question 3 automatically answered Yes/No
Question 3 should be 'non editable' by the user but it is right now. | priority | autoanswer are editable there is a problem in those questions whose answer depends on a pair of questions example question diagnosis question treatment do they match question automatically answered yes no question should be non editable by the user but it is right now | 1 |
680,509 | 23,274,039,954 | IssuesEvent | 2022-08-05 04:29:55 | stax76/mpv.net | https://api.github.com/repos/stax76/mpv.net | closed | How to play files in multiple folders | bug priority medium | Hello.
I am dragging and dropping multiple folders into the mpv.net window and playing the videos in them in order.
Until v6.0.3.0, this operation was possible.
However, in v6.0.3.1, even if I register multiple folders, only the files in the first folder are registered in the playlist.
I believe this is probably due to the change in "commit: 07809d882fc31a5f414e6bd142aab2d8648a8d90 ".
Is there any way to drag and drop multiple folders to play them as in previous versions?
| 1.0 | How to play files in multiple folders - Hello.
I am dragging and dropping multiple folders into the mpv.net window and playing the videos in them in order.
Until v6.0.3.0, this operation was possible.
However, in v6.0.3.1, even if I register multiple folders, only the files in the first folder are registered in the playlist.
I believe this is probably due to the change in "commit: 07809d882fc31a5f414e6bd142aab2d8648a8d90 ".
Is there any way to drag and drop multiple folders to play them as in previous versions?
| priority | how to play files in multiple folders hello i am dragging and dropping multiple folders into the mpv net window and playing the videos in them in order until this operation was possible however in even if i register multiple folders only the files in the first folder are registered in the playlist i believe this is probably due to the change in commit is there any way to drag and drop multiple folders to play them as in previous versions | 1 |
733,616 | 25,314,285,822 | IssuesEvent | 2022-11-17 20:09:15 | hashicorp/terraform-cdk | https://api.github.com/repos/hashicorp/terraform-cdk | closed | Overprivileged admin user is required to run cdktf diff and deploy on Terraform Cloud | bug terraform cloud priority/important-soon size/medium | <!--- Please keep this note for the community --->
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### cdktf & Language Versions
<!--- Please make note of the version you are using for the `hashicorp/terraform-cdk` and language bindings you are using.
If you are not running the latest version, please upgrade because your issue may have already been fixed. --->
cdktf 0.13.2
Terraform Cloud
### Affected Resource(s)
<!--- Please list the affected resources. --->
`cdktf diff`
`cdktf deploy`
as both commands use json-output endpoint where [You must access it with a user token or team token that has admin level access to the workspace.](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/plans#retrieve-the-json-execution-plan)
### Debug Output
<!---
Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
--->
```
$ cdktf diff
STACK Creating Terraform Cloud configuration version
STACK Created Terraform Cloud configuration version cv-XXXXXXXXXXXXXXXX
STACK Zipping up the directory cdktf.out/stacks/STACK
STACK Uploading the directory to Terraform Cloud
STACK Uploaded the directory to Terraform Cloud
STACK Waiting for configuration version to become ready...
STACK Creating speculative Terraform Cloud run
STACK Created speculative Terraform Cloud run: https://app.terraform.io/app/ORGANIZATION/workspaces/WORKSPACE/runs/run-XXXXXXXXXXXXXXXX
STACK Speculative Terraform Cloud run done
STACK Getting plan output
[2022-10-17T15:03:30.423] [ERROR] default - Error in Plan: {"message":"Request failed with status code 404","name":"Error","stack":"Error: Request failed with status code 404\n at qqe.exports (/usr/local/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:151:8020)\n at Lqe.exports (/usr/local/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:151:8198)\n at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:152:8212)\n at IncomingMessage.emit (node:events:525:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)","config":{"url":"/plans/plan-XXXXXXXXXXXXXXXX/json-output","method":"get","headers":{"Authorization":"Bearer TOKEN","Accept":"application/json","Content-Type":"application/vnd.api+json","User-Agent":"terraform-cloud/1.15.0"},"baseURL":"https://app.terraform.io/api/v2","transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false}}}
⠙ Processing
External Error: Stack failed to plan: STACK. Please check the logs for more information.
```
### Expected Behavior
<!--- What should have happened? --->
`cdktf diff` should be allowed with plan permission in TFC
`cdktf deploy` should be allowed with write permission in TFC
Highly privileged admin role should not be required to run any cdktf command.
### Actual Behavior
<!--- What actually happened? --->
cdktf throws `{ "status": "404", "title": "not found"}` error for `/json-output` when ran with lesser privileged role.
### Steps to Reproduce
<!--- Please list the steps required to reproduce the issue. --->
### Important Factoids
<!--- Are there anything atypical about your accounts that we should know? --->
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
--->
| 1.0 | Overprivileged admin user is required to run cdktf diff and deploy on Terraform Cloud - <!--- Please keep this note for the community --->
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### cdktf & Language Versions
<!--- Please make note of the version you are using for the `hashicorp/terraform-cdk` and language bindings you are using.
If you are not running the latest version, please upgrade because your issue may have already been fixed. --->
cdktf 0.13.2
Terraform Cloud
### Affected Resource(s)
<!--- Please list the affected resources. --->
`cdktf diff`
`cdktf deploy`
as both commands use json-output endpoint where [You must access it with a user token or team token that has admin level access to the workspace.](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/plans#retrieve-the-json-execution-plan)
### Debug Output
<!---
Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
--->
```
$ cdktf diff
STACK Creating Terraform Cloud configuration version
STACK Created Terraform Cloud configuration version cv-XXXXXXXXXXXXXXXX
STACK Zipping up the directory cdktf.out/stacks/STACK
STACK Uploading the directory to Terraform Cloud
STACK Uploaded the directory to Terraform Cloud
STACK Waiting for configuration version to become ready...
STACK Creating speculative Terraform Cloud run
STACK Created speculative Terraform Cloud run: https://app.terraform.io/app/ORGANIZATION/workspaces/WORKSPACE/runs/run-XXXXXXXXXXXXXXXX
STACK Speculative Terraform Cloud run done
STACK Getting plan output
[2022-10-17T15:03:30.423] [ERROR] default - Error in Plan: {"message":"Request failed with status code 404","name":"Error","stack":"Error: Request failed with status code 404\n at qqe.exports (/usr/local/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:151:8020)\n at Lqe.exports (/usr/local/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:151:8198)\n at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/cdktf-cli/bundle/bin/cmds/handlers.js:152:8212)\n at IncomingMessage.emit (node:events:525:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)","config":{"url":"/plans/plan-XXXXXXXXXXXXXXXX/json-output","method":"get","headers":{"Authorization":"Bearer TOKEN","Accept":"application/json","Content-Type":"application/vnd.api+json","User-Agent":"terraform-cloud/1.15.0"},"baseURL":"https://app.terraform.io/api/v2","transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false}}}
⠙ Processing
External Error: Stack failed to plan: STACK. Please check the logs for more information.
```
### Expected Behavior
<!--- What should have happened? --->
`cdktf diff` should be allowed with plan permission in TFC
`cdktf deploy` should be allowed with write permission in TFC
Highly privileged admin role should not be required to run any cdktf command.
### Actual Behavior
<!--- What actually happened? --->
cdktf throws `{ "status": "404", "title": "not found"}` error for `/json-output` when ran with lesser privileged role.
### Steps to Reproduce
<!--- Please list the steps required to reproduce the issue. --->
### Important Factoids
<!--- Are there anything atypical about your accounts that we should know? --->
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
--->
| priority | overprivileged admin user is required to run cdktf diff and deploy on terraform cloud community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment cdktf language versions please make note of the version you are using for the hashicorp terraform cdk and language bindings you are using if you are not running the latest version please upgrade because your issue may have already been fixed cdktf terraform cloud affected resource s cdktf diff cdktf deploy as both commands use json output endpoint where debug output please provide a link to a github gist containing the complete debug output please do not paste the debug output in the issue just paste a link to the gist cdktf diff stack creating terraform cloud configuration version stack created terraform cloud configuration version cv xxxxxxxxxxxxxxxx stack zipping up the directory cdktf out stacks stack stack uploading the directory to terraform cloud stack uploaded the directory to terraform cloud stack waiting for configuration version to become ready stack creating speculative terraform cloud run stack created speculative terraform cloud run stack speculative terraform cloud run done stack getting plan output default error in plan message request failed with status code name error stack error request failed with status code n at qqe exports usr local lib node modules cdktf cli bundle bin cmds handlers js n at lqe exports usr local lib node modules cdktf cli bundle bin cmds handlers js n at incomingmessage usr local lib node modules cdktf cli bundle bin cmds handlers js n at incomingmessage emit node events n at incomingmessage emit node domain n at endreadablent node internal streams readable n at processticksandrejections node internal process task queues config url plans plan xxxxxxxxxxxxxxxx json output method get headers authorization bearer token accept application json content type application vnd api json user agent terraform cloud baseurl transformresponse timeout xsrfcookiename xsrf token xsrfheadername x xsrf token maxcontentlength maxbodylength transitional silentjsonparsing true forcedjsonparsing true clarifytimeouterror false ⠙ processing external error stack failed to plan stack please check the logs for more information expected behavior cdktf diff should be allowed with plan permission in tfc cdktf deploy should be allowed with write permission in tfc highly privileged admin role should not be required to run any cdktf command actual behavior cdktf throws status title not found error for json output when ran with lesser privileged role steps to reproduce important factoids references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor documentation for example | 1 |
261,157 | 8,224,996,801 | IssuesEvent | 2018-09-06 15:04:54 | minio/minio | https://api.github.com/repos/minio/minio | closed | Wrong validation of connectionString in notify.postgreSQL | priority: medium triage | ## Expected Behavior
Putting connectionString: "sslmode=disable" in notify.postgreSQLshould work
## Current Behavior
Putting connectionString: "sslmode=disable" shows a validation error and prevents Minio from starting
## Possible Solution
Fix validation of connectionString
## Steps to Reproduce (for bugs)
Putting the following json in ~/.minio/config.json
```
98 "postgresql": {
99 "1": {
100 "enable": true,
101 "format": "namespace",
102 "connectionString": "sslmode=disable",
103 "table": "bucketevents",
104 "host": "127.0.0.1",
105 "port": "5432",
106 "user": "postgres",
107 "password": "postgres",
108 "database": "minio_events"
109 }
110 },
```
## Context
Fixing a bug
## Your Environment
All
| 1.0 | Wrong validation of connectionString in notify.postgreSQL - ## Expected Behavior
Putting connectionString: "sslmode=disable" in notify.postgreSQLshould work
## Current Behavior
Putting connectionString: "sslmode=disable" shows a validation error and prevents Minio from starting
## Possible Solution
Fix validation of connectionString
## Steps to Reproduce (for bugs)
Putting the following json in ~/.minio/config.json
```
98 "postgresql": {
99 "1": {
100 "enable": true,
101 "format": "namespace",
102 "connectionString": "sslmode=disable",
103 "table": "bucketevents",
104 "host": "127.0.0.1",
105 "port": "5432",
106 "user": "postgres",
107 "password": "postgres",
108 "database": "minio_events"
109 }
110 },
```
## Context
Fixing a bug
## Your Environment
All
| priority | wrong validation of connectionstring in notify postgresql expected behavior putting connectionstring sslmode disable in notify postgresqlshould work current behavior putting connectionstring sslmode disable shows a validation error and prevents minio from starting possible solution fix validation of connectionstring steps to reproduce for bugs putting the following json in minio config json postgresql enable true format namespace connectionstring sslmode disable table bucketevents host port user postgres password postgres database minio events context fixing a bug your environment all | 1 |
187,560 | 6,758,983,298 | IssuesEvent | 2017-10-24 15:41:27 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | DAL rework: issue with violation_maintenance job | Priority: Medium Type: Bug | The following error occurs:
```
Oct 24 10:53:34 localhost.localdomain pfmon[2571]: pfmon(2571) ERROR: [mac:unknown] Database query failed with non retryable error: Column 'vid' in field list is ambiguous (errno: 1052) [SELECT `id`, `mac`, `vid`, `notes`, `status` FROM violation INNER JOIN class ON ( `violation`.`vid` = `class`.`vid` ) WHERE ( ( ( `release_date` != ? AND `release_date` <= NOW() ) AND ( `status` = ? OR `status` = ? ) ) ) LIMIT ? OFFSET ?]{0000-00-00 00:00:00, open, delayed, 1000, 0} (pf::dal::db_execute)
Oct 24 10:53:34 localhost.localdomain pfmon[2571]: pfmon(2571) ERROR: [mac:unknown] Error running task violation_maintenance: Can't call method "sth" on an undefined value at /usr/local/pf/lib/pf/violation.pm line 891.
(main::_runtask)
``` | 1.0 | DAL rework: issue with violation_maintenance job - The following error occurs:
```
Oct 24 10:53:34 localhost.localdomain pfmon[2571]: pfmon(2571) ERROR: [mac:unknown] Database query failed with non retryable error: Column 'vid' in field list is ambiguous (errno: 1052) [SELECT `id`, `mac`, `vid`, `notes`, `status` FROM violation INNER JOIN class ON ( `violation`.`vid` = `class`.`vid` ) WHERE ( ( ( `release_date` != ? AND `release_date` <= NOW() ) AND ( `status` = ? OR `status` = ? ) ) ) LIMIT ? OFFSET ?]{0000-00-00 00:00:00, open, delayed, 1000, 0} (pf::dal::db_execute)
Oct 24 10:53:34 localhost.localdomain pfmon[2571]: pfmon(2571) ERROR: [mac:unknown] Error running task violation_maintenance: Can't call method "sth" on an undefined value at /usr/local/pf/lib/pf/violation.pm line 891.
(main::_runtask)
``` | priority | dal rework issue with violation maintenance job the following error occurs oct localhost localdomain pfmon pfmon error database query failed with non retryable error column vid in field list is ambiguous errno open delayed pf dal db execute oct localhost localdomain pfmon pfmon error error running task violation maintenance can t call method sth on an undefined value at usr local pf lib pf violation pm line main runtask | 1 |
69,717 | 3,313,831,750 | IssuesEvent | 2015-11-06 00:23:28 | AtlasOfLivingAustralia/spatial-portal | https://api.github.com/repos/AtlasOfLivingAustralia/spatial-portal | closed | Add Extent of Occurrence (EOO) values to taxa | priority-medium type-enhancement | Adding this here given there is a related issue #51
Extent of Occurrence (EOO) is one of the standard IUCN criteria for identifying "Critically Endangered, Endangered and Vulnerable taxa" - http://www.iucnredlist.org/static/categories_criteria_2_3
This statistic is the AREA (sqkm) of the minimum convex hull of the occurrences for a taxa and is complementary to the Area of Occupancy (AOO: #51). AOO and EOO are extremely useful for evaluating the status of taxa.
EOO (and AOO) would need to be updated as new occurrence records are added. Weekly update?
BOTH these measures should be reported on the BIE species overview page (profile).
Ideally, a web service that accepts a name and returns EOO and AOO (at 0.02) would be ideal. | 1.0 | Add Extent of Occurrence (EOO) values to taxa - Adding this here given there is a related issue #51
Extent of Occurrence (EOO) is one of the standard IUCN criteria for identifying "Critically Endangered, Endangered and Vulnerable taxa" - http://www.iucnredlist.org/static/categories_criteria_2_3
This statistic is the AREA (sqkm) of the minimum convex hull of the occurrences for a taxa and is complementary to the Area of Occupancy (AOO: #51). AOO and EOO are extremely useful for evaluating the status of taxa.
EOO (and AOO) would need to be updated as new occurrence records are added. Weekly update?
BOTH these measures should be reported on the BIE species overview page (profile).
Ideally, a web service that accepts a name and returns EOO and AOO (at 0.02) would be ideal. | priority | add extent of occurrence eoo values to taxa adding this here given there is a related issue extent of occurrence eoo is one of the standard iucn criteria for identifying critically endangered endangered and vulnerable taxa this statistic is the area sqkm of the minimum convex hull of the occurrences for a taxa and is complementary to the area of occupancy aoo aoo and eoo are extremely useful for evaluating the status of taxa eoo and aoo would need to be updated as new occurrence records are added weekly update both these measures should be reported on the bie species overview page profile ideally a web service that accepts a name and returns eoo and aoo at would be ideal | 1 |
229,082 | 7,571,206,980 | IssuesEvent | 2018-04-23 11:28:37 | theQRL/QRL | https://api.github.com/repos/theQRL/QRL | closed | CLI Missing Options: Hash functions | CLI Help Wanted Priority: Medium | The CLI does not provide access/options for alternative hash functions such as SHA2, SHAKE128, SHAKE256, etc.
The functionality is already implemented and needs to be exposed in the CLI | 1.0 | CLI Missing Options: Hash functions - The CLI does not provide access/options for alternative hash functions such as SHA2, SHAKE128, SHAKE256, etc.
The functionality is already implemented and needs to be exposed in the CLI | priority | cli missing options hash functions the cli does not provide access options for alternative hash functions such as etc the functionality is already implemented and needs to be exposed in the cli | 1 |
347,378 | 10,428,997,824 | IssuesEvent | 2019-09-17 00:53:54 | linqs/pacman | https://api.github.com/repos/linqs/pacman | closed | Rework of Game State | Component - Engine Difficulty - Medium Performance Priority - High Type - Refactor | All notions of game state (`pacai.core.game.GameStateData`, `pacai.bin.pacman.GameState`, and `pacai.bin.capture.GameState`) needs rework.
Copying these states every iteration (and for every agent) accounts for about 50% of the no-gui runtime.
Instead, we should probably present the agents with the original state and make accessors for data they can touch.
(The CI in #9 would help here.) | 1.0 | Rework of Game State - All notions of game state (`pacai.core.game.GameStateData`, `pacai.bin.pacman.GameState`, and `pacai.bin.capture.GameState`) needs rework.
Copying these states every iteration (and for every agent) accounts for about 50% of the no-gui runtime.
Instead, we should probably present the agents with the original state and make accessors for data they can touch.
(The CI in #9 would help here.) | priority | rework of game state all notions of game state pacai core game gamestatedata pacai bin pacman gamestate and pacai bin capture gamestate needs rework copying these states every iteration and for every agent accounts for about of the no gui runtime instead we should probably present the agents with the original state and make accessors for data they can touch the ci in would help here | 1 |
596,232 | 18,100,495,551 | IssuesEvent | 2021-09-22 13:46:27 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | nucleo_wb55rg: Flash space left to M0 binary is not sufficient anymore | bug priority: medium area: Bluetooth platform: STM32 | **Describe the bug**
Since V1.11.0 version of Cube package, Full stack M0 BLE f/w (stm32wb5x_BLE_Stack_full_fw.bin) should be installed at location 0x080CA000 (vs 0x080CB000 previously).
As a consequence, board flash partition should be updated to take this into account.
If not done, a bus fault happens when running BLE sample that involves flash access (where the conflict happens).
**To Reproduce**
0- Update M0 binary using latest version provided by Cube (BLE_Stack_full_fw, version => v1.11.0)
1- west build -b nucleo_wb55rg samples/bluetooth/peripheral
2- west flash
**Expected behavior**
Zephyr BLE application should be compatible with latest vesrion of M0 binaries provided by Cube package
**Impact**
Prevents use of latest Cube package M0 binaries
**Logs and console output**
```
[00:00:00.133,000] <err> os: ***** BUS FAULT *****
[00:00:00.133,000] <err> os: Precise data bus error
[00:00:00.133,000] <err> os: BFAR Address: 0x80caff8
[00:00:00.133,000] <err> os: r0/a1: 0x20002a48 r1/a2: 0x080caff8 r2/a3: 0x080cb000
[00:00:00.133,000] <err> os: r3/a4: 0x20002a47 r12/ip: 0x00000001 r14/lr: 0x0800cc13
[00:00:00.133,000] <err> os: xpsr: 0x81000000
[00:00:00.133,000] <err> os: Faulting instruction address (r15/pc): 0x0801150e
[00:00:00.133,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
[00:00:00.133,000] <err> os: Current thread: 0x20001100 (unknown)
[00:00:00.195,000] <err> os: Halting system
```
| 1.0 | nucleo_wb55rg: Flash space left to M0 binary is not sufficient anymore - **Describe the bug**
Since V1.11.0 version of Cube package, Full stack M0 BLE f/w (stm32wb5x_BLE_Stack_full_fw.bin) should be installed at location 0x080CA000 (vs 0x080CB000 previously).
As a consequence, board flash partition should be updated to take this into account.
If not done, a bus fault happens when running BLE sample that involves flash access (where the conflict happens).
**To Reproduce**
0- Update M0 binary using latest version provided by Cube (BLE_Stack_full_fw, version => v1.11.0)
1- west build -b nucleo_wb55rg samples/bluetooth/peripheral
2- west flash
**Expected behavior**
Zephyr BLE application should be compatible with latest vesrion of M0 binaries provided by Cube package
**Impact**
Prevents use of latest Cube package M0 binaries
**Logs and console output**
```
[00:00:00.133,000] <err> os: ***** BUS FAULT *****
[00:00:00.133,000] <err> os: Precise data bus error
[00:00:00.133,000] <err> os: BFAR Address: 0x80caff8
[00:00:00.133,000] <err> os: r0/a1: 0x20002a48 r1/a2: 0x080caff8 r2/a3: 0x080cb000
[00:00:00.133,000] <err> os: r3/a4: 0x20002a47 r12/ip: 0x00000001 r14/lr: 0x0800cc13
[00:00:00.133,000] <err> os: xpsr: 0x81000000
[00:00:00.133,000] <err> os: Faulting instruction address (r15/pc): 0x0801150e
[00:00:00.133,000] <err> os: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
[00:00:00.133,000] <err> os: Current thread: 0x20001100 (unknown)
[00:00:00.195,000] <err> os: Halting system
```
| priority | nucleo flash space left to binary is not sufficient anymore describe the bug since version of cube package full stack ble f w ble stack full fw bin should be installed at location vs previously as a consequence board flash partition should be updated to take this into account if not done a bus fault happens when running ble sample that involves flash access where the conflict happens to reproduce update binary using latest version provided by cube ble stack full fw version west build b nucleo samples bluetooth peripheral west flash expected behavior zephyr ble application should be compatible with latest vesrion of binaries provided by cube package impact prevents use of latest cube package binaries logs and console output os bus fault os precise data bus error os bfar address os os ip lr os xpsr os faulting instruction address pc os zephyr fatal error cpu exception on cpu os current thread unknown os halting system | 1 |
752,079 | 26,272,480,966 | IssuesEvent | 2023-01-06 18:22:53 | PikeNote/taskbar-groups-pike-beta | https://api.github.com/repos/PikeNote/taskbar-groups-pike-beta | closed | Profile folder file storage | enhancement medium priority | Hi, I've been using the Alpha version since it was released and I've had no bug issues with it so far. The only feedback I have is that I don't like the profile folder dependency. I much preferred that all the files needed to preserve the groups were stored in the root folder that the executable was stored in.
Can this be an option to have one or the other.
My system had to be reinstalled over the weekend and I lost all the group settings that were stored on the c:, my Taskbar executable is stored on a separate data drive and had all the dependent files been in the same location I would not have had to recreate the groups.
Can you please consider this feature as an option? I love all the other improvements and the single executable.
The tool tip works great, editing the display name is flawless and very well implemented.
Thanks for reading | 1.0 | Profile folder file storage - Hi, I've been using the Alpha version since it was released and I've had no bug issues with it so far. The only feedback I have is that I don't like the profile folder dependency. I much preferred that all the files needed to preserve the groups were stored in the root folder that the executable was stored in.
Can this be an option to have one or the other.
My system had to be reinstalled over the weekend and I lost all the group settings that were stored on the c:, my Taskbar executable is stored on a separate data drive and had all the dependent files been in the same location I would not have had to recreate the groups.
Can you please consider this feature as an option? I love all the other improvements and the single executable.
The tool tip works great, editing the display name is flawless and very well implemented.
Thanks for reading | priority | profile folder file storage hi i ve been using the alpha version since it was released and i ve had no bug issues with it so far the only feedback i have is that i don t like the profile folder dependency i much preferred that all the files needed to preserve the groups were stored in the root folder that the executable was stored in can this be an option to have one or the other my system had to be reinstalled over the weekend and i lost all the group settings that were stored on the c my taskbar executable is stored on a separate data drive and had all the dependent files been in the same location i would not have had to recreate the groups can you please consider this feature as an option i love all the other improvements and the single executable the tool tip works great editing the display name is flawless and very well implemented thanks for reading | 1 |
678,261 | 23,190,866,237 | IssuesEvent | 2022-08-01 12:33:23 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | Move HDB artifacts behavior | enhancement wontfix priority-medium IDE investigation / discussion incomplete | **Describe the solution you'd like**
Calculate changes and document behavior when moving HDB artifacts across packages/projects.
**Describe alternatives you've considered**
In XSK, moving HDB artifacts may be disabled as this may result in undefined behavior. | 1.0 | Move HDB artifacts behavior - **Describe the solution you'd like**
Calculate changes and document behavior when moving HDB artifacts across packages/projects.
**Describe alternatives you've considered**
In XSK, moving HDB artifacts may be disabled as this may result in undefined behavior. | priority | move hdb artifacts behavior describe the solution you d like calculate changes and document behavior when moving hdb artifacts across packages projects describe alternatives you ve considered in xsk moving hdb artifacts may be disabled as this may result in undefined behavior | 1 |
169,191 | 6,396,270,678 | IssuesEvent | 2017-08-04 15:11:12 | ChrisALee/twitch-stocks | https://api.github.com/repos/ChrisALee/twitch-stocks | closed | Introduce a better way to test the database | Back End Priority: Medium Project Setup | ### Proposed solution:
1. Separate `.env` into `.env` for development and `.env.prod` for production.
2. Locally host a mongodb instance when in development.
3. Set up Travis CI to do the same. | 1.0 | Introduce a better way to test the database - ### Proposed solution:
1. Separate `.env` into `.env` for development and `.env.prod` for production.
2. Locally host a mongodb instance when in development.
3. Set up Travis CI to do the same. | priority | introduce a better way to test the database proposed solution separate env into env for development and env prod for production locally host a mongodb instance when in development set up travis ci to do the same | 1 |
354,219 | 10,563,978,031 | IssuesEvent | 2019-10-04 22:53:06 | Mattorious/Boyer_CryptidEscape | https://api.github.com/repos/Mattorious/Boyer_CryptidEscape | opened | Create interactive drawers | point: 2 priority: medium | As a designer, I want to create drawers that allow the player to search through them to find clues.
CoS:
Greybox level of quality
Complete functionality
| 1.0 | Create interactive drawers - As a designer, I want to create drawers that allow the player to search through them to find clues.
CoS:
Greybox level of quality
Complete functionality
| priority | create interactive drawers as a designer i want to create drawers that allow the player to search through them to find clues cos greybox level of quality complete functionality | 1 |
584,672 | 17,461,520,361 | IssuesEvent | 2021-08-06 11:10:39 | airqo-platform/AirQo-frontend | https://api.github.com/repos/airqo-platform/AirQo-frontend | opened | Store AirQlouds as polygons from a map | netmanager feature-request priority-medium | **Is your feature request related to a problem? Please describe.**
Feature is about the ongoing implementations of AirQlouds. It as become somehow clear that AirQlouds could potentially be different from group of Sites. WIth this feature request, the AirQlouds will now be looked at as polygons.
**Describe the solution you'd like**
Store AirQlouds by drawing polygons on the map. Just like in the locate microservices
**Describe alternatives you've considered**
- Persist the drawings and show them on the map everytime a user logs in.
- These polytgons/areas can be saved alongside specific user preferences so that they are not general
- The system could also have system wide default polygons (AirQlouds)
**Additional context**
Related to the best way of creating a generic ML model.
| 1.0 | Store AirQlouds as polygons from a map - **Is your feature request related to a problem? Please describe.**
Feature is about the ongoing implementations of AirQlouds. It as become somehow clear that AirQlouds could potentially be different from group of Sites. WIth this feature request, the AirQlouds will now be looked at as polygons.
**Describe the solution you'd like**
Store AirQlouds by drawing polygons on the map. Just like in the locate microservices
**Describe alternatives you've considered**
- Persist the drawings and show them on the map everytime a user logs in.
- These polytgons/areas can be saved alongside specific user preferences so that they are not general
- The system could also have system wide default polygons (AirQlouds)
**Additional context**
Related to the best way of creating a generic ML model.
| priority | store airqlouds as polygons from a map is your feature request related to a problem please describe feature is about the ongoing implementations of airqlouds it as become somehow clear that airqlouds could potentially be different from group of sites with this feature request the airqlouds will now be looked at as polygons describe the solution you d like store airqlouds by drawing polygons on the map just like in the locate microservices describe alternatives you ve considered persist the drawings and show them on the map everytime a user logs in these polytgons areas can be saved alongside specific user preferences so that they are not general the system could also have system wide default polygons airqlouds additional context related to the best way of creating a generic ml model | 1 |
522,845 | 15,168,653,803 | IssuesEvent | 2021-02-12 19:46:23 | Lumiverse/Lumiverse-Atlas-Issues | https://api.github.com/repos/Lumiverse/Lumiverse-Atlas-Issues | opened | Lithuanian flag not showing up for other players | Medium Priority backend bug | Reported by **lv*#FF453Aap** (27/12/2020 01:18:17)
**Description:**
The lithuanian flag is not showing up for other players. The players from lithuania see them in the scoreboard though.
**Reproduction:**
Just check morpp/gandras in the scoreboard.
| 1.0 | Lithuanian flag not showing up for other players - Reported by **lv*#FF453Aap** (27/12/2020 01:18:17)
**Description:**
The lithuanian flag is not showing up for other players. The players from lithuania see them in the scoreboard though.
**Reproduction:**
Just check morpp/gandras in the scoreboard.
| priority | lithuanian flag not showing up for other players reported by lv description the lithuanian flag is not showing up for other players the players from lithuania see them in the scoreboard though reproduction just check morpp gandras in the scoreboard | 1 |
187,064 | 6,744,645,772 | IssuesEvent | 2017-10-20 16:24:31 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | opened | DAL rework: use DESC and ASC for ordering instead of magic '-' | Priority: Medium Type: Bug | Makes it clearer and doesn't rely on currently half broken magic in SQL::Abstract::More | 1.0 | DAL rework: use DESC and ASC for ordering instead of magic '-' - Makes it clearer and doesn't rely on currently half broken magic in SQL::Abstract::More | priority | dal rework use desc and asc for ordering instead of magic makes it clearer and doesn t rely on currently half broken magic in sql abstract more | 1 |
329,326 | 10,014,721,160 | IssuesEvent | 2019-07-15 18:14:49 | dhowe/dialogic | https://api.github.com/repos/dhowe/dialogic | closed | Color and vertical alignment of elements in top bar | PRIORITY: Medium enhancement | Two items:
1. remove the heavy red from the top bar (i think off-white/gray is fine)
2. the vertical alignment seems sort of random (each bit of a text has a different baseline)

| 1.0 | Color and vertical alignment of elements in top bar - Two items:
1. remove the heavy red from the top bar (i think off-white/gray is fine)
2. the vertical alignment seems sort of random (each bit of a text has a different baseline)

| priority | color and vertical alignment of elements in top bar two items remove the heavy red from the top bar i think off white gray is fine the vertical alignment seems sort of random each bit of a text has a different baseline | 1 |
618,080 | 19,424,067,364 | IssuesEvent | 2021-12-21 01:31:26 | justalemon/LemonUI | https://api.github.com/repos/justalemon/LemonUI | closed | RageMP Support | type: feature request status: acknowledged priority: p2 medium | Should be fairly simple to implement; Would fork and implement it myself if I had the time... Mainly recommending this due to RageMP's poor extendibility in the NativeUI Department (Think it actually uses the NativeUI implementation to begin with).
RAGE.Game.Invoker.Invoke<T>( Hash , params[] );
RAGE.Game.Invoker.GetReturn<T>()
RAGE.Game.Alignment
```
public enum Alignment
{
Center,
Left,
Right,
}
```
RAGE.Game.Font
```
public enum Font
{
ChaletLondon = 0,
HouseScript = 1,
Monospace = 2,
ChaletComprimeCologne = 4,
Pricedown = 7,
}
``` | 1.0 | RageMP Support - Should be fairly simple to implement; Would fork and implement it myself if I had the time... Mainly recommending this due to RageMP's poor extendibility in the NativeUI Department (Think it actually uses the NativeUI implementation to begin with).
RAGE.Game.Invoker.Invoke<T>( Hash , params[] );
RAGE.Game.Invoker.GetReturn<T>()
RAGE.Game.Alignment
```
public enum Alignment
{
Center,
Left,
Right,
}
```
RAGE.Game.Font
```
public enum Font
{
ChaletLondon = 0,
HouseScript = 1,
Monospace = 2,
ChaletComprimeCologne = 4,
Pricedown = 7,
}
``` | priority | ragemp support should be fairly simple to implement would fork and implement it myself if i had the time mainly recommending this due to ragemp s poor extendibility in the nativeui department think it actually uses the nativeui implementation to begin with rage game invoker invoke hash params rage game invoker getreturn rage game alignment public enum alignment center left right rage game font public enum font chaletlondon housescript monospace chaletcomprimecologne pricedown | 1 |
414,369 | 12,102,611,311 | IssuesEvent | 2020-04-20 16:58:52 | rubyforgood/casa | https://api.github.com/repos/rubyforgood/casa | closed | Remove "new casa contact" on Admin's dashboard | :crown: Admin Priority: Medium Status: Available | **What type of user is this for? volunteer/supervisor/admin/all**
Admin
**Description**
Remove "new casa contact" on Admin's dashboard because Admin don't do that often and if they need to, they will go to the Case page and do it from there
**Screenshots of current behavior, if any**
<img width="823" alt="Screen Shot 2020-04-19 at 12 27 19 PM" src="https://user-images.githubusercontent.com/578159/79697727-25f85580-8239-11ea-9b78-5aac4408fc6c.png">
**Related issues, if any**
| 1.0 | Remove "new casa contact" on Admin's dashboard - **What type of user is this for? volunteer/supervisor/admin/all**
Admin
**Description**
Remove "new casa contact" on Admin's dashboard because Admin don't do that often and if they need to, they will go to the Case page and do it from there
**Screenshots of current behavior, if any**
<img width="823" alt="Screen Shot 2020-04-19 at 12 27 19 PM" src="https://user-images.githubusercontent.com/578159/79697727-25f85580-8239-11ea-9b78-5aac4408fc6c.png">
**Related issues, if any**
| priority | remove new casa contact on admin s dashboard what type of user is this for volunteer supervisor admin all admin description remove new casa contact on admin s dashboard because admin don t do that often and if they need to they will go to the case page and do it from there screenshots of current behavior if any img width alt screen shot at pm src related issues if any | 1 |
266,736 | 8,374,571,264 | IssuesEvent | 2018-10-05 14:02:46 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | api-frontend requires localhost to resolve | Priority: Medium Type: Bug | Not that its a good idea to not have localhost resolve to 127.0.0.1 in the hosts file, but when its the case the API frontend fails the login call due to the following line: https://github.com/inverse-inc/packetfence/blob/ffe21c3961835f272a320bcac7f6264b4029a29a/go/caddy/api-aaa/api-aaa.go#L98
All the other configuration points to 127.0.0.1 so it would make sense this does too. | 1.0 | api-frontend requires localhost to resolve - Not that its a good idea to not have localhost resolve to 127.0.0.1 in the hosts file, but when its the case the API frontend fails the login call due to the following line: https://github.com/inverse-inc/packetfence/blob/ffe21c3961835f272a320bcac7f6264b4029a29a/go/caddy/api-aaa/api-aaa.go#L98
All the other configuration points to 127.0.0.1 so it would make sense this does too. | priority | api frontend requires localhost to resolve not that its a good idea to not have localhost resolve to in the hosts file but when its the case the api frontend fails the login call due to the following line all the other configuration points to so it would make sense this does too | 1 |
337,126 | 10,210,876,040 | IssuesEvent | 2019-08-14 15:38:48 | stats4sd/ccrp_soils_laravel | https://api.github.com/repos/stats4sd/ccrp_soils_laravel | closed | Add QR Code generator | Priority: Medium Type:Feature | The live platform uses a JS plugin QRCode, along with an ajax php call to actually generate the code numbers and add them to the database.
The generic codes are in 2 parts - a 4-digit random number, followed by the auto-incremented ID generated by adding the record into the 'barcodes' MySQL table. The Ajax request generates the random numbers, inserts the records into the Db, then returns the compiled strings for JS to create the QR images.
The easy way to add this feature is to basically use the same setup. The front-end JS code can be very similar. The back-end can be tidied a lot by making it a proper Laravel API controller. | 1.0 | Add QR Code generator - The live platform uses a JS plugin QRCode, along with an ajax php call to actually generate the code numbers and add them to the database.
The generic codes are in 2 parts - a 4-digit random number, followed by the auto-incremented ID generated by adding the record into the 'barcodes' MySQL table. The Ajax request generates the random numbers, inserts the records into the Db, then returns the compiled strings for JS to create the QR images.
The easy way to add this feature is to basically use the same setup. The front-end JS code can be very similar. The back-end can be tidied a lot by making it a proper Laravel API controller. | priority | add qr code generator the live platform uses a js plugin qrcode along with an ajax php call to actually generate the code numbers and add them to the database the generic codes are in parts a digit random number followed by the auto incremented id generated by adding the record into the barcodes mysql table the ajax request generates the random numbers inserts the records into the db then returns the compiled strings for js to create the qr images the easy way to add this feature is to basically use the same setup the front end js code can be very similar the back end can be tidied a lot by making it a proper laravel api controller | 1 |
771,032 | 27,065,936,520 | IssuesEvent | 2023-02-14 00:25:58 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Move xCluster and cdc code out of CatalogManager cc file | kind/bug area/docdb priority/medium | Jira Link: [DB-5365](https://yugabyte.atlassian.net/browse/DB-5365)
### Description
As part of the catalog_manager cleanup we are going to move cdc and xcluster related code from ent/src/yb/master/catalog_manager_ent.cc (8k->3K lines) to ent/src/yb/master/xrepl_catalog_manager.cc(5k lines)
- Common code between cdcsdk and xcluster will be called xrepl
- This is just a file move, the code is still resides in master::enterprise::CatalogManager class. Moving things to separate classes will be the next step. It will be more involved and help us to remove unwated dependencies between the different components and hopefully reduce some code complexity.
- The move out of ent directory will happen independently.
- We will use the findings from these to help migrate other things like pitr, backup restore, encryption,… out of catalog manager. (We need to define some boundaries for these first)
[DB-5365]: https://yugabyte.atlassian.net/browse/DB-5365?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB] Move xCluster and cdc code out of CatalogManager cc file - Jira Link: [DB-5365](https://yugabyte.atlassian.net/browse/DB-5365)
### Description
As part of the catalog_manager cleanup we are going to move cdc and xcluster related code from ent/src/yb/master/catalog_manager_ent.cc (8k->3K lines) to ent/src/yb/master/xrepl_catalog_manager.cc(5k lines)
- Common code between cdcsdk and xcluster will be called xrepl
- This is just a file move, the code is still resides in master::enterprise::CatalogManager class. Moving things to separate classes will be the next step. It will be more involved and help us to remove unwated dependencies between the different components and hopefully reduce some code complexity.
- The move out of ent directory will happen independently.
- We will use the findings from these to help migrate other things like pitr, backup restore, encryption,… out of catalog manager. (We need to define some boundaries for these first)
[DB-5365]: https://yugabyte.atlassian.net/browse/DB-5365?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | move xcluster and cdc code out of catalogmanager cc file jira link description as part of the catalog manager cleanup we are going to move cdc and xcluster related code from ent src yb master catalog manager ent cc lines to ent src yb master xrepl catalog manager cc lines common code between cdcsdk and xcluster will be called xrepl this is just a file move the code is still resides in master enterprise catalogmanager class moving things to separate classes will be the next step it will be more involved and help us to remove unwated dependencies between the different components and hopefully reduce some code complexity the move out of ent directory will happen independently we will use the findings from these to help migrate other things like pitr backup restore encryption … out of catalog manager we need to define some boundaries for these first | 1 |
367,438 | 10,853,830,069 | IssuesEvent | 2019-11-13 15:23:44 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | The misc-flasher runner is not usable | bug priority: medium | **Describe the bug**
During the development cycle, a misc-flasher runner was added as a catch-all for special purposes.
However, as discussed in #20273, it is not usable.
**To Reproduce**
Try to write a script that uses this runner to flash a board.
Note that it has no access to the build directory where binary artifacts are stored.
**Expected behavior**
Script called by misc-flasher should be able to find the build directory containing binary artifacts to flash.
**Impact**
Showstopper for up_squared board (not me) -- cc @chen-png
**Screenshots or console output**
N/A
**Environment (please complete the following information):**
All
**Additional context**
N/A
| 1.0 | The misc-flasher runner is not usable - **Describe the bug**
During the development cycle, a misc-flasher runner was added as a catch-all for special purposes.
However, as discussed in #20273, it is not usable.
**To Reproduce**
Try to write a script that uses this runner to flash a board.
Note that it has no access to the build directory where binary artifacts are stored.
**Expected behavior**
Script called by misc-flasher should be able to find the build directory containing binary artifacts to flash.
**Impact**
Showstopper for up_squared board (not me) -- cc @chen-png
**Screenshots or console output**
N/A
**Environment (please complete the following information):**
All
**Additional context**
N/A
| priority | the misc flasher runner is not usable describe the bug during the development cycle a misc flasher runner was added as a catch all for special purposes however as discussed in it is not usable to reproduce try to write a script that uses this runner to flash a board note that it has no access to the build directory where binary artifacts are stored expected behavior script called by misc flasher should be able to find the build directory containing binary artifacts to flash impact showstopper for up squared board not me cc chen png screenshots or console output n a environment please complete the following information all additional context n a | 1 |
720,529 | 24,796,135,616 | IssuesEvent | 2022-10-24 17:25:52 | bounswe/bounswe2022group1 | https://api.github.com/repos/bounswe/bounswe2022group1 | closed | Learning Django - Ege Onur Taga | Priority: Medium Status: In Progress | Issue Description:
As a backend team, we have decided to learn Django throughly for the project before diving into implementation details. Thus, by following the tutorial [there](https://www.djangoproject.com/start/), I aim to finish the first four parts of the tutorial by implementing the first two sections.
**Tasks to Do:**
- [x] Finish the reading of first two sections
- [x] Finish the implementation of first two sections
- [ ] Finish the first four parts of the tutorial.
*Task Deadline:* 20.10.2022 23.59
*Final Situation:*
*Reviewer:* @kkadirkkalkan
*Review Deadline:* 21.10.2022 23.59 | 1.0 | Learning Django - Ege Onur Taga - Issue Description:
As a backend team, we have decided to learn Django throughly for the project before diving into implementation details. Thus, by following the tutorial [there](https://www.djangoproject.com/start/), I aim to finish the first four parts of the tutorial by implementing the first two sections.
**Tasks to Do:**
- [x] Finish the reading of first two sections
- [x] Finish the implementation of first two sections
- [ ] Finish the first four parts of the tutorial.
*Task Deadline:* 20.10.2022 23.59
*Final Situation:*
*Reviewer:* @kkadirkkalkan
*Review Deadline:* 21.10.2022 23.59 | priority | learning django ege onur taga issue description as a backend team we have decided to learn django throughly for the project before diving into implementation details thus by following the tutorial i aim to finish the first four parts of the tutorial by implementing the first two sections tasks to do finish the reading of first two sections finish the implementation of first two sections finish the first four parts of the tutorial task deadline final situation reviewer kkadirkkalkan review deadline | 1 |
753,997 | 26,369,959,225 | IssuesEvent | 2023-01-11 19:46:47 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | [Death Knight ZONE][Quest][An End to All Things... completed] | Class: Death Knight Quest - Cataclysm (1-60) Priority: Medium Status: Confirmed | [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
You get on the bone drake and shoot some crusaders and ballista.
Crusaders and Ballista never fire back or even get into combat.
**How to reproduce:**
Do the quest
**How it should work:**
https://www.youtube.com/watch?v=MyxgIKs_XJo
**Database links:**
/?quest=12779 | 1.0 | [Death Knight ZONE][Quest][An End to All Things... completed] - [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
You get on the bone drake and shoot some crusaders and ballista.
Crusaders and Ballista never fire back or even get into combat.
**How to reproduce:**
Do the quest
**How it should work:**
https://www.youtube.com/watch?v=MyxgIKs_XJo
**Database links:**
/?quest=12779 | priority | rembember add links to things related to the bug using for example cata twinhead twinstar cz description you get on the bone drake and shoot some crusaders and ballista crusaders and ballista never fire back or even get into combat how to reproduce do the quest how it should work database links quest | 1 |
695,952 | 23,877,712,705 | IssuesEvent | 2022-09-07 20:49:22 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | Update the homepage description | good first issue help wanted 🟧 priority: high 🟨 priority: medium ✨ goal: improvement 🕹 aspect: interface 💬 talk: discussion 🔧 tech: vue | ## Description
The description below the Openverse logo on the homepage needs to be updated.
The new text is "Discover more than 600 million media to use", and the styles are as follows:
All fonts are Inter, style Regular.
### Desktop
**Subtitle**
Font size: 46px
Line height: 60px
Line height: 130%
Margin-bottom: 16px
**Description**
Font size: 27px
Line height: 35px
Line height: 130%
Margin-bottom: 24px
### Mobile
**Subtitle**
Font size: 19px
Line height: 25px
Line height: 130%
Margin-bottom: 24px
**Description**
Font size: 14px
Line height: 22px
Line height: 160%
Margin-bottom: 32px
## Screenshots
<img width="619" alt="Screen Shot 2022-09-06 at 7 26 01 PM" src="https://user-images.githubusercontent.com/15233243/188687452-1e82c12a-c26d-472c-a350-76d17c6bfd49.png">
## Mockups
* Figma: [Copy improvements in the search flow](https://www.figma.com/file/ClEKESZzZxudMoHbHq3A66/Copy-improvements-in-the-search-flow?node-id=0%3A1)
* Presentation: [Slides](https://www.figma.com/proto/ClEKESZzZxudMoHbHq3A66/Copy-improvements-in-the-search-flow?page-id=26%3A13657&node-id=427%3A9251&viewport=461%2C537%2C0.3&scaling=min-zoom&starting-point-node-id=427%3A9251) | 2.0 | Update the homepage description - ## Description
The description below the Openverse logo on the homepage needs to be updated.
The new text is "Discover more than 600 million media to use", and the styles are as follows:
All fonts are Inter, style Regular.
### Desktop
**Subtitle**
Font size: 46px
Line height: 60px
Line height: 130%
Margin-bottom: 16px
**Description**
Font size: 27px
Line height: 35px
Line height: 130%
Margin-bottom: 24px
### Mobile
**Subtitle**
Font size: 19px
Line height: 25px
Line height: 130%
Margin-bottom: 24px
**Description**
Font size: 14px
Line height: 22px
Line height: 160%
Margin-bottom: 32px
## Screenshots
<img width="619" alt="Screen Shot 2022-09-06 at 7 26 01 PM" src="https://user-images.githubusercontent.com/15233243/188687452-1e82c12a-c26d-472c-a350-76d17c6bfd49.png">
## Mockups
* Figma: [Copy improvements in the search flow](https://www.figma.com/file/ClEKESZzZxudMoHbHq3A66/Copy-improvements-in-the-search-flow?node-id=0%3A1)
* Presentation: [Slides](https://www.figma.com/proto/ClEKESZzZxudMoHbHq3A66/Copy-improvements-in-the-search-flow?page-id=26%3A13657&node-id=427%3A9251&viewport=461%2C537%2C0.3&scaling=min-zoom&starting-point-node-id=427%3A9251) | priority | update the homepage description description the description below the openverse logo on the homepage needs to be updated the new text is discover more than million media to use and the styles are as follows all fonts are inter style regular desktop subtitle font size line height line height margin bottom description font size line height line height margin bottom mobile subtitle font size line height line height margin bottom description font size line height line height margin bottom screenshots img width alt screen shot at pm src mockups figma presentation | 1 |
167,313 | 6,336,547,466 | IssuesEvent | 2017-07-26 21:20:39 | INN/inn | https://api.github.com/repos/INN/inn | closed | Link State Styles | inn.org priority: medium | 1. Look at the current mockup/wireframe for inn.org.
RESULT: no styles for different states (active, hover, etc.)
EXPECT: Create mockups and/or guidelines for the following states:
Navigation: (we decided to use the existing nav behavior)
All other links and buttons:
- a:link
- a:visited
- a:hover
- a:active | 1.0 | Link State Styles - 1. Look at the current mockup/wireframe for inn.org.
RESULT: no styles for different states (active, hover, etc.)
EXPECT: Create mockups and/or guidelines for the following states:
Navigation: (we decided to use the existing nav behavior)
All other links and buttons:
- a:link
- a:visited
- a:hover
- a:active | priority | link state styles look at the current mockup wireframe for inn org result no styles for different states active hover etc expect create mockups and or guidelines for the following states navigation we decided to use the existing nav behavior all other links and buttons a link a visited a hover a active | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.