Tyler Sheaffer
Tyler Sheaffer
Otherwise implementers must implement them all if they implement any, which is not an ideal experience cc @piemonte
### How frequently does the bug occur? All the time ### Description When I open my Expo app built using `eas build` and choose the Expo development server, the app...
For example I cannot currently do this: `$.omit(myDictionary, keys: ["one", "two", "three"])` But must instead do this: `$.omit(myDictionary, keys: "one", "two", "three")` For lots of design paradigms (e.g. my blacklisted...
@tsheaff commented on [Wed Oct 26 2016](https://github.com/calm/ios/issues/1740)  Should wrap `writeData:` in a try-catch. Any better means of handling the catch than by...
I'm not aware of good documentation on what order the bits will stream to `resourceLoader:shouldWaitForLoadingOfRequestedResource:` I left a comment in the code about this [here](https://github.com/calm/PersistentStreamPlayer/blob/master/PersistentStreamPlayer.h#L37) So right now I believe...
## 🐛 Bug report ### Current Behavior ```ts import * as t from 'io-ts'; const myEnumValues = [ 'value_a', 'value_b', 'value_c', ] as const; export type MyEnumValue = typeof myEnumValues[number];...
Per the docs [here](https://en.wikipedia.org/wiki/Telephone_numbers_in_Gibraltar), telephones in Gibraltar have CC +350 and are 8 digits long. ## Checklist - [X] PR contains only changes related; no stray files, etc. - [X]...
Some enhancements that would make the DM features more powerful: * Support for images rather than just text (still encrypted) * Recipient-read indicators (to know if you've been ghosted lol)...