zkxs
zkxs
In the repo settings, under Actions / General / Workflow Permissions make sure you select "read and write permissions". It seems that GitHub changed the default to the more restrictive...
The extension has started locking up itself and other vscode extensions for me when previewing a .dot file it previously was able to render ~10 months ago. I can't help...
For reference, the PR that added recursive mod loading: #51 I think adding a NML config option to opt out of this behavior would be fine.
from @ljoonal: > IMO this is outside the scope of NML, and should be achieved via a library/mod I seem to recall you having thoughts on VRChatUtilityKit and how the...
Dang, that's more code than I expected. At a glance it doesn't look like any of your classes are public. Not sure if that's the intent? Anyways, I'll take a...
> Though I guess NML's API doesn't have proper generated docs to begin with, but IDEs usually can at least show the special C# doc comment XML monstrosities... *takes off...
- ~Remove deprecated APIs~ - ~[dotnet6 targeting?](https://gist.github.com/SamboyCoding/bc1c75ca2d81ea38f3137285f23f9bcc)~ - ~better null safety~ - ~do a sweep of optional metadata and make some of it mandatory~ Edit: Merging into the top comment...
Reading over this, it seems like there are two possible approaches. Either way we add an `OnLateLoad()` function to NeosMod. The only difference is in the default implementation: 1. If...
@Psychpsyo The merge conflict is due to us screwing with all the whitespace in the project (sorry). You can fix it trivially with these commands: ```shell git merge -X ours...
Dropping this here for whoever becomes motivated enough to write some nice docs. This is necessary to work around https://github.com/Neos-Metaverse/NeosPublic/issues/2638 ```bash cd '' mkdir 'Neos_Data\Managed' # awful hack :( cd...