Shawn

Results 27 issues of Shawn

Since `just-path` removes `#` so that a path `/#/about-me` becomes `/`, which makes the following code not working ```clojure (def bidi-route ["/" {"#/about-me" :about-me "#/publications" :publications "#/teaching" :teaching}]) (bidi/path-for bidi-route...

It will be useful to set which cuda stream to use in arrayfire, so that we can run kernels in parallel and use external streams to ensure a correct kernel...

Feature

The current file upload wiki: https://github.com/metosin/compojure-api/wiki/Swagger-aware-File-uploads only works with schema. How to do this with clojure spec? Thanks.

question

Does boot support git deps like https://clojure.org/news/2018/01/05/git-deps ? If so it will be great to give an example in wiki or readme. Thanks!

https://github.com/BaguaSys/bagua/pull/298/files#diff-3fcabc804e40f5b1335c7dc42192810676b2cf61a787d1c2d1c9966791bcbacfL1107

enhancement