hktonylee

Results 7 comments of hktonylee

The alternative [terminal-notifier](https://github.com/julienXX/terminal-notifier) supports this feature.

Not everything can be pipe to other commands :( Let's say, I can't do that when checking log in production servers. Those servers do not allow installing color tool. And...

@digitallyserviced Ok I lied :) I know I can pipe everything. But the problem is, I need to pipe them before I execute the command. What if I run a...

I mostly agree what is written in this article. The current naming is very confusing. I cannot tell if this method `expectSaga(...).dispatch(someAction)` is to expect an action, or dispatch an...

This reminds me [https://www.theregister.co.uk/AMP/2016/04/15/microsoft_discontinues_robovm/](https://www.theregister.co.uk/AMP/2016/04/15/microsoft_discontinues_robovm/). The M$ guy who discontinued a rival open source project is exactly the same guy in charge of Github.

It is probably the place where the error is thrown: https://github.com/iqlusioninc/keychain-services.rs/blob/f5d6e4bad8df8ff400abc05cc497ecea0ceda474/src/keychain/item/mod.rs#L59-L62 Actually I succeeded to get password without any codesign using another library: https://github.com/kornelski/rust-security-framework. Therefore I think this error is...

@tarcieri Yes that's true. Although that already spent me several hours :-/