Kristján Oddsson

Results 69 issues of Kristján Oddsson

Pretty sure you cant change your password right now

I'm not sure where this error is coming from. Is it from `jsr` or TypeScript or somewhere else? How can I fix it? Example run here: https://github.com/koddsson/context-protocol/actions/runs/8480796983/job/23237140188

I tried to make sure to preserve the `chai-subset` history when doing this. Fixes https://github.com/chaijs/chai/issues/1616

Given the following assertion: ```js expect({ tags: {} }).to.include({ tags: {} }); ``` You get the following assertion error: ``` AssertionError: expected { tags: {} } to have property 'tags'...

I would like to update to chai@5 as a replacement for `@esm-bundle/chai`. I additionally needed to upgrade `sinon-chai`. `sinon-chai` is currently in a prerelease phase so I updated to that...

This will be required once https://github.com/chaijs/chai/pull/1617 is merged and released.

Hello 👋🏻 We're hitting this snag in our app where the sidebar is set with `[aria-hidden="true"]` when initialized. Apart from being a pretty serious accessibility issue it's also erroring in...

It makes the rendered pie chart a bit nicer to view/read 😊