Nick Kocharhook

Results 181 comments of Nick Kocharhook

The changes for #801 look great! Given that, I'm happy to close this.

Thanks! I'd also like to point out that the Python docs for [`sharing_create_shared_link`](https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link) don't list the method as deprecated. Probably a good idea to call that out if indeed you...

I've made the requested change.

Just tried installing svelte-mapbox and ran into the same error. Think this will be affecting most potential new users at this point.

Tagging @antony for visibility. This project is broken on the current release of Svelte.

Peer deps have been updated with this commit: https://github.com/beyonk-group/svelte-mapbox/commit/1e2edf81c6bb237175129f3db3bfea787ed708ca Is this bug fixed?

There's [a fork](https://github.com/daydreamboy/ACBTokenField) where @daydreamboy has done the conversion work. Also, fun fact: this dialog is misleading, and you can actually upgrade Swift 3 code to Swift 5 using the...

Yaay, thanks!

If this is 100% reproducible for you, and only some forks have it, then it may be possible to narrow down the issue by testing old builds to find where...

By calling `-v /:/mnt`, you're telling Docker to mount the local folder `/` into the container at the mountpoint `/mnt`. You're then calling untrunc in the container with paths referring...