Oliver Gerlich
Oliver Gerlich
As another data point, I'm currently converting germany-latest.osm.pbf (3.1 GB), using latest Tilemaker from Git. I haven't used any special compilation flags (in particular I haven't tried `-DCOMPACT_NODES` yet -...
Based on http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862 and http://www.useragentstring.com/BlackBerry_id_17117.php maybe the results for the UA strings posted above could be like this: - the first batch of UA strings (with "Profile/MIDP") is from BlackBerryOS...
I'd appreciate if there was a plugin to check the host key without actually logging into the server. My monitoring host does not have login credentials (SSH keys) for the...
Hi, this assertion failure always happens for me when I use the ICSI Netalyzr (http://netalyzr.icsi.berkeley.edu/) on laptop over Barnacle. The phone runs Android 2.1.
I have this problem as well, and it appears to be caused by having UaExpert running in parallel. Apparently UaExpert will after reconnection try to transfer its subscription from the...
What if the result list is like this: ``` - folderA/folder1/file1 - folderA/folder1/file2 - folderA/folder2/file1 - folderA/folder2/file2 - folderB/folder1/file1 - folderB/folder1/file2 - folderB/folder2/file1 - folderB/folder2/file2 ``` What should the context...
Hm... collapsing the direct parent would be good to get consistent and reliable behavior. However, how about a case like this, which is not uncommon: ``` - file-search/ui.py - file-search/searcher.py...
Sorry, this project is not active any more. I don't even use Gedit any more, so there's not much motivation to keep the plugin updated for newer Gedit versions. I...
Mostly [Kate](https://kate-editor.org/) and [VSCode](https://code.visualstudio.com/). They both have good find-in-files implementations; and if necessary I fall back to `git grep`.
> It would be nice if "Search in" field will be filled with > currently selected directory in the file browser side pane. That's tricky, from a user interface point-of-view......