Brian Teague
Brian Teague
I have a use case for binary encoded data. Can this be added to the list of valid encodings? Was there a reason this was not added?
Hi @cristianbote, this is still very much a work in progress (so don't merge yet), but wanted to get your feedback before I go too far down the rabbit hole....
Added support for two, three, or more colored gradients. Added support for rainbows. See example output ``` cargo run --example colored_lists ``` This is mainly a first draft. Let me...
I think gleam returning 0 from a number divided by zero is dangerous. From a math perspective, ```y = 1/x``` never gets anywhere close to a solution of y =...
I came across a scenario where I needed to destructure multiple instances of a record: point1 and point2 that had an optional z coordinate for 3 dimensions. Please see example...
Maybe add https://www.roc-lang.org/repl link to top of roc-lang website next to tutorial?
I accidentally had caps lock on which causes the repl to panic. Enter an expression to evaluate, or a definition (like x = 1) to use later. » X=1 panicked...
To help vlang continue to grow, maybe some enhancements can be made to vpm webpage to help developers find existing modules. Some ideas: Add a search bar to find a...
Is there a specific reason why the daemon service is user level instead of system level on Arch Linux? I was hoping my keyboard would light up before the SDDM...
Hey Cristian, it's been a while. I've been using goober in a new library I'm trying to create that supports SSR and Hydration, and was trying to figure out why...