Christian Swinehart

Results 9 issues of Christian Swinehart

the opaque field is not used when generating challenges, nor is it validated when included in an authentication request. is this a significant omission? the spec makes it seem as...

the module currently lacks backward compatibility with clients that don't provide ‘qop’ fields in the Authorize header. according to the RFC the server should work without it, but is it...

there's a fair amount of painful parsing code devoted to unpacking the key/value fields in the Authorize header. i have to believe i'm just unaware of an nginx built-in of...

This PR adds a new **WIndow** class and the `App` global variable to coordinate starting and stopping the GUI environment. Each Window has an associated **Canvas** object, whose dimensions can...

While investigating [this issue](https://github.com/samizdatco/skia-canvas/issues/49) reporting silent crashes during image exports I’ve come across a reproducible stack overflow when a `PictureRecorder` goes out of scope. The example code below is a...

Would it be possible to add bindings for the [`SkSVGDOM`](https://github.com/google/skia/blob/main/modules/svg/include/SkSVGDOM.h) class? Being able to parse SVG files and draw them to the canvas would be a terrific enhancement. See also:...

enhancement

## Core problem Long labels will compress the amount of space left over for the graph itself (see [slack discussion](https://owid.slack.com/archives/C5BDCB2R3/p1694440168482789)): ![image](https://github.com/owid/owid-grapher/assets/469523/e05d4765-4454-4c5a-a81f-740f9925987f) ## Proposed solution A max-width cutoff of, say 25%,...

feature
viz
priority 3 - nice to have
polish

## Core problem Many data tables contain a mixture of country and non-country rows. Currently these are sorted separately into a **Countries** section at the top and an **Other** section...

feature
viz
priority 3 - nice to have

These changes allow skulpin to run on macOS systems without relying on MoltenVK. The `skia_support` module in `skulpin-renderer` has been split to create Vulkan- and Metal-specific versions of the `SkiaContext`...