Alex Kehayias
Alex Kehayias
I added in the offsets in Tiled which fixes it (although seems hacky).
Thanks for the ping. As you mentioned, I have not paid any attention to this project in quite awhile. These days I just use Unity--not quite my dream of a...
Arcadia is super cool, Tims and Ramsey are both really talented. If I recall, one of the big challenges was the mono runtime environment and hacking around it (clojure clr...
looks like you haven’t installed wasm-bindgen which is required to run woz. Instructions for installing it are in the readme.
@jpryne thanks, I'll take a look. I don't have a windows machine to try this out on which will make this a bit more difficult.
`termion` is only used for password input so I think it might be easier to just drop the dependency and re-implement the part that's needed.
Hiya @jstarry, yew is pretty great! The thing to figure out is the stdweb vs wasm-bindgen thing. I haven’t checked on the latest there, but I vaguely recall stdweb was...
Line 135. Try commenting it out or quote the initial value: ``` ' '(concat (file-name-directory (or (buffer-file-name) load-file-name)) "molokai-theme-kit.el") ```
I also have this same error even with using sbt 0.11.2 as recommended elsewhere.
I haven't looked at this in years sorry!