Zach Cardoza
Zach Cardoza
Resolves #190
**Which version are you using?** `nano-sql/adapter-sqlite-cordova: 2.1.2` `nano-sql/core: 2.3.7` **Describe the bug** The `Adapter-SQLite-Cordova` package does not initialize the Automatic Increment table before creating a table which causes an error:...
The Electron serve (`cordova-serve-electron`) does not serve from the dev server, but instead serves from the production files in `www` which are generated from the `cordova-prepare` command. These files are...
### What problem does this feature solve? The issue appears to be that the `vue-loader` appends a query string to the file request for style imports. Example: ``` ./styles.css?vue&type=style&index=1&lang=css ```...
**Describe the bug** Using the `diff-search: true` option, pre-release changes are not properly detected. **To Reproduce** Moving from `"version": "2.5.0-beta.0"` to `"version": "2.5.0-beta.1"` in the `package.json` file results in the...
AWS released an _experimental_ runtime called **LLRT** (Low Latency Runtime) which promises to be faster at cold boots than even some of the compiled runtimes containers like Go. The full...
This PR implements the [llrm](https://github.com/awslabs/llrt) runtime as an experiment. Current implementation adds support to `Function`, `SsrFunction`, `SsrSite`, and `AstroSite` constructs. Resolves #3669
### Issue In the current implementation the `git` messages are hard coded and mostly sane defaults, but many CI/CD workflows require specific formatting or keywords in commit messages (for linting...
**Code** The code causing the error. ```typescript const PersonIdentifierParams = { identifier: e.str, tokenizedName: e.array(e.str), } const agentIdentifiers = e.for( e.op( 'distinct', e.op( e.op( e.op( e.array_unpack(params.feeTransactions).agentIdentifier, 'union', e.array_unpack(params.paymentTransactions).agentIdentifier, ), 'union',...
This PR addresses an issue in the session manager utility which results in an already cleared session returning when `useSession`, `session.update`, `getSession`, `updateSession`, or `sealSession` are used after calling `session.clear`...