Rik

Results 128 comments of Rik

is this redundant now @cboursnell ? it's very old

Perhaps a more robust approach would be to retry the xhrs a set number of times, with a sensible delay, if they fail.

The linked commit above completely fixes the issue. Shout if you want a PR back to this repo.

Hey @000generic, the information you want should be in the two files `evalues_data` (output [here](https://github.com/cboursnell/crb-blast/blob/687a3f04119d6b09339ab9b284a3f9d540bda700/lib/crb-blast/crb-blast.rb#L447-L452)) and `fitting_data` (output [here](https://github.com/cboursnell/crb-blast/blob/687a3f04119d6b09339ab9b284a3f9d540bda700/lib/crb-blast/crb-blast.rb#L483-L487)) in the output directory. Let me know if you need more...

As far as I can tell, @Asutu is correct: this not a bug but a feature. CRBB is an improvement over RBB precisely because it relieves the restriction of a...

I should note that those floating point rounding issues highlight the underlying problem with RBB - statistically the difference is negligible and should be discarded. Take a look at the...

It should work with the version specified in the [bindeps file](https://github.com/cboursnell/crb-blast/blob/master/deps/deps.yaml): `ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.29/ncbi-blast-2.2.29+-x64-linux.tar.gz`

does disabling shadowRoot for the LitElement fix it? If so you need to attach the editorjs styles to the shadowRoot

I am using Beaker as my default browser right now and the biggest pain point is logging into sites or services. I'm using lastpass macOS systemwide app but it requires...

Myers diffing for the dom is totally tractable. @graforlock looking forward to your implementation.