Brendan Forster

Results 633 comments of Brendan Forster

@randohinn there's more information needed to help me understand the issue: - which OS? - which version of Electron?

> I found a solution for the problem, the reason course this problem is password be separate with ascii code '0'. so we can use regular expression trim every ascii...

@baldnate a runnable test and the specific OS you're running it on would be ideal for me to understand what's happening: > If someone is able to reproduce this using...

@baldnate even if manual steps are needed, steps to walk me through how to reproduce it on my end would be great

No real progress on this issue - the use of `libsecret` is supposed to mean `keytar` can interoperate with other providers, but even KWallet doesn't support it (see [this discussion](https://mail.kde.org/pipermail/plasma-devel/2016-July/055668.html)...

> libsecret is a library for storing and retrieving passwords and other secrets. It communicates with the "Secret Service" using D-Bus. gnome-keyring and ksecretservice are both implementations of a Secret...

@nglgzz I don't have the time available to write a second backend and support gracefully degrading from one to the other if the first is not available. If someone else...

Cross-referencing this earlier comment which is still how I feel about this https://github.com/atom/node-keytar/pull/143#issuecomment-453762037 ---- > But my question still remains should not we allow programmers to choose between sync and...

@IGassmann which version of Electron are you trying to target?

@frankolson I think your import statement is off. This is how we do the import in GitHub Desktop (it's TypeScript, but the rest should map to your code): ```ts import...