Michael
Michael
Clojure 1.8.0, Java 1.8.0_144, slamhound 1.5.5 Windows 10, x64, with git bash inside a ConsoleZ My profiles.clj includes: {:user {:dependencies [[org.clojure/clojure "1.8.0"] [slamhound "1.5.5"]] :aliases {"slamhound" ["run" "-m" "slam.hound"]}}} When...
When I try adding more than 5 or 6 buttons in a vertical column, only the most recent six buttons are shown. I have tried this with a `stack:` type...
How do I access class members in VFL? I didn't see any example how to do this. The VFL parser and layout DSL don't like dots. I have resorted to...
Following instructions on main page. `nimble install https://github.com/elcritch/figuro --deps` or `git clone https://github.com/elcritch/figuro.git` `cd figuro` `nimble install --deps` ...on both Windows and WSL, I get the following: Info: Package cache...
Typo in nlvm/llgen.nim line 1171 `sizeOfXTypeInBits(dl, ty).uint32` should be `sizeOfXXTypeInBits(dl, ty).uint32` Also, I found on my system `sudo apt install libzstd-dev` is needed. Maybe that can go in the intructions....
I need to move/resize client area after dragging rebar bands. How do I capture these events? I tried wEvent_[drag/drop/move] both for rebar and its parent frame. `self.mRebar.RB_BEGINDRAG do (event: wEvent):...