Antonin Hildebrand
Antonin Hildebrand
Since 1.4.4, switching to LSUIElement will be available via TotalTerminal preferences option "Run Terminal.app as a background app"
Please try 1.4.4, it is already available on the beta channel: http://totalterminal.binaryage.com/#changelog
Too much work. This is not going to happen, I'm sorry.
thanks for the report, it is unfortunate, there is still bug inside :-/
Well, if you just wanted to delete .DS_Store files you could as well write a background daemon which would be [watching filesystem changes](https://developer.apple.com/documentation/coreservices/file_system_events) and delete .DS_Store files after creation. This...
@xiaozhuai Nice job! Yes, asepsis had a whitelist of processes. In the end it was effective for Finder and mdwrite. Maybe mdwrite changed at some point or it uses DesktopServices...
There are probably some reasons why Apple didn't change implementation of .DS_Store to extended attributes. Most likely legacy reasons. One reason which comes to mind is that extended attributes are...
Hi @jaredly, I'm sorry, I didn't get messages about this issue for some reason. Maybe because I wasn't watching the repo? Anyways. Your problem seems to be with Atom itself...
Ok I will study more about externs. I would suggest introducing a new exported function into clojurescript core which would do cljs$lang$type check, add it into clojurescript tests. This way...
The problem is more complicated and needs intervention on clojurescript side (I think). I had to open a ticket: http://dev.clojure.org/jira/browse/CLJS-1249 btw. now I'm finally able to attach a debugger to...