Sonny

Results 9 issues of Sonny

I integrated literallycanvas into a clojurescript react project called stigmergy-webtop https://bitbucket.org/sonwh98/stigmergy-webtop Demo here http://webtop.stigmergy.systems/ The problem is when I resize the window the drawing area seems to be clipped to...

I am trying to get reagent working in self-hosted clojurescript. I am encountering two problems. 1. macros are defined in .clj files. For example, there is reagent.interop.cljs and reagent.interop.clj ....

enhancement

here is the shell output: ``` sto@obi:~/workspace$ lein new tenzing foobar Generating fresh 'lein new' tenzing project. WARNING: unable to produce boot.properties file. ```

It seems I cannot attach event handlers (-> {:type :element, :attrs {:onclick (fn [] (prn "click"))}, :tag :h1, :content [" hi "]} hickory-to-html ) onclick it seems must be a...

on event listeners are not created properly. For example: ``` [:button :onclick (fn [evt] (println "click"))] ``` The above does not work because in https://github.com/ibdknox/crate/blob/master/src/crate/compiler.cljs#L124 setAttribute is used to add...

I am pair programming on a remote server using tmux. when I run (start-repl) , the browser repl tries to connect ws://localhost. It should connect to the remote host not...

sto@darkstar vulkan-tutorial-rust % cargo run --bin 00 cargo run --bin 00 Compiling objc_exception v0.1.2 The following warnings were emitted during compilation: warning: extern/exception.m: In function 'RustObjCExceptionThrow': warning: extern/exception.m:5:5: error: '-fobjc-exceptions'...

## Problem The js sdk does not create 24 universal mnemonic words but the legacy 25 mnemonic words. By default the sdk should use the 24 mnemonic words account not...

new-feature-request