Zachary

Results 2 issues of Zachary

I can't incorperate event listeners for mouseenter, mouseleave, and click. Here is what I have: ` edge.addEventListener('mouseenter', function () { if (Delete == true) { edge.setAttribute('color', '#ff3f3f'); } }); edge.addEventListener('mouseleave',...

Using PKCE with a nonce is more secure and highly recommended. Unless I just poorly misunderstand the codebase, there's no way to generate PKCE code challenge/exchange and nonces to verify...

kind/enhancement
help-wanted
impact/security
size/M
good-first-issue