M.K. Safi

Results 16 comments of M.K. Safi

@nicoulaj On GitHub, if I wanna insert plain-text code, I can surround my code in three tick marks above and below it and the code will be printed as plain...

what if you want to dedupe an array of objects rather than an array of strings? will this function still work? for example... ``` distinct(arrayOfObjects, foo.bar.baz) // foo.bar.baz being a...

@shiftkey As @stanmots [posted](https://github.com/atom/node-keytar/issues/88#issuecomment-473461146), the macOS Keychain does have the API to limit credential access to the app that created the credential. Do you think Keytar can leverage this API?

As stated in one of the [answers on Stack Overflow](https://stackoverflow.com/a/51313403/604296), this might work ```js function( /* istanbul ignore next */ a = 123 ){ } ```

I looked through the code, and I'm not sure if I'm reading it correctly, but here's what I found out... I'm starting btcwallet with the `--noinitialload` flag, which disables the...

Hi @themzed, I wouldn't be able to know if this is a good change or not without a closer look and manual tests. I'm afraid I don't currently have the...

Although some good candidates reached out offering to maintain the project, for the security of users I can't blindly hand over maintenance tasks without my personal oversight. And I don't...

@waterplea Thank you, but merging and publishing this PR is not as straightforward for me as you think. You've spent a lot of time on this PR, so I'm really...

Thanks for this request @gthomas-appfolio. This is not implemented at the moment. I'll keep this issue open as a feature request.

Folks, when I test on [the website](https://text-mask.github.io/text-mask/) with the "US dollar amount (allows decimal)" configuration, it works as expected. Even after multiple numbers, entering a period allows the user to...