Nick Kocharhook
Nick Kocharhook
I'd also point out that when you have a multi-day event which crosses a month boundary, the eventsThisInterval API returns it once for each month. While this does make sense,...
Deleting `dist/` and `package-lock.json` and trying again did the trick. Still a heap of deprecation warnings, though.
I have the same question. The documentation [provides an example](https://toolbelt.readthedocs.io/en/latest/threading.html) of how you are supposed to set a user-agent when working with a thread pool, but it simply doesn't work....
OK, after an hour of debugging, I've worked out the problem. H/t to [this SO answer](https://stackoverflow.com/a/36575193/1749551) on pdb++ which helped me figure out what was up. You need to call...
For anyone wondering the answer to the original question: the [amount of data which a QR code can store](https://en.wikipedia.org/wiki/QR_code#Storage) is a function of both the version (the size and subdivision...
I am by no means an AWS expert! However, I must confess that I was expecting the user created for this s3 bucket to have permission to access only that...
It looks like this functionality is mostly there when [setting `AWS_PROFILE`](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html?highlight=profile_name#shared-credentials-file). However, I still had to pass the `--bucket-region` parameter even though I've declared the default region in `~/.aws/config`. It...
I followed these instructions from scratch and everything seemed to work right up until the very end. Once I used `fly deploy`, I can see Strapi start in the logs:...
Indeed, the problem is that the generated `fly.toml` has this section: ```toml [env] PORT = "8080" ``` That's setting Strapi to listen on port 8080, but the Dockerfile exports 1337...
Wow, this is a pretty important change! Hopefully this can get merged quickly.