Martin Jul
Martin Jul
Add an example to the documentation about how to write a workbook to a stream.
Rewrite the API to work on a Clojure map containing the POI instance rather than the POI instance itself. This will allow us to add configuration and other state to...
Add some integration tests showing that we can correctly read dates sheets with different locales (time zones) - for example, make sure that there are no off-by-the-GMT-offset-hours errors when reading...
Add Cljdoc link and badge to README to make API documentation easily accessible. See Cljdoc for details on how to set this up. https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#basic-setup
It would be nice to generate a documentation with the doc comments for the code. Ideally in a GitHub action to keep it always up to date. A pull request...
Just a small change to ignore common tool directories.
Add pre-conditions to check inputs when creating responses, ensuring that URLs look like URLs. This improves the developer experience by giving a clear error message rather than an obscure stack...
In order to create robust code it would be great to have a configurable timeout for network operations (and possibly also other IO operations that might hit a network barrier...
If you specify an incorrect URL for the QdrantClient, and make a call to the server such as `upsert` the request will fail with an exception. The exception does not...
**Describe the bug** The LSPs emits a stream of `Internal Error -32603` for the files with URI-escaped characters in the file name supplied by VS Code, _e.g._ when a file...