Robert Aboukhalil

Results 8 comments of Robert Aboukhalil

Can you try checking out the branch `offline-mode` and launching an http server on port 1234: ```bash git clone https://github.com/marianattestad/ribbon cd ribbon git fetch --all git checkout offline-mode python3 -m...

@psammarco a few things to try: * Did you switch to the `offline-mode` branch on the Ribbon repo before launching the server? You'll need to do `git fetch --all` first...

That's strange, from your screenshot, the file `aioli.worker.js` is downloaded from cdn.biowasm.com instead of the local server, as it's behaving on my end. Can you try clearing your cache and...

I can see at the very bottom of vis.js: ``` // Create Aioli (and the WebWorker in which WASM code will run) _CLI = await new Aioli("samtools/1.10"); ``` which means...

Hmm, it looks like you're on the offline branch but with the code from `main`. Running `git status` should just show `On branch offline-mode` without any of the lines that...

Thank you! In addition to the change above, I also updated `lib/Utils.js` to prevent long commands from wrapping around incorrectly: ```diff export function countLines(input, maxCols) { - return offsetToColRow(input, input.length,...

@bestguy Thank you for your amazing work on Sveltestrap over the years, it's a fantastic tool ❤️

Hey, I'm traveling but will take a look as soon as I'm back mid next week, thanks!