Simon Kissane

Results 20 issues of Simon Kissane

In Ruby 1.9.2 and later, the current directory has been removed from the LOAD_PATH, due to security reasons. This causes an error when running make. The solution is to prefix...

Ignores all files generated by running make

Your list of Australian cities is very lacking. For example in New South Wales, Australia, you only 28 entries. There are a lot more towns/cities/suburbs/etc that in NSW. A better...

question

These can be used to specify the user and system framework directories. Frameworks are primarily a macOS concept (originally inherited from NeXTSTEP), so these options are likely to be mainly...

Note this build workflow lies a bit - it tells CMake we are building with GCC (`-DTOOLCHAIN=gcc`), but actually on macOS by default `gcc` is a wrapper for AppleClang. I...

I am using ntop on a rather underpowered box. (Its actually a Pentium NUC running Ubuntu, and Windows 10 is running under VirtualBox, and then I SSH into Windows 10...

Include partitioned tables, but ignore their partitions. Without this change, it would fail on database schemas involving partitioning. Note the use of the `row_to_json()` function is to permit backward compatibility...

-d option prints direct URI (not description page) This is translating URIs using JSON API not existing sed script based solution. The JSON API may be slower but it is...

If I run `conda init bash` as root, then it adds conda initialization to `/root/.bashrc`. What I'd actually like to do, is update `/etc/bashrc` instead, so all users get that...

type::feature
source::community
help-wanted
good-first-issue
cli

This just does the bare minimum to add a search function (#10) A lot of things are missing: - only exact match, no support for inexact matches (substring, glob, regex,...