Dr. Mickey Lauer
Dr. Mickey Lauer
Hi, thanks for this great project. I wonder about the source of your database and when/if you are working on an update?
Hi, first off, thanks for the development of this great plugin. Since I have a wide-screen monitor, I'm using two windows side-by-side. One where the log is full height, one...
On devices with a large height, the usability could be improved if the BDKCollectionIndexView would evenly stretch out its subviews as opposed to keeping them tightly spaced.
This is a problem, e.g. when using the new multitasking feature on the iPad Pro. The proper fix seems to me: - (void)handleGesture:(UIGestureRecognizer *)recognizer { - [self setBackgroundVisibility:!(recognizer.state == UIGestureRecognizerStateEnded)];...
I wonder whether XMLCoder can be used / improved to handle SOAP documents. SOAP documents make excessive use of XML namespaces, e.g. consider the following SOAP document example: ```xml operator...
### Describe the feature request Sctp is a common stream-based networking protocol on top of IP. It would be great, if - next to UDP and TCP - frp cloud...
For some reason, I have to remove tinkering with the `transform` property during the animations to fix this issue. I guess this interferes with the layout process.
On iPhone X, LGAlertViewStyleActionSheet overlays the home indicator bar, which violates the Apple HIG.
It would be great, if this library could eventually support [JSON5](https://json5.org), which comes with a bundle of amazing features. Foundation on macOS supports it by now (through [`.json5Allowed`](https://developer.apple.com/documentation/foundation/jsonserialization/readingoptions/3746916-json5allowed)), but it...
**Feature Proposed** I'd like to see a C library and/or a protocol description to integrate foreign clients. **Use Case** I'd like to directly connect to `rathole` from platforms where I...