Florian Leitner
Florian Leitner
I was trying to use JusText 2.2.0 with Python 3.5. However, after installing and running one of the example extractions without piping it to a file and just dumping to...
Hi Matthias, First, thank you very much for sharing your work publicly! I tried installing the plugin (i.e., by putting it into the global QL plugin directory) and then restarted...
No Connection to Browser: dial unix /tmp/alfred-firefox.501.sock: connect: no such file or directory
Alfred 4.2.1; Firefox Assistant 0.2.1; Firefox 83.0; Alfred Integration 1.1.2; Catalina 10.15.7 I have two Macs with exactly the above setup; On one, I installed the Alfred Firefox Integration without...
Added a `offset` kw-paramter to `dawg.prefixes()` (and `.iterprefixes()`) to make it possible to iteratively scan a string for prefixes without having to take slices of each prefix of the query....
Windows builds now fail: https://github.com/fnl/syntok/actions/runs/1973978485 GitHub changed to a new Windows version: https://github.com/actions/virtual-environments/issues/4856 It is necessary to either remove support for Windows or figure out why the build fails and...
I came here looking for a tool that could track time and compare that time to an initial estimate. There are a dozen time tracking tools on GitHub alone, but...
All of a sudden, I am getting "Abort trap: 6" messages in my terminal after each command. Removing the "~/.z" database do not help and the issue persists restarts. Only...
- Major: missing const member function declaration - Minor: correct return type for void function This fixes compilation problems on OSX Mavericks, but the fixes should be generally incorporated in...
The output of `key()` should be a value in the list provided by `keys()`. However, when inserting the following: ``` 0a 0a0a 0a0a0a 0a0a0000 ``` and then looking for a...