Will Nations

Results 89 comments of Will Nations

For those wondering about the status of this repository, the main roadblock is that I would prefer for there to be a better standard of addon structure and development workflow...

@jebedaia360 > Wow, ambitious. Thanks! > you just can send people to _Rakugo_ when it will switch to _Journey_ as backend. That's the idea. I'd plan for the README to...

@jebedaia360 > What is 'label' in this context? This was in reference to the underlying graph data structure that has, according to the Core API, Labels which tag any given...

Yeah, I agree, it can definitely stand to improve. The error report change is a good idea. I'll try to get these changes done when I can, but it may...

I can go ahead and modify the error report sooner rather than later, but the rest of it will have to wait for 3.1 unfortunately. Edit: actually, I'll have to...

Also, fyi, I'm working on some engine changes that should allow me to offload a lot of these cache-updates and inheritance checking to the C++ code which will also speed...

Interesting...this may have something to do with the way Inheritance Dock parses through the `res://` directory's contents. Maybe something it tinkers with in the GDSQLLite stuff is causing a critical...

One easy-ish way to solve this, at least temporarily, would be to manually filter the GDSQLLite directory from the Inheritance Dock's search. I'll admit though, this repository is in dire...

As someone else on Reddit mentioned though, you should run Godot on the command line and see what errors are produced to give us a better idea of what's going...

This has something to do with the compilation of the RegEx objects in `FilterMenuItem`s during the time inheritance dock initializes config files and sets up filters in the `_ready` statement...