Benjamin von Polheim
Benjamin von Polheim
Wouldn't it make sense to provide some information regarding this in the README? I mean, as it's buried here most people might not really get the full functionality elixir-ls provides....
Can you try the following on your machine? Assuming you are running VSCode and the latest 0.8.0 version of the extension. ```bash git clone --depth 1 --branch v0.8.0 https://github.com/elixir-lsp/elixir-ls.git cd...
I think the issue is that your elixir version has compiled with OTP 21 and the ElixirLS version has been compiled using OTP 22. ElixirLS does not support elixir versions...
Any news on this? Having the same issue.
Not sure if it helps, but that's the output from the debug after clicking 3 times while it's transitioning. Looks good to me, as the diffs update only the two...
Hey. Awesome plugin. Exactly what I was looking for as the prettier formatting is way nicer than beautify. Don't know if I missed it, but is there any way to...
I am still not using macOS Ventura, so I don't have any option to look into this right now. Maybe @FezVrasta has time to look into it as he implemented...
Hey, this should work properly. As soon as the motion component is removed via LiveView, the exit animation will trigger. ```elixir ``` One sidenote: the `master` branch contains a new...
Oh sorry, it's on the `presence` branch (https://github.com/benvp/live_motion/blob/presence/lib/live_motion.ex#L268) - undocumented, though. The main logic is on the JS [here](https://github.com/benvp/live_motion/blob/presence/assets/js/live_motion/live_motion.ts#L33). Anyway, It *should* work within comprehensions, but as you said, it...
Nothing else, presence keeps track of the components mount/unmounting. Do you know why it has been shifted below a sibling div? Can you elaborate on the funky re-animation behaviour? In...