Sylvain Rebaud
Sylvain Rebaud
Add support for Swift 5.1 Xcode 11.3
**Describe the bug** Because of a bug with xcodebuild reported [here](https://openradar.appspot.com/20490378) and [here](https://github.com/Carthage/Carthage/issues/347), when RxBluetoothKit project is integrated directly as a source dependency inside another project (not via Carthage), Xcodebuild...
**Describe the bug** Everytime RxBluetoothKit is built from scratch, the file `Tests/Autogenerated/_Peripheral.generated.swift` seems to be regenerated and looks different causing the git submodule to become dirty. **To Reproduce** Steps to...
In Action.swift, only the last value emitted by work factory is being replayed. Is it intentional? ``` return Observable.of(workFactory(input) .do(onError: { errorsSubject.onNext(.underlyingError($0)) }) .share(replay: 1, scope: .forever)) ``` This have...
ReactiveCocoa contract was that the `executing` observable would emit `false` as a first value when subscribed to and the command was not executing. This would allow to directly use it...
If you have Bonjour enabled but also sets a host:port before the worker thread has actually started, because `logger->remoteOptionsChangedSource` is not set yet, the `LoggerRemoteSettingsChanged` is not called and thus...
I installed Wasmer (1.0.2) according to instructions then ``` wapm install -g cowsay swift run swasi-run \ ~/.wasmer/globals/wapm_packages/_/cowsay\@0.2.0/target/wasm32-wasi/release/cowsay.wasm ``` But I'm getting the error: ``` Import Error: Error while importing...
Would you be able to add a sample code that shows how to import functions into the Wasm code?
There used to be a variable called initialWaitPeriod which would prevent notifications from being displayed until the initial period would have elapsed. For example, you might not want to cross...
1. Create a class with 2 strings instance called text1 & text2. 2. Save instance 3. Change text1 name to textNew. 4. Try to reload instance. 5. TextNew will be...