Aarni Koskela
Aarni Koskela
I think it could be useful to add a "strict mode" to the SD extension, so that if prompt parsing fails, it'd fail the generation and not use the verbatim...
Hi Edward, Thank you for the kind words! I don't think we have a preferred citation (though we could apparently add [a CITATION.cff file](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files) for that purpose), so just referencing...
+1 to a more standardized approach. I'm evaluating various Rust/TS interop methods, and Qubit seems the most promising (c.f. yerpc and rspc). Handling errors is pretty annoying now though. The...
If you want to use a single connection, `Redis.from_url(..., single_connection_client=True)`.
@ogreenz What would a hypothetical `!Comment` tag do? We can't emit YAML comments with PyYAML anyway.
@oschwald The `main` branch already requires `pytest`. Regarding > Given our project's maturity, the testing suite is relatively stable and not expected to undergo significant changes. the last PR to...
> Our existing use of `pytest` is quite minimal, mostly as a test runner. The point stands – as-is, the tests can't be run without Pytest. The upside of using...
> The last breaking change listed in the pytest change log was in 8.2.0 in April. Which, coincidentally, was for certain edge cases of UnitTest suites 😄 They also apologize...
Am I understanding this correctly: * If the value is integer, print no decimals * If the value is not integer, print as many decimals as the currency usually would...
`uv upgrade-interactive` would also be great, like yarn (v1):