Alejandro
Alejandro
While using idents I noticed that keyword literals are unified just fine in queries. However, when passing ident keywords as arguments they are not unified. A minimal example looks like...
Currently the methods that fetch data in `DataSource` require an effect type `F` with `Par[F]` and `ConcurrentEffect[F]`. `Par` is required due to the `DataSource#batch` implementation defaulting to running individual fetches...
From the gitter channel: >I like the deduplication feature, but when I run a fetch I'd like to be able to get the data as it becomes available. (Imagine I...
The key-value protocol's [dissoc method](https://github.com/replikativ/konserve/blob/master/src/konserve/protocols.cljc#L10) supports removing one key at a time. Clojure's [dissoc](https://clojuredocs.org/clojure.core/dissoc) supports removing several keys at once: ```clojure (dissoc {:a 1 :b 2 :c 3} :c :b)...
As in [this PR](https://github.com/47deg/fetch/pull/171).
As in [this PR](https://github.com/47deg/fetch/pull/176).
Like `memeid-scala`, which wraps our UUID type with an idiomatic API for the language.
We currently have a constant for the Null UUID, but there are others that are widely used as namespaces in V3 and V5 UUIDs: > For example, some name spaces...