Merlin Diavova
Merlin Diavova
Hey all, Are any plans to create stable releases to go on packagist? Current running `composer require aura/filter` installs 2.3.1 Thanks
Currently there is no way to skip/remove fields that the DB auto generates values for. This includes `id`, `uuid` and `timestamp`. In the case of `uuid` and `timestamp` the pg...
A simple plugin to transform strings to and from PascalCase, camelCase, snake_case, SCREAMING_SNAKE_CASE, dot.case, kebab-case, backslash\case, slash/case etc. This is my first attempt at writing Lua, so a review is...
Add style properties specific to autocomplete. ```lua style.completion_background = { common.color "#ede7db" } style.completion_text = { common.color "#000000" } style.completion_type = { common.color "#4a3a8a" } style.completion_text_active = { common.color "#8a290f"...
Very weird behavior, and not easy to replicate. whilst working in a file select some text then move around a select more text and then `ctrl+s` to save and boom...
Hi! Are there any plans to expand the events/hooks to the core? Specifically around session loading/saving and arg parsing, all which happen in core/init.lua `core.init()`. The main idea comes from...