Matthew Johnston
Matthew Johnston
Now to see if I can extract the information from the iban numbers 😄
It's gonna be a bit, I got yanked into a different direction and will come back to this.
Let me know if I need to provide anything else.
My temporary solution to unblock myself was to just append everything I wanted to a string and then call `xxh32` on it.
Right. I also see this unit https://github.com/elixir-ecto/ecto/blob/master/lib/ecto/json.ex, may need to implement the `JSON.Encoder` and such here as well.
Cool, just wanted to make sure it is desired. I have some of this done already. I just need to finish working it out and getting tests written for it.
@rzane here's the current implementation [I have cooked up](https://github.com/warmwaffles/file_store/compare/update-for-latest-elixir...warmwaffles:file_store:add-stream-interface). It's built on top of #32. The problem with Elixir 1.16 is the soft deprecation of `File.stream!/3`. Once that one is...
I just ran into this issue. I don't know the underlying mechanics around this, but can the singular be promoted to the plural after being deserialized? And if the plural...
I haven't needed to load a VFS before. I'll take a look at this. We'll probably need to pass a new option or configuration to exqlite when opening to signal...
I can confirm that I am also able to get this to work.