Jan Chaloupecky
Jan Chaloupecky
Hi, the file Test.h seems to be missing. I checked out MYCrypto and MYUtilities but when I compile my crypto I get a lot of errors ``` MYCrypto/MYCrypto_Private.h:19:9: fatal error:...
Hi, I'm not able to connect to any of my devices: ``` ideviceinstaller -d -l Could not start com.apple.mobile.installation_proxy! idevicesyslog ERROR: Could not start service com.apple.syslog_relay. Could not start logger...
**Describe the bug** Given a Kotlin sealed class annotated with `@Schema(oneOf = ..)`, swagger-core resolves a schema which contains both `type: object` and `oneOf` **To Reproduce** Model classes: ```kotlin @Schema(...
Fixes #4952 Changes proposed in this pull request: The `createProjectSynchronously` calls `registerProject` which registers it only in memory. The project metadata are not persisted so if the application stops, the...
Hi, I noticed a behaviour where a freshly created project is not saved. ### To Reproduce Steps to reproduce the behavior: - Start OpenRefine - Create a new project usign...
Hi, I noticed that when the app is linked against the AdColony framework, there is a ui bug in the TSMessage. ![ios simulator screen shot 23 mar 2015 14 03...
Hi, is there a way for adding a custom UIView in the message view on iOS7 ? I would like to have the TSMessage to be composed of - an...
hi, I update SwiftyMocky from 4.0.4 to 4.1.0 and regenerated my mocks. I have some tests that are failing because of a `.value(nil)` where the parameter is an optional closure....
Hi, when I restore a MKNetworkOperation from a persisted state, the internal array `errorBlocks`, `errorBlocksType2`, `responseBlocks` are not reinitialised and they are nil. So no more callback can be added...
Hi, when I persist a `freezable` MKNetworkOperation and then deserialise it again, the `freezable` property is not restored. Is this a expected behaviour ? ``` MKNetworkOperation *request = [[MKNetworkOperation alloc]...