Kristján Oddsson

Results 69 issues of Kristján Oddsson

These are the last of the tests that we can put in here before we need to start tracking info such as `expires` outside of the `document.cookie` variable.

Since this is a big lift, I'm trying to split this work up into logical pieces. _This_ pull request sets the `type` key in `package.json` to `module`. I then mass...

Consider a element as hidden if it's in a closed `` element. Closes https://github.com/github/details-dialog-element/issues/77

For some reason, CI isn't running in #82. I want to kick the action around a bit and see if it works. Figured I'd update it a bit while doing...

## What I did 1. I copied the esbuild plugin directory to a new directory `dev-server-swc`. 2. I then updated the implementation to use the SWC compiler instead of the...

Querying should be wrapped in event listeners such as `document.addEventListener('DOMContentLoaded', ...)` or a Web Component. ## 👎🏻 Examples of bad code. ```js const el = document.querySelector('.my-element') ``` ## 👍🏻 Example...

The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...

The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...

On mobile devices, it's a bit hard to crop the image by moving the circle anchors. We should implement "pinch to zoom" or some other functionality to make this easier...