Emanuel Pilz

Results 9 issues of Emanuel Pilz

This is my take on your Challenge. I really enjoyed it. :)

Reworked solution initially done in #2343. (See details there) * moves the macOS specific shadow invalidation to the `macos` module * additionally set background color and opaqueness of the window...

According to https://json-schema.org/draft/2020-12/json-schema-core#section-4.3.2 a `SchemaObject` can be `true` (always pass validation) and `false` (always fail validation).

oazapfts codegen fails if the api contains [boolean json schema](https://json-schema.org/draft/2020-12/json-schema-core#section-4.3.2). ```jsonc { // ... "schemas": { "Foo": { "type": "object", "required": ["bar"], "properties": { "bar": true }, "additionalProperties": false }...

### Link to reproduction _No response_ ### Describe the Bug The Postgres Adapter errors due to missing relations (specifically `users`, but others error as well when queried using the Local...

[possible-bug]
db-postgres

I am currently trying to use Capsize with text, that is rotated 90deg (using [`writing-mode: vertical-lr;`](https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode)). The current implementation always applies `margin-top` and `margin-bottom`, regardless of the actual orientation. This...

Currently Simple values are not representable as a Value type. We (@emonadeo, @hw0lff, @TheodorStraube, @moehr1z) are working on a [Packed CBOR] implementation based on ciborium, which relies on tags and...

Fixes #1563. IIRC, the name is only relevant for packages that publish to npm (#20). This PR relaxes that requirement.

### Describe the bug I would love to use vanilla-extract in a Deno environment however currently the `getPackageInfo` function cannot find a `package.json` with a `name` field. While Deno has...

pending triage