François VANTOMME
François VANTOMME
## Proposed Changes on Docker aliases ### Added - new alias to send `kill -s HUP` signal to a running container - new aliases to fetch and follow the logs...
Use the `:Grammalecte` command to toggle checking of grammar mistakes. It allows you to define toggle remap like: ```vim nnoremap tg :Grammalecte ```
- [x] The requested variant shape does not go too far away from Iosevka's design. - [x] The requested variant does not conflict with any characters in Unicode that Iosevka...
- [x] The requested variant shape does not go too far away from Iosevka's design. - [x] The requested variant does not conflict with any characters in Unicode that Iosevka...
This is a 🐛 bug fix. ## Summary This PR excludes `init (Initializer)` from the count of registered plugins when the `bin/bridgetown plugins list` command is run. See #770 for...
When running `bin/bridgetown plugins list` command, the registered plugins count is wrong. **Bridgetown Version**: 1.2.0 **To Reproduce** 1. Start a new Bridgetown project 2. run `bin/bridgetown plugins list` **Current behavior**...
It would be great to have the ability to treat code blocks like a single paragraph. ~~~ this is a paragraph ``` # no blank line after backticks def code_bock...
Long and wide listings may display more than a filename per line. With this new regex, file hiding works with this kind of listing too. Closes #49
Here is a proposal. I'm not convinced by the `.+()` syntax, it doesn't seem natural to me. That's why I propose two aliases: ```ruby alias_method :add, :+ alias_method :sub, :-...