Peter Steinberger

Results 21 issues of Peter Steinberger

WIP: This still misses the assembly trampoline code for x86_64 (iOS Simulator 64 bit) This fixes #2, #11 and is an alternative take on #13. (actually my second one, after...

With using `objc_msgForward`, we can add hooks without offering a type signature. ```swift _ = try testObj.hook(#selector(TestClass.executeBlock)) { bSelf in print("Before Interposing Dynamic Hook for \(bSelf)") } ``` This is...

https://github.com/marketplace/actions/swift-create-xcframework

Basically, this breaks debugging and library evolution (doesn't compile because of a name conflict) ``` Printing description of json: expression produced error: error: /var/folders/80/mpcqcbzn44g0p4mrp671cg1h0000gn/T/expr58-4c5dd5..swift:1:73: error: 'JSON' is not a member...

I'd love to have _some_ comments, especially on the trickier parts of the code - e.g. in KKGridView.mm there are, besides _layoutAccessories, no comments at all.

Documentation

We noticed that negative numbers get trimmed to zero on arm64 and trimmed the issue down to this invalid conversion.

I use the file name as module, and they're sometimes long. Currently the gui cuts them off, hiding the logLevel (which also isn't available in detail view) a always-visible header...

feature

as reported by andreas, this seems a bit buggy.

When you are in debug mode, load a view then save again, it crashes with an infinite loop. The log's also showing some nasty NSKeyValueObservation leaks... from the log: `2010-10-19...

Just updated to HEAD, now when the statusbar is animating some key events are "eaten" (thus, i'm typing, statusbar changes... keys are missing that really should be there)