André Hoarau

34 Followers
20 Following
197 Posts

Web dev. Creator of @brinjel (formerly known as Qrop), a FLOSS crop-planning software.

From Reunion Island. 🇷🇪

I speak #Creole, French, English and #Esperanto and I climb a lot!

#elixirlang #vanillaJS #postgres #sqlite #css #neovim

Websitehttps://hoarau.dev
Framagithttps://framagit.org/ah
Liberapayhttps://liberapay.com/ah
Brinjelhttps://brinjel.com

I'm building my own component library for #Phoenix #LiveView. It will be called "Voun", which means "humus" in Réunion Creole. It's a great opportunity to refactor the components of @brinjel, leveraging the modern features of #CSS.

For example, we can display a check or warning icon in input fields using only CSS pseudoelements `:user-valid` and `:user-invalid`.

Looks like I just made a date picker web component in vanilla #JavaScript! And it plays nicely with #LiveView. Thanks for your awesome course, @cferdinandi.

J'ai un clavier #Atreus depuis deux semaines, et j'ai dès le début choisi d'utiliser #QwertyLafayette et #Arsenik.

La transition a été un peu rude, vu que je tapais toujours en Azerty US. J'ai failli abandonner le deuxième jour, mais Keybr et MonkeyType m'ont été bien utiles.

Je suis très satisfait de ma nouvelle config, on voit que ça été pensé par des vimistes. La couche AltGr est juste géniale. Merci @fabi1cazenave !

Come with me to the dark side. Forget about #Tailwind and learn modern #CSS!

Showing lines not covered by tests in #Neovim is such a game changer! Covered lines are not marked, uncovered lines have a red mark.

I'm using this great plugin, together with mix coveralls.lcov: https://github.com/andythigpen/nvim-coverage

#myElixirStatus #Elixir

GitHub - andythigpen/nvim-coverage: Displays test coverage data in the sign column

Displays test coverage data in the sign column. Contribute to andythigpen/nvim-coverage development by creating an account on GitHub.

GitHub

Just read a blog post from @pul to implement a drawer. Since I love #CSS, I've modified his example a bit: I put a `data-open` attribute on the drawer and CSS does the magic!

#Elixir #myElixirStatus #LiveView