Dani Guardiola
Dani Guardiola
Hi, I just wanted to +1 this bug because it would be a really nice addition for my use case. This would really make a difference in our UX. A...
@andens that sounds great really! Please someone implement the same for Linux and Mac! That would be good enough for me! _Sent from my Google Pixel XL using [FastHub](https://play.google.com/store/apps/details?id=com.fastaccess.github)_
Do we have any Linux / Mac programmers who could try and implement the same thing that the PR Andreas is mentioning does in Windows? I would really really love...
Tested @nikkwong's fix, works on Linux but messes with mouse events a lot. Currently working on a decent Linux workaround using [screen.getCursorScreenPoint() ](https://www.electronjs.org/docs/api/screen#screengetcursorscreenpoint) and [Document.elementFromPoint()](https://developer.mozilla.org/en-US/docs/Web/API/Document/elementFromPoint) somehow with IPC between bg...
@joepie91 the project I was working on is on hold because I just started at a new job. If/when I tackle this, I'll do my best to report back to...
@NerdsvilleCEO @rendhalver Have you guys made any progress with this? :)
@kr1sp1n I would rename this issue `Add mongodb mount example` and add the label `feature-request` (or similar).
Hi Ryan, thanks for your PR! We are currently working on 1.0.0 in the #78 PR, I think it's best if we can consider this functionality for that version, based...
This is totally possible and probably even easy to implement. I will try to find time to implement this after finishing with [my refactor pull request](https://github.com/kr1sp1n/node-vault/pull/78)
Hi, that message is being returned from the vault endpoint, so it is not a `node-vault` issue. The Vault API is returning that error. Your request must be wrong. By...