Diorcet Yann
Diorcet Yann
Related to #204, The following code works `xsimd::batch b;` but not this one (which should be identical) `xsimd::batch a;` https://godbolt.org/z/9q5PnY
I made a check of cldr data from translate/lang/data.py: Here the list (?? measing i that didn't find any info) ``` 'ach': (u'Acholi', 2, 'n > 1', ['one', 'other']),
There is issue with clang-win toolset. The libraries defined in https://github.com/boostorg/log/blob/develop/build/Jamfile.v2 (psapi and secur32) are not put in rsp file, causing undefined symbol during linking stage when compiling boost log....
Currently the flags used for compiling the modules against this python don't use optimization flags for example (O3)
- deb_after_purge script was never read from disk - since after_remove and after_purge write to the same location, we only want to write this out once. - Replace #1579
replace #130 Allow to specify an different user for the run ``` docker.image('dummy').inside('-u root:root -e BUILDER_UID=1001 -e BUILDER_GID=1001 -e BUILDER_USER=jenkins -e BUILDER_GROUP=jenkins -e HOME=/home/jenkins) { } ``` Will run docker...
You can miss an element in replaysubject in on_next is called between line 167 and 170 of file https://github.com/Reactive-Extensions/RxCpp/blob/master/Rx/v2/src/rxcpp/subjects/rx-replaysubject.hpp We should lock a mutex between on_next and add in replay_observer...
I found an potential issue with flat_map operation when source the is a scoped observable using a factory holding a shared pointer. In this case my shared pointer is not...
I have issue with the following code (reduced for be simpliest as possible). I'm want to unsubcribe from an observable coming from a subject. I'm unsubcribed, but the lambda is...