Will Nations

Results 39 issues of Will Nations

If you know git, then great. We're building a git API from scratch, that only runs at runtime (no file I/O) and which specifically targets changes made to a graph....

In all likelihood, I am guessing this would involve a Builder pattern. I've been told by others to look into the NetworkX API from Python as "it would be a...

Integrate a graph library to start work on building a graph-based story database.

Currently, if you have ANY script in your project (or scene / resource for that matter) which fails to load, the Inheritance Dock will continue to attempt to load everything...

enhancement

Currently, if you close the editor with the plugin active, you will see error messages. They are some memory leaks in the Inheritance Dock that I need to track down....

bug

I would like to be able to quickly and easily find and interact with tool scripts. The "find" part can easily be achieved by creating a "Tool" `CheckButton` in the...

enhancement

Currently, if you add filters or sync them across tabs, they just get appended to the list. This can result in inconsistently positioned filters (until you reload the editor. This...

enhancement

### Describe the problem With the transition to *callback props* for event handlers instead of `on:`, I cannot tell from the docs whether an event handler for `onclick` overrides the...

documentation

If I try to define 2+ projectable methods with the same name on the same class but give them different argument lists, then the source generator triggers an error indicating...

enhancement
help wanted

It appears that if a projectable method is moved between assemblies, then Visual Studio won't completely forget about the existence of the first one until you completely restart Visual Studio...

bug