Chronocide
Chronocide
When using the context menu, `Windows Terminal here` will default to `C:\WINDOWS\System32\WindowsPowerShell\v1.0` if the folder names contains `[]`. Steps to reproduce: - Install Windows Terminal via Microsoft Store - Use...
As mentioned in #18, `tic-bundle` should support custom-defined metadata as there's no formal documentation on which tags are and aren't allowed. Known metadata values should be documented still.
I'm trying to create recursive types using `Lazy` as per https://github.com/runtypes/runtypes/issues/14, but found that `Lazy` throws a messy error when trying to use it in `v7.0.4`. [TypeScript playground](https://www.typescriptlang.org/play/?#code/JYWwDg9gTgLgBAKjgQwM5ynAZlCI4DkUArgHYwCeYApqgQFD0DGEpq8YUowMwAbrTgBeDADoAqqWCsAFPThiAyjC6kA5gBp5YgHLEQAI2pQtCqKIBCECABtqyUqd3EbN+gEoA3I0o04ABS4QHn5BEXNlZF4mAB5faggsOE5uXgFUAD5vemoAD0hYOBY2eAArVFYALjEAJTJ4mMDU0MzhMQAZZAAvChkZd2EM5KCQ9K96IA) ```TS const...
The example for [`server.unmount`](https://neutralino.js.org/docs/api/server#serverunmountpath) is showing an invalid example: ```await Neutralino.server.mount('/app-res', NL_PATH + '/app-res');``` Which should probably be: `await Neutralino.server.unmount('/app-res');` If I understand the docs correctly.
`server.getMounts()` typing returns `Promise`, despite it returning an object. Using `@neutralinojs/[email protected]`