Daniel Rhodes
Daniel Rhodes
When viewing many files in succession, there is often a long delay while a file loads. Network issues aside, is there any way to preload files? When looking through the...
Currently I have a function inside a hook like the following: ```typescript const {presenceData, updateStatus} = usePresence( channelName, {/* data */}, ); const startTyping = useCallback(() => { try {...
### What happened? This library was easy to install and use, but I noticed that I got a warning that I needed to use Rosetta in order to be compatible...
I am seeing these come up as unhandled errors in my exception tracker in production. I am on v 2.3 of this library and v 4.2.3 of react-native-ios-utilities. It seems...
Since Swift isn't ABI stable yet, the prebuilt binaries that Carthage gets from Github on the releases page are not working with the latest versions of XCode/Swift. Would recommend that...
Attaching resource bundles with iOS frameworks is a rather broken process. When you have simple graphics to package with a framework, it is preferable (when practical) to draw them in...
This adds support for the additional methods in the Telegram [changelog](https://core.telegram.org/bots/api-changelog). Paired with https://github.com/telegraf/types/pull/6 Note: package.json is wired into my fork of the types for now - should change it...
I noticed that after one turn of a conversation, the Context gets some properties cleared. I assume this is because the Context is being saved to an external store and...