jansul
jansul
Overall a fan! As much as I also like the explicitness (and cool factor) of `sequence`, `parallel` etc this does seem to simplify things quite a bit. I like the...
I played around with migrating mint-realworld to use this branch - mostly to get a feel for the new syntax. Overall was fairly painless - and as pleasant to use...
I think I figured out the main issue why it's failing on Windows. `baked_file_system` uses [`Dir.glob` to find the files](https://github.com/schovi/baked_file_system/blob/master/src/loader/loader.cr#LL23C1-L25C88). The [documentation for this method](https://crystal-lang.org/api/1.8.2/Dir.html#glob%28%2Apatterns%3APath%7CString%2Cmatch_hidden%3Dfalse%2Cfollow_symlinks%3Dfalse%2C%26block%3AString-%3E_%29-class-method) specifies that the path seperator...
@gdotdesign Is there any areas in particular in which you are looking for contributions? I have some of my own ideas I might work on but otherwise keen to help...
Looks like you've already done most of the work migrating those repositories! I can do [example-todo](https://github.com/mint-lang/example-todo)? Looks like an easy one...! Took a brief look at the language server with...