Bryan Gillespie
Bryan Gillespie
I'm seeing a very strange bug when using your library in conjunction with the newest version of https://github.com/nlohmann/json. Reproduce with the following: ```c++ #include #include #include #include //So we can...
### Describe your issue. `ndimage.center_of_mass` yeilds different results on the same input when run from Windows vs. Linux. - Both scipy versions are `1.9.0` - Both numpy versions are `1.23.1`...
If I try to animate a rotated icon, faa always turns it right side up again. For example: ``
- Also test whether CI passes with latest build image
Seems like one of the big benefits of cooklang is that you could programmatically adjust a recipe for a different serving size, convert imperial to metric units, or vice versa....
### Current Behavior 1. [Application](https://pixijs.download/release/docs/app.Application.html) links to a broken [Renderer](https://pixijs.download/release/docs/global.html#Renderer) page 2. [Playground](https://pixijs.com/8.x/playground) shows `background` being an available option supplied to `Application.init` but I don't see that in [ApplicationOptions](https://pixijs.download/release/docs/app.ApplicationOptions.html). 3....
The following snippet of code should be valid, as per the README: ``` import createClient from "openapi-fetch"; import type { paths } from "./petstore"; // npx openapi-typescript https://petstore3.swagger.io/api/v3/openapi.yaml -o petstore.d.ts...
**Description** If I have something like this: ``` const { data, error } = await client.POST("/api/product", { body: { ProductVersion: "1.0.0", ASDfadsfasdf: "asdfasdf" } }); ``` then tsc correctly flags...
Seems like there's a security concern here, someone with a microphone can "keylog" what you are "typing", can we optionally have the speakers emit the sound of a slamming lid...
**Is your feature request related to a problem? Please describe.** I'm trying to use Redis to cache datastore entities and queries. The problem is that the `Query` struct does not...