Aidan Bickford
Aidan Bickford
> It's rather specific to indexing only. What about any other task iterating over a file? Using the file position/offset works well when reading the file records. Though a combined...
Indexing takes a long time by nature of the fact that you have to read the whole file. As a result there are two problems I'm trying to solve: -...
> This is a nice idea, but currently it changes the signature of `tbx_index()`, which would change both the API and ABI. Instead, you should make a `tbx_index2()` with the...
Still running into this issue, I saw the previous issue 5746 was closed. Maybe this is a new one that has the same behavior? But it is still happening for...
Maybe there is command that could be used to force the position to update? After calling "editor.action.marker.prev" ?
I ran into this as well. Using `xev` on linux I was able to see what command is getting mapped to the option key. For me it looks like: ```...
No, I still haven't found a solution. I tried remapping the Option key by reassigning the keycode behavior with `xmodmap -e`, but each time i did that the Option key...
I would like to add the ip_tables module, I don't mind having to do some extra steps after an upgrade. Is that possible now? Any resources on how I could...