Andrew Avsenin
Andrew Avsenin
So, I've updated lib version to `0.2.4`. Used this code: ```rs use godot::prelude::*; struct RustExtension; #[gdextension] unsafe impl ExtensionLibrary for RustExtension {} #[derive(GodotClass)] #[class(init, base=Node)] struct Foo { base: Base,...
> > So, I've updated lib version to `0.2.4`. > > You should check the pull request I linked, not version 0.2.4. The changes I made aren't integrated to `master`...
iteresting, I got error when I started it from scratch: ``` core/extension/gdextension.cpp:508 - Extension marked as reloadable, but attempted to register class 'SpireCoroutine' which doesn't support reloading. Perhaps your language...
I think this is limited engine - C++ JS, you can bind data into JS from C++ only in global object. Actually another languages with runtime has similar behaviour
> Yeah, perhaps I misunderstood the proposal. I was thinking the syntax would be more like: > > z |> v.string |> v.email |> v.optional('arg') > which would effectively desugar...
> This seems to be a Vim specific issue and you can resolve it by setting `backupcopy` to `yes` (vim command would be `set backupcopy=yes` For LazyVim: ``` vim.opt.backupcopy =...
https://github.com/user-attachments/assets/e18bd643-e275-4519-a299-67af8b9b58c3 при клике пропадает, та же фигня тестил firefox & chrome, win11 (но думаю тут проблема в событиях)