Shane O'Sullivan

Results 8 comments of Shane O'Sullivan

Not yet - I'll hopefully get time to debug it in depth in the coming weeks, and if I fix it I'll send a pull request

Yes please! With iOS 10 coming, I hear RN is busted without a recent fix, so if you could ensure this is working with the latest version it'll really help

This article describes the problem - http://stackoverflow.com/questions/6879860/when-are-files-from-nscachesdirectory-removed Can this library be updated to optionally store the images in the Documents folder as they describe? It should then support permanent storage...

The issue with this is that I have three different urls, for development, staging and production, so hard coding an absolute path in the package.json is not feasible, hence me...

Argh, I feel dumb. Putting the forward slash in front of it works. Thanks for the help - is there something that could be done to make both work so...

> Apparently Vercel uses a similar runtime, seeing: Yes, I get the following when running `Bun.build()` using v1.0.2 on Vercel just now ``` error: "pidfd_open(2)" system call is not supported...

Agreed, my bad. Want to send a pull request?

Whoa that is fast! I'll try that out on my full app (kidzfun.art) and see if there are any edge cases I run into.