A. R. Dunster

Results 17 comments of A. R. Dunster

It would be great if this could get some more visibility / priority. Using the `` tag increases accessibility functionality (screen readers, keyboard control, automatic focusing on open, etc) over...

> P.S.: while yes, it's not really a "security" issue, I always say you can't have privacy without security... I think it would be more accurate the other way around:...

I subscribed to the oibaf ppa https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers which gives me the most recent Mesa version (20.3.0-devel), however does not update my core profile version, because AMD "Barts" doesn't actually support...

Are there features being used in wasabi2d that are actually exclusive to OpenGL4? I assume there's some reason you have the context require=410 set. But altering the require and glconfig...

I just encountered this issue as a user trying to log in with Portis and had to enable third party cookies in Safari to log in.

Running into the same issue making MSW mocks with `HttpResponse`, since the first parameter to `HttpResponse`'s constructor is typed as `body?: BodyInit | null` and I need to mock a...

I had an issue with this also, didn't think of rerunning update after deleting the contents of package.json, I ended up copying them to another location and installing them a...

I'm not sure. I've observed this behavior multiple times in the past couple months since our team resumed working on the project that has vitest in it, but I couldn't...

I just had this happen on https://vitest.dev/guide/mocking.html . I opened the page from a google search, did command-F to find "variable", 15 seconds later as I was trying to use...

I am stumbling constantly over React conventions with this lint rule. `params` (and `param`), `prevState`, `props`, etc. I'm turning it off now because it's more annoying than it's worth. Great...