neurallambda

Results 99 comments of neurallambda

Relatedly, I validate another service's JWTs, and I do so by polling for their signing key because it occasionally changes. Is there a way to define `Context '[TVar JWTSettings]` so...

@nmattia Thanks! I've been trying to get this to work for the past day, and, whew. Servant. Tough Types. In the end, I just used endpoints authed by `Auth auths...

I can confirm that Gazebo 11 on Ubuntu 20 still has this problem. I find that if I change workspaces (`Ctrl+Alt+Down`) I can get the save dialog to show up,...

As far as updates, what should the adoring fans of `compojure-api` and `ring-swagger` expect going forward in regards to using `clojure.spec` ? I've seen in the issues that it looks...

In vimium, the keys to move a tab forward / backward are simply ``. I'd use these all the time.

I'm trying to build haddocks for [concat](https://github.com/conal/concat) and get this same error, also related to `Plugin`s. ```sh $ cabal haddock concat-inline Build profile: -w ghc-8.10.4 -O1 In order, the following...

> put it in your own repo sure thing > superceded by the nng project from what I understand, haskell doesn't have a lib providing bindings to nng yet, but...

I'm still wrapping my head around dunai/rhine, but if ClSF and SN are profunctors, shouldn't we more simply just make MSF a profunctor?

I get a stackoverflow if I try to add a self loop. Would love to see this feature too!

The following is convenient for me while this feature doesn't exist; I simply increase the stroke width of nodes that are connected to themselves: `(assoc-in g [:nodes id :view :style]...