AnrDaemon

Results 65 issues of AnrDaemon

Manually copying the generated SQL is tedious, why can't I open it in editor and execute on a different database in a simple, efficient flow?

xf:ui
xp:normal

A simple example would be ``` $origin example.org. @ IN 10800 SOA example.org. postmaster 2 3600 7200 10800 3600 ``` This should produce `rname = postmaster.example.org.`, but not… the actual...

Type: Bug -1. Create a repo. 0. Commit a few files (`a` and `b`). 1. Modify 2 files (`a` and `b`). 2. Stage the file `a`. 3. Add an untracked...

I would like to see a [DNS SRV RR (RFC 2782)](https://tools.ietf.org/html/rfc2782) implementation for locating the service endpoints. F.e. [session handler targets](https://github.com/phpredis/phpredis#php-session-handler).

The code like ``` grep $short_refname "$GIT_DIR/locked" if [ $? -eq 0 ] ; then ``` is fragile - it is prone to break on future refactoring. Also, it contains...