Emmanuel Joubaud
Emmanuel Joubaud
As soon as I add a quantifier in `words`' pattern argument, I get an error I wouldn't with the original JS method split: ``` javascript var a = _('1 2,...
First big kudos! I love this generator and how easy it makes it to get started with a web extension, so thanks a lot! The main problems I have with...
Dropping an icon in a mui button doesn't look great, it takes some tinkering: ```jsx // using react version doneSubmit ``` gives you: I was able to fix it somewhat...
Hi there, First thanks for this great tool, it's super helpful to manipulate data from different source DB engines 🙇 That said it looks like the `\copy` from NULL values...
I spent a while figuring out why vim-prettier was adding some default CLI options like `--tab-width=4` to the prettier command it was running, which was causing changes that would break...
I just installed fern using Plug by adding to my vimrc: ``` Plug 'lambdalisue/fern.vim' ``` Then on startup I got the following warning: ``` [fern] The default branch of fern.vim...
Adds all icons from https://devicon.dev/ to cloudgram, into a new devicon namespace. This adds a lot of language and framework icons, especially useful to show a Ruby or Go microservice,...
Hi there, I just ran my first tests with `hound` on a Phoenix app today. It's working great, awesome work! Only problem I had was I was not setting the...
Process restoration seems to be based on the process name, but sometimes processes launched with different options will have the same process name, and you may want some of them...