Chris Smith
Chris Smith
I am using `json` parser indeed. However, I don't think `json_v2` would solve my problem since according to my reading `measurement_name_path` would only be able to point to a field...
I would totally love a `protected=true` flag I could set on anything I want. Then if I try to destroy it, it would prevent me from doing so. I would...
k3s is included in the [`meta-virtualization`](https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/recipes-containers/k3s) Yocto layer as of hardknott
Like I have trouble understanding in the new version what all the circles around the blobs do. I would assume that they are possible attach areas and the bot should...
I like the lines, the bot isn't very interesting (to me) without them, just a blob moving around the screen. I think they should be more than a debugging feature,...
And what are those red dots that look like they are being shot out of the player? At some points they show the outer bounds of an enemy, but at...
Yes, but what is the red line around the player do? My curiosity is killing me!!! And are the tiny yellow circles randomly around the map possible target points to...
@Markel good idea, I just pushed a comment linking to the issue
Re: backwards compatibility. I think the only way this would break compatibility is if they use `Modernizr.flexgap` during page load. Rather than returning `false` it would be `undefined`. To potentially...
Using `window.addEventListener('resize', ...)` works. However this does not work in a "normal" situation due to the lack of a resize event. Would need some code to detect we are in...