Petrus Theron

Results 108 issues of Petrus Theron

Broken image link: https://camo.githubusercontent.com/c91081910244b45ff1abb7cc7cfaca697f4d9dfc/687474703a2f2f7a697070792e6766796361742e636f6d2f436c617373696350616c74727946726f676d6f7574682e676966

Given a string "IMEINumber", I want to get out "imei-number", but camel->dash expects title case: ``` (camel->dash "IMEINumber") => "I-M-E-I-Number" ``` Which is expected behaviour, as per the tests. Is...

I'm using Cursive on a big Clojure project with many modules. I'm trying to start a local nREPL for a module. When I try to start a previously created nREPL...

I found the conch macros to have high cognitive overhead. For fear of side-effects, I went and glossed over `let-programs` first before trying it. It would be nice if conch...

Did you consider [Plumatic's schema](https://github.com/plumatic/schema) to form the basis of form shapes?

According [the docs](https://docs.eliot.run/eliotos.html), EliotOS only supports Raspberry Pi 3's. What's the difference between these platforms? How do I get it to run on an RPi Zero?

This is great, thanks. Some instructions to get this starter working with Light Table would be fantastic. I'm having some trouble getting Light Table to evaluate changes in the external...

I'm having a hard time persisting a filtered DB because `(:eavt db)` does not seem to return filtered datoms for a FilteredDB. I tried `(seq db)` as per https://github.com/tonsky/datascript/blob/master/src/datascript/db.cljc#L542, but...

When I try to write a cljs-time object, I get "Error: Cannot write". E.g. `[#datascript/Datom [15 :message/thread 14 536870921 true] #datascript/Datom [15 :message/timestamp #object[Object 20190929T091725] 536870921 true] #datascript/Datom [15 :message/text...

Thanks for WS-RS. I'm relatively new to Rust. Gladly using WS-RS it because it's much more light-weight with good examples than the alternatives that feel like learning DSLs. What's a...