Egor
Egor
Hi, I noticed that the directory `/var/lib/bblfshd/tmp/` has too many files: ```bash egor@science-3 ~ $ sudo du -csh /var/lib/bblfshd/* 4.5M /var/lib/bblfshd/containers 983M /var/lib/bblfshd/images 3.5G /var/lib/bblfshd/tmp egor@science-3 ~ $ ls /var/lib/bblfshd/tmp/...
Hello, during installation of tensorflow/fold I noticed that in > For Python 3.3+ and/or GPU, see [here](https://www.tensorflow.org/versions/r1.0/get_started/os_setup#using_pip) for the full list of available TF binaries. the link doesn't work anymore....
Hi, 2 points: 1) measure code complexity per file/class/function & build a distribution of complexities -> long tail will show files that could be considered for refactoring. 2) average complexity...
**Is your feature request related to a problem? Please describe.** I want to use `guidance` for some kind of extractive summarization. Example - I have some code ```python def some_function(arg1:...
* reweighter for hash step * fix for `coalesce` with default `None` parameter Signed-off-by: egor
Hi, `spark cassandra connector` / `scylla` fails when you attempt to make `hash` step with a big number of files. I tried 1M files - always fails, 300k files -...
Hi, I found that I can't open review stage 1 after it's done from `https://code-annotation-staging.srcd.run` page. I need to use `https://code-annotation-staging.srcd.run/exp/bla/blabla` from history to have access. It will make UI...
Hi, It could be useful to add a comment section. In case of tough decisions - to keep reasons why it was annotated like this. In case of something confusing/broken...
Hi, I noticed at pair 6 something suspicious. Code & comments are the same in both samples but everything is marked as changed (even without reusing of anything that can...
Hi, If you can jump to pair by its id it could be a useful feature when you have to visit several pairs (for example to discuss details with somebody)....