Andy Buckingham

Results 13 issues of 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...

@inventory

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...

enhancement

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...

enhancement
question

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...

**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...

@hydrate

**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...

enhancement
@package

Expanded the example and added a line about enclosing scoped dependency names in quotes to avoid the almighty wrath of the parser.

When my iPad goes to sleep, I lose the USB C network interface. The Pi itself is still running (I can connect over Wi-Fi to it's IP address), but I...