Zach Daniel
Zach Daniel
Some Ash (https://www.ash-elixir.org/) users have expressed interest in using Pow backed by Ash resources, and while I haven't looked overly deeply into the project, I think Pow could very likely...
Yes please! :)
ah, just seconds after posting this I found something important! On load we are calling `reactFlow.fitView()`, which ensures that all react flow nodes are available on the page, and if...
Okay, so the issue is definitely related to zooming in/out on the react flow :)
So it looks like I need some way for whatever handles the cursors to be aware that the container's dimensions have changed, or something along those lines. Any ideas?
This looks relevant https://github.com/quilljs/quill/issues/635
Hey there :) Sorry for the vague issue, but I've pinned it down. I had to copy this lib into my own code any way due to something strange with...
This should be broken up: 1. bulk create 2. bulk destroys 3. atomic updates 4. bulk updates
Great work! This has been merged. We can incrementally add more context over time, as we spot errors that can be improved.
It kind of is, but it looks for `~>` in front of the version it replaces. I think we should add `manage_version_file` as its own feature/option. Should be able to...