Blake Winton

Results 81 comments of Blake Winton

Dupe of #141? (Or maybe dupe #141 to this issue?) (Also, as an npm/jpm user I think we should at least alias `init` to `new`, if not provide both.)

(I pushed my code to https://github.com/bwinton/mazes for reference. 🙂)

In theory, yes. In practice, I fought the borrow checker for half an hour or so trying to get that working before giving up and filing a bug report. 😉...

Yeah, that's understandable. How about double-clicks? :)

I would be happy with any of the things you suggested, but I suspect people writing games wouldn't want the first click to be paused for an arbitrary amount of...

When I changed it, I get: ``` $ ls static/maze.png static/maze.png $ cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.19s Running `target/debug/mazes` thread 'main' panicked at 'Failed to...

I get the same `Error loading Rust wasm module 'mazes': RuntimeError: unreachable executed` as in the original report. (Is it trying to load the image from the filesystem in the...

Hmmm, they shouldn't, but I'll investigate when I get some time and see if I can reproduce it…

What about the Overflow Menu? Wouldn't we still need it for that?