Tim Fish

Results 384 comments of Tim Fish
trafficstars

I would be useful to be able to somehow set global type hints or global type converters, although I'm not sure if this could work with the metadata after compilation....

Node modules can be used in both the main and render processes of Electron. We're successfully using them in both including native ones. I'm about to use this module in...

No that's not correct. In the renderer you can directly access any node module including all the built in ones. Give it a try!

Here is me just requiring `child-process` in the Electron renderer dev tools: ![image](https://user-images.githubusercontent.com/1150298/37254775-d828aa1c-2542-11e8-9c51-7b8d95c2e1f9.png)

Just dropping in here to mention that it looks like the `winapi` crate has effectively been superseded by the official Microsoft `windows` crate!

That's a weird one. I have to admit to not playing around with the new router yet, let alone trying it in Electron. Does the same code work outside of...

@rolaveric was looking for somebody to take over maintenance

> App Continue to Work Normally Unless you actually have to Reuse the Renderer Process The old callbacks will not work after the renderer has been refreshed because the previous...

Ok, so my initial thoughts were why are we even disabling usb detection when the device is in sleep. Testing on Windows 10 and macOS High Sierra seems to suggest...

I actually only found out that AtExit exists from that bug 🙂