Nicholas Cross

Results 16 comments of Nicholas Cross

It doesn't seem like iHasApp maintains current scheme mapping. Surely this limits its utility somewhat. Have people moved onto something else?

I hope my comments didn't come across as whinging, I merely noticed that the scheme json file hasn't changed in 2 years which leaves a lot time for new apps...

That sounds good, it will allow developers to submit their own apps. I was thinking it might be advantageous to separate it into multiple files perhaps by app category. This...

Much more extensible and flexible 👍 Seems like the way to go!

Okay hit the first roadblock investigating this path. It seems that you cannot reference the package code from the `Package.swift` Which I guess makes sense as the `Package.swift` defines that...

IMO after seeing what could be possible mixing in "special strings" doesn't seem like a very nice solution, but it might be the only reasonable way. I did some [hacking](https://github.com/nicholascross/Komondor/blob/hack/changes_during_commit/Sources/Komondor/Commands/runner.swift)...

Hi @ymhuang0808 are you suggesting this #217 caused some kind of regression or that there is additional consideration required to support `allOf` inline as well? Apologies my head has been...

I was able to create a small example that can reproduce the problem. [ShellOutput.zip](https://github.com/JohnSundell/ShellOut/files/1464342/ShellOutput.zip) The following output will not be observed using the default `launchBash` implementation but will with the...

Thanks for this! I prefer to do any autocorrection as a pre commit hook to avoid killing xcode's undo stack and this shows me an easy way to integrate it....

I thought about it some more and I think we can make it more generic and relevant by relying on git for the diff. I have updated my [package file](https://github.com/nicholascross/Injectable/blob/master/Package.swift)...