Louis J.
Louis J.
Hey đź‘‹ We are big fans of sqlparser-rs in our internal tooling and would be happy to donate. Is there an options for this currently?
### Problem to be solved When a user develops models in their Quary project, builds the project (`quary build`) to materialize those models in the target schema/database, but later deletes...
This approach pre-installs the binaries for Mac/Linux etc. directly into the extension. - The main benefit of this is to keep the CLI and extension in sync at all times....
Changes: - Improved build output - Implement cache view builds to skip models that have not changed (and their upstream dependencies) `quary build -i` Todo: - Need to extend test-case...
The `textToSpeech.convert` method in the latest version of the `elevenlabs-js` SDK now returns a different type of stream. - Updated the guide to convert the response from `textToSpeech.convert` into a...
- This PR updates the ElevenLabs SDK version in the Twilio example from `^0.2.2` to the latest version `^0.16.1`. - Due to changes in the SDK's textToSpeech.convert method—which now returns...
Proposed structure: 1. Add new code snippets to `examples/snippets` 2. Run `pnpm run snippets:typecheck`, `pnpm run snippets:test` 3. If all looks good run `pnpm run snippets:generate` This will then collapse...