James Gatannah

Results 6 issues of James Gatannah

d = {'a': 1, 'b': 2, 'c': 3} i_d = ImmutableDict(d) i_d == 'xyz' throws a TypeError, because string indexes must be integers (and this compares them against the string...

This is really just the jetty websocket sample with a few minor variations.

# Description Immutant web sockets are all hard-coded to have the same session ID ## Expected Behavior Each new web socket really should get a fresh ws-session ID. Though we...

This has several specific versions pinned in requirements.txt. That's a very unfriendly thing for a library to do. I'm using poetry, and it refuses to add fastapi-opentracing to my project...

Current scenario: I have a project that's using boot's :checkout env to depend on another one that I auto-update locally. Behavior: When boot-lein-generate produces a project.clj, it does not pick...

Basic Idea: Trying to run (boot (refresh)) failed without much information. Expected: > (boot (refresh)) ...error report Actual: "java.lang.IllegalStateException: Can't set!: *e from non-binding thread" Details: I have my doubts...