-
### Current Behavior
When a new deployed apisix reload, shutting down worker process will not disappear.
![image](https://github.com/user-attachments/assets/aa74d8d9-9e61-4273-b2f9-b8a348c1032d)
…
-
Take the example of ProjectExistsCommand object in Project Tracker.
In ProjectEdit.cs we are calling ' DataPortal.Execute(cmd);'
What if we have a static method in Command object and then call Dat…
-
This is second part of the following ticket: https://github.com/MetaMask/snaps-skunkworks/issues/574 (Teardown can be escaped by late returning promises)
It is left to wrap up response body streams…
-
Hi. First of all, thank you for this fantastic application! I'm working on some BitTorrent projects, and this application has been very useful for us.
I'm using the application mainly to **generate…
-
## "Mock" routing API
For the tests that involve routing we should mock the external API response. That would allow for better testing of (for example) the time label.
It's also indepentent of the A…
-
## User Story or Problem Statement
For VFS teams getting started with a new backend or using a new API within an existing backend, a common issue is that backends have little or inaccurate documentati…
-
These tests work ok: https://github.com/opendatacube/odc-tools/blob/develop/libs/aws/tests/test_aws.py
But what you can't do is count the number of messages on the destination queue. Doing this wou…
-
Before I create a PR I'd like to know if there's any objection to doing this that I might overlook. I just switched to 6.x and ran into this issue.
**Is your feature request related to a problem? P…
-
**Describe the bug**
I came across a response from the government cloud (I tried to initiate an RTR session), and the response was as follows:
**Status code**: 403
**Content type**: text/plain
**C…
-
I have ScreenModel and StateScreenModel like this:
```
class ListScreenModel : ScreenModel {
val items : List
get() = (0..99).map { "Item #$it | ${UUID.randomUUID().toString().substr…