Pascal Polleunus
Pascal Polleunus
Please allow to configure the domain and port for the built-in server. For example by adding in `config/system.yaml` something like: ``` server: host: project-name.test port: 3000 ``` So that executing...
Nothing in the README about how to actually create a project using `svelte-starter-kit`?!? 🤷♂️ Easy to do and always a good idea to mention. Like for ads, my brain don't...
What does that mean!?! What am I doing wrong? Please write useful error messages! I've that error on the initial page/form to create the admin account after having installed this...
In the admin panel `/admin/plugins/admin`, under the `Configuration` tab, in `Basics › Administrator path`, the tooltip doesn't display an help text but `ADMIN_PATH_HELP`.
Currently, when a comment line starts with multiple matching tags, it seems to apply all matching rules in order. Examples: - `#!?* My comment` ⇒ `!` is applied, then `?`,...
### What feature or new tool do you think should be added to DevToys? All the calculators and converters we can think of. ### Why do you think this is...
### What feature or new tool do you think should be added to DevToys? Allow to search, filter tools using only the keyboard. ### Why do you think this is...
It would be great to provide a way to convert a data URI into an image file. Something like this [data URI to image](https://onlinetools.com/image/convert-data-uri-to-image). **Test example:** ``` data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSKudfOulrSOp3WOyDZu6QdvCchPGolfO0o/XBs/fNwfjZ0frl3/zy7////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABAALAAAAAAQABAAAAVVICSOZGlCQAosJ6mu7fiyZeKqNKToQGDsM8hBADgUXoGAiqhSvp5QAnQKGIgUhwFUYLCVDFCrKUE1lBavAViFIDlTImbKC5Gm2hB0SlBCBMQiB0UjIQA7 ```
Add `getCheckboxes(listItem)`, `selectAll(listItem)`, and `selectNone(listItem)`.
Please fill-in this template. - [x] I have a question that is specific to this extension; thus, inappropriate for the main [EditorConfig issue tracker](https://github.com/editorconfig/editorconfig/issues). - [x] I tried running `code...