Matthew McGarvey

Results 135 comments of Matthew McGarvey

Looks like in this specific situation the failure is coming from a nested save operation. Thinking about this error, the best improvement I can think of would be to keep...

There's going to have to be some way to specify to all of Avram which connection to use and not just in a particular model. If I write to the...

Difficulty of this will be that the code is meant to handle different types of input. This gt can be called with String as well, for example.

I think I'm seeing this issue when a shard I'm installing has a dependency on the overridden shard and has a postinstall step that calls `shards build`. It doesn't see...

I think we already do https://github.com/iv-org/invidious/blob/d199b7264ebdad65c0c5b367bb8d36b2eab55be5/shard.yml#L40 The other thing to do would be to include a `.crystal-version` file in the root of the project. Not sure how it could be...

Trying to pick this back up. Will be taking from https://github.com/mint-lang/mint/pull/283

One problem that I'm not sure of a good way to solve right now is how to make sure that nested destructuring of non-tuples doesn't happen outside of a case...

@patbenatar Appreciate it! I'll try to figure out the testing thing

there's not much to go on for this. There's no explanation of what should use it and why. I kind of assume you mean using it in `Carbon::Email#from`