Joram Vandemoortele
Joram Vandemoortele
[outputs nothing](https://wren.io/try/?code=MoTwzgLgpgtgdAdwE4EtoAoBEALKAbPAewAJkoA7TASiA) [outputs very stange](https://wren.io/try/?code=MoTwzgLgpgtgdAdwE4EtoAoBEALKAbPAewAJkoA7TASgChRJZFUMd8jSkLq7xp5k0ULLgIkylWvT5NBwtoQA65cdSA) for good measure I tested on Firefox and Edge. my guess is that it only outputs when presented with a newline
Adds Num.toCBool and Bool.toCNum Based on discord discussion https://discord.com/channels/484796661751873554/484796759437213716/834912554450157598 and github discussions https://github.com/wren-lang/wren/pull/985#issuecomment-825587935, https://github.com/wren-lang/wren/issues/991 This would allow for instance (code sample based on the discord discussion) ```js var direction =...
added possibility to increment the slider value
`InitializeActionManifestFileRelativeFilePath` in `OpenVRSettings` will change its contents depending on if were on windows or not. this will cause: - constant dirty files in version control if you switch to android...
Having pointer state access allows you to build flexible interactions and provide parity with what you can do with OnHover without needing OnHover. You can't use onHover if you want...
The API documentation in the readme does not document `Clay_SetQueryScrollOffsetFunction` and its use case
When calling the `public void RemoveRange(Entity entity, Span types)` method with an empty span it will move the entity slot even though the size doesn't change. This throws no exception....
I will explain the changes I want to make to the public facing codebase. If you find more changes are needed, agree or disagree, please let me know. # What...