Matteo Giachino
Matteo Giachino
I totally agree! Let's open a PR and work on it...I'll give a hand as much as possible.
@Maher4Ever could you please merge this?
just to inform everyone landing here, for me there was two problems: - I'm using asdf to manage the versions of elixir and erlang, the binary is in my classpath,...
I find it really hard to understand how to reuse pieces of queries. The Extending Diesel guide focus on solving one particular problem. And does it in a hard to...
I didn't want in any way push anybody doing something. I know how hard it could be to be part of an open source project while using it at work....
So, something weird is happening. I have an annotated guard on an `Option` that fails, and I thought that just that field would be null. In fact I have all...
ok, it seems to work for the nullable parent field, not for the field itself. Is this correct? I was thinking that an optional field should show null if the...
@sunli829 I read the other issue. But I think that here the difference is made by the fact that the error is returned from inside the guard. I don't have...