Eric Scouten
Eric Scouten
(Note: @scouten-adobe and I are the same person, just writing from work or personal computers.)
@janosimas I'd welcome any suggestions on how to address/resolve if you have any. (Maybe those should be filed as an issue over in `async-generic` so we don't spam this issue.)
Perhaps merge this instead of my earlier PR #36?
I may have some time in the next few weeks (especially over the holidays) to look into this. If anyone is working on this or has suggestions on how to...
I've started a new project to make sqlite usable through Ecto 2.x. Please see https://github.com/scouten/sqlite_ecto2 (a fork of this project, but not in the GitHub sense).
FYI I am working on porting this to Ecto2. A lot was changed from Ecto 1 to Ecto 2 and the work is difficult and far from complete, but you...
Yes, I see this as well. Also seems to apply to other literal types as well (lists, binaries, and booleans).
Some discussion about this topic at [Elixir Forum](https://elixirforum.com/t/save-my-from-myself-code-coverage-misses-lines-that-return-a-literal/24931). I suspect this is an issue at the compiler level.
Tributary is small enough that I've simply inlined the code and hacked on it for my own purposes, so these are not blockers for me in any way, but a...
Can't explain deeply without going into proprietary stuff, but the gist of it is I need to process potentially millions of records in reverse order with some stop conditions that...