Christopher Armstrong
Christopher Armstrong
I click on tree nodes to jump to the source code in my editor, but when I do, it expands the tree even when I don't click on the collapse...
I'm not sure if the serde field type annotations are compatible with MyPy. For example, with this code: ```python from serde import Model, fields class Artist(Model): name: fields.Str() ``` Running...
Hi, I have a program written with Piston/glutin_window that is getting a panic sometimes when I close the window. Here it is: ``` thread 'main' panicked at 'called `Result::unwrap()` on...
Hi, it appears that React no longer allows arbitrary props on DOM elements in JSX: https://facebook.github.io/react/warnings/unknown-prop.html I'm a prospective user of `material-ui`, which uses `` which no longer works... Is...
I don't think the `-v` is meant to be here, it causes a lot of noise on the terminal when sshing. Thanks for the great software!
Hi! Thanks for publishing this library. I have a situation where I'm using astar for a turn-based game. Each turn, a character can only move so many steps on the...
## Motivation I noticed we had some code at work that was creating spans with e.g. `info_span!()` and not doing anything with the spans. This seems like it should be...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description It doesn't appear the Images binding is supported in workers-rs yet. An...
The [showPopover](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/showPopover) function can take an optional options argument, but the exposed bindings in web-sys do not expose a `show_popover_with_options`.
Maybe this is related to the: `// TODO: split to gl.js and loader.js` line near the top of gl.js -- I searched for issues relating to this but didn't see...