Jack Coy
Jack Coy
I'm using Cyptomator for a vault on a FAT32 formatted USB Drive (for wide OS support). My USB Drive is 64gb and I'd like to be able to store files...
Hey @overheadhunter , thanks for the solid response. I'll consider exFAT or just try to avoid it for now.
@hemantasapkota Our team is also interested in allowing users to edit code in a RN app. It's been a bit since you originally posted, is the solution you have still...
Someone on our team knew @hemantasapkota IRL and reached out (small world!). The feedback we got was that Monaco has issues on mobile that make it a poor choice right...
Anyone come up with a workaround to the issue that @ohmree has mentioned? I too am trying to avoid a `.env` file in a child directory that stops the parent...
Thanks @robintown for pointing that out, took me awhile to find the [direnv.toml man page](https://github.com/direnv/direnv/blob/master/man/direnv.toml.1.md) from the root README of direnv. `skip_dotenv = true` has solved my problem.
I also have this problem. I realize the issue is when you are polling an API that returns successfully each time. Two problems are occuring. One we do not stop...
@joeattardi If I fix the above issues in a PR. Would you be available to review, merge, and publish an update? I noticed the repo has some other PRs that...
@forivall @jasonstitt Do you know the status of this any better? I am unable to find another polling library with feature parity of Promise Poller, so I'd prefer if it...
@joeattardi could you please review the PR I submitted? If you are satisfied please merge & deploy an update 🙏.