Andrew M Olney
Andrew M Olney
Solved this particular problem by rewriting this: ```java public Pair span() { return new Pair(new Integer(position), new Integer(position + 1)); } ``` as this: ```java public Pair span() { Integer...
Great, let me know if I can provide anything else to help you reproduce it.
Also encountering this - any tips on where to set a breakpoint using Developer Toolbox? My filter detaches attachments to a local folder.
For others, if you find the extension name in `warc_crx_dam_io_20170306.cdx` , next to it you will find the name of the corresponding archive file so you don't have to download...
Thanks for the rapid response :) 1. Here are the versions (should I update the issue title?) - **OLD:** `nbgitpuller==0.7.2` - **NEW:** `nbgitpuller==1.2.1` **Is downgrading an option? Happy to give...
I tried downgrading to: - `1.0.2` and that broke it completely (500 error) - `1.1.0` and that caused it to freeze on synchronizing the git repo (1.1.1 and 1.2.0 do...
We seem to be able to solve this for our use case, so I'm closing. If anyone else has this problem, our solution is to have the extension always activated,...
The problem seemed to be in the Makefile. Instead of using the STM, it was running LIUM. Below is my align.sh that seems to have fixed this problem: ``` #!/bin/bash...
Only that once the STM was properly used, the doubling issue went away. However, the alignments still seemed off.
Will do thanks