yuri
yuri
A simple attempt to highlight Eclipse vs IntelliJ config differences.
### Explain the bug As the [docs](https://kestra.io/docs/administrator-guide/configuration/others#task-defaults) state, a non-forced task defaults should be applied only when the task itself does not define such property. This doesn't seem to apply...
### Describe the issue Dynamic plugin properties are often additionally typed as `String` due using Pebble values. This leads to using `anyOf` in the `@Schema` definition. Using an enum as...
### What changes are being made and why? Just nitpicking...
### What changes are being made and why? * The validation is based on just 3 basic Kestra properties. * Provided a description and link to the docs in the...
### What changes are being made and why? Added this assert during debugging of v0.16 vs v0.18.0-SNAPSHOT behavior.
### What changes are being made and why? Dealing with PDF files is quite common so here is a PR attempt. This PR added a very basic PDF viewer implemented...
### What changes are being made and why? Queries like `?labels=foo:bar,baz` failed since due using `,` as the default query param separator. The `baz` value was attempted to be parsed...
Currently the wiki page can't be edited. Therefore here is my PATCH to make it a bit more user-friendly before attempting to actually contribute anything. [0001-Improve-MD-formatting.patch.txt](https://github.com/OxalisCommunity/oxalis/files/15490722/0001-Improve-MD-formatting.patch.txt)
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Set `"confirm_quit": true` in `settings.json`. 1. Close Zed 1. Zed closes...