Tomáš Hübelbauer

Results 168 comments of Tomáš Hübelbauer

I like the idea of extending `dotnet watch` because it would be really cool if any .NET CLI tool could benefit from it - good idea. It would make the...

[I've updated the demo.](https://github.com/TomasHubelbauer/keytar-vscode-extension) When I run it, the Electron app starts up as expected and the dynamic dependency resolution process steps finish successfully: ``` Obtaining keytar-v4.2.1-electron-v57-win32-x64: Downloaded Keytar GitHub...

@shiftkey you've added a needs-repro label, but I've posted a link to a repo with the repro. Were you not able to make it work on your end? Does it...

It's been a few releases so I've decided to check if this still happens with the latest version of Keytar and indeed it does, but while checking, I've found something...

Zero worries, thanks for taking the time to look at this! > we're back to not really understanding why the native module has the functions available but they're not defined....

To confirm my understanding: [`electron-rebuild`](https://github.com/electron/electron-rebuild) is a solution to those who run into this problem with just straight Electron but will not fix this issue when loading a module at...

I don't know the technical details, but I don't see how an additional prompt could be anything but a security theater - any DPAPI-using app can access the secret store,...

Cool repo, @kpj! I had a lot of fun visualizing some of my repos. I topped it off by pranking my laptop by running it on `DefinitelyTyped/DefinitelyTyped`. Unfortunately it never...

Yeah, understandable, DefinitelyTyped is a beast of a repo, I didn't really expect it to work. Interesting idea with parallelizing the two processes. Do you plan on any more controls,...