André J

Results 174 comments of André J

cap the log file to say 2000 lines so it won't grow too big and incomprehensible use eof of file to figure out its length, 2000*80= 16.000 chars if its...

- [ ] To merge a local branch into another local branch: The question here is how you refer to theirs and ours when choosing which file to use. Test...

Nope. I gave up using SwiftLint in GitHub actions, it was working great for about a year. Just use it locally now. Might dedicate some time in the future to...

@littlepaul476 Does it say what replaced it? Can you copy paste the warning message?

Yepp Seems like we have to deprecate the support then. And lazy load `public var queue: DispatchQueue?` with `DispatchQueue.global()` If you want to do the honours and make a pull...

Hey @fakepilot This project is on hold atm. Currently doing https://passbook.co as an https://antler.co sponsored startup (so busy with that 😅). But the first iteration of this app still works:...

Maybe https://atom.io + https://atom.io/packages/sync-on-save 🤷

returns "Not a git repository (or any of the parent directories): .git" if a folder has no git

cd .git "-bash: cd: .git: No such file or directory"