Jeremi Biernacki
Jeremi Biernacki
@WaveRunner7 Sorry, dude but just look at date of last commit it was 2 years ago - this project is dead.
It's probably abandoned. Maybe there wasn't enough people using it to incentive someone to maintain the project. And now that the GDnative will be replaced for GDextension in Godot 4.0,...
> I want to eventually get around to making versions for Godot and Unity, but it will first be when the spec is more complete. Of course other developers are...
Okey I will move it to vnkit
Sorry I close it by miss click
This is a good idea
Our ifs should support `in` ifs, it makes programming so much easier (moved to issue #53 ): ```python if x in [a, b, c]: # is the same as if...
> For now, I don't know how to detect match are in string with regex I'm not sure what you mean by this @theludovyc , can you elaborate on this...
I want try to help you @theludovyc , but I'm not sure what you mean by , can you give example or something ? > For now, I don't know...
> jump todo if test.name = "Test character" When I use VARIABLE on test.name = "Test character" it return 3 match, test.name, Test and character. First one is good but...