Boris Bügling
Boris Bügling
see neonichu/BBUDebuggerTuckAway#13
The prerequisite for this is getting swiftpm to build dynamic frameworks. With that, the approach from #3 should work for this as well, but keep in mind to generate OS...
Most Pods will have a simple usage example in their README. We could take the first MD code block with Swift syntax from the Pod's README and add it to...
| | | |------------------|-----------------| |Previous ID | SR-3427 | |Radar | None | |Original Reporter | @neonichu | |Type | Bug | Environment Ubuntu Linux 14.04 and 16.04 Additional Detail...
Currently known to be incompatible: - anything which only consists of prebuilt binaries (we could copy frameworks over if they exist, but also consider things like Helpshift, which use `vendored_library`...
Currently, a new instance of `CCBufferedImageDecoder` is created for each new chunk of data received. Works, but we could be more efficient, especially considering that it'll allocate a new output...
Can be based off this: ``` cpp template void setPixel(ImageFrame& buffer, ImageFrame::PixelData* currentAddress, JSAMPARRAY samples, int column) { JSAMPLE* jsample = *samples + column * (colorSpace == JCS_RGB ? 3...