Kevin Liu

Results 30 issues of Kevin Liu

Hey, thanks for writing up these tutorials. I found that using the auto_unmount option with FUSE was a real timesaver in development, since it lets you ^c the program and...

The link field in RSS is the link of the website, but this library also uses it to set this atom attribute https://github.com/yogthos/clj-rss/blob/master/src/clj_rss/core.clj#L137 which is supposed to be the URL...

See this patch https://github.com/nivekuil/alia/commit/de53876bf6083ffd0f182fd518c0e3a8e3ea665c# without it, `:values {:user/id 1}` tries to be bound to `:id` instead of `:user/id`. Think this change is worth upstreaming?

I thought I saw this mentioned at some point, but could maps used as :crux.db/id have their keys indexed as if they were in the document body itself? that would...

spec-reqd

### Issue Summary The URL cannot be set to an ipv6 address, because ghost percent encodes the bracketed portion of the host. ### Steps to Reproduce Start a docker container...

bug
help wanted

https://github.com/thheller/shadow-cljs/blob/051b5ecc7d701ef45b3bbc839685ac6ea03d4ad7/src/main/shadow/cljs/devtools/server/nrepl.clj#L127 Was struggling to bind nrepl to something other than 127.0.0.1 and found this. According to nrepl the key should be called `:bind` https://nrepl.org/nrepl/usage/server.html

**Is your feature request related to a problem? Please describe.** Was bit by this: `(clojure.string/split x " ")` works on CLJS, but throws an exception on CLJ. **Describe the solution...

Currently the frontend can only use the two included records that implement History. For my needs, and I'm guessing for a lot of other people, I want the history object...

enhancement
frontend

```clojure (def test-node (xt/start-node {})) (xt/submit-tx test-node [[::xt/put {:xt/id {:foo "1"}}]]) ;; correctly returns the entity (xt/entity (xt/db test-node) {:foo "1"}) ;; returns nil?! (y/? (y/sp (xt/entity (xt/db test-node) {:foo...

With my outstanding PR on 35a8c2f: ``` Reflection warning, jackdaw/streams/interop.clj:271:6 - call to method join on org.apache.kafka.streams.kstream.KStream can't be resolved (argument types: org.apache.kafka.streams.kstream.KStream, org.apache.kafka.streams.kstream.ValueJoiner, org.apache.kafka.streams.kstream.JoinWindows, org.apache.kafka.streams.kstream.Joined). Reflection warning, jackdaw/streams/interop.clj:290:6 -...