Jan

Results 45 issues of Jan

These commits enable GCUndoManager to be compiled both with and without ARC. There is a new build configuration called Debug-ARC, which builds the testbed target with ARC. I have tested...

Maybe this could be ported to [rugged](https://github.com/libgit2/rugged)? /Library/Ruby/Gems/2.0.0/gems/grit-2.5.0/lib/grit/git-ruby/internal/loose.rb:108:in `unpack_object_header_gently': undefined method`>>' for "x":String (NoMethodError) from /Library/Ruby/Gems/2.0.0/gems/grit-2.5.0/lib/grit/git-ruby/internal/loose.rb:56:in `get_raw_object' from /Library/Ruby/Gems/2.0.0/gems/grit-2.5.0/lib/grit/git-ruby/internal/loose.rb:32:in`[]' from /Library/Ruby/Gems/2.0.0/gems/grit-2.5.0/lib/grit/git-ruby/repository.rb:84:in `block in get_raw_object_by_sha1' from /Library/Ruby/Gems/2.0.0/gems/grit-2.5.0/lib/grit/git-ruby/repository.rb:83:in`each' from /Library/Ruby/Gems/2.0.0/gems/grit-2.5.0/lib/grit/git-ruby/repository.rb:83:in `get_raw_object_by_sha1' from...

Please consider using this approach https://github.com/JanX2/yrk-spinning-progress-indicator-layer/tree/idiomatic-core-animation instead of using displaylink https://github.com/kelan/YRKSpinningProgressIndicator/compare/displaylink This way, everything runs in the background using the GPU where possible. Using CoreAnimation directly is much more efficient....

Am I missing something or am I currently on my own and would have to implement macOS support myself?

enhancement
help wanted

After evaluating a few VADs I could find, the one included in this project is far superior to the others. A lot of projects are using the VAD from [Google’s...

Swift 4.0+ support. Tested using Swift 4.1 and 4.2.

This change allows keeping the TeamID out of the project files. This way people can just clone the git repo, add their TeamID in a copy of the file "DEVELOPMENT_TEAM.xcconfig.template"...

The following code produces warnings in clang: `*(int*)0=0;` > Indirection of non-volatile null pointer will be deleted, not trap It recommends the following: > Consider using __builtin_trap() or qualifying pointer...