Ludwig Stecher
Ludwig Stecher
C-ITER recommends implementing three methods for collections: `iter()`, `iter_mut()` and `into_iter()`. It fails to mention that `into_iter()` can (and probably should?) be implemented by implementing the `IntoIterator` trait. Additionally, the...
Closes #12 Adds a `filter` subcommand (`f` for short) with advanced color editing capabilities. `filter` expects a list of instructions. Each instruction is either a CSS filter or a color...
Imagine you want to make the color `#aacc66` more saturated. You could do ```fish $ colo s aacc66 -o hsl hsl(80, 50%, 60%) $ colo s "hsl(80, 80%, 60%)" #b4eb47...
As discussed [here](https://github.com/gleam-lang/gleam/discussions/1109#discussioncomment-1866213), @JohnDoneth is already working on porting the playground to Gleam. I'd like to know the current status of this port and how one can contribute.
On mobile, the editors are stacked vertically which is usually a good idea. However, the editors intercept touch events making it impossible to scroll the page (not just the editor)...
It should be configurable how the output (in the "Result" section) should be presented. I'm thinking about two options: - [ ] Use Gleam syntax instead of JS - [...
I propose a new syntax and semantics for classes, which replaces inheritance with delegation and makes classes easier to use. ## Motivation ### Better constructors Constructors are error-prone for various...
This website has dumb password rules, but I'm unsure if it belongs here, because the website is for LMU students only. https://www.portal.uni-muenchen.de/benutzerkonto/index.html#!/password-change 
For [emulsion](https://github.com/ArturKovacs/emulsion), it would be nice if `unrar` could extract a file within a rar archive into a `Vec`. Emulsion is an image viewer written in Rust, and we would...
I downloaded the pre-built binary, followed the [tutorial](https://docs.mun-lang.org/ch01-02-hello-fibonacci.html) and executed `mun build hello_fibonacci.mun`. I got this error: > mun: error while loading shared libraries: libtinfo.so.5: cannot open shared object file:...