Niels Vleeming

Results 5 issues of Niels Vleeming

I probably shouldn't reopen this discussion with a PR, but it was a great opportunity to gain some insight into how Remix works and even if not landed it might...

CLA Signed
renderer:react

I took a stab at nesting of window elements, which turend out to be quite hard to do. Decided not to use `setParentWindow`, because of limitations on Windows: https://github.com/electron/electron/blob/master/docs/api/browser-window.md#platform-notices This...

Thought I'd get a topic started on the tests. I ran into some issues when trying to write a test for [acceptFirstMouse](https://github.com/mhink/react-ionize/pull/4), which seem to be related to the fact...

So this is my first attempt at [improving the way BrowserWindow is tested](https://github.com/mhink/react-ionize/issues/9). The only way to create a mocked BrowserWindow now is to call the constructor, which makes sure...

Had to [brush up](http://www.mathsisfun.com/algebra/trig-solving-sss-triangles.html) on how to do this, but this seems to fix it. (also made sure left is left and right is right, you somehow got those all...