Iakov Davydov

Results 8 comments of Iakov Davydov

I love the package and solarized light. The only problem is that it's very difficult to determine which tab is currently active. ![image](https://user-images.githubusercontent.com/671660/158354854-cbf8d0e7-4e69-464f-b38a-d31211eae11c.png) It would be nice to have some...

I have the same problem as @evelkey has. I followed [sources.md](https://github.com/tensorflow/fold/blob/master/tensorflow_fold/g3doc/sources.md). Essentially git pull, ./configure, basel build fold and tensorflow, and them installed wheels in a clean virtualenv. Everything compiled...

Apparently, there are problems reading HDF5 from S3 at the moment. See here: https://github.com/h5py/h5py/issues/1530 So currently depends on the upstream functionality of h5py.

Maybe `active_binding` could have a read_only flag? ```r public = list( blah = active_binding(function() { }, read_only=TRUE) ) ``` And then there could be nice error-handling by default (similar to...

I have the same problem. I tried to keep deep optimization, but select "don't optimize" next to bitwarden optimization settings (settings -> battery -> battery optimisation). Will report back if...

I would like to comment on this from the perspective of an R developer working for a large company (100k+ employees). It would partially help to have a configurable option....

P.S. The reprex function is described as "Run a bit of R code using rmarkdown::render() and write the rendered result to user's clipboard", it's very unclear from this description that...

I am experiencing a similar problem on R-4.3.2 and GCC: ``` g++ -std=gnu++17 -fpic -O2 -ftree-vectorize -march=cascadelake -fno-math-errno -c vectorization.cpp -o vectorization.o vectorization.cpp: In function ‘const char* vec_char_find_CRLF(const char*, size_t)’:...