p0358

Results 56 issues of p0358

During first launch of Xcode, the following window shows up: ![image](https://github.com/theos/theos.dev/assets/5182588/7c4cb4e5-d882-4234-8ab9-0e6f4beae6f7) It should probably be clarified in the docs whether "iOS" option should be ticked here. It's partially so huge...

``` [GetFileMimeType] Bin/launcher-ui/js/app.js = text/plain [GetFileMimeType] Bin/launcher-ui/css/main.css = text/css [Ultralight] [Console]: [JS] [Error] TypeError: 'text/plain' is not a valid JavaScript MIME type. (@1:11) ``` I see the default platform filesystem...

Just for anyone else looking to use this module and to save their time -- these headers are incompatible with the latest v1.3, contrary to what the last commit's message...

It would be very cool if we could execute a function that would go through the existing reactions on the configured messages, and assign any roles that are missing based...

enhancement

### Describe the bug I set my build/esbuild target to something below ES2020 in order to support by target browser (~Safari 13, supports around ES2019, pre-ES2020). Then I can use...

pending triage

There are bindable actions like ``` InsertSpace InsertTab InsertNewline ``` but I could not find anything like `InsertCharacter` that would work for typing anything other than space, tabs and newlines?...