Kyle R. Littler

Results 7 comments of Kyle R. Littler

Actually, it looks like this can be demonstrated with just one entity: ```clojure (let [conn (ds/create-conn {:a {:db/valueType :db.type/ref} :b {:db/valueType :db.type/ref}}) _ (ds/transact! conn [{:db/id 0 :a 0 :b...

Can now confirm: I see the same behavior in CLJS.

I ran into this after updating Fake.Core.ReleaseNotes from 5.20.4 to 5.22.0 -- no problem grabbing the first listed version from the release notes file before that update.

I've been playing around with static abstracts in F# with the latest release, but while attempting to get interop working, I stumbled on a very troubling discussion: https://github.com/dotnet/csharplang/issues/5955 Apparently the...

This happens in .Net Core/5.0+ as well. Ironically it seems this started happening again in version 7.1.3, whose rationale was "Do not set binding redirects all the time".

I expect it's not a blocker for anyone really, but I'm willing to bet there are a plenty of teams who have this experience: A dev checks out a branch...

Github auto-generated the PR message from the commit message, so it's already there.