Petrus Theron

Results 108 issues of Petrus Theron

Why is Meta fetching every version of Clojure when running `boot -d degree9/meta project --generate`? ![image](https://user-images.githubusercontent.com/1011676/37240617-af0dd14e-2456-11e8-8478-56ce3fb4d10b.png) It keeps going until clojure-1.10.0-alpha3.pom

I installed Magic Wormhole to send some files from my MBP15 by running `brew install magic-wormhole`. When I run `wormhole send ` I get the following error: ``` wormhole send...

Without datview and ignoring security, what syntax and which functions should I use to transact something from the client? I tried gleaming it from the source, but it seems some...

Cloned datsys, typed `lein repl` and then eval'd `(run)`. Everything builds, but when I try to connect browser, I get this in inspector console and a blank browser window: ```...

SQL Server does not support LIMIT and OFFSET, but it does support TOP at the start of a SELECT statement, e.g. `SELECT TOP 500 * FROM Table` I looked at...

I see Dogfort has been around for longer, but Macchiato has been touched more recently. Are there any known issues I should be aware of using Macchiato today?

question

Specifically, I need to serve `.wasm` files as application/wasm or WebAssembly.instantiateStreaming won't work. ring.util has [ext-mime-type](https://github.com/ring-clojure/ring/blob/master/ring-core/src/ring/util/mime_type.clj), but I can't figure out how to call it from boot-http.

To get this to build, I had to build it using Rust stable.

Followed the instructions in README to add, and ran `boot watch alt-test`. It writes: ``` Testing: No tests found. ``` What am I doing wrong?