Michael J. Lehrke

Results 16 comments of Michael J. Lehrke

Digging deeper, I guess it depends on whether this plugin currently enforces ARIA 1.2 specifications or not, even if they are in Candidate Recommendation stage. If enforcing ARIA 1.2 specs,...

I think the only use currently is for adding a custom Formulate plugin. https://vueformulate.com/guide/plugins/#community-plugins https://github.com/wearebraid/vue-formulate/blob/10ab31b4939323ed9d61cf810eddc676c4242bd1/src/Formulate.js#L114

Hey Anthony, Sorry I should have been more clear. The memory consumption continues to grow over time until it crashes, not just a one time bump with the devtools enabled....

I can confirm the the bug is introduced between node v22.11.0 and v22.12.0. 22.11.0 has stable memory usage with devtools on while 22.12.0 has the memory leak.

This was a fun learning experience. I methodically built node commits between v22.11.0 and v22.12.0 and tested them to narrow in on the culprit. I identified https://github.com/nodejs/node/commit/41c50bc15e36836538ccbe54f00de5658b4cafa8 as the commit...

I reverted the changes to `uv__stream_recv_cmsg` in `deps/uv/src/unix/stream.c` but it still leaked.