Andy Buckingham
Andy Buckingham
**Describe the issue** Because `init` uses the current directory's name to form the project name for `app.arc`, if you attempt to initiate a project in a directory with a space...
When using tree-shaking to bundle your dependencies in each Lambda function on deployment, if you use a private NPM package within `shared` and have a `.npmrc` file at the project...
As I understand the current dark mode implementation looks at the current browser/OS setting first and sets that as a default value, before letting the user customise via the top...
I was expecting to be able to build a query along the lines of: `$queryBuilder->select()->setTable('users.user');` Where the table `user` exists within a database `users`. Am I missing an undocumented method...
Several years later, I really should get around to submitting this as a pull request! I've added a hintForMimeType: method which returns an appropriate AudioFileTypeID hint for a valid audio...
**Describe the issue** If you author a plugin as a module at `src/plugins/my-plugin/index.mjs`, it will fail to load. This behaviour differs from authoring common JS in the same structure (e.g....
If we configure a function with `config.arc` to ignore a specific dependency, if that dependency is used inside `shared`, it is still bundled in the function. I presume this happens...
**Describe the issue** If you make a change to `app.arc` and Sandbox restarts, it restarts Dynalite (without re-running the seed script), so any pre-populated data is lost. **Steps to reproduce**...
Lambda's default to 2 retry attempts. A reasonable default, but sometimes we may need to lower or raise this based on specific conditions. I was aware you could modify this...
Expanded the example and added a line about enclosing scoped dependency names in quotes to avoid the almighty wrath of the parser.