Mitar

Results 1631 comments of Mitar

The issue here is that currently it takes a bit of duplicated work to determine if git is linked or available as a subdirectory, etc. This is why having utility...

I do not care about the name (it will be confusing anyway because there are already methods with "iterator" name in them), but I would love support for iterators. :-)

I think `Elements` function should be moved to a separate file and with build tags (similar to how they are done in test files) this could be made so that...

Interesting. Always learning something new. Thanks!

I played now a bit with iterators and this package and I noticed that one important functionality is missing: initializing mapset from an iterator. `NewSet` does not take an iterator...

There is no special need in models to support structured output. Any model can be used with structured output and for example PR #5348 adds such support to Ollama. The...

It seems there is now also `FormatPartValueByName` to allow formatting per field name, but this is still tricky as you have to maintain what are names of duration fields.

I am writing a benchmarking tool to compare various key/value stores and I am also using Sqlite as such. And I would like to be able to force flush at...

@anacrolix This looks great and I was also wondering why people do not use FS for key/value more, especially because I am also interested in supporting large values. But currently...