Jan

Results 90 comments of Jan

Removing `sudo` solved the issue for me. I had set Docker Desktop Advanced setting “configure the installation of Docker's CLI tools” to “User” beforehand as I was getting errors. This...

I tried this again on a fresh macOS Sonoma install using the[ manual method](https://whishper.net/guides/install/#manual-install). This time I could use Docker in root (not rootless) mode. I also had to remove...

I’m getting these errors, but the are not displayed in the web interface, only to the logs. I’m getting the “Success!” message, the uploaded file is there, but no processing...

I agree that this would be cleaner. My solution was quick to implement and doesn’t hinder ongoing development. Why should a framework be much slower? A framework is just a...

You are right, of course. But using a framework is very convenient. And, as I wrote before: Macs are fast. My apps launch _instantaneously_ despite my use of frameworks.

This seems like a good way to go: https://github.com/Cocoanetics/DTCoreText/blob/master/Core/Source/DTCompatibility.h This approach requires renaming UIColor to DTColor (in this example), though.

Thank you for contributing this @chatchavan! I will have to make a lot of changes before merging this. By local dev version has drifted pretty far from this repo in...

`@loader_path/../Frameworks` takes care of that. It’s like a superset of `@executable_path/../Frameworks`. It works for both libraries/frameworks and executables. :) See for details.

@nlevitin This is already implemented in the next version I’m hoping to release in a couple of weeks. Maybe a bit longer. ;) Switching currently uses a user-configurable short cut.