Oliver Jowett

Results 26 issues of Oliver Jowett

These changes improve the R820T tuner code to calculate the VCO/PLL parameters more precisely. The old code rounded the reference frequency to the nearest kHz and did some slightly dodgy...

polyfill fails to return any cells for what I believe is a well-formed polygon near the south pole. This originally turned up trying to polyfill Antarctica (using a polygon that...

Simplest way to explain this is with a demo: ![sdlgpu-filtering](https://cloud.githubusercontent.com/assets/3055062/21583657/99c0dfe4-d082-11e6-8f5c-ffd6fb48dcca.png) Source: https://gist.github.com/mutability/82eea1c8f0b092cd7710a74922caa001 Left side is the source GPU_Image, 16x16, scaled up so you can see it. Right side is the...

If UpdateImage needs to convert the format of the source pixels, it converts the _entire_ source surface in copySurfaceIfNeeded. My usecase involves copying thousands of individual 32x32 regions from a...

(my cmake-fu is insufficient to get Libs.private into a path- independent form, so it ends up with an absolute path in there)

Hi, wanted to give you a heads-up that I've got some changes planned to how dump1090-fa's config file works in 6.0, which are likely to break your scripts that do...

(Originally: uber/h3-py#202) This polygon (nb: in degrees, not radians) causes `polygonToCells` to return `E_FAILED` (at resolution 5, probably true for other resolutions): ``` { {-74, -120}, {-74, 0}, {-74, 120},...

The TSV cachefile gets written once during ::stapi::open_cached, but then it never appears to get updated, even if you're calling ::stapi::refresh_ctable. So for long-running processes that periodically refresh, the cache...

If no time ("changed") column is available then refresh_ctable will reread the whole table from the DB. However it does not appear to clear the current table contents before doing...

(I hesitate to call this a bug, but it causes very non-obvious failures) If you call stapi::init twice with different -dir values, then any ctables managed by stapi that were...