Mark Valentino

Results 7 comments of Mark Valentino

> Why is anyone trying to ask for changes? Just use primitives and stop using dependencies for simple things. ``` "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dependencies": {...

@flashymittens Part of the idea was to cut down on needing so many tags like ``, ` `and ``. When you implement an unordered list, for navigation, you end up...

I looked through the code that does Gaussian blur, and the efficiency is at least O(n)^4 or larger. There is two for loops to iterate through the image, and there...

I'm also experiencing this issue on Firefox. I found that if I hold the spacebar down during recordings I'll be able to play the recording, but it the recording is...

I'm thinking `stop` just ends the recording. To me it makes the most sense to use `pause` and `resume` instead to avoid recording sensitive info. It does sound like the...

I'm not entirely certain on wether HTML could benefit from AI tasks, but structured Data Markup already exists for aiding web crawlers.