Devonte
Devonte
@HertzDevil I'm using Crystal 1.7.0 on Windows which fails with a similar error: ``` Unhandled exception: SSL_connect: error:16000069:STORE routines::unregistered scheme (OpenSSL::SSL::Error) ``` As you stated, that path does not exist,...
Unrelated to this repository.
That's fair, I hadn't considered that. At the same time, this would make the install process longer because of https://github.com/crystal-lang/shards/issues/468. I guess that's not really this shard's problem though, so...
+1 for reducing third-party shards, however, command line parsing can be a tricky thing to implement, especially for a project as big as Amber. Can I suggest using [Cling](https://github.com/devnote-dev/cling) for...
It would help if I got the names right... 😅
If `Style/AnyInsteadOfPresent` is disabled by default then I'm fine with that. I don't know if `Enumerable#any?` is used commonly but I'd imagine it's a pain for people that also use...
True, I say this because I ran into this issue a couple months ago and just renamed the method to get around it, but I don't think it's something Ameba...
I completely understand, I've seen this happen a few times with other open source projects and know how much of a hassle it can be. With that being said, I'm...
admin commands completed 👍
some of these command ones are small fixes, the majority have been tested