Alexandre Leblanc

Results 11 comments of Alexandre Leblanc

First, what is the long term goal of this? Being feature complete or minimalist, or yet to be decided? Could play on names like Crystalite

I'm pretty sure what you mentionned are feasible. Coming from a compiled-languages environment (C# / C++), my main struggle is learning Crystal syntax and quirks. While I'm an unexperienced programmer,...

Lucent ? https://www.google.ca/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=what%20does%20lucent%20mean It has a great meaning, seems to sound good, and I'm pretty sure we can plug it somewhere. e.g. LucentShard The only thing I'm unable to really...

Yea, that's why I didn't suggest it :-|

MoonShard ? - The framework is a crystal shard - That keeps the moon reference but it loses the shining part

I remember running into the issue with Firefox as well, and if I remember correctly, this NoMachine KB article helped me make it work https://kb.nomachine.com/AR06T01163 I don't think it's a...

Chances are that `lazy-static` can be removed if `std::sync::OnceLock` is used instead. See the section in the [README.md](https://github.com/rust-lang-nursery/lazy-static.rs#standard-library)

I couldn't find the current MSRV but I'm confident that it would probably bump higher the current MSRV to a minimum of 1.70.

@alerque I've took time today to dig a bit for the current `msrv`, and I think it's fine to use `OnceLock` without it bumping the `msrv`. ``` root Cargo.toml ->...