Christian Kaps
Christian Kaps
There is an issue with the colors that are defined and the colors that are displayed. They are not the same. As example if I define the color #a5b4fc (165,...
**Is your feature request related to a problem? Please describe.** I want to run the CLI on Apple Silicon devices **Describe the solution you'd like** Provide cross builds for AMD64...
If I copy a large directory structure (the unzipped jmeter package as example) into a watched folder, then the `FileMonitor` stops with a `java.nio.file.FileSystemException`: ``` java.nio.file.FileSystemException: ...: The process cannot...
The actor API allows it to [deactivate an actor](https://docs.dapr.io/reference/api/actors_api/#deactivate-actor). The [testing code](https://github.com/dapr/dotnet-sdk/blob/9104c6624cc474e52717ddb7408a75449b071a02/test/Dapr.Actors.AspNetCore.IntegrationTest/ActivationTests.cs#L52) also has implemented an API call to deactivate an actor. It would be great if the SDK could...
## Expected Behavior I have a service that registers an actor. On `dapr run` the service should start without errors. ## Actual Behavior With the following command: ``` dapr run...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
### Describe the bug Actually the `encoding::base64::encode` function doesn't add padding to the encoded string. It's not required to add padding but some systems require it. Also if I think...
### Describe the bug I have a custom input field which uses the same logic for the input field to handle the label as: https://smeltejs.com/components/text-fields The issue that I have...
### Is your feature request related to a problem? It would be great to have a function which can be used to access environment variables directly in Surreal. That could,...
### Is your feature request related to a problem? SurrealDB should provide a function to sanitize HTML based values which are stored to a database. I think this is a...