Nick Edgar
Nick Edgar
@rejnowskimikolaj Are you calling `estimateGas` in this case, or is that being done implicitly? Check the error for any nested `.error`. Also make sure you're using the latest version of...
+1 for having this support for the access control functions!
I hit this error too when trying to delete an app via the Amplify console (`ResourceNotFoundException` on the `current-cloud-backend.zip`) but in my case the bucket and zip file had never...
[The code](https://github.com/marudhupandiyang/react-csv-to-table/blob/master/src/utils.js#L12) just does a simple `.split` with the configured delimiter. Suggest changing it to use a proper CSV parser that handles quotes, e.g. [d3.csvParse](https://github.com/d3/d3/blob/master/API.md#delimiter-separated-values-d3-dsv).
Hi ~Eclipse~ VS Code friends! Long time no speak! In my current job, I'm using some VS Code development processes and git commit / issue / PR hygiene as good...
I'm seeing something similar after first install of Carnets on iOS 17.2.1. It's acting as if Files and Folders permission has not been granted, and I don't see the option...
Hmm, I tried that but the result is the same. Happy to have a screen share session some time next week if that helps.
It can list and show the files and folders, but apparently can’t read or write files. Not sure why he Carnets/Welcome notebook isn’t showing. I saw it earlier. Looks like...
My mistake, I assumed it was trying to use an iCloud/Carnets folder because the URL shown in the error dialog was `file:///private/var/mobile/Library/Mobile%20Documents/iCloud~AsheKub~Carnets/Documents/welcome/Welcome to Carnets.ipynb`, but I guess `iCloud~AsheKub~Carnets` is just...
I've copied the welcome/* files from the repo to a new Carnets folder in iCloud, and tried to open the welcome notebook from there. It opens OK but gives the...