Nicolas Boisvert
Nicolas Boisvert
This is not related to ecto_enum. You must pin the value you want to use in `from/2`. Doing the following should work: ``` iex(1)> import Ecto.Query Ecto.Query iex(2)> from(v in...
Similarly to @jdav-dev, we need metadata to be forwarded to next commands. We are using a commanded middleware to authorize command originators to dispatch commands. Pretty basic middleware that checks...
Of course I am! Should not bo too hard to implement. What kind of security issue you have in mind that I should be aware of?
I'm not sure if that's related but I attempted writing my own check (following the guides from hexdocs) and I'm having the following error when running the tests ``` 1)...
Same here, It's not clear how to use the library in 0.19. I thought of doing the same as you but I still not figured it out, did you?
I'd be happy to take that work on. Any suggestions how you'd like this to work? Maybe something like ```elixir config :timex, handle_ambiguous: :before | :after | :nothing # defaulting...
@evancz Any way we could get this merged? Of course we can download the binary manually but I came to a point where that doesn't work either. I'm using `create-elm-app`...
I'm having the same problem, I know for a fact that my legacy mac doesn't have Metal support. ``` AMD Radeon HD 6770M: Chipset Model: AMD Radeon HD 6770M Type:...
Hi! I'm seeing the same issue. Around ~70 photos out of my 700 library got their timestamp generated, they all come from the same device, a Sony a6400. I haven't...
Was about to comment, it got parsed this morning. Not sure why there is a huge delay between the time it gets added and the time it gets mapped to...