Manuel Schiller
Manuel Schiller
Yes, it should run in CI. But the code format configuration should also be specified explicitly and not depend on the version of clang-format that is installed, since it may...
@goatandsheep can this be merged?
When will this variadic template be merged into the thrust master branch?
If thrust::tuple was variadic, metaprogramming would be a lot easier. @andrewcorrigan I am currently using your variadic branch, it is really working great.
Thanks Andrew, I will try it.
Should this also work with THRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CPP? I tried this code: [thrust_variadic_tuple_test.cpp](https://gist.github.com/dachziegel/3f38578bb0d0294e814b#file-thrust_variadic_tuple_test-cpp) It [fails to compile](https://gist.github.com/dachziegel/3f38578bb0d0294e814b#file-error-log) for me using ``` clang++-3.7 -I/tmp/thrust-variadic -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_CPP -std=c++11 thrust_variadic_tuple_test.cpp ``` However, using `std::tuple` (hacky `#define...
Sorry for the false alarm, I thought that setting `-std=c+11` was already sufficient and that `THRUST_VARIADIC_TUPLE` was not needed anymore. When setting this define, my code compiles fine for me.
> @schiller-manuel Can you please check if `interpolateColor` works for you on Reanimated 2.3.1? Hi @tomekzaw, I tried `interpolateColor`, it did not work: ```` const animatedProps = useAnimatedProps(() => {...
Can confirm that the workaround by https://github.com/software-mansion/react-native-screens/issues/349#issuecomment-856395868 works the first time, but when the screen is shown again (e.g. after logout), autofil does not work anymore.
can you please find out which version introduced this bug again? this would help fixing this issue.