Jack Thomson

Results 14 issues of Jack Thomson

When passing just a string into the body (not in an object) it added an extra set of speech marks around the string. This should fix it.

Actually increases performance in static files. The static files are now async & JSON is stringified rust side now. Breaking change just responding with text is now not allowed. I...

We should experiment with ways to speed this up

Hi, First of all thanks for the great library I've been a long time user. I am having issues building with android on React Native 0.60 (AndroidX) I am getting...

The confetti will fall within it's container rather than full screen. Useful if you wish to show within a nested view. You can animate over the full screen as well...

I have found this https://www.npmjs.com/package/react-native-spotify-sdk which covers Android wonder if it would be possible to merge these together to give us both platforms?

The changes shouldn't break existing code.

Just a test for now, OSX is failing. Just want to see if there's much perf difference

Adding the use of ahash as an optional feature. By default we are using the std hasher, however ahash has been proven to be faster and is the standard in...

This is picking up from the great work from @jimvdl in this PR: https://github.com/jonhoo/flurry/pull/101 I've added the crate here: https://github.com/JackThomson2/fast-counter which is using a basic sharded concurrent counter which is...