Adam Saturna

Results 4 issues of Adam Saturna

With password fields, when you rotate the phone to landscape view and edit a password, it exposes the masked text and discards the mask. I'm browsing through the code trying...

Fixing NPE issue of OnPlayerSpawn hook when caller returns non-null Forum Post Link: https://umod.org/community/hooks-extended/51527-onplayerspawn-hook-bug-npe?page=1#post-1 Context: OnPlayerSpawn hook call returns null to the caller if return value is not-null. This will...

**Describe the bug** In OAS 3.0 tokenUrl was of [uri-reference type](https://github.com/stoplightio/spectral/blob/daa8059c2270fa1d8a42a739f6c172647c700265/packages/rulesets/src/oas/schemas/oas/v3.0.json#L1540) but in 3.1 it seemed to be switched back to [uri](https://github.com/stoplightio/spectral/blob/daa8059c2270fa1d8a42a739f6c172647c700265/packages/rulesets/src/oas/schemas/oas/v3.1/index.json#L1179) As per [OAS 3.1 documentation](https://spec.openapis.org/oas/latest.html) tokenUrl should be...

t/bug
help wanted
p/medium
triaged
OpenAPI

Steps: * define parent schema with a `required` property `my_property` * define child schema that uses `extends` and references parent schema * use `default` keyword on `my_property` in the child...