Orfeas Zafeiris
Orfeas Zafeiris
When spectating a player in first person, and that player is in a chopper or a plane, his hands view model is still being rendered, and is floating mid-air.
- [ ] Store in `settings.json` and also expose to UI the `defaultValue` of settings. - [ ] Notify UI of what mods are currently active. - [ ] Provide...
`HTTP Request failed with error 'Path not found: C:\Users\L¾pez\AppData\Local\VeniceUnleashed\client\cacert.pem'` Username is `López`.
### Required for all PRs: - [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) (e.g. feat:...
Custom weapons stored in ICA pickup containers are currently tracked as left-on-level items.
Is it possible to make teal generate custom type checking code when using the `is` operator instead of checking using `type()`? For example, in my lua implementation, all custom types...
I'm trying to figure out if there's a way to merge multiple lists / sequences of key-value pairs into a single `createObj` call, and have them compile down to a...
I'm trying to create a Fable plugin but I'm having some trouble. As a very basic starting point, I tried creating the following attribute: ```fsharp namespace Test open Fable type...