Bobby Calderwood

Results 29 comments of Bobby Calderwood

Turns it is is the regex/keyword/uuid matching case that is the problem. Minimally reproducing case: ``` clojure user> (def routes [["/" [keyword :id] ".html"] :int]) #'user/routes user> (bidi/match-route routes "/foo.html")...

@malcolmsparks Any ideas about the minimally reproducing case I posted a while back? The issue seems to be around the nested `[keyword :id]` vector.

@malcolmsparks bump. Would you like me to take a crack at this? I may have time this weekend. If so, should we re-open the issue?

I can confirm that compiled routes under the case above works as of 1.18.9 (which doesn't appear in Releases, btw). Looks like it was fixed sometime between the releases of...

This PR appears to be working in my app.

Now that I'm thinking about this, @smothers should decide if he wants to support both op-based (CmRDT) and state-based (CvRDT) usage patterns. This issue is only helpful for the op-based...

Hey @alexcrichton, what's the relationship of this issue with #6370? Are you still actively tracking issues here, or is the state of landing WASI preview 2 support a better proxy...

We have a use-case that will require support for the [WebAssembly Component Model](https://github.com/WebAssembly/component-model), which would allow Wasm components written in C#/.NET to integrate with Wasm components written in other languages,...