Isaac Sukin

Results 38 comments of Isaac Sukin

I tried upgrading from TS 4.3.5 to 4.4.2 today and encountered two issues: 1. `HTMLDialogElement` went missing (as a value, not as a type). This is noted in the list...

Thanks, I read that section of the README but it's not clear about flagged features, plus `` is enabled by default in Firefox Nightly.

I have not been able to reproduce this on Chrome versions 104-107 on a Mac. To help diagnose: 1. What is your Chrome version? 2. What is your BigConsole version?...

The branch used in my fork makes no difference here. Feature branches are recommended because that'd be needed if I had multiple PRs open at once.

Here is a Grunt plugin. Drop it directly into your `Gruntfile.js`: ``` javascript // Define the Lint HTML task. grunt.registerMultiTask('linthtml', 'Lint HTML.', function() { var lint = require('html-minifier-lint').lint, filesToLint =...

Hi there. This issue does not contain enough information to respond usefully. Please identify if this is a bug report or support request, what code you tried that resulted in...

I haven't actively worked on this project, other than occasional maintenance to keep it compatible with Three.js updates, in many years. So unfortunately I do not have any optimizations stored...