Flávio Caetano
Flávio Caetano
Ok, but how do I tell django-socketio to use this middleware?
Nice to hear that you'll keep improving it. I understand your decision of rewriting it in C++, but it's sad that it has to be so. I think it would...
I believe the issue is just this for-loop, but I don't have a concrete suggestion for how to fix it. Maybe parallelize it with a multi-threaded queue? https://github.com/pointfreeco/swift-snapshot-testing/blob/88f6e2c0afe04221fcfb1601a2ecaad83115a05f/Sources/SnapshotTesting/Snapshotting/UIImage.swift#L105-L108
What are you trying to accomplish with the `(.*)` at the end? Could you provide an example of a valid formatted string for your patter?
You really shouldn't have a group that captures and formats without a limited count. It does fall into an infinite loop in the do-while in `[NSStringMask validCharactersForString:(NSString*)]`. Could you try...
That is super weird. I couldn't see anything obvious that might have broken it. I'll get back to this when I get the chance, so I'll leave your issue open...
I understand your skepticism, but it is working. You are forgetting that I also changed the multiplier for the `bottomInset`: ``` objective-c bottomInset *= RDRKeyboardIsFullyHidden(keyboardFrame) ? -1 : 1; ```...
The project has no tests, but let me see if I can poke around more and try duplicating the issues you're mentioning.
@xiaoxidong please see #9
I get the necessity of returning Texts because these can be concatenated. But why don't links also have a `linkBlock` that returns any view, like `headingBlock` and `paragraphBlock`? This way,...