Results 29 issues of Stefan Bühler

https://github.com/d3/d3-geo/blob/d10a651654cf86afeb93cddf26563a6ddcc4db16/src/projection/resample.js#L41 Where `(dx, dy) = (x1-x0, y1-y0)` (as vectors: `d = p1 - p0`), and `d2 = dx*dx + dy*dy`, i.e. `d2 = square(norm(d))`, and `(dx2, dy2) = (x2-x0, y2-y0)`...

Even after disabling `autolink` I get call kind of crap "linkified" (like `ld.so` to `ld.so` or `/usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so` to `/usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so`). Imho the `Sanitizer` shouldn't make new links, i.e. start `set_links` with...

server
needs-contributor
bug

- improve error reporting for `RT::Handle->InsertACL` - use absolute paths for `InsertACL` and `InsertIndexes` in rt-setup-database Since perl 5.25.7 '.' might not be present in `@INC` by default, see: https://metacpan.org/pod/release/EXODIST/perl-5.25.7/pod/perldelta.pod#'.'-and-@INC...

I need to ignore the `Mozilla::CA` dependency; on debian `LWP::Protocol::https` [doesn't use it][1], and debian [isn't going to package `Mozilla::CA`][2]. With `RT_IGNORE_DEPENDENCIES` I can simply run ```shell export RT_IGNORE_DEPENDENCIES=Mozilla::CA ```...

`/sbin/rt-passwd` is a generated file and should be ignored.

`CleanEnv` was removed some time ago.

As requested in #44. I split it up into many single commit, some of them not breaking the API, not all of them needed for logging. The `ProgressReceiver` part (and...

Hi, these are the initial commits from #55 which don't actually implement logging. The individual commits should speak for themselves, I don't think any of them should break the API.

This is motivated by netfilter; changes to netfilter must be done through a series of messages (started by `NFNL_MSG_BATCH_BEGIN`, ended by `NFNL_MSG_BATCH_END`). The full batch needs to be submitted to...

Wait_Submitter
stale

Motivation for this: I'd like to give #138 a shot (before moving #170 forward). The `metadata` field makes changes in that area rather unreadable, so I'd like to clean this...