Steven Hé (Sīchàng)
Steven Hé (Sīchàng)
Good thing we have an issue here. Same problem here.
> @SichangHe please share your Exercism username here. @SleeplessByte, it's the same as my GitHub username, though, I solved the problem with the forget-password trick mentioned above. Thanks!
To help me understand what is going on with this slot-thunk trick, let me expand `factorial` and inline all the calls: ```rust fn factorial(input: u64) -> u64 { fn call_factorial_inner...
> Well, unsafe code is used, so this isn't fully borrow-checked. 😅 Okay… Learning about the borrow checker all the time. > That said, I am fairly confident it is...
> The closure _is_ copied out of the `Slot` by [`MaybeUninit::assume_init_read`](https://doc.rust-lang.org/std/mem/union.MaybeUninit.html#method.assume_init_read). I think this is required in order to make it safe to reuse the `Slot` on the next iteration...
It might be that the target is running via Rosetta.
Why does this not work in Kitty 😔?
adelarsq/image_preview.nvim recently started to support Kitty.
Not just keymaps, Nvim 0.11 also caused nvim-lspconfig to change after Nvim added a default way to configure language servers.
@filmor, thanks a lot for the quick response! > One problem that we have that `serde` doesn't have to deal with is that NIF libraries are meant to be loaded...