Jamie Collinson
Jamie Collinson
I'm seeing the same issue on Safari (fine on Chrome) - has anyone figured out a workaround?
Did you figure out a way around this? I'm currently working around by closing over the containing data in `render`, e.g. ``` const { data } = this.props; const CustomColumn...
@ryanlanciaux - it certainly seems like a common use case. I guess about half of things I'd want to write a `ColumnDefinition` for would do plain cell formatting (e.g. formatting...
Thanks for the pointer, I'd missed the `-DLibArchive_LIBRARY` flag which worked. For reference my cmake command ended up as: ``` cmake -DCMAKE_BUILD_TYPE="RELEASE" -DCMAKE_CXX_COMPILER="clang++" -DCMAKE_CXX_FLAGS=-I/opt/local/include -DOpenMP_CXX_FLAGS="-Xpreprocessor -fopenmp /usr/local/Cellar/libomp/11.0.1/lib/libomp.dylib -I/opt/local/include" -DOpenMP_CXX_LIB_NAMES="libomp" -DOpenMP_libomp_LIBRARY=/usr/local/Cellar/libomp/11.0.1/lib/libomp.dylib...
I hadn't realised about the search by id as string - by convention we're always using object pattern. Aside from the fact I'm working on an app which requires it,...
Sorry to thread-necro, but I'm experiencing the same issue as @FrigoEU (1-2 second delays on file switching) when using Vim 7.4 in cmder on Win8.1. I also use tern for...
Hi @achoum , as mentioned on [the forum](https://discuss.tensorflow.org/t/how-to-get-standard-deviation-or-other-measure-of-confidence-from-tfdf-randomforestmodel-regression/3325), thanks so much for this! Will try this out and raise a feature request :-)