-
This release will contain a few big new feature sets:
- Expanding our Docker interactivity to include starting and stopping both local Kafka (between 1 and 4 broker containers) and also a local Schem…
-
The `weaver search registry` subcommand must:
- Read the resolved registry from issue #35.
- Index all the data from this resolved registry to enable an interactive search UI.
- Create TUI (Text-ba…
-
**Describe the bug**
- I attempt to make a group, add a user to it, make a repo and set the permissions for the repo however this returns a 404.
**TF Snippet**
```terraform
resource "platform_group"…
-
### Addressing a Problem?
There is a growing number of applications involving pre-processing Climate data to perform case studies analysis. These analyses are often involved in a larger workflow pr…
-
I'm having an issue when trying to add the `phosphor-icons` package using the `@sly-cli/sly` tool. Not sure if I'm using it right.
Using:
```sh
npx @sly-cli/sly add phosphor-icons sparkle
```
…
-
This issue will serve as a guide to integrate each service with the Gatekeeper using the bootstrap app.
The steps will be needed for each of the services to be integrated
- The docker image of e…
fedjo updated
3 weeks ago
-
Trying to get `payload` running on Deno unstable. Module resolution seems to get confused on the `sharp` module (specifically loading its native component).
```bash
deno run --unstable --allow-rea…
-
Setting `allow_superuser: false` is expected to run Logstash successfully with non admin user. However, on Windows, Logstash exits with an error even when the user is not an admin.
The issue occurs b…
-
#### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help th…
-
*Original description is from when issue was only about PyPy.*
We do a fair bit of JSON deserializing (and serializing). On CPython, we use orjson. The json standard library on PyPy is slower, but …