Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 855 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 13 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 240k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
205,439 | 7,097,971,514 | IssuesEvent | 2018-01-15 01:13:20 | johndiiorio/bughouse | https://api.github.com/repos/johndiiorio/bughouse | closed | Users are sometimes unable to make a move at the beginning of the game | bug high priority | This only seems to happen for users in position 4. | 1.0 | Users are sometimes unable to make a move at the beginning of the game - This only seems to happen for users in position 4. | priority | users are sometimes unable to make a move at the beginning of the game this only seems to happen for users in position | 1 |
526,015 | 15,278,309,021 | IssuesEvent | 2021-02-23 01:10:53 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | [Story Player] Fix script import path to local build | P1: High Priority Type: Feature Request WG: stories | Loading a local build of the Player in a development environment should work like any other extension.
We should be able to specify:
```
<script async src="https://cdn.ampproject.org/amp-story-player-v0.js"></script>
```
But instead this fails and loads the production build.
Today, we need to specifically write `<script async src="../../dist/amp-story-player.js"></script>`, which is unlike other extensions and brings confusion in local development.
cc @ampproject/wg-stories | 1.0 | [Story Player] Fix script import path to local build - Loading a local build of the Player in a development environment should work like any other extension.
We should be able to specify:
```
<script async src="https://cdn.ampproject.org/amp-story-player-v0.js"></script>
```
But instead this fails and loads the production build.
Today, we need to specifically write `<script async src="../../dist/amp-story-player.js"></script>`, which is unlike other extensions and brings confusion in local development.
cc @ampproject/wg-stories | priority | fix script import path to local build loading a local build of the player in a development environment should work like any other extension we should be able to specify script async src but instead this fails and loads the production build today we need to specifically write which is unlike other extensions and brings confusion in local development cc ampproject wg stories | 1 |
693,096 | 23,762,939,788 | IssuesEvent | 2022-09-01 10:22:38 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | [GB 14.0.0] Bug: Pasting block markups with an empty List block crashes the editor | [Type] Bug [Priority] High [Status] In Progress [Block] List [Feature] Block Validation/Deprecation | ### Description
Pasting a block markup with an empty List block results in an uncaught exception that WSODs the editor. Not sure if it's specific to the List block or something more far-reaching that could affect other blocks, though. and
### Step-by-step reproduction instructions
1. Clone GB locally and checkout the `v14.0.0` tag;
2. Build it: `npm ci && npm run dev`;
3. Start `wp-env`: `npx wp-env start .`;
4. Login to your local `wp-env` instance, make sure `v14.0.0` is activated and start a new Post;
5. Paste the following block markup in the code editor:
```
<!-- wp:list -->
<ul><li></li></ul>
<!-- /wp:list -->
```
6. You'll see a WSOD (though the left sideber will still be visible), you'll notice an exception in the JS console:
```
Uncaught TypeError: can't access property "tagName", nestedList is undefined
innerBlocks utils.js:33
createListBlockFromDOMElement utils.js:22
migrateToListV2 utils.js:78
applyBlockDeprecatedVersions apply-block-deprecated-versions.js:107
parseRawBlock index.js:250
parse index.js:311
parse index.js:310
stopEditing index.js:64
```
### Screenshots, screen recording, code snippet
https://user-images.githubusercontent.com/81248/187809756-78f57346-f3e6-49b7-a8f4-3a8924c2fa8e.mp4
### Environment info
- Wordpress 6.1-alpha-54044
- Gutenberg 14.0.0
- Firefox 105.0b5 (Linux 64-bit)
- Ubuntu Linux 18.04
### Please confirm that you have searched existing issues in the repo.
Yes
### Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes | 1.0 | [GB 14.0.0] Bug: Pasting block markups with an empty List block crashes the editor - ### Description
Pasting a block markup with an empty List block results in an uncaught exception that WSODs the editor. Not sure if it's specific to the List block or something more far-reaching that could affect other blocks, though. and
### Step-by-step reproduction instructions
1. Clone GB locally and checkout the `v14.0.0` tag;
2. Build it: `npm ci && npm run dev`;
3. Start `wp-env`: `npx wp-env start .`;
4. Login to your local `wp-env` instance, make sure `v14.0.0` is activated and start a new Post;
5. Paste the following block markup in the code editor:
```
<!-- wp:list -->
<ul><li></li></ul>
<!-- /wp:list -->
```
6. You'll see a WSOD (though the left sideber will still be visible), you'll notice an exception in the JS console:
```
Uncaught TypeError: can't access property "tagName", nestedList is undefined
innerBlocks utils.js:33
createListBlockFromDOMElement utils.js:22
migrateToListV2 utils.js:78
applyBlockDeprecatedVersions apply-block-deprecated-versions.js:107
parseRawBlock index.js:250
parse index.js:311
parse index.js:310
stopEditing index.js:64
```
### Screenshots, screen recording, code snippet
https://user-images.githubusercontent.com/81248/187809756-78f57346-f3e6-49b7-a8f4-3a8924c2fa8e.mp4
### Environment info
- Wordpress 6.1-alpha-54044
- Gutenberg 14.0.0
- Firefox 105.0b5 (Linux 64-bit)
- Ubuntu Linux 18.04
### Please confirm that you have searched existing issues in the repo.
Yes
### Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes | priority | bug pasting block markups with an empty list block crashes the editor description pasting a block markup with an empty list block results in an uncaught exception that wsods the editor not sure if it s specific to the list block or something more far reaching that could affect other blocks though and step by step reproduction instructions clone gb locally and checkout the tag build it npm ci npm run dev start wp env npx wp env start login to your local wp env instance make sure is activated and start a new post paste the following block markup in the code editor you ll see a wsod though the left sideber will still be visible you ll notice an exception in the js console uncaught typeerror can t access property tagname nestedlist is undefined innerblocks utils js createlistblockfromdomelement utils js utils js applyblockdeprecatedversions apply block deprecated versions js parserawblock index js parse index js parse index js stopediting index js screenshots screen recording code snippet environment info wordpress alpha gutenberg firefox linux bit ubuntu linux please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg yes | 1 |
548,200 | 16,060,134,737 | IssuesEvent | 2021-04-23 11:19:36 | camunda-cloud/zeebe | https://api.github.com/repos/camunda-cloud/zeebe | closed | BufferUnderflowException in JournalSegmentDescriptor during [7/14] cluster services | Impact: Availability Priority: Mid Scope: broker Severity: High Status: Planned Type: Bug | **Describe the bug**
A BufferUnderflowException occurred during raft partition start (7/14 cluster services of broker start).
> "Bootstrap Broker-1 [7/14]: cluster services failed with unexpected exception."
The buffer underflow occurs when the journalsegment descriptor is constructed by reading the meta data from the buffer. It occurs on the very first read from the buffer, so I think the buffer was actually empty.
The buffer was supposed to be filled by reading the segments file channel and flipping the buffer in https://github.com/zeebe-io/zeebe/blob/0.25.0/atomix/storage/src/main/java/io/atomix/storage/journal/SegmentedJournal.java#L500#L503. At this time, it is unclear to me why the buffer is empty.
After this happens in step 7/14, the broker starts shutting down and closes the steps in reverse. During that another error is thrown which is already covered by https://github.com/zeebe-io/zeebe/issues/5645.
**Expected behavior**
If the segment file was empty, it should at least contain meta data, so I would not expect a buffer underflow.
**Log/Stacktrace**
[Error](https://console.cloud.google.com/errors/CMrwsKLqhaf5fg?service=zeebe&time=P7D&project=camunda-cloud-240911&authuser=1)
[Logs](https://console.cloud.google.com/logs/query;query=logName:%22zeebe%22%0Aresource.type%3D%22k8s_container%22%0Aresource.labels.cluster_name%3D%22excitingdev%22%0Aresource.labels.namespace_name%3D%229be46ebe-d264-4fb3-9ccd-c4569b4dc09a-zeebe%22%0Aresource.labels.container_name%3D%22zeebe%22%0Aresource.labels.pod_name%3D%22zeebe-1%22;timeRange=2020-11-05T11:51:04.962Z%2F2020-11-05T16:51:04.962Z;pinnedLogId=2020-11-05T15:20:35.006526Z%2F198jmref1drbjp?authuser=1&project=camunda-cloud-240911)
<details><summary>Full Stacktrace</summary>
<p>
```
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:798) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:779) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at io.zeebe.broker.StandaloneBroker.main(StandaloneBroker.java:44) [zeebe-distribution-0.25.0.jar:0.25.0]
Caused by: io.zeebe.util.exception.UncheckedExecutionException: Failed to start broker
at io.zeebe.broker.Broker.internalStart(Broker.java:186) ~[zeebe-broker-0.25.0.jar:0.25.0]
at io.zeebe.util.LogUtil.doWithMDC(LogUtil.java:21) ~[zeebe-util-0.25.0.jar:0.25.0]
at io.zeebe.broker.Broker.start(Broker.java:159) ~[zeebe-broker-0.25.0.jar:0.25.0]
at io.zeebe.broker.StandaloneBroker.run(StandaloneBroker.java:57) ~[zeebe-distribution-0.25.0.jar:0.25.0]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:795) ~[spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
... 5 more
Caused by: java.util.concurrent.CompletionException: java.nio.BufferUnderflowException
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) ~[atomix-utils-0.25.0.jar:0.25.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.nio.BufferUnderflowException
at java.nio.Buffer.nextGetIndex(Unknown Source) ~[?:?]
at java.nio.HeapByteBuffer.getInt(Unknown Source) ~[?:?]
at io.atomix.storage.journal.JournalSegmentDescriptor.<init>(JournalSegmentDescriptor.java:93) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.loadSegment(SegmentedJournal.java:503) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.loadSegments(SegmentedJournal.java:552) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.open(SegmentedJournal.java:255) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.<init>(SegmentedJournal.java:92) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal$Builder.build(SegmentedJournal.java:853) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.raft.storage.log.RaftLog$Builder.build(RaftLog.java:284) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.storage.RaftStorage.openLog(RaftStorage.java:300) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.impl.RaftContext.<init>(RaftContext.java:155) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.impl.DefaultRaftServer$Builder.build(DefaultRaftServer.java:301) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.impl.DefaultRaftServer$Builder.build(DefaultRaftServer.java:275) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.impl.RaftPartitionServer.buildServer(RaftPartitionServer.java:181) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.impl.RaftPartitionServer.initServer(RaftPartitionServer.java:151) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.impl.RaftPartitionServer.start(RaftPartitionServer.java:109) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.RaftPartition.open(RaftPartition.java:130) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.RaftPartitionGroup.lambda$join$6(RaftPartitionGroup.java:204) ~[atomix-cluster-0.25.0.jar:0.25.0]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?]
at java.util.HashMap$KeySpliterator.forEachRemaining(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:?]
at io.atomix.raft.partition.RaftPartitionGroup.join(RaftPartitionGroup.java:206) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.primitive.partition.impl.DefaultPartitionService.lambda$start$1(DefaultPartitionService.java:80) ~[atomix-cluster-0.25.0.jar:0.25.0]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?]
at java.util.concurrent.ConcurrentHashMap$ValueSpliterator.forEachRemaining(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:?]
at io.atomix.primitive.partition.impl.DefaultPartitionService.start(DefaultPartitionService.java:81) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.core.Atomix.lambda$startServices$0(Atomix.java:178) ~[atomix-0.25.0.jar:0.25.0]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) ~[atomix-utils-0.25.0.jar:0.25.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]
```
</p>
</details>
**Environment:**
- OS: Camunda Cloud
- Environment: excitingdev
- Zeebe Version: 0.25.0
| 1.0 | BufferUnderflowException in JournalSegmentDescriptor during [7/14] cluster services - **Describe the bug**
A BufferUnderflowException occurred during raft partition start (7/14 cluster services of broker start).
> "Bootstrap Broker-1 [7/14]: cluster services failed with unexpected exception."
The buffer underflow occurs when the journalsegment descriptor is constructed by reading the meta data from the buffer. It occurs on the very first read from the buffer, so I think the buffer was actually empty.
The buffer was supposed to be filled by reading the segments file channel and flipping the buffer in https://github.com/zeebe-io/zeebe/blob/0.25.0/atomix/storage/src/main/java/io/atomix/storage/journal/SegmentedJournal.java#L500#L503. At this time, it is unclear to me why the buffer is empty.
After this happens in step 7/14, the broker starts shutting down and closes the steps in reverse. During that another error is thrown which is already covered by https://github.com/zeebe-io/zeebe/issues/5645.
**Expected behavior**
If the segment file was empty, it should at least contain meta data, so I would not expect a buffer underflow.
**Log/Stacktrace**
[Error](https://console.cloud.google.com/errors/CMrwsKLqhaf5fg?service=zeebe&time=P7D&project=camunda-cloud-240911&authuser=1)
[Logs](https://console.cloud.google.com/logs/query;query=logName:%22zeebe%22%0Aresource.type%3D%22k8s_container%22%0Aresource.labels.cluster_name%3D%22excitingdev%22%0Aresource.labels.namespace_name%3D%229be46ebe-d264-4fb3-9ccd-c4569b4dc09a-zeebe%22%0Aresource.labels.container_name%3D%22zeebe%22%0Aresource.labels.pod_name%3D%22zeebe-1%22;timeRange=2020-11-05T11:51:04.962Z%2F2020-11-05T16:51:04.962Z;pinnedLogId=2020-11-05T15:20:35.006526Z%2F198jmref1drbjp?authuser=1&project=camunda-cloud-240911)
<details><summary>Full Stacktrace</summary>
<p>
```
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:798) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:779) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:322) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
at io.zeebe.broker.StandaloneBroker.main(StandaloneBroker.java:44) [zeebe-distribution-0.25.0.jar:0.25.0]
Caused by: io.zeebe.util.exception.UncheckedExecutionException: Failed to start broker
at io.zeebe.broker.Broker.internalStart(Broker.java:186) ~[zeebe-broker-0.25.0.jar:0.25.0]
at io.zeebe.util.LogUtil.doWithMDC(LogUtil.java:21) ~[zeebe-util-0.25.0.jar:0.25.0]
at io.zeebe.broker.Broker.start(Broker.java:159) ~[zeebe-broker-0.25.0.jar:0.25.0]
at io.zeebe.broker.StandaloneBroker.run(StandaloneBroker.java:57) ~[zeebe-distribution-0.25.0.jar:0.25.0]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:795) ~[spring-boot-2.3.4.RELEASE.jar:2.3.4.RELEASE]
... 5 more
Caused by: java.util.concurrent.CompletionException: java.nio.BufferUnderflowException
at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) ~[atomix-utils-0.25.0.jar:0.25.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.nio.BufferUnderflowException
at java.nio.Buffer.nextGetIndex(Unknown Source) ~[?:?]
at java.nio.HeapByteBuffer.getInt(Unknown Source) ~[?:?]
at io.atomix.storage.journal.JournalSegmentDescriptor.<init>(JournalSegmentDescriptor.java:93) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.loadSegment(SegmentedJournal.java:503) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.loadSegments(SegmentedJournal.java:552) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.open(SegmentedJournal.java:255) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal.<init>(SegmentedJournal.java:92) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.storage.journal.SegmentedJournal$Builder.build(SegmentedJournal.java:853) ~[atomix-storage-0.25.0.jar:0.25.0]
at io.atomix.raft.storage.log.RaftLog$Builder.build(RaftLog.java:284) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.storage.RaftStorage.openLog(RaftStorage.java:300) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.impl.RaftContext.<init>(RaftContext.java:155) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.impl.DefaultRaftServer$Builder.build(DefaultRaftServer.java:301) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.impl.DefaultRaftServer$Builder.build(DefaultRaftServer.java:275) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.impl.RaftPartitionServer.buildServer(RaftPartitionServer.java:181) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.impl.RaftPartitionServer.initServer(RaftPartitionServer.java:151) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.impl.RaftPartitionServer.start(RaftPartitionServer.java:109) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.RaftPartition.open(RaftPartition.java:130) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.raft.partition.RaftPartitionGroup.lambda$join$6(RaftPartitionGroup.java:204) ~[atomix-cluster-0.25.0.jar:0.25.0]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?]
at java.util.HashMap$KeySpliterator.forEachRemaining(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:?]
at io.atomix.raft.partition.RaftPartitionGroup.join(RaftPartitionGroup.java:206) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.primitive.partition.impl.DefaultPartitionService.lambda$start$1(DefaultPartitionService.java:80) ~[atomix-cluster-0.25.0.jar:0.25.0]
at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?]
at java.util.concurrent.ConcurrentHashMap$ValueSpliterator.forEachRemaining(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?]
at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:?]
at io.atomix.primitive.partition.impl.DefaultPartitionService.start(DefaultPartitionService.java:81) ~[atomix-cluster-0.25.0.jar:0.25.0]
at io.atomix.core.Atomix.lambda$startServices$0(Atomix.java:178) ~[atomix-0.25.0.jar:0.25.0]
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source) ~[?:?]
at io.atomix.utils.concurrent.SingleThreadContext$WrappedRunnable.run(SingleThreadContext.java:188) ~[atomix-utils-0.25.0.jar:0.25.0]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:?]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
at java.lang.Thread.run(Unknown Source) ~[?:?]
```
</p>
</details>
**Environment:**
- OS: Camunda Cloud
- Environment: excitingdev
- Zeebe Version: 0.25.0
| priority | bufferunderflowexception in journalsegmentdescriptor during cluster services describe the bug a bufferunderflowexception occurred during raft partition start cluster services of broker start bootstrap broker cluster services failed with unexpected exception the buffer underflow occurs when the journalsegment descriptor is constructed by reading the meta data from the buffer it occurs on the very first read from the buffer so i think the buffer was actually empty the buffer was supposed to be filled by reading the segments file channel and flipping the buffer in at this time it is unclear to me why the buffer is empty after this happens in step the broker starts shutting down and closes the steps in reverse during that another error is thrown which is already covered by expected behavior if the segment file was empty it should at least contain meta data so i would not expect a buffer underflow log stacktrace full stacktrace java lang illegalstateexception failed to execute commandlinerunner at org springframework boot springapplication callrunner springapplication java at org springframework boot springapplication callrunners springapplication java at org springframework boot springapplication run springapplication java at org springframework boot springapplication run springapplication java at org springframework boot springapplication run springapplication java at io zeebe broker standalonebroker main standalonebroker java caused by io zeebe util exception uncheckedexecutionexception failed to start broker at io zeebe broker broker internalstart broker java at io zeebe util logutil dowithmdc logutil java at io zeebe broker broker start broker java at io zeebe broker standalonebroker run standalonebroker java at org springframework boot springapplication callrunner springapplication java more caused by java util concurrent completionexception java nio bufferunderflowexception at java util concurrent completablefuture encodethrowable unknown source at java util concurrent completablefuture completethrowable unknown source at java util concurrent completablefuture unicompose tryfire unknown source at java util concurrent completablefuture completion run unknown source at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call unknown source at java util concurrent futuretask run unknown source at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run unknown source at java util concurrent threadpoolexecutor runworker unknown source at java util concurrent threadpoolexecutor worker run unknown source at java lang thread run unknown source caused by java nio bufferunderflowexception at java nio buffer nextgetindex unknown source at java nio heapbytebuffer getint unknown source at io atomix storage journal journalsegmentdescriptor journalsegmentdescriptor java at io atomix storage journal segmentedjournal loadsegment segmentedjournal java at io atomix storage journal segmentedjournal loadsegments segmentedjournal java at io atomix storage journal segmentedjournal open segmentedjournal java at io atomix storage journal segmentedjournal segmentedjournal java at io atomix storage journal segmentedjournal builder build segmentedjournal java at io atomix raft storage log raftlog builder build raftlog java at io atomix raft storage raftstorage openlog raftstorage java at io atomix raft impl raftcontext raftcontext java at io atomix raft impl defaultraftserver builder build defaultraftserver java at io atomix raft impl defaultraftserver builder build defaultraftserver java at io atomix raft partition impl raftpartitionserver buildserver raftpartitionserver java at io atomix raft partition impl raftpartitionserver initserver raftpartitionserver java at io atomix raft partition impl raftpartitionserver start raftpartitionserver java at io atomix raft partition raftpartition open raftpartition java at io atomix raft partition raftpartitiongroup lambda join raftpartitiongroup java at java util stream referencepipeline accept unknown source at java util hashmap keyspliterator foreachremaining unknown source at java util stream abstractpipeline copyinto unknown source at java util stream abstractpipeline wrapandcopyinto unknown source at java util stream reduceops reduceop evaluatesequential unknown source at java util stream abstractpipeline evaluate unknown source at java util stream referencepipeline collect unknown source at io atomix raft partition raftpartitiongroup join raftpartitiongroup java at io atomix primitive partition impl defaultpartitionservice lambda start defaultpartitionservice java at java util stream referencepipeline accept unknown source at java util concurrent concurrenthashmap valuespliterator foreachremaining unknown source at java util stream abstractpipeline copyinto unknown source at java util stream abstractpipeline wrapandcopyinto unknown source at java util stream reduceops reduceop evaluatesequential unknown source at java util stream abstractpipeline evaluate unknown source at java util stream referencepipeline collect unknown source at io atomix primitive partition impl defaultpartitionservice start defaultpartitionservice java at io atomix core atomix lambda startservices atomix java at java util concurrent completablefuture unicompose tryfire unknown source at java util concurrent completablefuture completion run unknown source at io atomix utils concurrent singlethreadcontext wrappedrunnable run singlethreadcontext java at java util concurrent executors runnableadapter call unknown source at java util concurrent futuretask run unknown source at java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run unknown source at java util concurrent threadpoolexecutor runworker unknown source at java util concurrent threadpoolexecutor worker run unknown source at java lang thread run unknown source environment os camunda cloud environment excitingdev zeebe version | 1 |
695,570 | 23,864,321,661 | IssuesEvent | 2022-09-07 09:42:28 | FactorioAntigrief/FactorioAntigrief | https://api.github.com/repos/FactorioAntigrief/FactorioAntigrief | closed | Servers should be able to be offline and get bans delivered once they come online | scope:clientside-bot priority:high | If an RCON connection of a server dies, it should get all of the bans it was supposed to get since the connection death once the connection is re-established. | 1.0 | Servers should be able to be offline and get bans delivered once they come online - If an RCON connection of a server dies, it should get all of the bans it was supposed to get since the connection death once the connection is re-established. | priority | servers should be able to be offline and get bans delivered once they come online if an rcon connection of a server dies it should get all of the bans it was supposed to get since the connection death once the connection is re established | 1 |
802,692 | 29,044,303,060 | IssuesEvent | 2023-05-13 11:00:17 | fedKotikeD-org/Bluespace-Station | https://api.github.com/repos/fedKotikeD-org/Bluespace-Station | closed | Обновить файлы | task Priority: 5-High | ### Описание
Нужно сделать апстрим корваксов
### Параметры
- [ ] Перенести файлы | 1.0 | Обновить файлы - ### Описание
Нужно сделать апстрим корваксов
### Параметры
- [ ] Перенести файлы | priority | обновить файлы описание нужно сделать апстрим корваксов параметры перенести файлы | 1 |
163,687 | 6,203,872,476 | IssuesEvent | 2017-07-06 13:01:23 | Nebo15/ehealth.api | https://api.github.com/repos/Nebo15/ehealth.api | closed | Doctors data should be present when Doctor is created | kind/bug priority/high | # ReproSteps
create employee_type=DOCTOR without the block "Doctor"
```
{
"employee_request": {
"legal_entity_id": "{{legal_entity_id}}",
"position": "P1",
"start_date": "2017-03-02",
"status": "NEW",
"employee_type": "DOCTOR",
"party": {
"first_name": "Інна",
"last_name": "Нечіпац",
"second_name": "Миколаївна",
"birth_date": "1991-08-19",
"gender": "FEMALE",
"tax_id": "3067305998",
"email": "{{admin_email}}",
"documents": [
{
"type": "PASSPORT",
"number": "АВ120518"
}
],
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
]
}
}
}
```
# Actual result
New employee_request without the doctor's data is created
# Expected Result
Error code 422
#450
| 1.0 | Doctors data should be present when Doctor is created - # ReproSteps
create employee_type=DOCTOR without the block "Doctor"
```
{
"employee_request": {
"legal_entity_id": "{{legal_entity_id}}",
"position": "P1",
"start_date": "2017-03-02",
"status": "NEW",
"employee_type": "DOCTOR",
"party": {
"first_name": "Інна",
"last_name": "Нечіпац",
"second_name": "Миколаївна",
"birth_date": "1991-08-19",
"gender": "FEMALE",
"tax_id": "3067305998",
"email": "{{admin_email}}",
"documents": [
{
"type": "PASSPORT",
"number": "АВ120518"
}
],
"phones": [
{
"type": "MOBILE",
"number": "+380503410870"
}
]
}
}
}
```
# Actual result
New employee_request without the doctor's data is created
# Expected Result
Error code 422
#450
| priority | doctors data should be present when doctor is created reprosteps create employee type doctor without the block doctor employee request legal entity id legal entity id position start date status new employee type doctor party first name інна last name нечіпац second name миколаївна birth date gender female tax id email admin email documents type passport number phones type mobile number actual result new employee request without the doctor s data is created expected result error code | 1 |
341,673 | 10,300,973,382 | IssuesEvent | 2019-08-28 15:55:59 | apifytech/apify-cli | https://api.github.com/repos/apifytech/apify-cli | closed | Add #debug fields to templates | high priority | This way we can educate users to use hidden fields. So in templates where you are pushing to dataset add some hidden fields that could be used for debugging | 1.0 | Add #debug fields to templates - This way we can educate users to use hidden fields. So in templates where you are pushing to dataset add some hidden fields that could be used for debugging | priority | add debug fields to templates this way we can educate users to use hidden fields so in templates where you are pushing to dataset add some hidden fields that could be used for debugging | 1 |
473,851 | 13,648,465,924 | IssuesEvent | 2020-09-26 09:22:11 | OkunaOrg/okuna-api | https://api.github.com/repos/OkunaOrg/okuna-api | opened | World circle posts should not be accessible when profile is set to private | bug priority:high | The timeline is blocked already by this setting but a post can still be accessed directly with its UUID, we must add a check there to make sure it isnt if the profile is set to private and the person is not a follower. | 1.0 | World circle posts should not be accessible when profile is set to private - The timeline is blocked already by this setting but a post can still be accessed directly with its UUID, we must add a check there to make sure it isnt if the profile is set to private and the person is not a follower. | priority | world circle posts should not be accessible when profile is set to private the timeline is blocked already by this setting but a post can still be accessed directly with its uuid we must add a check there to make sure it isnt if the profile is set to private and the person is not a follower | 1 |
35,962 | 2,794,089,791 | IssuesEvent | 2015-05-11 14:57:17 | NebulousLabs/Sia-UI | https://api.github.com/repos/NebulousLabs/Sia-UI | closed | Ascii Filesharing | high priority | I'd really like to see this available for the release this week. Hopefully it's rather simple to implement.
In the renter, each file should have a 'share' button next to it. That share button will call /renter/files/shareascii and a popup will appear with the ascii characters (~4k-8k of them).
There should be a 'load files' button somewhere. Clicking it pops up a text box where you can paste the 4k-8k ascii characters. These characters will be used to call /renter/files/loadascii
This will enable a user to upload a file, get the ascii, share the ascii, and then the person they share it with can download the file that they uploaded. | 1.0 | Ascii Filesharing - I'd really like to see this available for the release this week. Hopefully it's rather simple to implement.
In the renter, each file should have a 'share' button next to it. That share button will call /renter/files/shareascii and a popup will appear with the ascii characters (~4k-8k of them).
There should be a 'load files' button somewhere. Clicking it pops up a text box where you can paste the 4k-8k ascii characters. These characters will be used to call /renter/files/loadascii
This will enable a user to upload a file, get the ascii, share the ascii, and then the person they share it with can download the file that they uploaded. | priority | ascii filesharing i d really like to see this available for the release this week hopefully it s rather simple to implement in the renter each file should have a share button next to it that share button will call renter files shareascii and a popup will appear with the ascii characters of them there should be a load files button somewhere clicking it pops up a text box where you can paste the ascii characters these characters will be used to call renter files loadascii this will enable a user to upload a file get the ascii share the ascii and then the person they share it with can download the file that they uploaded | 1 |
320,016 | 9,763,639,319 | IssuesEvent | 2019-06-05 14:13:28 | FormidableLabs/runpkg | https://api.github.com/repos/FormidableLabs/runpkg | closed | Same dependency fetched multiple times | bug enhancement high priority | Noticed the same dependency (last.js in this case) being fetched multiple times when initially loading lodash-es: https://runpkg.com/?lodash-es@4.17.11/lodash.js

| 1.0 | Same dependency fetched multiple times - Noticed the same dependency (last.js in this case) being fetched multiple times when initially loading lodash-es: https://runpkg.com/?lodash-es@4.17.11/lodash.js

| priority | same dependency fetched multiple times noticed the same dependency last js in this case being fetched multiple times when initially loading lodash es | 1 |
224,959 | 7,474,019,952 | IssuesEvent | 2018-04-03 17:01:54 | CS2103JAN2018-W11-B1/main | https://api.github.com/repos/CS2103JAN2018-W11-B1/main | closed | As a user, I want to view the data of people in the form of statistics | priority.high type.story | so that i have an overview of people in my app. | 1.0 | As a user, I want to view the data of people in the form of statistics - so that i have an overview of people in my app. | priority | as a user i want to view the data of people in the form of statistics so that i have an overview of people in my app | 1 |
781,983 | 27,456,580,915 | IssuesEvent | 2023-03-02 21:56:10 | openmsupply/open-msupply | https://api.github.com/repos/openmsupply/open-msupply | closed | Programs: "ARV / Medication" section's enhancements | bug programs Priority: High | ## How to Reproduce 🔨
Dispensary > Patients > Select Patient > Add Encounter: "HIV Care Encounter" > Section: ARV / Medication
## Enhancements:
### Pills counts:
|Field|Type|Definition |Suggested new name |
|-----|----|----------------------------------------------------------------------------------|------------------------------|
|`Pill Count after last Visit:`|read-only|total qty of pills patient had at the end of the last visit |Pill Count (at last visit end)|
|`Pill Count before Visit:`|manual entry|remaining qty of pills patient has at the start of the new/current visit |Pill Count (at visit start) |
|`Number of pills dispensed:`|manual entry|number of pills dispensed by the clinician to the patient during the current visit|Quantity of pills dispensed |
|`Pill Count after visit:`|read-only|`Pill Count before Visit:` + `Number of pills dispensed:` Except if a new regimen has been selected I guess, then should only be `Number of pills dispensed:` |Pill Count (at visit end) |
- [x] Add an intermediate field (`Number of pills dispensed:`) so user can enter the quantity of pills dispensed during the visit. Two main reasons: 1. it's easier for the user to enter what has been given to the patient rather than making the sum of the remaining pills + dispensed quantity. System can make the sum itself. 2. we need this information captured separately so we can create a "dispensing records" to update inventory (in the future, we think it would be great to generate a dispensing record from the encounter)
- [x] `Number of pills dispensed:` since you are dispensing after having selected
- [x] rename the fields for more clarity, see above table for reference (I'm open to suggestions by the way)
- [x] Rename `Adherence Status` to `Adherence Score`
- [x] `End of Supply:` calculated based on `Pill Count (at visit end)` except if
### Regimen:
- [x] `Current ARV Regimen` is showing the ARV Regimen of the patient until the start of the current visit. This field must be empty if this is patient's first visit, if no regime has yet been given to the patient (No ARV) if patient stopped taking the ARV in the last encounters (Stop ARV)
- [x] `Regimen Status` is **always** empty by default. User must select a value for every encounter even if it is not the patient's first visit
- [x] If `Regimen Status` = `No ARV` then `ARV Regimen` is disabled, same for `Regimen Change Reason:` (note: ideally they should not be visible unless they are required)
- [x] If `Regimen Status` = `Start ARV` or `Changes to ARV Regimen` then user must select a new value for `ARV Regimen` and user must select a `Regimen Change Reason:`
- [ ] #1265
- [x] If `Regimen Status` = `Continue ARV` then `ARV Regimen` field is disabled and show the same value as in `Current ARV Regimen`. `Regimen Change Reason:` & `Regimen Change Note:` fields also disabled (note: ideally, should not even be visible).
- [x] If `Regimen Status` = `Stop ARV` then `ARV Regimen` is disabled and is empty. User must select a `Regimen Change Reason:` and `Regimen Change Note:` is enabled (note: stopping the ARV also require the user to give an explanation).
- [x] for questions of clarity, I would rename `ARV Regimen` to `New ARV Regimen`
### Other medication:
- [x] `Relevant Co Medication:`: something wrong here ;-)

- [x] Missing field `Prophylaxis Medication:`: drop down list, you can select more than one value (similar to Symptoms and Opportunistic infections field from the Physical Exam section). Values:
|Prophylaxis Medications|
|----------------------|
|Albendazole| |
|Amoxicilin | |
|Artemeter Injection |
|Chlorampanical| |
|Chloroquine| |
|Ciproxicilin| |
|CMP Injection |
|Cotrimoxazole| |
|Crystopan | |
|Fansidar | |
|Flucloxicilin| |
|Fluconazole| |
<img width="200" alt="Screen Shot 2023-02-16 at 1 00 45 PM" src="https://user-images.githubusercontent.com/74992958/219222885-1370ec29-d38b-434f-9dfe-d33b20d45079.png">
### overall layout of the section:
- [x] Here is a suggestion for a new layout of this section's form (**open to suggestions**):
First, the clinician is going to make a decision regarding the patient's treatment (ARV Regimen)
1. Current ARV Regimen:
2. Regimen Status:
3. New ARV Regimen
4. Regimen Change Reason;
5. Regimen Change Note:
Then, clinician is going to decide what to dispense to the patient:
6. Pill count (at last visit end):
7. Pill count (at visit start):
8. Adherence Score:
9. Quantity of pills dispensed:
10. Pill count (at visit end):
Then clinician adds the "other medications":
11. Relevant Co Medication:
12. Prophylaxis Medication:
13. I would put the Adherence Chart at the end of the section's form (similar to Weight
## Your environment 🌱
- Version: 1.1.3
- Platform: https://demo-open.msupply.org:88/login
| 1.0 | Programs: "ARV / Medication" section's enhancements - ## How to Reproduce 🔨
Dispensary > Patients > Select Patient > Add Encounter: "HIV Care Encounter" > Section: ARV / Medication
## Enhancements:
### Pills counts:
|Field|Type|Definition |Suggested new name |
|-----|----|----------------------------------------------------------------------------------|------------------------------|
|`Pill Count after last Visit:`|read-only|total qty of pills patient had at the end of the last visit |Pill Count (at last visit end)|
|`Pill Count before Visit:`|manual entry|remaining qty of pills patient has at the start of the new/current visit |Pill Count (at visit start) |
|`Number of pills dispensed:`|manual entry|number of pills dispensed by the clinician to the patient during the current visit|Quantity of pills dispensed |
|`Pill Count after visit:`|read-only|`Pill Count before Visit:` + `Number of pills dispensed:` Except if a new regimen has been selected I guess, then should only be `Number of pills dispensed:` |Pill Count (at visit end) |
- [x] Add an intermediate field (`Number of pills dispensed:`) so user can enter the quantity of pills dispensed during the visit. Two main reasons: 1. it's easier for the user to enter what has been given to the patient rather than making the sum of the remaining pills + dispensed quantity. System can make the sum itself. 2. we need this information captured separately so we can create a "dispensing records" to update inventory (in the future, we think it would be great to generate a dispensing record from the encounter)
- [x] `Number of pills dispensed:` since you are dispensing after having selected
- [x] rename the fields for more clarity, see above table for reference (I'm open to suggestions by the way)
- [x] Rename `Adherence Status` to `Adherence Score`
- [x] `End of Supply:` calculated based on `Pill Count (at visit end)` except if
### Regimen:
- [x] `Current ARV Regimen` is showing the ARV Regimen of the patient until the start of the current visit. This field must be empty if this is patient's first visit, if no regime has yet been given to the patient (No ARV) if patient stopped taking the ARV in the last encounters (Stop ARV)
- [x] `Regimen Status` is **always** empty by default. User must select a value for every encounter even if it is not the patient's first visit
- [x] If `Regimen Status` = `No ARV` then `ARV Regimen` is disabled, same for `Regimen Change Reason:` (note: ideally they should not be visible unless they are required)
- [x] If `Regimen Status` = `Start ARV` or `Changes to ARV Regimen` then user must select a new value for `ARV Regimen` and user must select a `Regimen Change Reason:`
- [ ] #1265
- [x] If `Regimen Status` = `Continue ARV` then `ARV Regimen` field is disabled and show the same value as in `Current ARV Regimen`. `Regimen Change Reason:` & `Regimen Change Note:` fields also disabled (note: ideally, should not even be visible).
- [x] If `Regimen Status` = `Stop ARV` then `ARV Regimen` is disabled and is empty. User must select a `Regimen Change Reason:` and `Regimen Change Note:` is enabled (note: stopping the ARV also require the user to give an explanation).
- [x] for questions of clarity, I would rename `ARV Regimen` to `New ARV Regimen`
### Other medication:
- [x] `Relevant Co Medication:`: something wrong here ;-)

- [x] Missing field `Prophylaxis Medication:`: drop down list, you can select more than one value (similar to Symptoms and Opportunistic infections field from the Physical Exam section). Values:
|Prophylaxis Medications|
|----------------------|
|Albendazole| |
|Amoxicilin | |
|Artemeter Injection |
|Chlorampanical| |
|Chloroquine| |
|Ciproxicilin| |
|CMP Injection |
|Cotrimoxazole| |
|Crystopan | |
|Fansidar | |
|Flucloxicilin| |
|Fluconazole| |
<img width="200" alt="Screen Shot 2023-02-16 at 1 00 45 PM" src="https://user-images.githubusercontent.com/74992958/219222885-1370ec29-d38b-434f-9dfe-d33b20d45079.png">
### overall layout of the section:
- [x] Here is a suggestion for a new layout of this section's form (**open to suggestions**):
First, the clinician is going to make a decision regarding the patient's treatment (ARV Regimen)
1. Current ARV Regimen:
2. Regimen Status:
3. New ARV Regimen
4. Regimen Change Reason;
5. Regimen Change Note:
Then, clinician is going to decide what to dispense to the patient:
6. Pill count (at last visit end):
7. Pill count (at visit start):
8. Adherence Score:
9. Quantity of pills dispensed:
10. Pill count (at visit end):
Then clinician adds the "other medications":
11. Relevant Co Medication:
12. Prophylaxis Medication:
13. I would put the Adherence Chart at the end of the section's form (similar to Weight
## Your environment 🌱
- Version: 1.1.3
- Platform: https://demo-open.msupply.org:88/login
| priority | programs arv medication section s enhancements how to reproduce 🔨 dispensary patients select patient add encounter hiv care encounter section arv medication enhancements pills counts field type definition suggested new name pill count after last visit read only total qty of pills patient had at the end of the last visit pill count at last visit end pill count before visit manual entry remaining qty of pills patient has at the start of the new current visit pill count at visit start number of pills dispensed manual entry number of pills dispensed by the clinician to the patient during the current visit quantity of pills dispensed pill count after visit read only pill count before visit number of pills dispensed except if a new regimen has been selected i guess then should only be number of pills dispensed pill count at visit end add an intermediate field number of pills dispensed so user can enter the quantity of pills dispensed during the visit two main reasons it s easier for the user to enter what has been given to the patient rather than making the sum of the remaining pills dispensed quantity system can make the sum itself we need this information captured separately so we can create a dispensing records to update inventory in the future we think it would be great to generate a dispensing record from the encounter number of pills dispensed since you are dispensing after having selected rename the fields for more clarity see above table for reference i m open to suggestions by the way rename adherence status to adherence score end of supply calculated based on pill count at visit end except if regimen current arv regimen is showing the arv regimen of the patient until the start of the current visit this field must be empty if this is patient s first visit if no regime has yet been given to the patient no arv if patient stopped taking the arv in the last encounters stop arv regimen status is always empty by default user must select a value for every encounter even if it is not the patient s first visit if regimen status no arv then arv regimen is disabled same for regimen change reason note ideally they should not be visible unless they are required if regimen status start arv or changes to arv regimen then user must select a new value for arv regimen and user must select a regimen change reason if regimen status continue arv then arv regimen field is disabled and show the same value as in current arv regimen regimen change reason regimen change note fields also disabled note ideally should not even be visible if regimen status stop arv then arv regimen is disabled and is empty user must select a regimen change reason and regimen change note is enabled note stopping the arv also require the user to give an explanation for questions of clarity i would rename arv regimen to new arv regimen other medication relevant co medication something wrong here missing field prophylaxis medication drop down list you can select more than one value similar to symptoms and opportunistic infections field from the physical exam section values prophylaxis medications albendazole amoxicilin artemeter injection chlorampanical chloroquine ciproxicilin cmp injection cotrimoxazole crystopan fansidar flucloxicilin fluconazole img width alt screen shot at pm src overall layout of the section here is a suggestion for a new layout of this section s form open to suggestions first the clinician is going to make a decision regarding the patient s treatment arv regimen current arv regimen regimen status new arv regimen regimen change reason regimen change note then clinician is going to decide what to dispense to the patient pill count at last visit end pill count at visit start adherence score quantity of pills dispensed pill count at visit end then clinician adds the other medications relevant co medication prophylaxis medication i would put the adherence chart at the end of the section s form similar to weight your environment 🌱 version platform | 1 |
656,009 | 21,716,816,015 | IssuesEvent | 2022-05-10 18:47:30 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | Settings - content on the right side for all subsections need to have the same geometry | bug general priority 1: high | All subsection should have the same form.
Headers should not scroll and should always be visible.
The content is the only part that should scroll.
Width of the content on the left side should be fixed to 560px, margin from the left side 48px, from the app top 56px, from the app bottom edge 56px, on the right side of the content part we will add some hints later (that's why we need it now clean). | 1.0 | Settings - content on the right side for all subsections need to have the same geometry - All subsection should have the same form.
Headers should not scroll and should always be visible.
The content is the only part that should scroll.
Width of the content on the left side should be fixed to 560px, margin from the left side 48px, from the app top 56px, from the app bottom edge 56px, on the right side of the content part we will add some hints later (that's why we need it now clean). | priority | settings content on the right side for all subsections need to have the same geometry all subsection should have the same form headers should not scroll and should always be visible the content is the only part that should scroll width of the content on the left side should be fixed to margin from the left side from the app top from the app bottom edge on the right side of the content part we will add some hints later that s why we need it now clean | 1 |
115,060 | 4,651,308,663 | IssuesEvent | 2016-10-03 09:36:43 | blynkkk/blynk-library | https://api.github.com/repos/blynkkk/blynk-library | reopened | myPlant: remove notifications code from sketch | bug HIGH PRIORITY | we don't have it in the app, let's keep it clear. | 1.0 | myPlant: remove notifications code from sketch - we don't have it in the app, let's keep it clear. | priority | myplant remove notifications code from sketch we don t have it in the app let s keep it clear | 1 |
288,709 | 8,850,597,474 | IssuesEvent | 2019-01-08 13:43:04 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Can't create new role | priority: high status: confirmed type: bug 🐛 | <!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- =============================================================================== -->
<!-- ⚠️ If you are not using the current Strapi release, you will be asked to update. -->
<!-- Please see the wiki for guides on upgrading to the latest release. -->
<!-- =============================================================================== -->
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
<!-- ⚠️ Before writing your issue make sure you are using:-->
<!-- Node 10.x.x -->
<!-- npm 6.x.x -->
<!-- The latest version of Strapi. -->
**Informations**
- **Node.js version**: v10.5.0
- **NPM version**: 6.4.0
- **Strapi version**: 3.0.0-alpha.17
- **Database**: MongoDB 3.6.4
- **Operating system**: Ubuntu
- **(Optional) Link to your Project**: <!-- To speedup support, if you have your project on github/gitlab you can provide a link -->
**What is the current behavior?**
When I create a role, permission won't get loaded (http://localhost:1337/users-permissions/permissions - returns 404). The default roles are loading the permissions correctly.
**Steps to reproduce the problem**
Just create a new app from scratch and add a role.
**What is the expected behavior?**
that the permissions get shown up.
**Suggested solutions**
If not a bug maybe add correct way to documentation. | 1.0 | Can't create new role - <!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- =============================================================================== -->
<!-- ⚠️ If you are not using the current Strapi release, you will be asked to update. -->
<!-- Please see the wiki for guides on upgrading to the latest release. -->
<!-- =============================================================================== -->
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
<!-- ⚠️ Before writing your issue make sure you are using:-->
<!-- Node 10.x.x -->
<!-- npm 6.x.x -->
<!-- The latest version of Strapi. -->
**Informations**
- **Node.js version**: v10.5.0
- **NPM version**: 6.4.0
- **Strapi version**: 3.0.0-alpha.17
- **Database**: MongoDB 3.6.4
- **Operating system**: Ubuntu
- **(Optional) Link to your Project**: <!-- To speedup support, if you have your project on github/gitlab you can provide a link -->
**What is the current behavior?**
When I create a role, permission won't get loaded (http://localhost:1337/users-permissions/permissions - returns 404). The default roles are loading the permissions correctly.
**Steps to reproduce the problem**
Just create a new app from scratch and add a role.
**What is the expected behavior?**
that the permissions get shown up.
**Suggested solutions**
If not a bug maybe add correct way to documentation. | priority | can t create new role informations node js version npm version strapi version alpha database mongodb operating system ubuntu optional link to your project what is the current behavior when i create a role permission won t get loaded returns the default roles are loading the permissions correctly steps to reproduce the problem just create a new app from scratch and add a role what is the expected behavior that the permissions get shown up suggested solutions if not a bug maybe add correct way to documentation | 1 |
818,957 | 30,713,388,974 | IssuesEvent | 2023-07-27 11:24:07 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Name shown in title bar contains <title> tag | Priority/Highest Severity/Critical bug | **Description:**
The title shown in the **Recover Username** and **Recover Password** pages shows <title> tag in the title.
**How to Reproduce**
1. Enable Username Recovery as in https://is.docs.wso2.com/en/6.0.0/guides/identity-lifecycles/recover-username/
2. Enable Password Recovery as in https://is.docs.wso2.com/en/6.0.0/guides/password-mgt/recover-password/
3. Access the WSO2 Identity Server My Account (https://<HOST>:<PORT>/myaccount) application and Click Password.
4. Access the WSO2 Identity Server My Account (https://<HOST>:<PORT>/myaccount) application. Click username.
5. Observe the title String
https://github.com/wso2/product-is/assets/25563417/107ce2af-839d-4c33-bc05-39987df106c1
**Expected behavior:**
Title should not contain **<title>**.
**Environment information (Please complete the following information; remove any unnecessary fields) :**
Product Version: [e.g., IS 5.10.0, IS 5.9.0] - [IS 6.2.0 Alpha 2](https://github.com/wso2/product-is/releases/download/v6.2.0-alpha2/wso2is-6.2.0-alpha2.zip)
OS: [e.g., Windows, Linux, Mac] - Mac
Database: [e.g., MySQL, H2] - MySQL
Userstore: [e.g., LDAP, JDBC] - Default
| 1.0 | Name shown in title bar contains <title> tag - **Description:**
The title shown in the **Recover Username** and **Recover Password** pages shows <title> tag in the title.
**How to Reproduce**
1. Enable Username Recovery as in https://is.docs.wso2.com/en/6.0.0/guides/identity-lifecycles/recover-username/
2. Enable Password Recovery as in https://is.docs.wso2.com/en/6.0.0/guides/password-mgt/recover-password/
3. Access the WSO2 Identity Server My Account (https://<HOST>:<PORT>/myaccount) application and Click Password.
4. Access the WSO2 Identity Server My Account (https://<HOST>:<PORT>/myaccount) application. Click username.
5. Observe the title String
https://github.com/wso2/product-is/assets/25563417/107ce2af-839d-4c33-bc05-39987df106c1
**Expected behavior:**
Title should not contain **<title>**.
**Environment information (Please complete the following information; remove any unnecessary fields) :**
Product Version: [e.g., IS 5.10.0, IS 5.9.0] - [IS 6.2.0 Alpha 2](https://github.com/wso2/product-is/releases/download/v6.2.0-alpha2/wso2is-6.2.0-alpha2.zip)
OS: [e.g., Windows, Linux, Mac] - Mac
Database: [e.g., MySQL, H2] - MySQL
Userstore: [e.g., LDAP, JDBC] - Default
| priority | name shown in title bar contains tag description the title shown in the recover username and recover password pages shows tag in the title how to reproduce enable username recovery as in enable password recovery as in access the identity server my account application and click password access the identity server my account application click username observe the title string expected behavior title should not contain environment information please complete the following information remove any unnecessary fields product version os mac database mysql userstore default | 1 |
441,674 | 12,729,137,095 | IssuesEvent | 2020-06-25 04:55:29 | acl-org/acl-2020-virtual-conference | https://api.github.com/repos/acl-org/acl-2020-virtual-conference | closed | Regular Paper Page | priority:high | **Number of Volunteers**: 1
## ICLR Layout

## Update (2020-06-12)
Rre-org the components for the paper webpage. Currently, it looks like this

- [x] Remove the red text "Add content for posters. ...."
- [x] Put the SlidesLive & RocketChat in the same row.
- [x] We will not have the poster PDF. Check if there is a way to disable it (rather than deleting the code). | 1.0 | Regular Paper Page - **Number of Volunteers**: 1
## ICLR Layout

## Update (2020-06-12)
Rre-org the components for the paper webpage. Currently, it looks like this

- [x] Remove the red text "Add content for posters. ...."
- [x] Put the SlidesLive & RocketChat in the same row.
- [x] We will not have the poster PDF. Check if there is a way to disable it (rather than deleting the code). | priority | regular paper page number of volunteers iclr layout update rre org the components for the paper webpage currently it looks like this remove the red text add content for posters put the slideslive rocketchat in the same row we will not have the poster pdf check if there is a way to disable it rather than deleting the code | 1 |
279,381 | 8,664,655,294 | IssuesEvent | 2018-11-28 20:50:35 | buttercup/buttercup-desktop | https://api.github.com/repos/buttercup/buttercup-desktop | closed | FF WX access to local vault not working | Platform: Windows Priority: High Status: Available Type: Bug | W10 Pro x_64 v1809 b17763.134
BC desktop v1.12.0
FF 65.0a1 (2018-11-27) (64-bit)
BC WX v2.1.1
Having inserted the Authorization Code generated by the desktop app into the FF WX and then clicked Authenticate this always produces

FF console putput
> [error] Failed fetching localfile contents of '/': Failed reading remote file: / setup-index.js:69:6821
> Navigation error
> tabId: 109
> url: about:blank
> error: Error code 2152398850
> utils.js:188:7
> Navigation error
> tabId: 109
> url: view-source:moz-extension://fd885cb3-eecb-4a79-a774-f9dcbec1e680/setup-index.js
> error: Error code 2152398850 utils.js:188:7
> Security Error: Content at moz-nullprincipal:{3a77d067-5df3-41c8-8f4c-6f5eb8fff965} may not load data from moz-extension://fd885cb3-eecb-4a79-a774-f9dcbec1e680/setup-index.js.
> NS_ERROR_DOM_BAD_URI: Component returned failure code: 0x805303f4 [nsIWebNavigation.loadURI] viewSource-content.js:284
> SecurityError: The operation is insecure. instrument.js:35
| 1.0 | FF WX access to local vault not working - W10 Pro x_64 v1809 b17763.134
BC desktop v1.12.0
FF 65.0a1 (2018-11-27) (64-bit)
BC WX v2.1.1
Having inserted the Authorization Code generated by the desktop app into the FF WX and then clicked Authenticate this always produces

FF console putput
> [error] Failed fetching localfile contents of '/': Failed reading remote file: / setup-index.js:69:6821
> Navigation error
> tabId: 109
> url: about:blank
> error: Error code 2152398850
> utils.js:188:7
> Navigation error
> tabId: 109
> url: view-source:moz-extension://fd885cb3-eecb-4a79-a774-f9dcbec1e680/setup-index.js
> error: Error code 2152398850 utils.js:188:7
> Security Error: Content at moz-nullprincipal:{3a77d067-5df3-41c8-8f4c-6f5eb8fff965} may not load data from moz-extension://fd885cb3-eecb-4a79-a774-f9dcbec1e680/setup-index.js.
> NS_ERROR_DOM_BAD_URI: Component returned failure code: 0x805303f4 [nsIWebNavigation.loadURI] viewSource-content.js:284
> SecurityError: The operation is insecure. instrument.js:35
| priority | ff wx access to local vault not working pro x bc desktop ff bit bc wx having inserted the authorization code generated by the desktop app into the ff wx and then clicked authenticate this always produces ff console putput failed fetching localfile contents of failed reading remote file setup index js navigation error tabid url about blank error error code utils js navigation error tabid url view source moz extension eecb setup index js error error code utils js security error content at moz nullprincipal may not load data from moz extension eecb setup index js ns error dom bad uri component returned failure code viewsource content js securityerror the operation is insecure instrument js | 1 |
141,520 | 5,437,128,925 | IssuesEvent | 2017-03-06 05:18:11 | apollographql/apollo-client | https://api.github.com/repos/apollographql/apollo-client | closed | 0.5.22 breaks refetchQueries, reducer, updateQueries | high priority | I have a pretty basic setup where I am on an 'overview' page, I click a 'create' button which navigates to another page where I can then fill out a form, submit it, and return to the overview page where the submitted item should be reflected.
The submission is a mutation and was using refetchQueries to reload the query loading the overview page. This has recently stopped working.
Checking various versions, it last worked in 0.5.21 and broke in 0.5.22, which seems to have involved changing related functionality.
Basically anywhere in my app using refetchQueries now does nothing and results in stale state.
Is anyone else seeing similar issues? | 1.0 | 0.5.22 breaks refetchQueries, reducer, updateQueries - I have a pretty basic setup where I am on an 'overview' page, I click a 'create' button which navigates to another page where I can then fill out a form, submit it, and return to the overview page where the submitted item should be reflected.
The submission is a mutation and was using refetchQueries to reload the query loading the overview page. This has recently stopped working.
Checking various versions, it last worked in 0.5.21 and broke in 0.5.22, which seems to have involved changing related functionality.
Basically anywhere in my app using refetchQueries now does nothing and results in stale state.
Is anyone else seeing similar issues? | priority | breaks refetchqueries reducer updatequeries i have a pretty basic setup where i am on an overview page i click a create button which navigates to another page where i can then fill out a form submit it and return to the overview page where the submitted item should be reflected the submission is a mutation and was using refetchqueries to reload the query loading the overview page this has recently stopped working checking various versions it last worked in and broke in which seems to have involved changing related functionality basically anywhere in my app using refetchqueries now does nothing and results in stale state is anyone else seeing similar issues | 1 |
728,462 | 25,080,136,969 | IssuesEvent | 2022-11-07 18:33:08 | unicef-drp/GeoSight | https://api.github.com/repos/unicef-drp/GeoSight | closed | Move aggregation from Indicator to harvester | 🐞 High Priority | Move aggregation from Indicator to harvester.
At the Indicator layer: enable or disable the aggregations for upper levels.
At the harvester level - indicate if aggregation should happen and up to which level (if allowed by the indicator) | 1.0 | Move aggregation from Indicator to harvester - Move aggregation from Indicator to harvester.
At the Indicator layer: enable or disable the aggregations for upper levels.
At the harvester level - indicate if aggregation should happen and up to which level (if allowed by the indicator) | priority | move aggregation from indicator to harvester move aggregation from indicator to harvester at the indicator layer enable or disable the aggregations for upper levels at the harvester level indicate if aggregation should happen and up to which level if allowed by the indicator | 1 |
829,036 | 31,851,614,715 | IssuesEvent | 2023-09-15 02:28:15 | recro/ats-issues | https://api.github.com/repos/recro/ats-issues | closed | Sort candidates by prescreen activity | priority/high area/candidate | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
There is no way for us to isolate which candidates have been prescreened specifically.
### Describe the solution you'd like
We'd like to be able to isolate all candidates who have been prescreened (meaning they have a prescreen activity logged in their candidate record).
### Additional context
_No response_ | 1.0 | Sort candidates by prescreen activity - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
There is no way for us to isolate which candidates have been prescreened specifically.
### Describe the solution you'd like
We'd like to be able to isolate all candidates who have been prescreened (meaning they have a prescreen activity logged in their candidate record).
### Additional context
_No response_ | priority | sort candidates by prescreen activity is there an existing issue for this i have searched the existing issues is your feature request related to a problem please describe the problem there is no way for us to isolate which candidates have been prescreened specifically describe the solution you d like we d like to be able to isolate all candidates who have been prescreened meaning they have a prescreen activity logged in their candidate record additional context no response | 1 |
372,346 | 11,012,979,558 | IssuesEvent | 2019-12-04 19:27:58 | isi-vista/adam | https://api.github.com/repos/isi-vista/adam | closed | Apply the subset learner to learn preposition semantics | priority-0-high size-large | I propose the following:
- for now, assume the learner already knows all the objects. You can do this using `PerceptionGraphPattern.from_schema` to build patterns from the object schemata.
- when you encounter a situation, try to match the object patterns against it. If they match, add new nodes to the perception graph associated with the object name. Make an edge from each node in the matched graph to that node (of some type like "matchedPattern"). Then have that node inherit all relations any portion of the pattern match had with something outside the pattern match,
- take the candidate semantics of a preposition between two objects to be the subgraph of the perception graph on the path between the two "matched object pattern" nodes.
- try applying the sub-set algorithm to narrow down the semantics.
A few things to bear in mind:
- the semantics of some prepositions involve the relationship of various objects axes to the learner or to the speaker or addressee, so you might need to incorporate some representation of those even when it doesn't like on the path between the object nodes.
- I also think the current perception graph translation does not incorporate that information, which is stored in the `axes_info` field of the perception. If you confirm this is not being added, make a new issue and go ahead and add it before proceeding with this.
- you might encounter the need to "intersect" the semantics of particular pattern predicates; you could do this by adding an `intersect` method to them. Note that this may require changes in the implementation (e.g. if it is currently implemented as wrapping a reference object) | 1.0 | Apply the subset learner to learn preposition semantics - I propose the following:
- for now, assume the learner already knows all the objects. You can do this using `PerceptionGraphPattern.from_schema` to build patterns from the object schemata.
- when you encounter a situation, try to match the object patterns against it. If they match, add new nodes to the perception graph associated with the object name. Make an edge from each node in the matched graph to that node (of some type like "matchedPattern"). Then have that node inherit all relations any portion of the pattern match had with something outside the pattern match,
- take the candidate semantics of a preposition between two objects to be the subgraph of the perception graph on the path between the two "matched object pattern" nodes.
- try applying the sub-set algorithm to narrow down the semantics.
A few things to bear in mind:
- the semantics of some prepositions involve the relationship of various objects axes to the learner or to the speaker or addressee, so you might need to incorporate some representation of those even when it doesn't like on the path between the object nodes.
- I also think the current perception graph translation does not incorporate that information, which is stored in the `axes_info` field of the perception. If you confirm this is not being added, make a new issue and go ahead and add it before proceeding with this.
- you might encounter the need to "intersect" the semantics of particular pattern predicates; you could do this by adding an `intersect` method to them. Note that this may require changes in the implementation (e.g. if it is currently implemented as wrapping a reference object) | priority | apply the subset learner to learn preposition semantics i propose the following for now assume the learner already knows all the objects you can do this using perceptiongraphpattern from schema to build patterns from the object schemata when you encounter a situation try to match the object patterns against it if they match add new nodes to the perception graph associated with the object name make an edge from each node in the matched graph to that node of some type like matchedpattern then have that node inherit all relations any portion of the pattern match had with something outside the pattern match take the candidate semantics of a preposition between two objects to be the subgraph of the perception graph on the path between the two matched object pattern nodes try applying the sub set algorithm to narrow down the semantics a few things to bear in mind the semantics of some prepositions involve the relationship of various objects axes to the learner or to the speaker or addressee so you might need to incorporate some representation of those even when it doesn t like on the path between the object nodes i also think the current perception graph translation does not incorporate that information which is stored in the axes info field of the perception if you confirm this is not being added make a new issue and go ahead and add it before proceeding with this you might encounter the need to intersect the semantics of particular pattern predicates you could do this by adding an intersect method to them note that this may require changes in the implementation e g if it is currently implemented as wrapping a reference object | 1 |
114,961 | 4,648,539,923 | IssuesEvent | 2016-10-02 04:29:19 | code-corps/code-corps-ember | https://api.github.com/repos/code-corps/code-corps-ember | closed | Write unit tests for the ProjectCategory model | good for new contributors hacktoberfest high priority in progress | Write unit tests for the [`ProjectCategory` Model](https://github.com/code-corps/code-corps-ember/blob/develop/app/models/project-category.js). There is an [existing unit test file](https://github.com/code-corps/code-corps-ember/blob/develop/tests/unit/models/project-category-test.js), but it could use more coverage (computed properties & relationship declarations).
## References
- Progress on: #98
- [Model testing guide](https://guides.emberjs.com/v2.8.0/testing/testing-models/)
- [Contributing Guidelines](https://github.com/code-corps/code-corps-ember/blob/develop/.github/CONTRIBUTING.md)
- Join our [Slack](https://codecorps.slack.com) | 1.0 | Write unit tests for the ProjectCategory model - Write unit tests for the [`ProjectCategory` Model](https://github.com/code-corps/code-corps-ember/blob/develop/app/models/project-category.js). There is an [existing unit test file](https://github.com/code-corps/code-corps-ember/blob/develop/tests/unit/models/project-category-test.js), but it could use more coverage (computed properties & relationship declarations).
## References
- Progress on: #98
- [Model testing guide](https://guides.emberjs.com/v2.8.0/testing/testing-models/)
- [Contributing Guidelines](https://github.com/code-corps/code-corps-ember/blob/develop/.github/CONTRIBUTING.md)
- Join our [Slack](https://codecorps.slack.com) | priority | write unit tests for the projectcategory model write unit tests for the there is an but it could use more coverage computed properties relationship declarations references progress on join our | 1 |
161,988 | 6,145,005,139 | IssuesEvent | 2017-06-27 10:18:19 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | opened | Some Filters are wrongly created | bug Priority: High | For example :

but it creates this
```
<ogc:Filter>
<ogc:Not>
<ogc:PropertyIsNull>
<ogc:PropertyName>STATE_NAME</ogc:PropertyName>
</ogc:PropertyIsNull>
<ogc:Or>
<ogc:PropertyIsNull>
<ogc:PropertyName>STATE_NAME</ogc:PropertyName>
</ogc:PropertyIsNull>
</ogc:Or>
</ogc:Not>
</ogc:Filter>
``` | 1.0 | Some Filters are wrongly created - For example :

but it creates this
```
<ogc:Filter>
<ogc:Not>
<ogc:PropertyIsNull>
<ogc:PropertyName>STATE_NAME</ogc:PropertyName>
</ogc:PropertyIsNull>
<ogc:Or>
<ogc:PropertyIsNull>
<ogc:PropertyName>STATE_NAME</ogc:PropertyName>
</ogc:PropertyIsNull>
</ogc:Or>
</ogc:Not>
</ogc:Filter>
``` | priority | some filters are wrongly created for example but it creates this state name state name | 1 |
489,803 | 14,112,444,696 | IssuesEvent | 2020-11-07 05:22:40 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Error during the server startup in windows environment | Affected/5.11.0-Alpha3 Priority/High Severity/Critical bug | **Describe the issue:**
The following error occurs during the WSO2-5.11.0-alpha3 server startup in the Windows environment.
<img width="1280" alt="Capture3" src="https://user-images.githubusercontent.com/25483865/95168289-b538fb80-07ce-11eb-9dec-771df782cc2f.PNG">
```
[2020-10-05 21:58:40,105] [] ERROR {org.wso2.carbon.identity.remotefetch.core.internal.RemoteFetchServiceComponent} - Error parsing RemoteFetchCoreConfiguration, Core disabled org.wso2.carbon.identity.remotefetch.common.exceptions.RemoteFetchCoreException: Not a valid WorkingDirectory for RemoteFetchCore
```
**How to reproduce:**
1. Get wso2 IS- 5.11.0 -alpah3 pack.
2. Start the server in windows environment using `wso2server.bat` command
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: IS 5.11.0 - alpha3
- OS: Windows
- Database: H2, postgres
- Userstore: LDAP, JDBC
| 1.0 | Error during the server startup in windows environment - **Describe the issue:**
The following error occurs during the WSO2-5.11.0-alpha3 server startup in the Windows environment.
<img width="1280" alt="Capture3" src="https://user-images.githubusercontent.com/25483865/95168289-b538fb80-07ce-11eb-9dec-771df782cc2f.PNG">
```
[2020-10-05 21:58:40,105] [] ERROR {org.wso2.carbon.identity.remotefetch.core.internal.RemoteFetchServiceComponent} - Error parsing RemoteFetchCoreConfiguration, Core disabled org.wso2.carbon.identity.remotefetch.common.exceptions.RemoteFetchCoreException: Not a valid WorkingDirectory for RemoteFetchCore
```
**How to reproduce:**
1. Get wso2 IS- 5.11.0 -alpah3 pack.
2. Start the server in windows environment using `wso2server.bat` command
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: IS 5.11.0 - alpha3
- OS: Windows
- Database: H2, postgres
- Userstore: LDAP, JDBC
| priority | error during the server startup in windows environment describe the issue the following error occurs during the server startup in the windows environment img width alt src error org carbon identity remotefetch core internal remotefetchservicecomponent error parsing remotefetchcoreconfiguration core disabled org carbon identity remotefetch common exceptions remotefetchcoreexception not a valid workingdirectory for remotefetchcore how to reproduce get is pack start the server in windows environment using bat command environment information please complete the following information remove any unnecessary fields product version is os windows database postgres userstore ldap jdbc | 1 |
516,262 | 14,978,300,022 | IssuesEvent | 2021-01-28 10:38:43 | hannemariavister/terraform-nomad-nifiregistry | https://api.github.com/repos/hannemariavister/terraform-nomad-nifiregistry | closed | Get and use secrets from Vault | enhancement priority/high | ## Feature description
After saving Github token in vault, we should get access to it and use it to push the templates from nifi to github
## Why is it needed?
## Suggestion(s)/solution(s) [Optional]
## Definition of done
Succefull access to github token i vault
## Checklist (after created issue)
- [x] Added label(s)
- [ ] Added to project
- [x] Added to milestone | 1.0 | Get and use secrets from Vault - ## Feature description
After saving Github token in vault, we should get access to it and use it to push the templates from nifi to github
## Why is it needed?
## Suggestion(s)/solution(s) [Optional]
## Definition of done
Succefull access to github token i vault
## Checklist (after created issue)
- [x] Added label(s)
- [ ] Added to project
- [x] Added to milestone | priority | get and use secrets from vault feature description after saving github token in vault we should get access to it and use it to push the templates from nifi to github why is it needed suggestion s solution s definition of done succefull access to github token i vault checklist after created issue added label s added to project added to milestone | 1 |
46,487 | 2,958,199,933 | IssuesEvent | 2015-07-08 20:11:24 | c4fcm/MediaMeter-Dashboard | https://api.github.com/repos/c4fcm/MediaMeter-Dashboard | closed | Download Mentions CSV broken | bug priority: high | When clicking on the "Download Main Query Data CSV" from mentions section of a query such as the following [search for meerkat](https://dashboard.mediameter.org/#query/["meerkat"]/[{"sets":[8875027]}]/["2015-3-16"]/["2015-3-30"]/[{"uid":2}]) I get an internal server error. | 1.0 | Download Mentions CSV broken - When clicking on the "Download Main Query Data CSV" from mentions section of a query such as the following [search for meerkat](https://dashboard.mediameter.org/#query/["meerkat"]/[{"sets":[8875027]}]/["2015-3-16"]/["2015-3-30"]/[{"uid":2}]) I get an internal server error. | priority | download mentions csv broken when clicking on the download main query data csv from mentions section of a query such as the following i get an internal server error | 1 |
247,750 | 7,923,232,168 | IssuesEvent | 2018-07-05 13:30:08 | dirkwhoffmann/virtualc64 | https://api.github.com/repos/dirkwhoffmann/virtualc64 | closed | Disk rotation speed mismatch (test case rpm.prg) | Priority-High bug | The current D64 encoder produces tracks that are too short:
Current values:
Disk: Encoded 60984 bits for tracks 1 to 17.
Disk: Encoded 55896 bits for track 18 (directory).
Disk: Encoded 55896 bits for tracks 19 to 24.
Disk: Encoded 52560 bits for tracks 25 to 30.
Disk: Encoded 49432 bits for tracks 31 and above.
Should be: 61528, 57142, 53333, 50000
Todo: Adjust tail gaps to reflect real values.
| 1.0 | Disk rotation speed mismatch (test case rpm.prg) - The current D64 encoder produces tracks that are too short:
Current values:
Disk: Encoded 60984 bits for tracks 1 to 17.
Disk: Encoded 55896 bits for track 18 (directory).
Disk: Encoded 55896 bits for tracks 19 to 24.
Disk: Encoded 52560 bits for tracks 25 to 30.
Disk: Encoded 49432 bits for tracks 31 and above.
Should be: 61528, 57142, 53333, 50000
Todo: Adjust tail gaps to reflect real values.
| priority | disk rotation speed mismatch test case rpm prg the current encoder produces tracks that are too short current values disk encoded bits for tracks to disk encoded bits for track directory disk encoded bits for tracks to disk encoded bits for tracks to disk encoded bits for tracks and above should be todo adjust tail gaps to reflect real values | 1 |
301,424 | 9,220,282,978 | IssuesEvent | 2019-03-11 17:09:09 | project-aura/server | https://api.github.com/repos/project-aura/server | opened | Query the Yelp API to get detailed (legal) business information | enhancement high priority | - Make asynchronous to save resources when querying
- Create batch push to the database with all business information. | 1.0 | Query the Yelp API to get detailed (legal) business information - - Make asynchronous to save resources when querying
- Create batch push to the database with all business information. | priority | query the yelp api to get detailed legal business information make asynchronous to save resources when querying create batch push to the database with all business information | 1 |
383,268 | 11,353,604,063 | IssuesEvent | 2020-01-24 15:53:12 | ooni/probe-engine | https://api.github.com/repos/ooni/probe-engine | opened | tor: understand whether we can tell tor to connect to us | effort/M enhancement ooni/probe-engine priority/high research prototype | We want the OONI Probe CLI to spawn Tor process and point it to an obfs4proxy that we already have started as the CLI. It is not clear to us whether this is possible. | 1.0 | tor: understand whether we can tell tor to connect to us - We want the OONI Probe CLI to spawn Tor process and point it to an obfs4proxy that we already have started as the CLI. It is not clear to us whether this is possible. | priority | tor understand whether we can tell tor to connect to us we want the ooni probe cli to spawn tor process and point it to an that we already have started as the cli it is not clear to us whether this is possible | 1 |
774,194 | 27,186,719,252 | IssuesEvent | 2023-02-19 09:59:56 | hhanh00/zwallet | https://api.github.com/repos/hhanh00/zwallet | closed | Sending to a t3 address crashes the app | bug Priority-High | ### Subject of the issue
Making a payment to an address starting in t3 crashes
### Your environment
* version of YWallet: 1.3.0+
* platform and version: any | 1.0 | Sending to a t3 address crashes the app - ### Subject of the issue
Making a payment to an address starting in t3 crashes
### Your environment
* version of YWallet: 1.3.0+
* platform and version: any | priority | sending to a address crashes the app subject of the issue making a payment to an address starting in crashes your environment version of ywallet platform and version any | 1 |
742,897 | 25,876,546,245 | IssuesEvent | 2022-12-14 08:20:22 | dart-lang/intl | https://api.github.com/repos/dart-lang/intl | closed | Pub release | enhancement Priority-High code-quality | Is there any planned pub release of this package? The last one 0.17.0 was published 22 months ago. I'm trying to implement a feature based on `MessageFormat` and I need fixes from this commit https://github.com/dart-lang/intl/commit/474467742e3b79281decd159fc029017e48aeec9 I would prefer not to depend on the master branch for a long time. | 1.0 | Pub release - Is there any planned pub release of this package? The last one 0.17.0 was published 22 months ago. I'm trying to implement a feature based on `MessageFormat` and I need fixes from this commit https://github.com/dart-lang/intl/commit/474467742e3b79281decd159fc029017e48aeec9 I would prefer not to depend on the master branch for a long time. | priority | pub release is there any planned pub release of this package the last one was published months ago i m trying to implement a feature based on messageformat and i need fixes from this commit i would prefer not to depend on the master branch for a long time | 1 |
60,725 | 3,133,371,526 | IssuesEvent | 2015-09-10 00:55:11 | VertNet/webapp | https://api.github.com/repos/VertNet/webapp | closed | Display more fields/Select fields for display in search results | enhancement feature priority-high UI | From Janet Hinshaw, U of Michigan, jhinshaw@umich.edu
Please give us your feedback. Please use as much detail as necessary. Is there a way to get more fields displayed in the search results? There aren't enough, you should be able to choose more fields. I liked the search portal for Ornis much better as it would display all the fields and if you were looking for something like collector number it was easy to scroll down the page. Having to open each entry to see the other fields is just not workable. I know we mapped collector number etc. so why isn't it showing up? | 1.0 | Display more fields/Select fields for display in search results - From Janet Hinshaw, U of Michigan, jhinshaw@umich.edu
Please give us your feedback. Please use as much detail as necessary. Is there a way to get more fields displayed in the search results? There aren't enough, you should be able to choose more fields. I liked the search portal for Ornis much better as it would display all the fields and if you were looking for something like collector number it was easy to scroll down the page. Having to open each entry to see the other fields is just not workable. I know we mapped collector number etc. so why isn't it showing up? | priority | display more fields select fields for display in search results from janet hinshaw u of michigan jhinshaw umich edu please give us your feedback please use as much detail as necessary is there a way to get more fields displayed in the search results there aren t enough you should be able to choose more fields i liked the search portal for ornis much better as it would display all the fields and if you were looking for something like collector number it was easy to scroll down the page having to open each entry to see the other fields is just not workable i know we mapped collector number etc so why isn t it showing up | 1 |
605,357 | 18,734,163,035 | IssuesEvent | 2021-11-04 03:48:34 | alibaba-fusion/next | https://api.github.com/repos/alibaba-fusion/next | closed | [Input]输入框-清除简洁模式 | improvement Priority: high | ### Component
Input
### Feature Description
在业务真实的使用场景下,需要增加输入框-清除简洁模式
是真实业务场景 表单里填写完一堆内容后,一堆差 体验&视觉感官不好

<!-- generated by alibaba-fusion-issue-helper. DO NOT REMOVE -->
<!-- component: Input --> | 1.0 | [Input]输入框-清除简洁模式 - ### Component
Input
### Feature Description
在业务真实的使用场景下,需要增加输入框-清除简洁模式
是真实业务场景 表单里填写完一堆内容后,一堆差 体验&视觉感官不好

<!-- generated by alibaba-fusion-issue-helper. DO NOT REMOVE -->
<!-- component: Input --> | priority | 输入框 清除简洁模式 component input feature description 在业务真实的使用场景下,需要增加输入框 清除简洁模式 是真实业务场景 表单里填写完一堆内容后,一堆差 体验 视觉感官不好 | 1 |
331,605 | 10,075,431,344 | IssuesEvent | 2019-07-24 14:14:53 | bitshares/bitshares-ui | https://api.github.com/repos/bitshares/bitshares-ui | closed | [4] Use new FeeSelectorComponent accross UI | [1c] Task [3] Refactoring [4c] High Priority [5d] Large | Use new component and remove duplicate code.
1. app/components/Dashboard/SimpleDepositWithdraw.jsx
2. app/components/Showcases/Barter.jsx
3. app/components/Modal/HtlcModal.jsx
4. app/components/Modal/WithdrawModalNew.jsx
5. app/components/Modal/DirectDebitModal.jsx
6. app/components/Modal/DirectDebitClaimModal.jsx | 1.0 | [4] Use new FeeSelectorComponent accross UI - Use new component and remove duplicate code.
1. app/components/Dashboard/SimpleDepositWithdraw.jsx
2. app/components/Showcases/Barter.jsx
3. app/components/Modal/HtlcModal.jsx
4. app/components/Modal/WithdrawModalNew.jsx
5. app/components/Modal/DirectDebitModal.jsx
6. app/components/Modal/DirectDebitClaimModal.jsx | priority | use new feeselectorcomponent accross ui use new component and remove duplicate code app components dashboard simpledepositwithdraw jsx app components showcases barter jsx app components modal htlcmodal jsx app components modal withdrawmodalnew jsx app components modal directdebitmodal jsx app components modal directdebitclaimmodal jsx | 1 |
210,360 | 7,188,755,159 | IssuesEvent | 2018-02-02 11:18:43 | softdevteam/hwtracer | https://api.github.com/repos/softdevteam/hwtracer | closed | Make tracer instances re-usable. | High Priority | Provide an interface to "reset" the tracer so we can trace again, re-using the C-level internals.
(for efficiency). | 1.0 | Make tracer instances re-usable. - Provide an interface to "reset" the tracer so we can trace again, re-using the C-level internals.
(for efficiency). | priority | make tracer instances re usable provide an interface to reset the tracer so we can trace again re using the c level internals for efficiency | 1 |
765,373 | 26,843,273,237 | IssuesEvent | 2023-02-03 03:34:46 | brandondombrowsky/BastCastle | https://api.github.com/repos/brandondombrowsky/BastCastle | closed | Set up AWS site-to-site VPN | experimentation week5 priority-high | As a HA user, I want to be able to access my local devices on the cloud HA instance because that's the backbone of how home automation works.
Set up a (test) site-to-site VPN between AWS HA instance and home network. This seems to be the solution to the local-cloud communication issue so we need to figure out whether it's feasible. I think that if this can be accomplished it will be relatively smooth sailing forward.
Precursor #28 | 1.0 | Set up AWS site-to-site VPN - As a HA user, I want to be able to access my local devices on the cloud HA instance because that's the backbone of how home automation works.
Set up a (test) site-to-site VPN between AWS HA instance and home network. This seems to be the solution to the local-cloud communication issue so we need to figure out whether it's feasible. I think that if this can be accomplished it will be relatively smooth sailing forward.
Precursor #28 | priority | set up aws site to site vpn as a ha user i want to be able to access my local devices on the cloud ha instance because that s the backbone of how home automation works set up a test site to site vpn between aws ha instance and home network this seems to be the solution to the local cloud communication issue so we need to figure out whether it s feasible i think that if this can be accomplished it will be relatively smooth sailing forward precursor | 1 |
382,148 | 11,301,513,465 | IssuesEvent | 2020-01-17 15:44:36 | appsody/appsody | https://api.github.com/repos/appsody/appsody | closed | Support kubectl semantics of namespace in metadata of deployment manifest | priority/high | With kubectl, you can define a namespace for your deployment in the deployment manifest or via a command line option to `kubectl apply`. If both these options are used, and the namespace differs, then an error is generated.
With appsody deploy, it appears that although you can define a namespace in the metadata of app-deploy.yaml, unless you also use the` --namespace` cmd line option, this doesn't work. This appears to be because if you do not supply a `--namespace` option, to `appsody deploy`, it will add an explicit `--namespace default `to the eventual `kubectl apply` command. The `appsody deploy delete` actually gives you the smoking gun:
```
$ appsody deploy delete
.
.
Deleting deployment using deployment manifest app-deploy.yaml
Attempting to delete resource from Kubernetes...
Running command: kubectl delete -f app-deploy.yaml --namespace default
[Error] error: the namespace from the provided object "i2" does not match the namespace "default". You must pass '--namespace=i2' to perform this operation.
```
The same problem occurs on the original deploy (although the error message isn't as clear).
I expected, if I chose, to be able to define the namespace in the metadata, and have that used throughout, without any need for command line options
As an aside, I would expect an explicit declaration mismatch of namespaces to cause an error, e.g.:
`appsody deploy --namespace foo`
would fail if the metadata in the app-deploy.yaml specified a different namespace. | 1.0 | Support kubectl semantics of namespace in metadata of deployment manifest - With kubectl, you can define a namespace for your deployment in the deployment manifest or via a command line option to `kubectl apply`. If both these options are used, and the namespace differs, then an error is generated.
With appsody deploy, it appears that although you can define a namespace in the metadata of app-deploy.yaml, unless you also use the` --namespace` cmd line option, this doesn't work. This appears to be because if you do not supply a `--namespace` option, to `appsody deploy`, it will add an explicit `--namespace default `to the eventual `kubectl apply` command. The `appsody deploy delete` actually gives you the smoking gun:
```
$ appsody deploy delete
.
.
Deleting deployment using deployment manifest app-deploy.yaml
Attempting to delete resource from Kubernetes...
Running command: kubectl delete -f app-deploy.yaml --namespace default
[Error] error: the namespace from the provided object "i2" does not match the namespace "default". You must pass '--namespace=i2' to perform this operation.
```
The same problem occurs on the original deploy (although the error message isn't as clear).
I expected, if I chose, to be able to define the namespace in the metadata, and have that used throughout, without any need for command line options
As an aside, I would expect an explicit declaration mismatch of namespaces to cause an error, e.g.:
`appsody deploy --namespace foo`
would fail if the metadata in the app-deploy.yaml specified a different namespace. | priority | support kubectl semantics of namespace in metadata of deployment manifest with kubectl you can define a namespace for your deployment in the deployment manifest or via a command line option to kubectl apply if both these options are used and the namespace differs then an error is generated with appsody deploy it appears that although you can define a namespace in the metadata of app deploy yaml unless you also use the namespace cmd line option this doesn t work this appears to be because if you do not supply a namespace option to appsody deploy it will add an explicit namespace default to the eventual kubectl apply command the appsody deploy delete actually gives you the smoking gun appsody deploy delete deleting deployment using deployment manifest app deploy yaml attempting to delete resource from kubernetes running command kubectl delete f app deploy yaml namespace default error the namespace from the provided object does not match the namespace default you must pass namespace to perform this operation the same problem occurs on the original deploy although the error message isn t as clear i expected if i chose to be able to define the namespace in the metadata and have that used throughout without any need for command line options as an aside i would expect an explicit declaration mismatch of namespaces to cause an error e g appsody deploy namespace foo would fail if the metadata in the app deploy yaml specified a different namespace | 1 |
424,555 | 12,313,018,982 | IssuesEvent | 2020-05-12 14:44:30 | wso2/identity-apps | https://api.github.com/repos/wso2/identity-apps | closed | Filtering doesn't work on paginated lists | Developer-Portal Priority/High Severity/Major Type/Bug | **Describe the Issue:**
Filtering doesn't work when the user moves to a page other than the first page in the local attribute page. | 1.0 | Filtering doesn't work on paginated lists - **Describe the Issue:**
Filtering doesn't work when the user moves to a page other than the first page in the local attribute page. | priority | filtering doesn t work on paginated lists describe the issue filtering doesn t work when the user moves to a page other than the first page in the local attribute page | 1 |
168,444 | 6,375,574,543 | IssuesEvent | 2017-08-02 03:40:39 | swdonovan/scoots_shop | https://api.github.com/repos/swdonovan/scoots_shop | closed | 22: Admin views an individual Order | heavy high priority Sprint 3--The Final Countdown | As an authenticated Admin
When I visit an individual order page
Then I can see the order's date and time.
And I can see the purchaser's full name and address.
And I can see, for each item on the order:
- The item's name, which is linked to the item page.
- Quantity in this order.
- Price
- Line item subtotal.
And I can see the total for the order.
And I can see the status for the order. | 1.0 | 22: Admin views an individual Order - As an authenticated Admin
When I visit an individual order page
Then I can see the order's date and time.
And I can see the purchaser's full name and address.
And I can see, for each item on the order:
- The item's name, which is linked to the item page.
- Quantity in this order.
- Price
- Line item subtotal.
And I can see the total for the order.
And I can see the status for the order. | priority | admin views an individual order as an authenticated admin when i visit an individual order page then i can see the order s date and time and i can see the purchaser s full name and address and i can see for each item on the order the item s name which is linked to the item page quantity in this order price line item subtotal and i can see the total for the order and i can see the status for the order | 1 |
45,713 | 2,938,722,460 | IssuesEvent | 2015-07-01 12:42:31 | ForgeEssentials/ForgeEssentialsMain | https://api.github.com/repos/ForgeEssentials/ForgeEssentialsMain | closed | /trade doesn't work properly | bug high-priority in-progress | When trading, the seller has the item removed from his inventory, but it's not given to the buyer. | 1.0 | /trade doesn't work properly - When trading, the seller has the item removed from his inventory, but it's not given to the buyer. | priority | trade doesn t work properly when trading the seller has the item removed from his inventory but it s not given to the buyer | 1 |
194,557 | 6,895,988,859 | IssuesEvent | 2017-11-23 15:50:47 | metasfresh/metasfresh | https://api.github.com/repos/metasfresh/metasfresh | opened | purchase candidates: notify user when the purchase order was generated | priority:high type:enhancement | ### Is this a bug or feature request?
FR
follow-up of https://github.com/metasfresh/metasfresh-webui-api/issues/664
### What is the expected or desired behavior?
After the purchase candidates were processed and the purchase order generated,
we shall notify the user that created the sales order.
The notification shall contain the purchase order number that was created and the BPartner name.
| 1.0 | purchase candidates: notify user when the purchase order was generated - ### Is this a bug or feature request?
FR
follow-up of https://github.com/metasfresh/metasfresh-webui-api/issues/664
### What is the expected or desired behavior?
After the purchase candidates were processed and the purchase order generated,
we shall notify the user that created the sales order.
The notification shall contain the purchase order number that was created and the BPartner name.
| priority | purchase candidates notify user when the purchase order was generated is this a bug or feature request fr follow up of what is the expected or desired behavior after the purchase candidates were processed and the purchase order generated we shall notify the user that created the sales order the notification shall contain the purchase order number that was created and the bpartner name | 1 |
789,134 | 27,780,006,062 | IssuesEvent | 2023-03-16 20:14:23 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Incorrect conflict behavior between For Key Share / Update with packed rows | kind/bug area/docdb priority/high | Jira Link: [DB-5380](https://yugabyte.atlassian.net/browse/DB-5380)
### Description
`bin/yb-ctl create --rf 1 --tserver_flags="ysql_enable_packed_row=true"`
first setup the data:
```
yugabyte=# CREATE TABLE foo (
yugabyte(# key int,
yugabyte(# value int,
yugabyte(# PRIMARY KEY (key) INCLUDE (value)
yugabyte(# );
CREATE TABLE
yugabyte=#
yugabyte=# INSERT INTO foo VALUES (1, 1);
INSERT 0 1
yugabyte=#
```
then setup one session as follows:
```
yugabyte=# begin;
BEGIN
yugabyte=# UPDATE foo SET value = 2 WHERE key = 1;
UPDATE 1
```
In the second session, we should see the following output when running these commands:
```
yugabyte=# begin;
BEGIN
yugabyte=# select * from foo for key share;
key | value
-----+-------
1 | 1
(1 row)
```
Instead, the select in the second session will hang due to read committed internal retry, indicating that a conflict was incorrectly detected
[DB-5380]: https://yugabyte.atlassian.net/browse/DB-5380?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB] Incorrect conflict behavior between For Key Share / Update with packed rows - Jira Link: [DB-5380](https://yugabyte.atlassian.net/browse/DB-5380)
### Description
`bin/yb-ctl create --rf 1 --tserver_flags="ysql_enable_packed_row=true"`
first setup the data:
```
yugabyte=# CREATE TABLE foo (
yugabyte(# key int,
yugabyte(# value int,
yugabyte(# PRIMARY KEY (key) INCLUDE (value)
yugabyte(# );
CREATE TABLE
yugabyte=#
yugabyte=# INSERT INTO foo VALUES (1, 1);
INSERT 0 1
yugabyte=#
```
then setup one session as follows:
```
yugabyte=# begin;
BEGIN
yugabyte=# UPDATE foo SET value = 2 WHERE key = 1;
UPDATE 1
```
In the second session, we should see the following output when running these commands:
```
yugabyte=# begin;
BEGIN
yugabyte=# select * from foo for key share;
key | value
-----+-------
1 | 1
(1 row)
```
Instead, the select in the second session will hang due to read committed internal retry, indicating that a conflict was incorrectly detected
[DB-5380]: https://yugabyte.atlassian.net/browse/DB-5380?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | incorrect conflict behavior between for key share update with packed rows jira link description bin yb ctl create rf tserver flags ysql enable packed row true first setup the data yugabyte create table foo yugabyte key int yugabyte value int yugabyte primary key key include value yugabyte create table yugabyte yugabyte insert into foo values insert yugabyte then setup one session as follows yugabyte begin begin yugabyte update foo set value where key update in the second session we should see the following output when running these commands yugabyte begin begin yugabyte select from foo for key share key value row instead the select in the second session will hang due to read committed internal retry indicating that a conflict was incorrectly detected | 1 |
131,189 | 5,144,796,193 | IssuesEvent | 2017-01-12 19:41:29 | livingstoneonline/livingstoneonline | https://api.github.com/repos/livingstoneonline/livingstoneonline | closed | Browse by Catalogue: links issue | high priority requires review | Please take a look at this page of the Catalogue:
http://livingstoneonline.org/islandora/search/%22liv%3A001429%22?full_record=1
If you scroll to the "Other Version(s)" column, you'll see that the word "link" is not hyperlinked as it should be to the URL available in the MODS record and, indeed, part of the relevant MODS record is missing here.
I see other such broken instances in the catalogue, but also some that work: http://livingstoneonline.org/islandora/search/liv_000111?full_record=1 | 1.0 | Browse by Catalogue: links issue - Please take a look at this page of the Catalogue:
http://livingstoneonline.org/islandora/search/%22liv%3A001429%22?full_record=1
If you scroll to the "Other Version(s)" column, you'll see that the word "link" is not hyperlinked as it should be to the URL available in the MODS record and, indeed, part of the relevant MODS record is missing here.
I see other such broken instances in the catalogue, but also some that work: http://livingstoneonline.org/islandora/search/liv_000111?full_record=1 | priority | browse by catalogue links issue please take a look at this page of the catalogue if you scroll to the other version s column you ll see that the word link is not hyperlinked as it should be to the url available in the mods record and indeed part of the relevant mods record is missing here i see other such broken instances in the catalogue but also some that work | 1 |
716,213 | 24,625,621,357 | IssuesEvent | 2022-10-16 13:33:51 | phetsims/sun | https://api.github.com/repos/phetsims/sun | closed | RectangularRadioButtonItem API should allow createNode/tandemName | priority:2-high status:ready-for-review | From https://github.com/phetsims/sun/issues/746#issuecomment-1234801112, @pixelzoom said:
> API-wise, this is looking nice. But AquaRadioButtonGroupItem and RectangularRadioButtonItem now have very different APIs. Can/should they be more similar? | 1.0 | RectangularRadioButtonItem API should allow createNode/tandemName - From https://github.com/phetsims/sun/issues/746#issuecomment-1234801112, @pixelzoom said:
> API-wise, this is looking nice. But AquaRadioButtonGroupItem and RectangularRadioButtonItem now have very different APIs. Can/should they be more similar? | priority | rectangularradiobuttonitem api should allow createnode tandemname from pixelzoom said api wise this is looking nice but aquaradiobuttongroupitem and rectangularradiobuttonitem now have very different apis can should they be more similar | 1 |
637,814 | 20,678,545,949 | IssuesEvent | 2022-03-10 11:39:02 | Betarena/scores | https://api.github.com/repos/Betarena/scores | closed | Duplicate pages | bug high priority | The solution to redirect the home from "en" to https://scores.betarena.com seems to be originating a duplicate as we can see here:
<img width="892" alt="Screenshot 2022-02-25 at 08 05 38" src="https://user-images.githubusercontent.com/37311649/155678507-a19edb9b-2f15-434e-9aeb-0b6826694a44.png">
This will affect our results in the search engines, we need to find an alternative solution that is not to duplicate the homepage. | 1.0 | Duplicate pages - The solution to redirect the home from "en" to https://scores.betarena.com seems to be originating a duplicate as we can see here:
<img width="892" alt="Screenshot 2022-02-25 at 08 05 38" src="https://user-images.githubusercontent.com/37311649/155678507-a19edb9b-2f15-434e-9aeb-0b6826694a44.png">
This will affect our results in the search engines, we need to find an alternative solution that is not to duplicate the homepage. | priority | duplicate pages the solution to redirect the home from en to seems to be originating a duplicate as we can see here img width alt screenshot at src this will affect our results in the search engines we need to find an alternative solution that is not to duplicate the homepage | 1 |
751,217 | 26,233,554,791 | IssuesEvent | 2023-01-05 03:59:02 | ballerina-platform/ballerina-standard-library | https://api.github.com/repos/ballerina-platform/ballerina-standard-library | closed | Constraint validation fails, if the record consists of annotation other than `@constraint` | Priority/High Type/Bug Reason/EngineeringMistake module/constraint | **Description:**
```ballerina
type Order record {|
string id;
sql:Column{name="order_date"}
time:Date orderDate;
string productId;
int quantity;
|};
service / on new http:Listener(8080) {
function init() returns error? {
}
resource function post 'order(@http:Payload Order salesOrder) returns http:Created|error {
// Valid payload fails
}
}
```
```log
payload validation failed: Unexpected error found due to typedesc and value mismatch
``` | 1.0 | Constraint validation fails, if the record consists of annotation other than `@constraint` - **Description:**
```ballerina
type Order record {|
string id;
sql:Column{name="order_date"}
time:Date orderDate;
string productId;
int quantity;
|};
service / on new http:Listener(8080) {
function init() returns error? {
}
resource function post 'order(@http:Payload Order salesOrder) returns http:Created|error {
// Valid payload fails
}
}
```
```log
payload validation failed: Unexpected error found due to typedesc and value mismatch
``` | priority | constraint validation fails if the record consists of annotation other than constraint description ballerina type order record string id sql column name order date time date orderdate string productid int quantity service on new http listener function init returns error resource function post order http payload order salesorder returns http created error valid payload fails log payload validation failed unexpected error found due to typedesc and value mismatch | 1 |
236,410 | 7,749,092,798 | IssuesEvent | 2018-05-30 10:17:41 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | closed | 0003318:
use correct default grants for new calendars! | Calendar bug high priority | **Reported by cweiss on 12 Nov 2010 08:57**
**Version:** git master
-> self:: freebusy + private
-> anyone: freebusy
| 1.0 | 0003318:
use correct default grants for new calendars! - **Reported by cweiss on 12 Nov 2010 08:57**
**Version:** git master
-> self:: freebusy + private
-> anyone: freebusy
| priority | use correct default grants for new calendars reported by cweiss on nov version git master gt self freebusy private gt anyone freebusy | 1 |
122,607 | 4,837,698,470 | IssuesEvent | 2016-11-08 23:31:02 | openml/OpenML | https://api.github.com/repos/openml/OpenML | closed | data/list and task/list have missing values for the number of instances? | bug priority: high | For the following data sets it seems that the data/list and task/list API do not show data qualities such as number of instances:
```
data.id name
1067 1245 lungcancer_shedden
2382 4133 kdd_internet_usage
2389 4329 thoracic_surgery
2396 4536 SensorlessDriveDiagnosis
2399 4539 MiniBooNEparticleidentification
2413 4670 sequence_data_with_gender
2531 23515 sulfur
```
This is what the server returns:
```
{"did":1245,
"name":"lungcancer_shedden",
"version":1,
"status":"active",
"format":"ARFF",
"quality":[
]
}
```
| 1.0 | data/list and task/list have missing values for the number of instances? - For the following data sets it seems that the data/list and task/list API do not show data qualities such as number of instances:
```
data.id name
1067 1245 lungcancer_shedden
2382 4133 kdd_internet_usage
2389 4329 thoracic_surgery
2396 4536 SensorlessDriveDiagnosis
2399 4539 MiniBooNEparticleidentification
2413 4670 sequence_data_with_gender
2531 23515 sulfur
```
This is what the server returns:
```
{"did":1245,
"name":"lungcancer_shedden",
"version":1,
"status":"active",
"format":"ARFF",
"quality":[
]
}
```
| priority | data list and task list have missing values for the number of instances for the following data sets it seems that the data list and task list api do not show data qualities such as number of instances data id name lungcancer shedden kdd internet usage thoracic surgery sensorlessdrivediagnosis minibooneparticleidentification sequence data with gender sulfur this is what the server returns did name lungcancer shedden version status active format arff quality | 1 |
521,352 | 15,108,239,370 | IssuesEvent | 2021-02-08 16:24:21 | mredwin1/DivisionManagementSystem | https://api.github.com/repos/mredwin1/DivisionManagementSystem | closed | Add override log | Area: Backend Area: Front End Priority: High Type: Enhancement | Similar how it shows the last person who edited an attendance point we need to show who made the override if it happened in the details. | 1.0 | Add override log - Similar how it shows the last person who edited an attendance point we need to show who made the override if it happened in the details. | priority | add override log similar how it shows the last person who edited an attendance point we need to show who made the override if it happened in the details | 1 |
420,361 | 12,237,105,901 | IssuesEvent | 2020-05-04 17:27:17 | hildebro/moneysplitter | https://api.github.com/repos/hildebro/moneysplitter | opened | make entity selector handler completely generic | high priority | instead of separate handlers that all call the response builder, just have a generic handler that has constructor parameters for stuff like "selection_callback", "entity", "function_to_call_when_the _selected_items_are_committed" | 1.0 | make entity selector handler completely generic - instead of separate handlers that all call the response builder, just have a generic handler that has constructor parameters for stuff like "selection_callback", "entity", "function_to_call_when_the _selected_items_are_committed" | priority | make entity selector handler completely generic instead of separate handlers that all call the response builder just have a generic handler that has constructor parameters for stuff like selection callback entity function to call when the selected items are committed | 1 |
121,174 | 4,805,764,523 | IssuesEvent | 2016-11-02 16:48:53 | cdnjs/cdnjs | https://api.github.com/repos/cdnjs/cdnjs | closed | [Build failed] Got error while building meta data/artifact | Bug - High Priority | Dear all,
Our build process just got an error while building the meta data/artifact of cdnjs project, our [website and api](https://github.com/cdnjs/new-website) may not be as new as our repository, however, the cdn service will not been affected, you can still use it, and modify the library name, version number and filename in the url can help you access all the content on cdnjs, we will fix the error as soon as possible, sorry for the inconvenience.
PS:
This issue ticket was created by our [buildScript](https://github.com/cdnjs/buildScript), the automatically meta data/artifact building script of cdnjs, not by the real maintainer, the issuer depends on the API key we are using.
Best,
@PeterDaveHello | 1.0 | [Build failed] Got error while building meta data/artifact - Dear all,
Our build process just got an error while building the meta data/artifact of cdnjs project, our [website and api](https://github.com/cdnjs/new-website) may not be as new as our repository, however, the cdn service will not been affected, you can still use it, and modify the library name, version number and filename in the url can help you access all the content on cdnjs, we will fix the error as soon as possible, sorry for the inconvenience.
PS:
This issue ticket was created by our [buildScript](https://github.com/cdnjs/buildScript), the automatically meta data/artifact building script of cdnjs, not by the real maintainer, the issuer depends on the API key we are using.
Best,
@PeterDaveHello | priority | got error while building meta data artifact dear all our build process just got an error while building the meta data artifact of cdnjs project our may not be as new as our repository however the cdn service will not been affected you can still use it and modify the library name version number and filename in the url can help you access all the content on cdnjs we will fix the error as soon as possible sorry for the inconvenience ps this issue ticket was created by our the automatically meta data artifact building script of cdnjs not by the real maintainer the issuer depends on the api key we are using best peterdavehello | 1 |
605,174 | 18,726,339,930 | IssuesEvent | 2021-11-03 16:38:07 | DrakeHunterK7/SOEN-341-Fall-2021-Team-9-Stack-Bubbling- | https://api.github.com/repos/DrakeHunterK7/SOEN-341-Fall-2021-Team-9-Stack-Bubbling- | opened | Write TravisCI test cases | High Risk High Value 3 points Priority: High | We need to develop TravisCI tests for each backend function to test the integrity and functionality of the code written. | 1.0 | Write TravisCI test cases - We need to develop TravisCI tests for each backend function to test the integrity and functionality of the code written. | priority | write travisci test cases we need to develop travisci tests for each backend function to test the integrity and functionality of the code written | 1 |
179,802 | 6,628,737,264 | IssuesEvent | 2017-09-23 22:00:36 | gitpoint/git-point | https://api.github.com/repos/gitpoint/git-point | closed | Andriod Deep Linking | android has pr high priority | So when a user authenticates, we leverage `SafariView` (react-native-safari-view) [for iOS](https://github.com/gitpoint/git-point/blob/master/src/auth/screens/login.screen.js#L122-L132) so that a user isn't directed into a separate Safari tab and navigated back to the app.
For Android, we're still using `Linking` like we normally would and that takes the user to the default browser before navigating them back to the app itself (leaving both applications open). I'm not sure - but it would be extremely useful if we can find an Android version of [`react-native-safari-view`](https://github.com/naoufal/react-native-safari-view) or something along those lines.
Open to all kinds of suggestions! | 1.0 | Andriod Deep Linking - So when a user authenticates, we leverage `SafariView` (react-native-safari-view) [for iOS](https://github.com/gitpoint/git-point/blob/master/src/auth/screens/login.screen.js#L122-L132) so that a user isn't directed into a separate Safari tab and navigated back to the app.
For Android, we're still using `Linking` like we normally would and that takes the user to the default browser before navigating them back to the app itself (leaving both applications open). I'm not sure - but it would be extremely useful if we can find an Android version of [`react-native-safari-view`](https://github.com/naoufal/react-native-safari-view) or something along those lines.
Open to all kinds of suggestions! | priority | andriod deep linking so when a user authenticates we leverage safariview react native safari view so that a user isn t directed into a separate safari tab and navigated back to the app for android we re still using linking like we normally would and that takes the user to the default browser before navigating them back to the app itself leaving both applications open i m not sure but it would be extremely useful if we can find an android version of or something along those lines open to all kinds of suggestions | 1 |
683,195 | 23,371,584,897 | IssuesEvent | 2022-08-10 20:23:50 | microsoft/fluentui | https://api.github.com/repos/microsoft/fluentui | closed | [Bug]: Checkbox fails accessibility requirement & Update to inverted colors | Type: Bug :bug: Area: Accessibility Priority 1: High Component: Checkbox Component: Tooltip Component: Spinner Component: Popover Component: Theme Status: In PR Fluent UI react-components (v9) Component: Badge Component: Avatar Component: Switch | ### Library
React Components / v9 (@fluentui/react-components)
### System Info
```shell
https://master--628d031b55e942004ac95df1.chromatic.com/?path=/docs/theme-color--page
```
### Are you reporting Accessibility issue?
_No response_
### Reproduction
https://master--628d031b55e942004ac95df1.chromatic.com/?path=/docs/theme-color--page
### Bug Description
### Context
The checkbox component currently fails accessibility requirements. This issue was introduced when we updated our Brand Communicate Blue ramp, where we normalized our default color ramp to be less saturated. Daisy created a [proposal to update our controls to use inverted colors](https://www.figma.com/file/edE0nBTGtp5tVToWGNdkNV/Brand-Color?node-id=714%3A258368). This proposal aligns with our [guidance on brand colors](https://www.figma.com/file/xShPc11RUrzGWqZWfR4kFp/Ian-Guisard-Scratchpad?node-id=931%3A198658).
The goal is to;
1. Address accessibility issues with our checkbox component
2. Create coherence between our implementation and guidelines
3. Ensure that we are applying our semantic tokens consistently
**Examples**
(A) The checkbox component fails accessibility
<img width="656" alt="image" src="https://user-images.githubusercontent.com/20573265/180107901-8f665e1e-165f-4568-85ed-3c41df14cc82.png">
(B) Inverted colors should be inverted from light to dark, and dark to light. Currently, `Neutral Background Inverted` is a combination of dark in light and dark in dark theme. `Neutral Foreground Inverted` is light in light theme and light in dark theme.

The following design tokens need to be updated;
___
### [Change] Neutral Foreground Inverted value
**From**
```
[Light] Neutral Foreground Inverted = White
[Light] Neutral Foreground Inverted Hover = White
[Light] Neutral Foreground Inverted Pressed = White
[Light] Neutral Foreground Inverted Selected = White
[Dark] Neutral Foreground Inverted = White
[Dark] Neutral Foreground Inverted Hover = White
[Dark] Neutral Foreground Inverted Pressed = White
[Dark] Neutral Foreground Inverted Selected = White
```
**To**
- [x] [Light] Neutral Foreground Inverted = White
- [x] [Light] Neutral Foreground Inverted Hover = White
- [x] [Light] Neutral Foreground Inverted Pressed = White
- [x] [Light] Neutral Foreground Inverted Selected = White
- [x] [Dark] Neutral Foreground Inverted = Grey 14
- [x] [Dark] Neutral Foreground Inverted Hover = Grey 14
- [x] [Dark] Neutral Foreground Inverted Pressed = Grey 14
- [x] [Dark] Neutral Foreground Inverted Selected = Grey 14
- [x] [High Contrast] Neutral Foreground Inverted (rest, hover, pressed, selected) = HighlightText (#000000)
- [x] [Teams Dark] Neutral Foreground Inverted (rest, hover, pressed, selected) = Grey 14
Impacted components
- [x] Checkbox (impacted but no needs needed)
- [x] ~Tooltip FG (change Tooltip FG to Neutral Foreground Static Inverted)~
- Change is for token below
- [x] ~Spinner FG (change Subtle FG to Neutral Foreground Static Inverted)~
- Change is for token below
___
### [Add] Neutral Foreground Static Inverted
**New design token:**
- [x] [Light] Neutral Foreground Static Inverted = White
- [x] [Dark] Neutral Foreground Static Inverted = White
- [x] [High Contrast] Neutral Foreground Static Inverted = hcCanvasText (#FFFFFF)
- [x] [Teams Dark] Neutral Foreground Static Inverted = White
Description: Inverted static foreground
Impacted components
- [x] Tooltip FG (change Tooltip FG to Neutral Foreground Static Inverted)
- [x] Spinner FG (change Subtle FG to Neutral Foreground Static Inverted)
___
### [Change] Neutral Background Inverted value
**From**
```
[Light] Neutral Background Inverted = Grey 38
[Dark] Neutral Background Inverted = Grey 24
```
**To**
- [x] [Light] Neutral Background Inverted = Grey 16
- [x] [Dark] Neutral BackgroundInverted = White
- [x] [High Contrast] Neutral BackgroundInverted = hcCanvas (#000000)
- [x] [Teams Dark] Neutral BackgroundInverted = White
Impacted components
- [x] Tooltip BG (change Tooltip BG to Neutral Background Static)
- [x] Popover BG (change Popover BG to Neutral Background Static)
___
### [Add] Neutral Background Static
- [x] [Light] Neutral Background Static = Grey 20
- [x] [Dark] Neutral Background Static = Grey 24
- [x] [High Contrast] Neutral Background Static = hcCanvas (#000000)
- [x] [Teams Dark] Neutral Background Static = Grey 24
Description: Static background surface
Impacted components
- [x] Tooltip BG (change Tooltip BG to Neutral Background Static)
- [x] Popover BG (change Popover BG to Neutral Background Static)
___
### Components not directly impacted but must be updated
**Checkbox (checked)**
- [x] Change the checkbox “checkmark” from `Neutral Foreground On Brand` to `Neutral Foreground Inverted`
**Switch (checked)**
- [x] Change the switch knob from `Neutral Background 1` to `Neutral Foreground Inverted`
### Logs
_No response_
### Requested priority
High
### Products/sites affected
Fluent 2 WEB UI
### Are you willing to submit a PR to fix?
no
### Validations
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] The provided reproduction is a minimal reproducible example of the bug. | 1.0 | [Bug]: Checkbox fails accessibility requirement & Update to inverted colors - ### Library
React Components / v9 (@fluentui/react-components)
### System Info
```shell
https://master--628d031b55e942004ac95df1.chromatic.com/?path=/docs/theme-color--page
```
### Are you reporting Accessibility issue?
_No response_
### Reproduction
https://master--628d031b55e942004ac95df1.chromatic.com/?path=/docs/theme-color--page
### Bug Description
### Context
The checkbox component currently fails accessibility requirements. This issue was introduced when we updated our Brand Communicate Blue ramp, where we normalized our default color ramp to be less saturated. Daisy created a [proposal to update our controls to use inverted colors](https://www.figma.com/file/edE0nBTGtp5tVToWGNdkNV/Brand-Color?node-id=714%3A258368). This proposal aligns with our [guidance on brand colors](https://www.figma.com/file/xShPc11RUrzGWqZWfR4kFp/Ian-Guisard-Scratchpad?node-id=931%3A198658).
The goal is to;
1. Address accessibility issues with our checkbox component
2. Create coherence between our implementation and guidelines
3. Ensure that we are applying our semantic tokens consistently
**Examples**
(A) The checkbox component fails accessibility
<img width="656" alt="image" src="https://user-images.githubusercontent.com/20573265/180107901-8f665e1e-165f-4568-85ed-3c41df14cc82.png">
(B) Inverted colors should be inverted from light to dark, and dark to light. Currently, `Neutral Background Inverted` is a combination of dark in light and dark in dark theme. `Neutral Foreground Inverted` is light in light theme and light in dark theme.

The following design tokens need to be updated;
___
### [Change] Neutral Foreground Inverted value
**From**
```
[Light] Neutral Foreground Inverted = White
[Light] Neutral Foreground Inverted Hover = White
[Light] Neutral Foreground Inverted Pressed = White
[Light] Neutral Foreground Inverted Selected = White
[Dark] Neutral Foreground Inverted = White
[Dark] Neutral Foreground Inverted Hover = White
[Dark] Neutral Foreground Inverted Pressed = White
[Dark] Neutral Foreground Inverted Selected = White
```
**To**
- [x] [Light] Neutral Foreground Inverted = White
- [x] [Light] Neutral Foreground Inverted Hover = White
- [x] [Light] Neutral Foreground Inverted Pressed = White
- [x] [Light] Neutral Foreground Inverted Selected = White
- [x] [Dark] Neutral Foreground Inverted = Grey 14
- [x] [Dark] Neutral Foreground Inverted Hover = Grey 14
- [x] [Dark] Neutral Foreground Inverted Pressed = Grey 14
- [x] [Dark] Neutral Foreground Inverted Selected = Grey 14
- [x] [High Contrast] Neutral Foreground Inverted (rest, hover, pressed, selected) = HighlightText (#000000)
- [x] [Teams Dark] Neutral Foreground Inverted (rest, hover, pressed, selected) = Grey 14
Impacted components
- [x] Checkbox (impacted but no needs needed)
- [x] ~Tooltip FG (change Tooltip FG to Neutral Foreground Static Inverted)~
- Change is for token below
- [x] ~Spinner FG (change Subtle FG to Neutral Foreground Static Inverted)~
- Change is for token below
___
### [Add] Neutral Foreground Static Inverted
**New design token:**
- [x] [Light] Neutral Foreground Static Inverted = White
- [x] [Dark] Neutral Foreground Static Inverted = White
- [x] [High Contrast] Neutral Foreground Static Inverted = hcCanvasText (#FFFFFF)
- [x] [Teams Dark] Neutral Foreground Static Inverted = White
Description: Inverted static foreground
Impacted components
- [x] Tooltip FG (change Tooltip FG to Neutral Foreground Static Inverted)
- [x] Spinner FG (change Subtle FG to Neutral Foreground Static Inverted)
___
### [Change] Neutral Background Inverted value
**From**
```
[Light] Neutral Background Inverted = Grey 38
[Dark] Neutral Background Inverted = Grey 24
```
**To**
- [x] [Light] Neutral Background Inverted = Grey 16
- [x] [Dark] Neutral BackgroundInverted = White
- [x] [High Contrast] Neutral BackgroundInverted = hcCanvas (#000000)
- [x] [Teams Dark] Neutral BackgroundInverted = White
Impacted components
- [x] Tooltip BG (change Tooltip BG to Neutral Background Static)
- [x] Popover BG (change Popover BG to Neutral Background Static)
___
### [Add] Neutral Background Static
- [x] [Light] Neutral Background Static = Grey 20
- [x] [Dark] Neutral Background Static = Grey 24
- [x] [High Contrast] Neutral Background Static = hcCanvas (#000000)
- [x] [Teams Dark] Neutral Background Static = Grey 24
Description: Static background surface
Impacted components
- [x] Tooltip BG (change Tooltip BG to Neutral Background Static)
- [x] Popover BG (change Popover BG to Neutral Background Static)
___
### Components not directly impacted but must be updated
**Checkbox (checked)**
- [x] Change the checkbox “checkmark” from `Neutral Foreground On Brand` to `Neutral Foreground Inverted`
**Switch (checked)**
- [x] Change the switch knob from `Neutral Background 1` to `Neutral Foreground Inverted`
### Logs
_No response_
### Requested priority
High
### Products/sites affected
Fluent 2 WEB UI
### Are you willing to submit a PR to fix?
no
### Validations
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] The provided reproduction is a minimal reproducible example of the bug. | priority | checkbox fails accessibility requirement update to inverted colors library react components fluentui react components system info shell are you reporting accessibility issue no response reproduction bug description context the checkbox component currently fails accessibility requirements this issue was introduced when we updated our brand communicate blue ramp where we normalized our default color ramp to be less saturated daisy created a this proposal aligns with our the goal is to address accessibility issues with our checkbox component create coherence between our implementation and guidelines ensure that we are applying our semantic tokens consistently examples a the checkbox component fails accessibility img width alt image src b inverted colors should be inverted from light to dark and dark to light currently neutral background inverted is a combination of dark in light and dark in dark theme neutral foreground inverted is light in light theme and light in dark theme the following design tokens need to be updated neutral foreground inverted value from neutral foreground inverted white neutral foreground inverted hover white neutral foreground inverted pressed white neutral foreground inverted selected white neutral foreground inverted white neutral foreground inverted hover white neutral foreground inverted pressed white neutral foreground inverted selected white to neutral foreground inverted white neutral foreground inverted hover white neutral foreground inverted pressed white neutral foreground inverted selected white neutral foreground inverted grey neutral foreground inverted hover grey neutral foreground inverted pressed grey neutral foreground inverted selected grey neutral foreground inverted rest hover pressed selected highlighttext neutral foreground inverted rest hover pressed selected grey impacted components checkbox impacted but no needs needed tooltip fg change tooltip fg to neutral foreground static inverted change is for token below spinner fg change subtle fg to neutral foreground static inverted change is for token below neutral foreground static inverted
new design token neutral foreground static inverted white neutral foreground static inverted white neutral foreground static inverted hccanvastext ffffff neutral foreground static inverted white description inverted static foreground impacted components tooltip fg change tooltip fg to neutral foreground static inverted spinner fg change subtle fg to neutral foreground static inverted neutral background inverted value from neutral background inverted grey neutral background inverted grey to neutral background inverted grey neutral backgroundinverted white neutral backgroundinverted hccanvas neutral backgroundinverted white impacted components tooltip bg change tooltip bg to neutral background static popover bg change popover bg to neutral background static neutral background static neutral background static grey neutral background static grey neutral background static hccanvas neutral background static grey description static background surface impacted components tooltip bg change tooltip bg to neutral background static popover bg change popover bg to neutral background static components not directly impacted but must be updated
checkbox checked change the checkbox “checkmark” from neutral foreground on brand to neutral foreground inverted switch checked change the switch knob from neutral background to neutral foreground inverted logs no response requested priority high products sites affected fluent web ui are you willing to submit a pr to fix no validations check that there isn t already an issue that reports the same bug to avoid creating a duplicate the provided reproduction is a minimal reproducible example of the bug | 1 |
812,985 | 30,441,274,251 | IssuesEvent | 2023-07-15 04:53:25 | itchono/comrade-next | https://api.github.com/repos/itchono/comrade-next | closed | Reminder: ability to cancel | High Priority Modify Existing Functionality | Rather than being able to set an absolute time, make it so that the user can cancel | 1.0 | Reminder: ability to cancel - Rather than being able to set an absolute time, make it so that the user can cancel | priority | reminder ability to cancel rather than being able to set an absolute time make it so that the user can cancel | 1 |
142,541 | 5,476,221,483 | IssuesEvent | 2017-03-11 18:40:44 | Atlantiss/BugTracker | https://api.github.com/repos/Atlantiss/BugTracker | closed | [PL][Raid][Firelands] Lord Rhyolith 10HC | Cataclysm High Priority Raid | Boss posiada kilka bledow ktore sprawiaja ze walka z nim wymaga tyle samo umiejetnosci co i szczescia.
1. Boss powinien priorytetowo podpalac wulkany przed soba. Aktualnie boss podpala losowy wulkan ktory czesto znajduje sie po drugiej stronie platformy.
2. Podpalone wulkany zbyt czesto (lub na zbyt wiele osob na raz) uderzaja z Eruption. Jesli podpalony zostanei wulkan znajdujacy sie gdzies daleko za bossem to w 20sek ktore zajmnie dojscie do niego caly raid ma juz ok 10 stackow debuffa zamiast ok 4.
Oba te bledy oraz buff bossow na hc sprawiaja ze bez szczescia nie da sie zrobic tego bossa.
3. Magma Flow z wulkanu uderza kilka razy podrzuconego gracza zamiast tylko raz. Identyczny blad byl kiedys w wersji normal wiec prawdopodobnie macie gotowego fixa ;p
4. Boss niestety nadal chodzi jak kaleka i ciezko sie nim kieruje. Porownujac filmiki z globa do tego co mamy u nas to sa to dwa rozne bossy ale juz stracilem nadzieje na naprawienie tego...
Losowy filmik na ktorym widac podpalanie wulkanow przed bossem, szybkosc narzucania debuffa z Eruption, pojedyncze otrzymywanie dmg z Flowa oraz sposob w jaki boss powinien sie poruszac. https://www.youtube.com/watch?v=bWtgD-Aylk4
| 1.0 | [PL][Raid][Firelands] Lord Rhyolith 10HC - Boss posiada kilka bledow ktore sprawiaja ze walka z nim wymaga tyle samo umiejetnosci co i szczescia.
1. Boss powinien priorytetowo podpalac wulkany przed soba. Aktualnie boss podpala losowy wulkan ktory czesto znajduje sie po drugiej stronie platformy.
2. Podpalone wulkany zbyt czesto (lub na zbyt wiele osob na raz) uderzaja z Eruption. Jesli podpalony zostanei wulkan znajdujacy sie gdzies daleko za bossem to w 20sek ktore zajmnie dojscie do niego caly raid ma juz ok 10 stackow debuffa zamiast ok 4.
Oba te bledy oraz buff bossow na hc sprawiaja ze bez szczescia nie da sie zrobic tego bossa.
3. Magma Flow z wulkanu uderza kilka razy podrzuconego gracza zamiast tylko raz. Identyczny blad byl kiedys w wersji normal wiec prawdopodobnie macie gotowego fixa ;p
4. Boss niestety nadal chodzi jak kaleka i ciezko sie nim kieruje. Porownujac filmiki z globa do tego co mamy u nas to sa to dwa rozne bossy ale juz stracilem nadzieje na naprawienie tego...
Losowy filmik na ktorym widac podpalanie wulkanow przed bossem, szybkosc narzucania debuffa z Eruption, pojedyncze otrzymywanie dmg z Flowa oraz sposob w jaki boss powinien sie poruszac. https://www.youtube.com/watch?v=bWtgD-Aylk4
| priority | lord rhyolith boss posiada kilka bledow ktore sprawiaja ze walka z nim wymaga tyle samo umiejetnosci co i szczescia boss powinien priorytetowo podpalac wulkany przed soba aktualnie boss podpala losowy wulkan ktory czesto znajduje sie po drugiej stronie platformy podpalone wulkany zbyt czesto lub na zbyt wiele osob na raz uderzaja z eruption jesli podpalony zostanei wulkan znajdujacy sie gdzies daleko za bossem to w ktore zajmnie dojscie do niego caly raid ma juz ok stackow debuffa zamiast ok oba te bledy oraz buff bossow na hc sprawiaja ze bez szczescia nie da sie zrobic tego bossa magma flow z wulkanu uderza kilka razy podrzuconego gracza zamiast tylko raz identyczny blad byl kiedys w wersji normal wiec prawdopodobnie macie gotowego fixa p boss niestety nadal chodzi jak kaleka i ciezko sie nim kieruje porownujac filmiki z globa do tego co mamy u nas to sa to dwa rozne bossy ale juz stracilem nadzieje na naprawienie tego losowy filmik na ktorym widac podpalanie wulkanow przed bossem szybkosc narzucania debuffa z eruption pojedyncze otrzymywanie dmg z flowa oraz sposob w jaki boss powinien sie poruszac | 1 |
162,878 | 6,177,760,738 | IssuesEvent | 2017-07-02 04:50:24 | cdnjs/cdnjs | https://api.github.com/repos/cdnjs/cdnjs | closed | jQuery UI corrupt minified JS file | High Priority | The file at `https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js` appears to be different than the official one at `https://code.jquery.com/ui/1.12.1/jquery-ui.min.js` (and Google CDN `https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js`).
This is evident by the difference in SRI hashes:
cdnjs:
```html
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
integrity="sha256-KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM="
crossorigin="anonymous"></script>
```
jQuery CDN:
```html
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"></script>
```
Note that the unminified files appear to be correct, as the hashes match. | 1.0 | jQuery UI corrupt minified JS file - The file at `https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js` appears to be different than the official one at `https://code.jquery.com/ui/1.12.1/jquery-ui.min.js` (and Google CDN `https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js`).
This is evident by the difference in SRI hashes:
cdnjs:
```html
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"
integrity="sha256-KM512VNnjElC30ehFwehXjx1YCHPiQkOPmqnrWtpccM="
crossorigin="anonymous"></script>
```
jQuery CDN:
```html
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"></script>
```
Note that the unminified files appear to be correct, as the hashes match. | priority | jquery ui corrupt minified js file the file at appears to be different than the official one at and google cdn this is evident by the difference in sri hashes cdnjs html script src integrity crossorigin anonymous jquery cdn html script src integrity crossorigin anonymous note that the unminified files appear to be correct as the hashes match | 1 |
548,443 | 16,064,584,531 | IssuesEvent | 2021-04-23 17:01:15 | Code-4-Community/lucys-love-bus-frontend | https://api.github.com/repos/Code-4-Community/lucys-love-bus-frontend | closed | Admin Approve PF Request Page | high priority | [Project/Issue Tracker](https://github.com/Code-4-Community/lucys-love-bus-frontend/projects/1)
### Objective
As an admin I would like to be able to view all PF requests so that I can approve or deny them. I want to be able to view each family (see Family Details) and then choose to accept or reject their application. I also want to be routed to a confirmation page afterward
### Tech Spec
- [ ] Page to view all PF requests
- [ ] Ability to inspect each individual request and see detailed information (see Family Details issue)
- [ ] Ability to accept or reject
- [ ] Routed to a confirmation page
Relevant API:
- GET api/v1/protected/requests (to get all the requests and list them out)
- GET /api/v1/protected/requests/:request_id (to get the contact info)
- POST api/v1/protected/requests/:request_id/approve
- POST api/v1/protected/requests/:request_id/reject
### Design Artifacts
Provide a list of design artifacts on which the above tech spec is based. This could be an external link to an artifact the Design or UX team provided. Include authors names so that the task owner can reach out.




### Notes
Any clarifying content unrelated to the above items (Or, just a word of encouragement, like "You're doing great!")
| 1.0 | Admin Approve PF Request Page - [Project/Issue Tracker](https://github.com/Code-4-Community/lucys-love-bus-frontend/projects/1)
### Objective
As an admin I would like to be able to view all PF requests so that I can approve or deny them. I want to be able to view each family (see Family Details) and then choose to accept or reject their application. I also want to be routed to a confirmation page afterward
### Tech Spec
- [ ] Page to view all PF requests
- [ ] Ability to inspect each individual request and see detailed information (see Family Details issue)
- [ ] Ability to accept or reject
- [ ] Routed to a confirmation page
Relevant API:
- GET api/v1/protected/requests (to get all the requests and list them out)
- GET /api/v1/protected/requests/:request_id (to get the contact info)
- POST api/v1/protected/requests/:request_id/approve
- POST api/v1/protected/requests/:request_id/reject
### Design Artifacts
Provide a list of design artifacts on which the above tech spec is based. This could be an external link to an artifact the Design or UX team provided. Include authors names so that the task owner can reach out.




### Notes
Any clarifying content unrelated to the above items (Or, just a word of encouragement, like "You're doing great!")
| priority | admin approve pf request page objective as an admin i would like to be able to view all pf requests so that i can approve or deny them i want to be able to view each family see family details and then choose to accept or reject their application i also want to be routed to a confirmation page afterward tech spec page to view all pf requests ability to inspect each individual request and see detailed information see family details issue ability to accept or reject routed to a confirmation page relevant api get api protected requests to get all the requests and list them out get api protected requests request id to get the contact info post api protected requests request id approve post api protected requests request id reject design artifacts provide a list of design artifacts on which the above tech spec is based this could be an external link to an artifact the design or ux team provided include authors names so that the task owner can reach out notes any clarifying content unrelated to the above items or just a word of encouragement like you re doing great | 1 |
225,416 | 7,481,494,979 | IssuesEvent | 2018-04-04 20:51:17 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | USER ISSUE: Can't remove ramps | High Priority | Client version: 0.7.3 staging 64804594
**Steps to reproduce:**
1. Place ramp
2. Try to remove it
**Steps to work around it:**
1. Hold something that you place with a hammer, like hewn logs.
2. Try to remove the ramp again.
| 1.0 | USER ISSUE: Can't remove ramps - Client version: 0.7.3 staging 64804594
**Steps to reproduce:**
1. Place ramp
2. Try to remove it
**Steps to work around it:**
1. Hold something that you place with a hammer, like hewn logs.
2. Try to remove the ramp again.
| priority | user issue can t remove ramps client version staging steps to reproduce place ramp try to remove it steps to work around it hold something that you place with a hammer like hewn logs try to remove the ramp again | 1 |
681,651 | 23,319,592,746 | IssuesEvent | 2022-08-08 15:13:41 | SeekyCt/ppcdis | https://api.github.com/repos/SeekyCt/ppcdis | opened | Improve tail call detection | bug enhancement high priority | In a lot of cases, tail calls are missed. A branch should never happen to a stwu r1 outside of tail calls, so that could fix a lot of the current cases. Performing partial finalisation of tags before doing the tail call postprocessing could help too | 1.0 | Improve tail call detection - In a lot of cases, tail calls are missed. A branch should never happen to a stwu r1 outside of tail calls, so that could fix a lot of the current cases. Performing partial finalisation of tags before doing the tail call postprocessing could help too | priority | improve tail call detection in a lot of cases tail calls are missed a branch should never happen to a stwu outside of tail calls so that could fix a lot of the current cases performing partial finalisation of tags before doing the tail call postprocessing could help too | 1 |
241,253 | 7,810,557,032 | IssuesEvent | 2018-06-12 07:16:45 | rubykube/barong | https://api.github.com/repos/rubykube/barong | closed | Event API has no raw devise token and has no ability to send reset password email | Priority: high type: backlog v1.8 | Devise generates two tokens. One for database, one for email only.
Barong sends event with database token that is not available for emails.
We need to handle devise reset password token generator and send event with raw token
https://github.com/plataformatec/devise/blob/master/lib/devise/models/recoverable.rb#L89 | 1.0 | Event API has no raw devise token and has no ability to send reset password email - Devise generates two tokens. One for database, one for email only.
Barong sends event with database token that is not available for emails.
We need to handle devise reset password token generator and send event with raw token
https://github.com/plataformatec/devise/blob/master/lib/devise/models/recoverable.rb#L89 | priority | event api has no raw devise token and has no ability to send reset password email devise generates two tokens one for database one for email only barong sends event with database token that is not available for emails we need to handle devise reset password token generator and send event with raw token | 1 |
124,543 | 4,927,043,808 | IssuesEvent | 2016-11-26 14:17:57 | muicss/mui | https://api.github.com/repos/muicss/mui | closed | Odd animation flashing | bug priority: high | I just started using MUI today on a small project to test out. I needed a CSS framework that had as little dependencies as possible and so far MUI delivers exactly what I need.
I was originally using Materialize which is dependency heavy and I converted one of my pages to use MUI. Everything worked perfectly until I clicked a button. I'm not using any of the javascript API methods in MUI. I simply have a `mui-btn` to click and I'm using the `mui-table` for dynamic data. For some reason, every time I click one of the buttons, there are animation artifacts on the page. One of them being that the background color I set for one of the rows blinks on every button click.
If I remove the `mui.min.js` file, the artifacts go away. I traced the issue to the animation handler in MUI. Even when I have no MUI classes set on one my clickable elements, the `animationStartHandler` still fires within MUI, causing this blinking behavior.
| 1.0 | Odd animation flashing - I just started using MUI today on a small project to test out. I needed a CSS framework that had as little dependencies as possible and so far MUI delivers exactly what I need.
I was originally using Materialize which is dependency heavy and I converted one of my pages to use MUI. Everything worked perfectly until I clicked a button. I'm not using any of the javascript API methods in MUI. I simply have a `mui-btn` to click and I'm using the `mui-table` for dynamic data. For some reason, every time I click one of the buttons, there are animation artifacts on the page. One of them being that the background color I set for one of the rows blinks on every button click.
If I remove the `mui.min.js` file, the artifacts go away. I traced the issue to the animation handler in MUI. Even when I have no MUI classes set on one my clickable elements, the `animationStartHandler` still fires within MUI, causing this blinking behavior.
| priority | odd animation flashing i just started using mui today on a small project to test out i needed a css framework that had as little dependencies as possible and so far mui delivers exactly what i need i was originally using materialize which is dependency heavy and i converted one of my pages to use mui everything worked perfectly until i clicked a button i m not using any of the javascript api methods in mui i simply have a mui btn to click and i m using the mui table for dynamic data for some reason every time i click one of the buttons there are animation artifacts on the page one of them being that the background color i set for one of the rows blinks on every button click if i remove the mui min js file the artifacts go away i traced the issue to the animation handler in mui even when i have no mui classes set on one my clickable elements the animationstarthandler still fires within mui causing this blinking behavior | 1 |
102,692 | 4,158,581,522 | IssuesEvent | 2016-06-17 03:48:17 | DDMAL/musiclibs | https://api.github.com/repos/DDMAL/musiclibs | closed | Vatican source gives errors | Component: Web Application Priority: High Status: Waiting to be addressed Type: Bug | https://dev.musiclibs.net/manifests/6d63bbb6-61ae-4bec-9fff-eea999a01a74
I'm seeing "ERR_BLOCKED_BY_CLIENT" for the images in Chrome. Safari seems to load it OK. | 1.0 | Vatican source gives errors - https://dev.musiclibs.net/manifests/6d63bbb6-61ae-4bec-9fff-eea999a01a74
I'm seeing "ERR_BLOCKED_BY_CLIENT" for the images in Chrome. Safari seems to load it OK. | priority | vatican source gives errors i m seeing err blocked by client for the images in chrome safari seems to load it ok | 1 |
594,905 | 18,056,960,857 | IssuesEvent | 2021-09-20 09:27:21 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | closed | Unable to read Slack data | type/bug area/connectors priority/high | ## Enviroment
- **Airbyte version**: 0.29.9-alpha
- **OS Version / Instance**: Linux (ubuntu 20.04) / AZURE Standard D2s v3
- **Deployment**: Docker
- **Source Connector and version**: slack 0.1.9
- **Destination Connector and version**: Snowflake 0.3.12
- **Severity**: Medium
- **Step where error happened**: Sync job
## Current Behavior
When syncing data first table channel_members is properly read about 5 000 records, then second one channel_messages just Hang forever with 1 second retry.
channel_members data is not commited to target
other tables are not read and not commited
## Expected Behavior
Data should flow to snowflake :)
## Logs
2021-08-25 16:52:40 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Syncing stream: channel_members
2021-08-25 16:52:41 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 1000
2021-08-25 16:52:43 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 2000
2021-08-25 16:52:46 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 3000
2021-08-25 16:52:49 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 4000
2021-08-25 16:52:54 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 5000
2021-08-25 16:53:14 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Read 5095 records from channel_members stream
2021-08-25 16:53:14 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Syncing stream: channel_messages
2021-08-25 16:56:16 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Retrying. Sleeping for 1 seconds
2021-08-25 16:56:16 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Retrying. Sleeping for 1 seconds
[logs-16-0 (3).txt](https://github.com/airbytehq/airbyte/files/7049143/logs-16-0.3.txt)
## Steps to Reproduce
1. Run sync
2.
3.
## Are you willing to submit a PR?
Why not. I am really interested in understanding debugging process, as so far I have nothing more than this log to look at and it is frustating.
Regards
Romain | 1.0 | Unable to read Slack data - ## Enviroment
- **Airbyte version**: 0.29.9-alpha
- **OS Version / Instance**: Linux (ubuntu 20.04) / AZURE Standard D2s v3
- **Deployment**: Docker
- **Source Connector and version**: slack 0.1.9
- **Destination Connector and version**: Snowflake 0.3.12
- **Severity**: Medium
- **Step where error happened**: Sync job
## Current Behavior
When syncing data first table channel_members is properly read about 5 000 records, then second one channel_messages just Hang forever with 1 second retry.
channel_members data is not commited to target
other tables are not read and not commited
## Expected Behavior
Data should flow to snowflake :)
## Logs
2021-08-25 16:52:40 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Syncing stream: channel_members
2021-08-25 16:52:41 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 1000
2021-08-25 16:52:43 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 2000
2021-08-25 16:52:46 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 3000
2021-08-25 16:52:49 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 4000
2021-08-25 16:52:54 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):223 - Records read: 5000
2021-08-25 16:53:14 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Read 5095 records from channel_members stream
2021-08-25 16:53:14 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Syncing stream: channel_messages
2021-08-25 16:56:16 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Retrying. Sleeping for 1 seconds
2021-08-25 16:56:16 INFO () DefaultAirbyteStreamFactory(internalLog):110 - Retrying. Sleeping for 1 seconds
[logs-16-0 (3).txt](https://github.com/airbytehq/airbyte/files/7049143/logs-16-0.3.txt)
## Steps to Reproduce
1. Run sync
2.
3.
## Are you willing to submit a PR?
Why not. I am really interested in understanding debugging process, as so far I have nothing more than this log to look at and it is frustating.
Regards
Romain | priority | unable to read slack data enviroment airbyte version alpha os version instance linux ubuntu azure standard deployment docker source connector and version slack destination connector and version snowflake severity medium step where error happened sync job current behavior when syncing data first table channel members is properly read about records then second one channel messages just hang forever with second retry channel members data is not commited to target other tables are not read and not commited expected behavior data should flow to snowflake logs info defaultairbytestreamfactory internallog syncing stream channel members info defaultreplicationworker lambda getreplicationrunnable records read info defaultreplicationworker lambda getreplicationrunnable records read info defaultreplicationworker lambda getreplicationrunnable records read info defaultreplicationworker lambda getreplicationrunnable records read info defaultreplicationworker lambda getreplicationrunnable records read info defaultairbytestreamfactory internallog read records from channel members stream info defaultairbytestreamfactory internallog syncing stream channel messages info defaultairbytestreamfactory internallog retrying sleeping for seconds info defaultairbytestreamfactory internallog retrying sleeping for seconds steps to reproduce run sync are you willing to submit a pr why not i am really interested in understanding debugging process as so far i have nothing more than this log to look at and it is frustating regards romain | 1 |
229,459 | 7,574,930,836 | IssuesEvent | 2018-04-23 22:53:53 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | Opening UI is too slow | High Priority Steam Report | _________________________________________________
http://steamcommunity.com/profiles/76561198036748973/recommended/382310/
- When I open up a chest or anything really, it takes around 10 seconds for the UI to appear. Just one long 10 second wait while everything is frozen. Jesus I'm not streaming a movie I'm just viewing my inventory. This makes me want to keep interaction with anything that opens a UI to a minimum.
| 1.0 | Opening UI is too slow - _________________________________________________
http://steamcommunity.com/profiles/76561198036748973/recommended/382310/
- When I open up a chest or anything really, it takes around 10 seconds for the UI to appear. Just one long 10 second wait while everything is frozen. Jesus I'm not streaming a movie I'm just viewing my inventory. This makes me want to keep interaction with anything that opens a UI to a minimum.
| priority | opening ui is too slow when i open up a chest or anything really it takes around seconds for the ui to appear just one long second wait while everything is frozen jesus i m not streaming a movie i m just viewing my inventory this makes me want to keep interaction with anything that opens a ui to a minimum | 1 |
468,141 | 13,462,170,375 | IssuesEvent | 2020-09-09 15:43:14 | EarthJournalismNetwork/jeo-theme | https://api.github.com/repos/EarthJournalismNetwork/jeo-theme | closed | [ Browser ] Compatibility of our jeo theme with main browsers | priority: high | ### Bugs (milestone 2.1)
- [x] "More" option isn't clickable on Safari, nothing shows up in Console It keeps open
Fixed
Tested in Safari Versão 13.1.2 (13609.3.5.1.5)


| 1.0 | [ Browser ] Compatibility of our jeo theme with main browsers - ### Bugs (milestone 2.1)
- [x] "More" option isn't clickable on Safari, nothing shows up in Console It keeps open
Fixed
Tested in Safari Versão 13.1.2 (13609.3.5.1.5)


| priority | compatibility of our jeo theme with main browsers bugs milestone more option isn t clickable on safari nothing shows up in console it keeps open fixed tested in safari versão | 1 |
243,045 | 7,852,659,688 | IssuesEvent | 2018-06-20 15:09:04 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | closed | Consistent state naming for VMs | Priority: High Sponsored Status: Accepted Type: Bug | # Bug Report
## Version of OpenNebula
<!--Mark the relevant versions affected with [X] -->
- [ ] 5.2.2
- [ ] 5.4.0
- [ ] 5.4.1
- [ ] 5.4.2
- [ ] 5.4.3
- [ ] 5.4.4
- [ ] 5.4.5
- [ ] 5.4.6
- [ ] 5.4.7
- [ ] 5.4.8
- [ ] 5.4.9
- [ ] 5.4.10
- [ ] 5.4.11
- [X] Development build
## Component
<!-- Mark the relevant versions affected with [X] -->
- [ ] Authorization (LDAP, x509 certs...)
- [X] Command Line Interface (CLI)
- [ ] Contextualization
- [ ] Documentation
- [ ] Federation and HA
- [ ] Host, Clusters and Monitorization
- [ ] KVM
- [ ] Networking
- [ ] Orchestration (OpenNebula Flow)
- [ ] Packages
- [ ] Scheduler
- [ ] Storage & Images
- [X] Sunstone
- [ ] Upgrades
- [ ] User, Groups, VDCs and ACL
- [ ] vCenter
## Description
All the interfaces should comply with the same state semantics as the OpenNebula core:
TOTAL -- total number of VMs that NOT in the DONE state
ACTIVE -- VMs that are NOT in a final state (s, if left alone, will revert to RUNNING if there are not changes)
RUNNING -- VMs that are in RUNNING state
### Expected Behavior
Interfaces to be consistent with this
### Actual Behavior
- There is no TOTAL in Dashboard
- Host template has RUNNING_VMS which should be TOTAL_VMS
- onehost list outputs RVM and should output TVM (Total VMs) (or just, VM)
## How to reproduce
Have a VM pool with mixed VM states and look at the above issues
# Progress Status
- [x] Branch created
- [x] Code committed to development branch
- [ ] Testing - QA
- [x] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches
| 1.0 | Consistent state naming for VMs - # Bug Report
## Version of OpenNebula
<!--Mark the relevant versions affected with [X] -->
- [ ] 5.2.2
- [ ] 5.4.0
- [ ] 5.4.1
- [ ] 5.4.2
- [ ] 5.4.3
- [ ] 5.4.4
- [ ] 5.4.5
- [ ] 5.4.6
- [ ] 5.4.7
- [ ] 5.4.8
- [ ] 5.4.9
- [ ] 5.4.10
- [ ] 5.4.11
- [X] Development build
## Component
<!-- Mark the relevant versions affected with [X] -->
- [ ] Authorization (LDAP, x509 certs...)
- [X] Command Line Interface (CLI)
- [ ] Contextualization
- [ ] Documentation
- [ ] Federation and HA
- [ ] Host, Clusters and Monitorization
- [ ] KVM
- [ ] Networking
- [ ] Orchestration (OpenNebula Flow)
- [ ] Packages
- [ ] Scheduler
- [ ] Storage & Images
- [X] Sunstone
- [ ] Upgrades
- [ ] User, Groups, VDCs and ACL
- [ ] vCenter
## Description
All the interfaces should comply with the same state semantics as the OpenNebula core:
TOTAL -- total number of VMs that NOT in the DONE state
ACTIVE -- VMs that are NOT in a final state (s, if left alone, will revert to RUNNING if there are not changes)
RUNNING -- VMs that are in RUNNING state
### Expected Behavior
Interfaces to be consistent with this
### Actual Behavior
- There is no TOTAL in Dashboard
- Host template has RUNNING_VMS which should be TOTAL_VMS
- onehost list outputs RVM and should output TVM (Total VMs) (or just, VM)
## How to reproduce
Have a VM pool with mixed VM states and look at the above issues
# Progress Status
- [x] Branch created
- [x] Code committed to development branch
- [ ] Testing - QA
- [x] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches
| priority | consistent state naming for vms bug report version of opennebula development build component authorization ldap certs command line interface cli contextualization documentation federation and ha host clusters and monitorization kvm networking orchestration opennebula flow packages scheduler storage images sunstone upgrades user groups vdcs and acl vcenter description all the interfaces should comply with the same state semantics as the opennebula core total total number of vms that not in the done state active vms that are not in a final state s if left alone will revert to running if there are not changes running vms that are in running state expected behavior interfaces to be consistent with this actual behavior there is no total in dashboard host template has running vms which should be total vms onehost list outputs rvm and should output tvm total vms or just vm how to reproduce have a vm pool with mixed vm states and look at the above issues progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches | 1 |
99,927 | 4,074,489,548 | IssuesEvent | 2016-05-28 13:48:34 | SIMRacingApps/SIMRacingApps | https://api.github.com/repos/SIMRacingApps/SIMRacingApps | opened | diff between at start/finish doubles for about a second | bug high priority | L. Bryce Whitson found a bug on the Relative widget. The differential doubles for about one second after he crosses the start/finish line. It's very apparent in this video. https://youtu.be/8GyyvGrfsgM
| 1.0 | diff between at start/finish doubles for about a second - L. Bryce Whitson found a bug on the Relative widget. The differential doubles for about one second after he crosses the start/finish line. It's very apparent in this video. https://youtu.be/8GyyvGrfsgM
| priority | diff between at start finish doubles for about a second l bryce whitson found a bug on the relative widget the differential doubles for about one second after he crosses the start finish line it s very apparent in this video | 1 |
409,387 | 11,961,635,832 | IssuesEvent | 2020-04-05 09:14:44 | freeboardgames/FreeBoardGames.org | https://api.github.com/repos/freeboardgames/FreeBoardGames.org | opened | "Play again" button after multiplayer game leads to 404 | bug high priority | "Play again" button after multiplayer game leads to 404 **for second person to click button** only | 1.0 | "Play again" button after multiplayer game leads to 404 - "Play again" button after multiplayer game leads to 404 **for second person to click button** only | priority | play again button after multiplayer game leads to play again button after multiplayer game leads to for second person to click button only | 1 |
278,303 | 8,638,862,437 | IssuesEvent | 2018-11-23 16:12:04 | kubermatic/machine-controller | https://api.github.com/repos/kubermatic/machine-controller | opened | Use machine.spec.providerSpec instead of machine.spec.providerConfig | priority/high team/lifecycle | The cluster-api project merged a pull that moved `.spec.providerConfig` to .spec.ProviderSpec`: https://github.com/kubernetes-sigs/cluster-api/pull/548
In order to be able to update the cluster-api dependency, we must write a migration for this and change our code accordingly | 1.0 | Use machine.spec.providerSpec instead of machine.spec.providerConfig - The cluster-api project merged a pull that moved `.spec.providerConfig` to .spec.ProviderSpec`: https://github.com/kubernetes-sigs/cluster-api/pull/548
In order to be able to update the cluster-api dependency, we must write a migration for this and change our code accordingly | priority | use machine spec providerspec instead of machine spec providerconfig the cluster api project merged a pull that moved spec providerconfig to spec providerspec in order to be able to update the cluster api dependency we must write a migration for this and change our code accordingly | 1 |
109,404 | 4,387,024,383 | IssuesEvent | 2016-08-08 14:39:36 | dmusican/Elegit | https://api.github.com/repos/dmusican/Elegit | opened | Add checkout from to context menu of file | enhancement priority high | In the all files panel view, add an option to checkout a file from another branch, maybe select the commit to check it out from with the tree? | 1.0 | Add checkout from to context menu of file - In the all files panel view, add an option to checkout a file from another branch, maybe select the commit to check it out from with the tree? | priority | add checkout from to context menu of file in the all files panel view add an option to checkout a file from another branch maybe select the commit to check it out from with the tree | 1 |
496,995 | 14,360,131,383 | IssuesEvent | 2020-11-30 16:27:58 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | reopened | [NPC] Boss Freya Hard Mode - Crash Server few time. | Dungeon/Raid Fixed in Dev Priority-High | **Links:**
https://it.wowhead.com/npc=32906/freya
from WoWHead
**What is happening:**
After we have killed Freya, the server crashed few times and more, i speaking with the GM with it so i post it right now. We Apologies about that because we didn't know that bug. Hope it's a help for you.
**What should happen:**
The Server mustn't crash after the kill.
| 1.0 | [NPC] Boss Freya Hard Mode - Crash Server few time. - **Links:**
https://it.wowhead.com/npc=32906/freya
from WoWHead
**What is happening:**
After we have killed Freya, the server crashed few times and more, i speaking with the GM with it so i post it right now. We Apologies about that because we didn't know that bug. Hope it's a help for you.
**What should happen:**
The Server mustn't crash after the kill.
| priority | boss freya hard mode crash server few time links from wowhead what is happening after we have killed freya the server crashed few times and more i speaking with the gm with it so i post it right now we apologies about that because we didn t know that bug hope it s a help for you what should happen the server mustn t crash after the kill | 1 |
365,941 | 10,799,939,683 | IssuesEvent | 2019-11-06 13:17:27 | CS2102-Group-5/Jumpstarters | https://api.github.com/repos/CS2102-Group-5/Jumpstarters | closed | Complex query 3 | High Priority | The list of valued organizations, where a valued organization is defined as:
The organization has at least 5 successful projects
Has at least 15 of creators under the organization
The unique countries which the projects under the organization ships to is at least 5 countries. | 1.0 | Complex query 3 - The list of valued organizations, where a valued organization is defined as:
The organization has at least 5 successful projects
Has at least 15 of creators under the organization
The unique countries which the projects under the organization ships to is at least 5 countries. | priority | complex query the list of valued organizations where a valued organization is defined as the organization has at least successful projects has at least of creators under the organization the unique countries which the projects under the organization ships to is at least countries | 1 |
491,616 | 14,167,541,814 | IssuesEvent | 2020-11-12 10:26:03 | beacondig/site-beacon | https://api.github.com/repos/beacondig/site-beacon | closed | BDM | BUG | Content Layout is not as per design | Priority: High Type: Bug | **Location of bug**
http://2883648-hs-sites-com.sandbox.hs-sites.com/services?hs_preview=pjAXdKCz-35573641199
**Describe the bug**
Content Layout is not as per design
**Screenshots**
https://images.zenhubusercontent.com/5e78ca48cfc5ca700cb6ab3a/cee9d092-54b9-48dc-af29-6dc4c8b9a559
**Desktop (please complete the following information):**
- OS: IE11
| 1.0 | BDM | BUG | Content Layout is not as per design - **Location of bug**
http://2883648-hs-sites-com.sandbox.hs-sites.com/services?hs_preview=pjAXdKCz-35573641199
**Describe the bug**
Content Layout is not as per design
**Screenshots**
https://images.zenhubusercontent.com/5e78ca48cfc5ca700cb6ab3a/cee9d092-54b9-48dc-af29-6dc4c8b9a559
**Desktop (please complete the following information):**
- OS: IE11
| priority | bdm bug content layout is not as per design location of bug describe the bug content layout is not as per design screenshots desktop please complete the following information os | 1 |
667,192 | 22,421,486,160 | IssuesEvent | 2022-06-20 04:05:49 | nix-community/nixago | https://api.github.com/repos/nix-community/nixago | opened | Create relative paths before linking | Status: Accepted Type: Bug Priority: High Effort: 1 | If `output` is a relative path that does not exist (i.e. `.github/settings.yml`), the shell hook will fail to link:
```
install: cannot create regular file '.github/settings.yml': No such file or directory
```
Add a check to the hook to see if the path exists and, if not, attempt to create it before linking. | 1.0 | Create relative paths before linking - If `output` is a relative path that does not exist (i.e. `.github/settings.yml`), the shell hook will fail to link:
```
install: cannot create regular file '.github/settings.yml': No such file or directory
```
Add a check to the hook to see if the path exists and, if not, attempt to create it before linking. | priority | create relative paths before linking if output is a relative path that does not exist i e github settings yml the shell hook will fail to link install cannot create regular file github settings yml no such file or directory add a check to the hook to see if the path exists and if not attempt to create it before linking | 1 |
278,829 | 8,650,899,832 | IssuesEvent | 2018-11-27 00:31:22 | plexinc/plex-media-player | https://api.github.com/repos/plexinc/plex-media-player | opened | Upgrade Qt (5.12) | blocked:qt priority:high type:task | This is a general Qt tracking issue.
Blocking this on build team availability. We'll address in a future cycle: https://github.com/plexinc/plex-conan/issues/517.
Context:
- Chromium should have our patches applied: https://github.com/plexinc/plex-desktop/issues/40
- Mojave dark mode support added in 5.12
- Implementation: https://bugreports.qt.io/browse/QTBUG-68891
- Blog: https://blog.qt.io/blog/2018/11/08/qt-macos-10-14-mojave/
- **Notice**: There's some minimum SDK version comments
- Unblocks https://github.com/plexinc/plex-desktop/issues/20.
- Fixes Qt ignoring modifier key swapping on macOS: https://github.com/plexinc/plex-media-player/issues/799#issuecomment-438806504.
- Fixes inability to build a functional application on Mojave: https://github.com/plexinc/plex-media-player/issues/779
- Hopeful regression fix for https://github.com/plexinc/plex-media-player/issues/772
- Various window handling shortcomings are anticipated to be addressed. | 1.0 | Upgrade Qt (5.12) - This is a general Qt tracking issue.
Blocking this on build team availability. We'll address in a future cycle: https://github.com/plexinc/plex-conan/issues/517.
Context:
- Chromium should have our patches applied: https://github.com/plexinc/plex-desktop/issues/40
- Mojave dark mode support added in 5.12
- Implementation: https://bugreports.qt.io/browse/QTBUG-68891
- Blog: https://blog.qt.io/blog/2018/11/08/qt-macos-10-14-mojave/
- **Notice**: There's some minimum SDK version comments
- Unblocks https://github.com/plexinc/plex-desktop/issues/20.
- Fixes Qt ignoring modifier key swapping on macOS: https://github.com/plexinc/plex-media-player/issues/799#issuecomment-438806504.
- Fixes inability to build a functional application on Mojave: https://github.com/plexinc/plex-media-player/issues/779
- Hopeful regression fix for https://github.com/plexinc/plex-media-player/issues/772
- Various window handling shortcomings are anticipated to be addressed. | priority | upgrade qt this is a general qt tracking issue blocking this on build team availability we ll address in a future cycle context chromium should have our patches applied mojave dark mode support added in implementation blog notice there s some minimum sdk version comments unblocks fixes qt ignoring modifier key swapping on macos fixes inability to build a functional application on mojave hopeful regression fix for various window handling shortcomings are anticipated to be addressed | 1 |
791,286 | 27,858,778,537 | IssuesEvent | 2023-03-21 03:00:44 | AlphaWallet/alpha-wallet-ios | https://api.github.com/repos/AlphaWallet/alpha-wallet-ios | closed | Switching chain in app and then signing from WalletConnect v1 test dapp fails with "Call Request Rejected" | High Priority | Not necessarily a problem on our side. But this used to work (I smoke test before release). Like this:
1. Make sure Ethereum and xDai is enabled
2. https://example.walletconnect.org
3. Scan and connect. Note that it is connected to Ethereum
4. Switch Network in AlphaWallet for that WalletConnect session to xDai
5. Confirm dapp shows "xDai"
6. Click personal_sign
7. Confirm in AlphaWallet
8. Dapp shows "Call Request Rejected"
Works with v2, but the mechanics are different of course. | 1.0 | Switching chain in app and then signing from WalletConnect v1 test dapp fails with "Call Request Rejected" - Not necessarily a problem on our side. But this used to work (I smoke test before release). Like this:
1. Make sure Ethereum and xDai is enabled
2. https://example.walletconnect.org
3. Scan and connect. Note that it is connected to Ethereum
4. Switch Network in AlphaWallet for that WalletConnect session to xDai
5. Confirm dapp shows "xDai"
6. Click personal_sign
7. Confirm in AlphaWallet
8. Dapp shows "Call Request Rejected"
Works with v2, but the mechanics are different of course. | priority | switching chain in app and then signing from walletconnect test dapp fails with call request rejected not necessarily a problem on our side but this used to work i smoke test before release like this make sure ethereum and xdai is enabled scan and connect note that it is connected to ethereum switch network in alphawallet for that walletconnect session to xdai confirm dapp shows xdai click personal sign confirm in alphawallet dapp shows call request rejected works with but the mechanics are different of course | 1 |
275,011 | 8,570,547,884 | IssuesEvent | 2018-11-11 21:08:59 | CS2103-AY1819S1-W13-3/main | https://api.github.com/repos/CS2103-AY1819S1-W13-3/main | closed | As a tutor, I want to be able to view a list of my students | priority.High severity.Low status.Ongoing type.Story | So that I can keep track of the students in my class | 1.0 | As a tutor, I want to be able to view a list of my students - So that I can keep track of the students in my class | priority | as a tutor i want to be able to view a list of my students so that i can keep track of the students in my class | 1 |
700,642 | 24,067,857,477 | IssuesEvent | 2022-09-17 19:00:51 | WFP-VAM/prism-app | https://api.github.com/repos/WFP-VAM/prism-app | closed | Toggling between hazard and kobo layers throws a date error | bug priority:high | I'm consistently getting an error when I toggle between a WMS hazard layer and a point_data (kobo) layer. It seems there's a bug on date handling in this scenario. The error is below (screen shot and pasted as well). This is happening on a branch which is based on master but includes configuration for a kobo form (branch: https://github.com/WFP-VAM/prism-frontend/tree/test_kobo_mmr)
<img width="830" alt="Screen Shot 2021-10-21 at 17 27 36" src="https://user-images.githubusercontent.com/3343536/138374631-2d67f479-d571-47a3-b716-5465b9dd2f76.png">
×
TypeError: Reduce of empty array with no initial value
findClosestDate
src/components/MapView/DateSelector/utils.ts:50
47 | return closest;
48 | };
49 |
> 50 | return moment(availableDates.reduce(reducerFunc));
51 | }
52 |
53 | /**
View compiled
(anonymous function)
src/components/MapView/index.tsx:198
195 | .map(date => moment(date).format('YYYY-MM-DD'))
196 | .includes(momentSelectedDate.format('YYYY-MM-DD'))
197 | ) {
> 198 | const closestDate = findClosestDate(selectedDate, selectedLayerDates);
| ^ 199 |
200 | dispatch(updateDateRange({ startDate: closestDate.valueOf() }));
201 |
View compiled
(anonymous function)
src/components/MapView/index.tsx:189
186 | }
187 | // let users know if their current date doesn't exist in possible dates
188 | if (selectedDate) {
> 189 | selectedLayersWithDateSupport.forEach(layer => {
| ^ 190 | const momentSelectedDate = moment(selectedDate);
191 |
192 | // we convert to date strings, so hh:ss is irrelevant
View compiled
▼ 27 stack frames were expanded.
commitHookEffectListMount
node_modules/react-dom/cjs/react-dom.development.js:19764
commitPassiveHookEffects
node_modules/react-dom/cjs/react-dom.development.js:19802
HTMLUnknownElement.callCallback
node_modules/react-dom/cjs/react-dom.development.js:188
invokeGuardedCallbackDev
node_modules/react-dom/cjs/react-dom.development.js:237
invokeGuardedCallback
node_modules/react-dom/cjs/react-dom.development.js:292
flushPassiveEffectsImpl
node_modules/react-dom/cjs/react-dom.development.js:22884
unstable_runWithPriority
node_modules/scheduler/cjs/scheduler.development.js:653
runWithPriority$1
node_modules/react-dom/cjs/react-dom.development.js:11061
flushPassiveEffects
node_modules/react-dom/cjs/react-dom.development.js:22851
performSyncWorkOnRoot
node_modules/react-dom/cjs/react-dom.development.js:21768
(anonymous function)
node_modules/react-dom/cjs/react-dom.development.js:11111
unstable_runWithPriority
node_modules/scheduler/cjs/scheduler.development.js:653
runWithPriority$1
node_modules/react-dom/cjs/react-dom.development.js:11061
flushSyncCallbackQueueImpl
node_modules/react-dom/cjs/react-dom.development.js:11106
flushSyncCallbackQueue
node_modules/react-dom/cjs/react-dom.development.js:11094
flushPendingDiscreteUpdates
node_modules/react-dom/cjs/react-dom.development.js:21878
flushDiscreteUpdates
node_modules/react-dom/cjs/react-dom.development.js:21858
finishEventHandler
node_modules/react-dom/cjs/react-dom.development.js:1029
batchedEventUpdates
node_modules/react-dom/cjs/react-dom.development.js:1063
dispatchEventForLegacyPluginEventSystem
node_modules/react-dom/cjs/react-dom.development.js:3568
attemptToDispatchEvent
node_modules/react-dom/cjs/react-dom.development.js:4267
dispatchEvent
node_modules/react-dom/cjs/react-dom.development.js:4189
unstable_runWithPriority
node_modules/scheduler/cjs/scheduler.development.js:653
runWithPriority$1
node_modules/react-dom/cjs/react-dom.development.js:11061
discreteUpdates$1
node_modules/react-dom/cjs/react-dom.development.js:21918
discreteUpdates
node_modules/react-dom/cjs/react-dom.development.js:1071
dispatchDiscreteEvent
node_modules/react-dom/cjs/react-dom.development.js:4168
▲ 27 stack frames were expanded.
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message. | 1.0 | Toggling between hazard and kobo layers throws a date error - I'm consistently getting an error when I toggle between a WMS hazard layer and a point_data (kobo) layer. It seems there's a bug on date handling in this scenario. The error is below (screen shot and pasted as well). This is happening on a branch which is based on master but includes configuration for a kobo form (branch: https://github.com/WFP-VAM/prism-frontend/tree/test_kobo_mmr)
<img width="830" alt="Screen Shot 2021-10-21 at 17 27 36" src="https://user-images.githubusercontent.com/3343536/138374631-2d67f479-d571-47a3-b716-5465b9dd2f76.png">
×
TypeError: Reduce of empty array with no initial value
findClosestDate
src/components/MapView/DateSelector/utils.ts:50
47 | return closest;
48 | };
49 |
> 50 | return moment(availableDates.reduce(reducerFunc));
51 | }
52 |
53 | /**
View compiled
(anonymous function)
src/components/MapView/index.tsx:198
195 | .map(date => moment(date).format('YYYY-MM-DD'))
196 | .includes(momentSelectedDate.format('YYYY-MM-DD'))
197 | ) {
> 198 | const closestDate = findClosestDate(selectedDate, selectedLayerDates);
| ^ 199 |
200 | dispatch(updateDateRange({ startDate: closestDate.valueOf() }));
201 |
View compiled
(anonymous function)
src/components/MapView/index.tsx:189
186 | }
187 | // let users know if their current date doesn't exist in possible dates
188 | if (selectedDate) {
> 189 | selectedLayersWithDateSupport.forEach(layer => {
| ^ 190 | const momentSelectedDate = moment(selectedDate);
191 |
192 | // we convert to date strings, so hh:ss is irrelevant
View compiled
▼ 27 stack frames were expanded.
commitHookEffectListMount
node_modules/react-dom/cjs/react-dom.development.js:19764
commitPassiveHookEffects
node_modules/react-dom/cjs/react-dom.development.js:19802
HTMLUnknownElement.callCallback
node_modules/react-dom/cjs/react-dom.development.js:188
invokeGuardedCallbackDev
node_modules/react-dom/cjs/react-dom.development.js:237
invokeGuardedCallback
node_modules/react-dom/cjs/react-dom.development.js:292
flushPassiveEffectsImpl
node_modules/react-dom/cjs/react-dom.development.js:22884
unstable_runWithPriority
node_modules/scheduler/cjs/scheduler.development.js:653
runWithPriority$1
node_modules/react-dom/cjs/react-dom.development.js:11061
flushPassiveEffects
node_modules/react-dom/cjs/react-dom.development.js:22851
performSyncWorkOnRoot
node_modules/react-dom/cjs/react-dom.development.js:21768
(anonymous function)
node_modules/react-dom/cjs/react-dom.development.js:11111
unstable_runWithPriority
node_modules/scheduler/cjs/scheduler.development.js:653
runWithPriority$1
node_modules/react-dom/cjs/react-dom.development.js:11061
flushSyncCallbackQueueImpl
node_modules/react-dom/cjs/react-dom.development.js:11106
flushSyncCallbackQueue
node_modules/react-dom/cjs/react-dom.development.js:11094
flushPendingDiscreteUpdates
node_modules/react-dom/cjs/react-dom.development.js:21878
flushDiscreteUpdates
node_modules/react-dom/cjs/react-dom.development.js:21858
finishEventHandler
node_modules/react-dom/cjs/react-dom.development.js:1029
batchedEventUpdates
node_modules/react-dom/cjs/react-dom.development.js:1063
dispatchEventForLegacyPluginEventSystem
node_modules/react-dom/cjs/react-dom.development.js:3568
attemptToDispatchEvent
node_modules/react-dom/cjs/react-dom.development.js:4267
dispatchEvent
node_modules/react-dom/cjs/react-dom.development.js:4189
unstable_runWithPriority
node_modules/scheduler/cjs/scheduler.development.js:653
runWithPriority$1
node_modules/react-dom/cjs/react-dom.development.js:11061
discreteUpdates$1
node_modules/react-dom/cjs/react-dom.development.js:21918
discreteUpdates
node_modules/react-dom/cjs/react-dom.development.js:1071
dispatchDiscreteEvent
node_modules/react-dom/cjs/react-dom.development.js:4168
▲ 27 stack frames were expanded.
This screen is visible only in development. It will not appear if the app crashes in production.
Open your browser’s developer console to further inspect this error. Click the 'X' or hit ESC to dismiss this message. | priority | toggling between hazard and kobo layers throws a date error i m consistently getting an error when i toggle between a wms hazard layer and a point data kobo layer it seems there s a bug on date handling in this scenario the error is below screen shot and pasted as well this is happening on a branch which is based on master but includes configuration for a kobo form branch img width alt screen shot at src × typeerror reduce of empty array with no initial value findclosestdate src components mapview dateselector utils ts return closest return moment availabledates reduce reducerfunc view compiled anonymous function src components mapview index tsx map date moment date format yyyy mm dd includes momentselecteddate format yyyy mm dd const closestdate findclosestdate selecteddate selectedlayerdates dispatch updatedaterange startdate closestdate valueof view compiled anonymous function src components mapview index tsx let users know if their current date doesn t exist in possible dates if selecteddate selectedlayerswithdatesupport foreach layer const momentselecteddate moment selecteddate we convert to date strings so hh ss is irrelevant view compiled ▼ stack frames were expanded commithookeffectlistmount node modules react dom cjs react dom development js commitpassivehookeffects node modules react dom cjs react dom development js htmlunknownelement callcallback node modules react dom cjs react dom development js invokeguardedcallbackdev node modules react dom cjs react dom development js invokeguardedcallback node modules react dom cjs react dom development js flushpassiveeffectsimpl node modules react dom cjs react dom development js unstable runwithpriority node modules scheduler cjs scheduler development js runwithpriority node modules react dom cjs react dom development js flushpassiveeffects node modules react dom cjs react dom development js performsyncworkonroot node modules react dom cjs react dom development js anonymous function node modules react dom cjs react dom development js unstable runwithpriority node modules scheduler cjs scheduler development js runwithpriority node modules react dom cjs react dom development js flushsynccallbackqueueimpl node modules react dom cjs react dom development js flushsynccallbackqueue node modules react dom cjs react dom development js flushpendingdiscreteupdates node modules react dom cjs react dom development js flushdiscreteupdates node modules react dom cjs react dom development js finisheventhandler node modules react dom cjs react dom development js batchedeventupdates node modules react dom cjs react dom development js dispatcheventforlegacyplugineventsystem node modules react dom cjs react dom development js attempttodispatchevent node modules react dom cjs react dom development js dispatchevent node modules react dom cjs react dom development js unstable runwithpriority node modules scheduler cjs scheduler development js runwithpriority node modules react dom cjs react dom development js discreteupdates node modules react dom cjs react dom development js discreteupdates node modules react dom cjs react dom development js dispatchdiscreteevent node modules react dom cjs react dom development js ▲ stack frames were expanded this screen is visible only in development it will not appear if the app crashes in production open your browser’s developer console to further inspect this error click the x or hit esc to dismiss this message | 1 |
584,979 | 17,468,012,600 | IssuesEvent | 2021-08-06 20:03:29 | WebDevJBR/volunteer-points-log | https://api.github.com/repos/WebDevJBR/volunteer-points-log | closed | Swap search bar parameters | High Priority | User Portal >> Search Page
Currently, the search bar will only pull up items that have fields that begin with the text entered into the search bar. This needs to be swapped to include items that have fields that contain the text that is entered.
Example:
"Short" is entered into the search bar.
"Malakye Short" exists in the DB but isn't pulled since it doesn't begin with "Short" | 1.0 | Swap search bar parameters - User Portal >> Search Page
Currently, the search bar will only pull up items that have fields that begin with the text entered into the search bar. This needs to be swapped to include items that have fields that contain the text that is entered.
Example:
"Short" is entered into the search bar.
"Malakye Short" exists in the DB but isn't pulled since it doesn't begin with "Short" | priority | swap search bar parameters user portal search page currently the search bar will only pull up items that have fields that begin with the text entered into the search bar this needs to be swapped to include items that have fields that contain the text that is entered example short is entered into the search bar malakye short exists in the db but isn t pulled since it doesn t begin with short | 1 |
203,399 | 7,060,774,010 | IssuesEvent | 2018-01-05 10:16:52 | TorXakis/TorXakis | https://api.github.com/repos/TorXakis/TorXakis | closed | The `stop` command does not work if the SUT is still running | component-cnect high-priority robustness-improvement | On Windows platforms, if `TorXakis` is started in tester model, and the SUT is still running, then `TorXakis` will hang while carrying out the `stop` command.
To reproduce this use the `Adder.txs` model. Start the SUT:
```sh
java Adder 7890
```
Then start TorXakis:
```sh
txsui Adder.txs
```
And input the following commands:
```text
TXS >> tester Adder SutConnection
TXS >> stop
... now TorXakis will hang.
```
On Linux the `stop` command works fine. | 1.0 | The `stop` command does not work if the SUT is still running - On Windows platforms, if `TorXakis` is started in tester model, and the SUT is still running, then `TorXakis` will hang while carrying out the `stop` command.
To reproduce this use the `Adder.txs` model. Start the SUT:
```sh
java Adder 7890
```
Then start TorXakis:
```sh
txsui Adder.txs
```
And input the following commands:
```text
TXS >> tester Adder SutConnection
TXS >> stop
... now TorXakis will hang.
```
On Linux the `stop` command works fine. | priority | the stop command does not work if the sut is still running on windows platforms if torxakis is started in tester model and the sut is still running then torxakis will hang while carrying out the stop command to reproduce this use the adder txs model start the sut sh java adder then start torxakis sh txsui adder txs and input the following commands text txs tester adder sutconnection txs stop now torxakis will hang on linux the stop command works fine | 1 |
777,043 | 27,266,743,627 | IssuesEvent | 2023-02-22 18:39:47 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | [Quest] The Last Wave of Survivors - missing sentinels | Quest - Cataclysm (1-60) Priority: High Status: Confirmed | Quest: [The Last Wave of Survivors](https://www.wowhead.com/quest=13518/the-last-wave-of-survivors)
Info: On interaction with each NPC of the objective, a sentinel should appear and save him/take him to the village.
Video: https://www.youtube.com/watch?v=sFTopf7rb4g 9:45 - 12:15
Issue: two of the sentinels won't spawn, the one at [Gershala](https://www.wowhead.com/npc=32911/gershala-nightwhisper-rescued) and the one at [Volcor](https://www.wowhead.com/npc=33094/volcor-rescued) iirc.
I am sorry, I have no idea what their respective IDs are.
| 1.0 | [Quest] The Last Wave of Survivors - missing sentinels - Quest: [The Last Wave of Survivors](https://www.wowhead.com/quest=13518/the-last-wave-of-survivors)
Info: On interaction with each NPC of the objective, a sentinel should appear and save him/take him to the village.
Video: https://www.youtube.com/watch?v=sFTopf7rb4g 9:45 - 12:15
Issue: two of the sentinels won't spawn, the one at [Gershala](https://www.wowhead.com/npc=32911/gershala-nightwhisper-rescued) and the one at [Volcor](https://www.wowhead.com/npc=33094/volcor-rescued) iirc.
I am sorry, I have no idea what their respective IDs are.
| priority | the last wave of survivors missing sentinels quest info on interaction with each npc of the objective a sentinel should appear and save him take him to the village video issue two of the sentinels won t spawn the one at and the one at iirc i am sorry i have no idea what their respective ids are | 1 |
614,256 | 19,178,240,883 | IssuesEvent | 2021-12-04 00:57:47 | 10up/ElasticPress | https://api.github.com/repos/10up/ElasticPress | closed | BUG: Calling wp_delete_attachment will break action_queue_meta_sync | high priority bug | **Describe the bug**
When calling `wp_delete_attachment` the Elasticpress plugin will throw the following error: `Trying to get property 'ID' of non-object in /app/web/app/plugins/elasticpress/includes/classes/Indexable/Post/Post.php on line 672`.
**Steps to Reproduce**
1. call `wp_delete_attachment` with an attachment-ID and force-delete `true`
2. check logs
3. see error
**Expected behavior**
The attachment should be deleted and the necessary changes should be synced to Elasticsearch.
**Logs**
Full stack trace of the exception:
```
NOTICE: PHP message: PHP 18. wp_delete_attachment($post_id = 135414, $force_delete = TRUE) /app/web/app/plugins/REDACTED.php:1172
NOTICE: PHP message: PHP 19. delete_metadata($meta_type = 'post', $object_id = NULL, $meta_key = '_thumbnail_id', $meta_value = 135414, $delete_all = TRUE) /app/web/wp/wp-includes/post.php:6165
NOTICE: PHP message: PHP 20. do_action($hook_name = 'deleted_post_meta', ...$arg = variadic([0 => '3258749'], 0, '_thumbnail_id', 135414)) /app/web/wp/wp-includes/meta.php:463
NOTICE: PHP message: PHP 21. WP_Hook->do_action($args = [0 => [0 => '3258749'], 1 => 0, 2 => '_thumbnail_id', 3 => 135414]) /app/web/wp/wp-includes/plugin.php:470
NOTICE: PHP message: PHP 22. WP_Hook->apply_filters($value = '', $args = [0 => [0 => '3258749'], 1 => 0, 2 => '_thumbnail_id', 3 => 135414]) /app/web/wp/wp-includes/class-wp-hook.php:327
NOTICE: PHP message: PHP 23. ElasticPress\Indexable\Post\SyncManager->action_queue_meta_sync($meta_id = [0 => '3258749'], $object_id = 0, $meta_key = '_thumbnail_id', $meta_value = 135414) /app/web/wp/wp-includes/class-wp-hook.php:303
NOTICE: PHP message: PHP 24. ElasticPress\Indexable\Post\Post->prepare_meta($post = NULL) /app/web/app/plugins/elasticpress/includes/classes/Indexable/Post/SyncManager.php:125
```
**Additional context**
When calling `wp_delete_attachment` the following code will be called and executed:
```
// Delete all for any posts.
delete_metadata( 'post', null, '_thumbnail_id', $post_id, true );
```
As we can see, the second argument passed into the `delete_metadata` function is `null`. This parameter references the `object_id` ("ID of the object metadata is for"). This is done to remove any references to the `_thumbnail_id` field for all existing posts. Removing the `object_id` (e.g. setting it to 0) however, will then cause the error above.
**Workaround**
To fix this issue, I have currently implemented the following filter:
```
add_filter('ep_skip_post_meta_sync', [$this, 'skipMetaSync'], 10, 5);
public function skipMetaSync($skip, $post, $meta_id, $meta_key, $meta_value): bool
{
if (null === $post) {
return true;
}
return $skip;
}
``` | 1.0 | BUG: Calling wp_delete_attachment will break action_queue_meta_sync - **Describe the bug**
When calling `wp_delete_attachment` the Elasticpress plugin will throw the following error: `Trying to get property 'ID' of non-object in /app/web/app/plugins/elasticpress/includes/classes/Indexable/Post/Post.php on line 672`.
**Steps to Reproduce**
1. call `wp_delete_attachment` with an attachment-ID and force-delete `true`
2. check logs
3. see error
**Expected behavior**
The attachment should be deleted and the necessary changes should be synced to Elasticsearch.
**Logs**
Full stack trace of the exception:
```
NOTICE: PHP message: PHP 18. wp_delete_attachment($post_id = 135414, $force_delete = TRUE) /app/web/app/plugins/REDACTED.php:1172
NOTICE: PHP message: PHP 19. delete_metadata($meta_type = 'post', $object_id = NULL, $meta_key = '_thumbnail_id', $meta_value = 135414, $delete_all = TRUE) /app/web/wp/wp-includes/post.php:6165
NOTICE: PHP message: PHP 20. do_action($hook_name = 'deleted_post_meta', ...$arg = variadic([0 => '3258749'], 0, '_thumbnail_id', 135414)) /app/web/wp/wp-includes/meta.php:463
NOTICE: PHP message: PHP 21. WP_Hook->do_action($args = [0 => [0 => '3258749'], 1 => 0, 2 => '_thumbnail_id', 3 => 135414]) /app/web/wp/wp-includes/plugin.php:470
NOTICE: PHP message: PHP 22. WP_Hook->apply_filters($value = '', $args = [0 => [0 => '3258749'], 1 => 0, 2 => '_thumbnail_id', 3 => 135414]) /app/web/wp/wp-includes/class-wp-hook.php:327
NOTICE: PHP message: PHP 23. ElasticPress\Indexable\Post\SyncManager->action_queue_meta_sync($meta_id = [0 => '3258749'], $object_id = 0, $meta_key = '_thumbnail_id', $meta_value = 135414) /app/web/wp/wp-includes/class-wp-hook.php:303
NOTICE: PHP message: PHP 24. ElasticPress\Indexable\Post\Post->prepare_meta($post = NULL) /app/web/app/plugins/elasticpress/includes/classes/Indexable/Post/SyncManager.php:125
```
**Additional context**
When calling `wp_delete_attachment` the following code will be called and executed:
```
// Delete all for any posts.
delete_metadata( 'post', null, '_thumbnail_id', $post_id, true );
```
As we can see, the second argument passed into the `delete_metadata` function is `null`. This parameter references the `object_id` ("ID of the object metadata is for"). This is done to remove any references to the `_thumbnail_id` field for all existing posts. Removing the `object_id` (e.g. setting it to 0) however, will then cause the error above.
**Workaround**
To fix this issue, I have currently implemented the following filter:
```
add_filter('ep_skip_post_meta_sync', [$this, 'skipMetaSync'], 10, 5);
public function skipMetaSync($skip, $post, $meta_id, $meta_key, $meta_value): bool
{
if (null === $post) {
return true;
}
return $skip;
}
``` | priority | bug calling wp delete attachment will break action queue meta sync describe the bug when calling wp delete attachment the elasticpress plugin will throw the following error trying to get property id of non object in app web app plugins elasticpress includes classes indexable post post php on line steps to reproduce call wp delete attachment with an attachment id and force delete true check logs see error expected behavior the attachment should be deleted and the necessary changes should be synced to elasticsearch logs full stack trace of the exception notice php message php wp delete attachment post id force delete true app web app plugins redacted php notice php message php delete metadata meta type post object id null meta key thumbnail id meta value delete all true app web wp wp includes post php notice php message php do action hook name deleted post meta arg variadic thumbnail id app web wp wp includes meta php notice php message php wp hook do action args thumbnail id app web wp wp includes plugin php notice php message php wp hook apply filters value args thumbnail id app web wp wp includes class wp hook php notice php message php elasticpress indexable post syncmanager action queue meta sync meta id object id meta key thumbnail id meta value app web wp wp includes class wp hook php notice php message php elasticpress indexable post post prepare meta post null app web app plugins elasticpress includes classes indexable post syncmanager php additional context when calling wp delete attachment the following code will be called and executed delete all for any posts delete metadata post null thumbnail id post id true as we can see the second argument passed into the delete metadata function is null this parameter references the object id id of the object metadata is for this is done to remove any references to the thumbnail id field for all existing posts removing the object id e g setting it to however will then cause the error above workaround to fix this issue i have currently implemented the following filter add filter ep skip post meta sync public function skipmetasync skip post meta id meta key meta value bool if null post return true return skip | 1 |
253,630 | 8,058,563,845 | IssuesEvent | 2018-08-02 18:53:19 | KnowledgeCaptureAndDiscovery/ASSET | https://api.github.com/repos/KnowledgeCaptureAndDiscovery/ASSET | closed | Add an example page with a few sketches | enhancement high priority | When selecting any of the sketches, the page should load them in ASSET.
This is nice to show users an example of a working sketch. | 1.0 | Add an example page with a few sketches - When selecting any of the sketches, the page should load them in ASSET.
This is nice to show users an example of a working sketch. | priority | add an example page with a few sketches when selecting any of the sketches the page should load them in asset this is nice to show users an example of a working sketch | 1 |
33,555 | 2,769,802,466 | IssuesEvent | 2015-05-01 06:43:12 | restlet/restlet-framework-java | https://api.github.com/repos/restlet/restlet-framework-java | closed | Set-Cookie header duplicated in HTTP response | Extension: JAX-RS Priority: high State: new Type: bug | I'm running Restlet with JAX-RS on Google App Engine. I have a simple test resource that adds one cookie to the response. I expected to see one ```Set-Cookie``` header in the HTTP response, but instead the HTTP response has the same cookie twice.
```java
@Path("/cookietest")
public class CookieTestResource
{
@GET
public Response test()
{
NewCookie cookie = new NewCookie("foo", "bar");
return Response.noContent().cookie(cookie).build();
}
}
```
```
HTTP/1.1 204 No Content
Content-Type: */*; charset=UTF-8
Date: Wed, 20 Aug 2014 02:55:30 GMT
Accept-Ranges: bytes
Server: Development/1.0
Set-Cookie: foo="bar"; Version="1"; Discard
Set-Cookie: foo="bar"; Version="1"; Discard
``` | 1.0 | Set-Cookie header duplicated in HTTP response - I'm running Restlet with JAX-RS on Google App Engine. I have a simple test resource that adds one cookie to the response. I expected to see one ```Set-Cookie``` header in the HTTP response, but instead the HTTP response has the same cookie twice.
```java
@Path("/cookietest")
public class CookieTestResource
{
@GET
public Response test()
{
NewCookie cookie = new NewCookie("foo", "bar");
return Response.noContent().cookie(cookie).build();
}
}
```
```
HTTP/1.1 204 No Content
Content-Type: */*; charset=UTF-8
Date: Wed, 20 Aug 2014 02:55:30 GMT
Accept-Ranges: bytes
Server: Development/1.0
Set-Cookie: foo="bar"; Version="1"; Discard
Set-Cookie: foo="bar"; Version="1"; Discard
``` | priority | set cookie header duplicated in http response i m running restlet with jax rs on google app engine i have a simple test resource that adds one cookie to the response i expected to see one set cookie header in the http response but instead the http response has the same cookie twice java path cookietest public class cookietestresource get public response test newcookie cookie new newcookie foo bar return response nocontent cookie cookie build http no content content type charset utf date wed aug gmt accept ranges bytes server development set cookie foo bar version discard set cookie foo bar version discard | 1 |
195,354 | 6,911,122,248 | IssuesEvent | 2017-11-28 06:44:22 | metasfresh/metasfresh | https://api.github.com/repos/metasfresh/metasfresh | opened | Activity ID in Purchase Orderline Grid View | priority:high | ### Is this a bug or feature request?
Feature Request
### What is the current behavior?
Currently, the c_activity_id is not shown in the orderline grid view of purchase order.
#### Which are the steps to reproduce?
Open and see.
### What is the expected or desired behavior?
Add the c_activity_id to orderline grid view. | 1.0 | Activity ID in Purchase Orderline Grid View - ### Is this a bug or feature request?
Feature Request
### What is the current behavior?
Currently, the c_activity_id is not shown in the orderline grid view of purchase order.
#### Which are the steps to reproduce?
Open and see.
### What is the expected or desired behavior?
Add the c_activity_id to orderline grid view. | priority | activity id in purchase orderline grid view is this a bug or feature request feature request what is the current behavior currently the c activity id is not shown in the orderline grid view of purchase order which are the steps to reproduce open and see what is the expected or desired behavior add the c activity id to orderline grid view | 1 |
670,212 | 22,680,171,566 | IssuesEvent | 2022-07-04 09:10:55 | wellcomecollection/wellcomecollection.org | https://api.github.com/repos/wellcomecollection/wellcomecollection.org | closed | Phase 1: Membership (replicate existing form) | epic: library membership priority: high needs: ux needs: dev library membership phase 1 | # What is it and who's it for?
We currently have a pre-registration form on https://catalogue.wellcomelibrary.org/selfreg which captures limited information on users applying for library membership. This was designed to enable users to pre-register before coming to the building and allow them to access functionality such as Requesting in advance to being a full library member.
We would like to migrate this sign up process to wellcomecollection.org to sit alongside the new login/requesting flows for existing members and to minimise the disruption and change in experience between signing up/registering and logging in/requesting.
It is likely membership will be formed of multiple phases:
- **Phase 1** will migrate the existing form
- **Phase 2** will look at how to capture additional data fields (e.g. address)
- **Phase 3** will tackle how to align the offline experience.
# User story
As a non-library member
I want to create an account
So that I can request materials to see on my library visit
## Acceptance criteria
1. Introductory text explaining membership, how to apply for it and next steps. This text should be easily amended / managed.
2. The ability to capture multiple, mandatory fields (First name, Last name, Email address, Confirm email address, Password, Confirm password)
3. The ability show, link to and capture acceptance of Terms & Conditions
4. Validation of fields, including clear, error messaging/prompts for users
5. For the form to fail if mandatory fields aren't completed and validated successfully
6. For a clear, comprehensible and actionable error message to show if there are issues with submitting the membership application
7. For the form to progress to confirmation if fields are completed and validated successfully
8. The ability to show and link to Terms & Conditions and Privacy Policy
## Measurement
- Visits to page
## All Phase 1 stories
#7808 - Replicate existing form
#7809 - Confirmation of application
#7811 - Verification of email
#7812 - Update sign in
#7814 - Update editorial content
#7815 - Reporting
#7848 - Temporary member messaging - account | 1.0 | Phase 1: Membership (replicate existing form) - # What is it and who's it for?
We currently have a pre-registration form on https://catalogue.wellcomelibrary.org/selfreg which captures limited information on users applying for library membership. This was designed to enable users to pre-register before coming to the building and allow them to access functionality such as Requesting in advance to being a full library member.
We would like to migrate this sign up process to wellcomecollection.org to sit alongside the new login/requesting flows for existing members and to minimise the disruption and change in experience between signing up/registering and logging in/requesting.
It is likely membership will be formed of multiple phases:
- **Phase 1** will migrate the existing form
- **Phase 2** will look at how to capture additional data fields (e.g. address)
- **Phase 3** will tackle how to align the offline experience.
# User story
As a non-library member
I want to create an account
So that I can request materials to see on my library visit
## Acceptance criteria
1. Introductory text explaining membership, how to apply for it and next steps. This text should be easily amended / managed.
2. The ability to capture multiple, mandatory fields (First name, Last name, Email address, Confirm email address, Password, Confirm password)
3. The ability show, link to and capture acceptance of Terms & Conditions
4. Validation of fields, including clear, error messaging/prompts for users
5. For the form to fail if mandatory fields aren't completed and validated successfully
6. For a clear, comprehensible and actionable error message to show if there are issues with submitting the membership application
7. For the form to progress to confirmation if fields are completed and validated successfully
8. The ability to show and link to Terms & Conditions and Privacy Policy
## Measurement
- Visits to page
## All Phase 1 stories
#7808 - Replicate existing form
#7809 - Confirmation of application
#7811 - Verification of email
#7812 - Update sign in
#7814 - Update editorial content
#7815 - Reporting
#7848 - Temporary member messaging - account | priority | phase membership replicate existing form what is it and who s it for we currently have a pre registration form on which captures limited information on users applying for library membership this was designed to enable users to pre register before coming to the building and allow them to access functionality such as requesting in advance to being a full library member we would like to migrate this sign up process to wellcomecollection org to sit alongside the new login requesting flows for existing members and to minimise the disruption and change in experience between signing up registering and logging in requesting it is likely membership will be formed of multiple phases phase will migrate the existing form phase will look at how to capture additional data fields e g address phase will tackle how to align the offline experience user story as a non library member i want to create an account so that i can request materials to see on my library visit acceptance criteria introductory text explaining membership how to apply for it and next steps this text should be easily amended managed the ability to capture multiple mandatory fields first name last name email address confirm email address password confirm password the ability show link to and capture acceptance of terms conditions validation of fields including clear error messaging prompts for users for the form to fail if mandatory fields aren t completed and validated successfully for a clear comprehensible and actionable error message to show if there are issues with submitting the membership application for the form to progress to confirmation if fields are completed and validated successfully the ability to show and link to terms conditions and privacy policy measurement visits to page all phase stories replicate existing form confirmation of application verification of email update sign in update editorial content reporting temporary member messaging account | 1 |
522,598 | 15,162,866,331 | IssuesEvent | 2021-02-12 11:16:23 | knurling-rs/defmt | https://api.github.com/repos/knurling-rs/defmt | closed | pin dependency versions | difficulty: easy priority: high type: enhancement | all dependencies that are in this repo ('path' dependencies) and have the "unstable" feature (e.g. defmt-decoder) should be specified in Cargo.toml using an exact version, e.g. `=0.1.2`.
that way we'll be able to make breaking changes in the "unstable" API in patch versions
**NOTE** this also needs to be in `probe-run` | 1.0 | pin dependency versions - all dependencies that are in this repo ('path' dependencies) and have the "unstable" feature (e.g. defmt-decoder) should be specified in Cargo.toml using an exact version, e.g. `=0.1.2`.
that way we'll be able to make breaking changes in the "unstable" API in patch versions
**NOTE** this also needs to be in `probe-run` | priority | pin dependency versions all dependencies that are in this repo path dependencies and have the unstable feature e g defmt decoder should be specified in cargo toml using an exact version e g that way we ll be able to make breaking changes in the unstable api in patch versions note this also needs to be in probe run | 1 |
817,853 | 30,659,447,212 | IssuesEvent | 2023-07-25 14:09:57 | EM4Volts/Perimeter | https://api.github.com/repos/EM4Volts/Perimeter | closed | RPAK panel export function borked | bug high priority | rpak panel is currently borked, exports are broken if certain specific criteria arent met, also breaks if blender is nto set to absolute filepatsh.
will be fixed by remaking the entire system of rpak and also materialoverides material handling in favor of a new system incoporating both at once.
| 1.0 | RPAK panel export function borked - rpak panel is currently borked, exports are broken if certain specific criteria arent met, also breaks if blender is nto set to absolute filepatsh.
will be fixed by remaking the entire system of rpak and also materialoverides material handling in favor of a new system incoporating both at once.
| priority | rpak panel export function borked rpak panel is currently borked exports are broken if certain specific criteria arent met also breaks if blender is nto set to absolute filepatsh will be fixed by remaking the entire system of rpak and also materialoverides material handling in favor of a new system incoporating both at once | 1 |
330,618 | 10,053,265,888 | IssuesEvent | 2019-07-21 15:21:05 | ticket721/web-app | https://api.github.com/repos/ticket721/web-app | closed | d.feat: integrate ethvtx update | [priority] [➖➖➖ ] high [status] to do [type] feat | - Support ERC20 balances
- Support refresh rates customization
- Lower all refresh rates (server and node) | 1.0 | d.feat: integrate ethvtx update - - Support ERC20 balances
- Support refresh rates customization
- Lower all refresh rates (server and node) | priority | d feat integrate ethvtx update support balances support refresh rates customization lower all refresh rates server and node | 1 |
499,693 | 14,476,224,458 | IssuesEvent | 2020-12-10 03:33:48 | Stooberton/ACF-3 | https://api.github.com/repos/Stooberton/ACF-3 | opened | [BUG] Infinite loop on round impact | bug dev branch help wanted high priority info needed | **Short Description**
There seems to be a case scenario where bullets are sent into an infinite loop after hitting an entity. In the reported case, it was a visclipped entity that was part of a vehicle. I couldn't replicate this issue myself, so I'm leaving this here to not forget about it.
**Console Error Logs (Optional)**
```
Lua Error: [acf-3] stack overflow
1. GetTable - [C]:-1
2. __index - lua/includes/extensions/entity.lua:23
3. CheckClips - addons/acf-3/lua/acf/base/util/sv_util.lua:405
4. Trace - addons/acf-3/lua/acf/base/util/sh_util.lua:158
5. TraceF - addons/acf-3/lua/acf/base/util/sh_util.lua:182
6. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:250
7. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
8. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
9. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
10. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
11. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
12. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
13. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
14. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
15. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
```
| 1.0 | [BUG] Infinite loop on round impact - **Short Description**
There seems to be a case scenario where bullets are sent into an infinite loop after hitting an entity. In the reported case, it was a visclipped entity that was part of a vehicle. I couldn't replicate this issue myself, so I'm leaving this here to not forget about it.
**Console Error Logs (Optional)**
```
Lua Error: [acf-3] stack overflow
1. GetTable - [C]:-1
2. __index - lua/includes/extensions/entity.lua:23
3. CheckClips - addons/acf-3/lua/acf/base/util/sv_util.lua:405
4. Trace - addons/acf-3/lua/acf/base/util/sh_util.lua:158
5. TraceF - addons/acf-3/lua/acf/base/util/sh_util.lua:182
6. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:250
7. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
8. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
9. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
10. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
11. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
12. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
13. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
14. DoBulletsFlight - addons/acf-3/lua/acf/server/ballistics.lua:316
15. OnImpact - addons/acf-3/lua/acf/server/ballistics.lua:203
```
| priority | infinite loop on round impact short description there seems to be a case scenario where bullets are sent into an infinite loop after hitting an entity in the reported case it was a visclipped entity that was part of a vehicle i couldn t replicate this issue myself so i m leaving this here to not forget about it console error logs optional lua error stack overflow gettable index lua includes extensions entity lua checkclips addons acf lua acf base util sv util lua trace addons acf lua acf base util sh util lua tracef addons acf lua acf base util sh util lua dobulletsflight addons acf lua acf server ballistics lua onimpact addons acf lua acf server ballistics lua dobulletsflight addons acf lua acf server ballistics lua onimpact addons acf lua acf server ballistics lua dobulletsflight addons acf lua acf server ballistics lua onimpact addons acf lua acf server ballistics lua dobulletsflight addons acf lua acf server ballistics lua onimpact addons acf lua acf server ballistics lua dobulletsflight addons acf lua acf server ballistics lua onimpact addons acf lua acf server ballistics lua | 1 |
814,860 | 30,525,812,777 | IssuesEvent | 2023-07-19 11:10:42 | epam/Indigo | https://api.github.com/repos/epam/Indigo | closed | "No matching distribution found" When Installing epam.indigo in Docker Image | Improvement Indigo API CI High priority | Hi,
When running a "pip install -r requirements.txt" command in a Dockerfile during a build, I consistently get the error "No matching distribution found for epam.indigo." I have tried the latest version of epam.indigo, earlier versions and no version specified. All give this error during the package installation step of the build.
I am building the image using a GitHub actions workflow onto the GitHub Package Registry. [Here is a link to the repository](https://github.com/zachary-chiodini/RESTful-APIs).
What dependencies am I missing? The documentation simply says to run "pip install epam.indigo" to install the lastest version, but that is not working inside of this Docker build.
| 1.0 | "No matching distribution found" When Installing epam.indigo in Docker Image - Hi,
When running a "pip install -r requirements.txt" command in a Dockerfile during a build, I consistently get the error "No matching distribution found for epam.indigo." I have tried the latest version of epam.indigo, earlier versions and no version specified. All give this error during the package installation step of the build.
I am building the image using a GitHub actions workflow onto the GitHub Package Registry. [Here is a link to the repository](https://github.com/zachary-chiodini/RESTful-APIs).
What dependencies am I missing? The documentation simply says to run "pip install epam.indigo" to install the lastest version, but that is not working inside of this Docker build.
| priority | no matching distribution found when installing epam indigo in docker image hi when running a pip install r requirements txt command in a dockerfile during a build i consistently get the error no matching distribution found for epam indigo i have tried the latest version of epam indigo earlier versions and no version specified all give this error during the package installation step of the build i am building the image using a github actions workflow onto the github package registry what dependencies am i missing the documentation simply says to run pip install epam indigo to install the lastest version but that is not working inside of this docker build | 1 |
584,033 | 17,404,343,794 | IssuesEvent | 2021-08-03 02:14:36 | AgoraCloud/server | https://api.github.com/repos/AgoraCloud/server | closed | Check for Authentication and Authorization on HTTP Upgrade (WebSockets) When Proxying Deployments | bug priority:high | Currently, when a deployment is proxied, the server does not check if the user is authenticated (and subsequently authorized) when upgrading an HTTP connection to a websocket connection (both the `VSCODE` and `UBUNTU` deployments utilize websockets). This is a security risk and should be fixed as soon as possible.
To accomplish this, the server will check the access and refresh tokens present in cookies, which are accessible through the request headers. | 1.0 | Check for Authentication and Authorization on HTTP Upgrade (WebSockets) When Proxying Deployments - Currently, when a deployment is proxied, the server does not check if the user is authenticated (and subsequently authorized) when upgrading an HTTP connection to a websocket connection (both the `VSCODE` and `UBUNTU` deployments utilize websockets). This is a security risk and should be fixed as soon as possible.
To accomplish this, the server will check the access and refresh tokens present in cookies, which are accessible through the request headers. | priority | check for authentication and authorization on http upgrade websockets when proxying deployments currently when a deployment is proxied the server does not check if the user is authenticated and subsequently authorized when upgrading an http connection to a websocket connection both the vscode and ubuntu deployments utilize websockets this is a security risk and should be fixed as soon as possible to accomplish this the server will check the access and refresh tokens present in cookies which are accessible through the request headers | 1 |
306,861 | 9,412,330,726 | IssuesEvent | 2019-04-10 03:32:35 | irinafakotakis/simpleCamera390 | https://api.github.com/repos/irinafakotakis/simpleCamera390 | closed | Selfie Flash feature story | #Story 16 SP Priority: High Risk: Low it: 1 day | _**"As a user, I would like to be able to use a flash on my front-facing camera."**_
This feature is not available on camera software applications on the market. Its pretty unique.
Tasks to complete this story:
- [x] Implement front-end flash icon for front-facing camera preview.
- [x] Implement back-end functionality to enable a flash during picture capture.
- [x] Write UI and unit tests for this feature.
Mockup for this feature: [Selfie-Flash](https://imgur.com/zqiqu2c) | 1.0 | Selfie Flash feature story - _**"As a user, I would like to be able to use a flash on my front-facing camera."**_
This feature is not available on camera software applications on the market. Its pretty unique.
Tasks to complete this story:
- [x] Implement front-end flash icon for front-facing camera preview.
- [x] Implement back-end functionality to enable a flash during picture capture.
- [x] Write UI and unit tests for this feature.
Mockup for this feature: [Selfie-Flash](https://imgur.com/zqiqu2c) | priority | selfie flash feature story as a user i would like to be able to use a flash on my front facing camera this feature is not available on camera software applications on the market its pretty unique tasks to complete this story implement front end flash icon for front facing camera preview implement back end functionality to enable a flash during picture capture write ui and unit tests for this feature mockup for this feature | 1 |
606,494 | 18,763,475,059 | IssuesEvent | 2021-11-05 19:33:10 | OpenWaterAnalytics/Stormwater-Management-Model | https://api.github.com/repos/OpenWaterAnalytics/Stormwater-Management-Model | closed | Add CITATION Reference File | High Priority Easy | Add citation reference file to direct users on how to cite OWA SWMM in publications. | 1.0 | Add CITATION Reference File - Add citation reference file to direct users on how to cite OWA SWMM in publications. | priority | add citation reference file add citation reference file to direct users on how to cite owa swmm in publications | 1 |
830,500 | 32,010,916,244 | IssuesEvent | 2023-09-21 17:56:06 | HZ-HBO-ICT/it-conference | https://api.github.com/repos/HZ-HBO-ICT/it-conference | opened | Bug: After clicking verification link, 404 | bug question high priority production | Seems like when clicking the verification link from the email, you get redirected to a non existent page (404). Maybe something to do with routing? | 1.0 | Bug: After clicking verification link, 404 - Seems like when clicking the verification link from the email, you get redirected to a non existent page (404). Maybe something to do with routing? | priority | bug after clicking verification link seems like when clicking the verification link from the email you get redirected to a non existent page maybe something to do with routing | 1 |
667,053 | 22,407,814,021 | IssuesEvent | 2022-06-18 08:29:33 | ballerina-platform/ballerina-dev-website | https://api.github.com/repos/ballerina-platform/ballerina-dev-website | closed | Fix and Automate Updating the Grafana Dashboard in Archived Versions | Priority/Highest Type/Task Area/CommonPages | ## Description
Currently, we list the `ballerina-metrics-grafana-dashboard-prometheus.json` as an artifact when listing archived versions of Swan Lake releases in [1] as shown below.
This needs to be removed from both 1.2.x and Swan Lake versions.
<img width="1273" alt="Screen Shot 2022-06-02 at 8 27 07 PM" src="https://user-images.githubusercontent.com/11707273/171660766-018e189f-6b8e-4ba2-a347-db201d927d72.png">
Need to fix and automate updating it.
It seems like the link is not working for Swan Lake releases (the links for 1.2.x are working). It might not be published to this download location.
We'll need some help getting this to the download location and automating the process I think.
[1] [ballerina.io/downloads/swan-lake-archived/](http://ballerina.io/downloads/swan-lake-archived/)
## Related website/documentation area
Area/CommonPages
<!--Area/BBEs-->
<!--Area/HomePageSamples-->
<!--Area/LearnPages-->
<!--Area/CommonPages-->
<!--Area/Backend-->
<!--Area/UIUX-->
<!--Area/Workflows-->
<!--Area/Blog-->
## Describe your task(s)
> A detailed description of the task.
## Related issue(s) (optional)
> Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc.
## Suggested label(s) (optional)
> Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels.
## Suggested assignee(s) (optional)
> Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
| 1.0 | Fix and Automate Updating the Grafana Dashboard in Archived Versions - ## Description
Currently, we list the `ballerina-metrics-grafana-dashboard-prometheus.json` as an artifact when listing archived versions of Swan Lake releases in [1] as shown below.
This needs to be removed from both 1.2.x and Swan Lake versions.
<img width="1273" alt="Screen Shot 2022-06-02 at 8 27 07 PM" src="https://user-images.githubusercontent.com/11707273/171660766-018e189f-6b8e-4ba2-a347-db201d927d72.png">
Need to fix and automate updating it.
It seems like the link is not working for Swan Lake releases (the links for 1.2.x are working). It might not be published to this download location.
We'll need some help getting this to the download location and automating the process I think.
[1] [ballerina.io/downloads/swan-lake-archived/](http://ballerina.io/downloads/swan-lake-archived/)
## Related website/documentation area
Area/CommonPages
<!--Area/BBEs-->
<!--Area/HomePageSamples-->
<!--Area/LearnPages-->
<!--Area/CommonPages-->
<!--Area/Backend-->
<!--Area/UIUX-->
<!--Area/Workflows-->
<!--Area/Blog-->
## Describe your task(s)
> A detailed description of the task.
## Related issue(s) (optional)
> Any related issues such as sub tasks and issues reported in other repositories (e.g., component repositories), similar problems, etc.
## Suggested label(s) (optional)
> Optional comma-separated list of suggested labels. Non committers can’t assign labels to issues, and thereby, this will help issue creators who are not a committer to suggest possible labels.
## Suggested assignee(s) (optional)
> Optional comma-separated list of suggested team members who should attend the issue. Non committers can’t assign issues to assignees, and thereby, this will help issue creators who are not a committer to suggest possible assignees.
| priority | fix and automate updating the grafana dashboard in archived versions description currently we list the ballerina metrics grafana dashboard prometheus json as an artifact when listing archived versions of swan lake releases in as shown below this needs to be removed from both x and swan lake versions img width alt screen shot at pm src need to fix and automate updating it it seems like the link is not working for swan lake releases the links for x are working it might not be published to this download location we ll need some help getting this to the download location and automating the process i think related website documentation area area commonpages describe your task s a detailed description of the task related issue s optional any related issues such as sub tasks and issues reported in other repositories e g component repositories similar problems etc suggested label s optional optional comma separated list of suggested labels non committers can’t assign labels to issues and thereby this will help issue creators who are not a committer to suggest possible labels suggested assignee s optional optional comma separated list of suggested team members who should attend the issue non committers can’t assign issues to assignees and thereby this will help issue creators who are not a committer to suggest possible assignees | 1 |
111,288 | 4,467,858,437 | IssuesEvent | 2016-08-25 07:14:18 | NyaaCat/RPGitems-reloaded | https://api.github.com/repos/NyaaCat/RPGitems-reloaded | closed | Moving to 1.10 | high priority | NyaaCat Minecraft Server has been upgraded to 1.10. The mainstream support will be moved to 1.10 versions.
Please download corresponding version prefixed (1.9-, 1.8-, 1.7.2-) jar in the [Releases](https://github.com/NyaaCat/RPGitems-reloaded/releases) page, if your server is not on the latest version.
Default branch updated to 1.10 @RecursiveG @cyilin @Taiterio @felixonmars | 1.0 | Moving to 1.10 - NyaaCat Minecraft Server has been upgraded to 1.10. The mainstream support will be moved to 1.10 versions.
Please download corresponding version prefixed (1.9-, 1.8-, 1.7.2-) jar in the [Releases](https://github.com/NyaaCat/RPGitems-reloaded/releases) page, if your server is not on the latest version.
Default branch updated to 1.10 @RecursiveG @cyilin @Taiterio @felixonmars | priority | moving to nyaacat minecraft server has been upgraded to the mainstream support will be moved to versions please download corresponding version prefixed jar in the page if your server is not on the latest version default branch updated to recursiveg cyilin taiterio felixonmars | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.