Eran Boodnero
Eran Boodnero
I dont know if this will help you but I wanted to accomplish something similar and I think the piece youre missing is adding 'as const' to your objects that...
@apc518 omg i love you. this is one of those learning moments where ill run into something similar in the future and know how to handle it even though the...
I'd love some clarity on this. I wish the reason I can't turn `query_as()` to `query_as!()` when using `enum`s was more intuitive but I'm struggling.
> Hi guys > > I want to throw [my protocol](https://github.com/VanCoding/task-graph-protocol) into the mix as a possible solution to this as well. > > It's a very simple way how...
any news on this?
Im kind of confused about this use-case. In what context would you have a scenario that matches your example of `const unit: 'days' | 'hours' = 'something'` ?
I dunno it looks to me like there's a fundamental disagreement about what "exhaustive" means in this context. In my opinion "exhaustive" loses it's meaning if it can be used...
Thanks for your work on this! Here's a directive that returns this same error ```sql CREATE TYPE foo AS ENUM ('bar', 'vaz'); ```
I was able to get the data like this ↓ but my code would be a lot easier for me to read if I could do it with the pretty...
I think it should be possible to have an `ormlite::Error` along with the derive `Model` macro but I _think_ somewhere in the macro the unqualified `Error` and `Result` are being...