Kersten Burkhardt
Kersten Burkhardt
These changes will make your plugin work with devices that have an gyroscope. If you move the device the parallax effect will be visible. Known bugs: - The initial position...
Converted ecmascript because Safari couldn't handle it :(
Added optional labels for eg translating.
Hi there, I've added some custom animation options. With this you can implement your own animations and not the default slideDown stuff. Also I've added the option to set a...
Hello, when do you think denying of stuff will be finished? Greetings Kersten
Hello, I have a collection where the documents are matched against a user_id. So my document looks something like this: ``` { "duration": "00:20", "name": "Samplename", "user_id": { "$oid" :...
Currently, the test-e2e target in the Kubebuilder Makefile template hardcodes a single workflow: setup the Kind cluster and immediately run the end-to-end tests. This prevents projects from injecting any preparatory...
Add initial test suite and plugin tests for Grafana plugin. Includes tests for plugin initialization, versioning, and scaffolding functionalities.
- Replaces separate init/edit subcommands with a shared `subcommand` type - Uses dynamic scaffolder injection for each command - Adds suite and plugin tests for Grafana plugin