Boy Maas
Boy Maas
I needed to set a custom profile, as we ran into a link error on `lto = fat`. Setting a profile was not allowed on a release build.
Hi all, :dependencies [[org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "1.7.170" ;; :classifier "aot" :exclusion [org.clojure/data.json] ] [org.clojure/data.json "0.2.6" :classifier "aot"] When enabling the :classifier "aot" the clojurescript version of 1.7.170 gets ignored and...
Hello, was trying to get an environment setup and noticed loadPath is printed instead of gemPath. My little 5 cents to make it a little better ... Regards Boy
Wondering if anyone else has noticed this behaviour with UDP sending? -Boy
Great work on the libs, it is a pleasure using them. I am running into one thing and that is the BigNumbers conversion. When I start doing arithmetic, say fe....
**Problem** While experimenting with the Dioxus platform, I have discovered that select boxes and forms do not hydrate well. After discussing this issue with @ealmloff, a member of the core,...
Using the lib on a length_delimited like this:  caused data to accumulate (buffer up), and when I would close the sending connection it would flush the buffered values somehow,...
It is a wonderful feature which saves time if you properly understand them. I made the assumption that durable meant only the position not all settings such as MaxInFlight etc....
Hello there, was integrating stefon in my project and got this strange error on running precompile: java.lang.ClassCastException: clojure.lang.PersistentArrayMap cannot be cast to java.lang.CharSequence at clojure.string$split.invoke(string.clj:222) at leiningen.stefon_precompile$split_ns.invoke(stefon_precompile.clj:9) at leiningen.stefon_precompile$stefon_precompile.invoke(stefon_precompile.clj:16) at...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When using Rust to handle a Lambda function specifically for WebSocket...