Carlo Kroll
Carlo Kroll
@lukaszsobala Does it work for you now? Your error was mainly because in Ruby 3.0 webrick is no more bundled and you have to gem install or include it in...
@lukaszsobala `Git clone https://github.com/iQuxLE/sequenceserver.git` This creates a new sequenceserver (directory) that you can run and it comes from my master. `cd sequenceserver` `git checkout abf47f5ea6f34caff541b986b3366184230908e1` This switches to the specific...
You can change `sequenceserver.gemspec` (last file) to Ruby version : `>= 2.5` or `= 3.0` It should work for you after that
Getting the "hsp_a" part is pretty straight forward. Right now I am a bit struggling to call `hit.number` for the specific hit. My Javascript is not that good, but in...
I suppose the issues are more minor. It is just a duplication in two locations and minimizing that won't make it more intuitive and easier to understand.
I added filters for the specific functions inside alignment_exporter.js and sidebar.js These filters use the parsing tree to allow codeclimate to prevent a duplication call as these are minor duplications....
I think I have not used the most recent commit that's why there is a conflict cause I don't see the details for this. Let me check the next days.
The recent updates will make the sequenceserver usable for everyone from 2.5 to 3.1.2.
Gonna take care of this the next days.
Hey everyone, I've been diving into some issues lately that really point towards the need for an upgrade to `Cookiecutter 2.0`, particularly regarding the availability of context in pre- and...