Oscar Franco

Results 141 comments of Oscar Franco

Doing shell commands is inefficient but it is a good idea to use the spotlight search. I tried used one of the native APIs but I'm having some issues https://stackoverflow.com/questions/73431964/how-to-do-a-spotlight-search-in-swift-nsmetadataquery

I got it working, it executes a Spotlight search, which is very nice because I don't have to worry about the implementation details of a working search. On the other...

nope, I'm just calling the spotlight native APIs and sometimes spotlight returns no good file matches, not much I can do about that

Not really a bug, even though I'm using a Spotlight query, one doesn't get full access to the querying capabilities against the spotlight database. I basically do a simple string...

I wasted a couple of hours trying to figure out why it wasn't working... pointing to master works, but is very fragile, can this be merged and released? @krisk?

Why would you want this? WebWorkers are a **web API**, all web APIs have heavy restrictions with them in order to comply with isolation and security features. In the case...

Ah, I just got it working, the hotkey declaration cannot be a local variable, it needs to be in the class so it doesn't get de-allocated, I think it would...

https://github.com/soffes/HotKey/pull/27

Hey, I've been using: https://circleci.com/cc.xml?circle-token=my_api_token For quite some time, but it no longer is enough for my workflow, I need to monitor more than one branch in the project, is...