Results 19 issues of Danny Fritz

Seems maybe counter intuitive, but I would like a setting to pin the tree-view by default and give the option of hiding it if I want to. Does this sound...

Some of my TS projects are working just fine. Getting outlines, linting, errors, etc. But this project isn't getting any IDE support and I'm not sure why https://github.com/corvid-coder/nuthatch Try opening...

> Windows 10 > Using device: Intel(R) HD Graphics 620 (type: IntegratedGpu) > rustc 1.26.0 (a77568041 2018-05-07) When I run the triangle example (or any other `GraphicsPipeline` example for that...

Is this a real intention? https://github.com/NateTheGreatt/bitECS/blob/04f1faa/src/index.ts#L2 > // Typescript port is coming soon.

The defineQuery documentation is pretty lacking currently. I see in code that there are query modifiers for Not, Or, Changed, Any, All, and None. Some explanation of what these do...

I get this weird behavior where on one of my monitor Milton doesn't appear to do anything at all. But when I drag it over to my other monitor, it...

bug

Github has [built in features](https://github.com/blog/1528-there-s-a-map-for-that) to aid with previewing geojson files.

wontfix

When Arg.stringify comes across a Date object it falls on its face: http://jsfiddle.net/JVECJ/ https://github.com/stretchr/arg.js/blob/master/src/arg.js#L127 needs to additionally have an instanceof check for `Date`.

The provided compiled library is empty. https://github.com/philogb/jit/blob/3d51899b51a17fa630e1af64d5393def589f874e/Jit/jit-yc.js

https://github.com/atom/flight-manual.atom.io/blob/988bd1e4c6ce438dabd244b9de2e5af0fd92f799/content/behind-atom/sections/keymaps-in-depth.md#forcing-chromiums-native-keystroke-handling In order to get native bindings like `ctrl-c` to work on a custom view, it has to have a `tab-index`. It would be nice if this was documented. I...

documentation