Louis Pilfold

Results 761 comments of Louis Pilfold

Ah here we are, found it -> https://github.com/erlef/build-and-packaging-wg/issues/32

This is really cool! I am loving the demo. 💜 Could we remove the dependency on node modules please? It is nice to have the code formatted but I think...

Looking really great! ✨ On the mobile mode when I enter text and then delete it the search input is de-focused and I have to click it again. Could we...

> Notice that the lack of margin on the input is due to the fact the search input tries to match the width and position of the rendered content. Sorry,...

We cannot constrain the first part of the titlebar to the width of the navbar, even on the largest size it is too small to fit a fair normal package...

Roger. I will pick this one up to spare you the CSS bikeshedding 👍 Thanks @lucasavila00 !! Love this addition

Thanks for sharing! This is very cool :) This is the same design that the gleam-experiments/otp_process library currently uses: https://github.com/gleam-experiments/otp_process/blob/02f8ba0b5b3c3c39096ad7117f9a486e6c5281eb/src/gleam/otp/process.gleam#L141 > Still needs to be called only once, cannot be...

That is 100% what the my OTP process module does 😁 (Or did, I'm currently fiddling with it)

https://github.com/gleam-lang/otp/blob/607b5a8e45727999f07438ef3f81053aa6a61cfb/test/gleam/otp/process_test.gleam#L117-L127 Looks like it was a while back, but still! I like this design.