Michael

Results 110 comments of Michael

first issue may be fixed with TypeScript, since the concat is most likely there for dynamic conversion purposes

What are some tests I can do after a fix to ensure I've resolved the problem? @bliutech Is it enough to check the `document.domain` property?

potentially `setInterval`

Could be implemented with a debounce

Current state: - We have successfully migrated ~20% of the codebase to TypeScript. - No component library, also might not be the best idea. Can use shadcn/ui if we ever...

Good! But I think we can do more specific than `any` for the last two props.

1. pick a colorscheme 2. find its palette (its actual hex values) 3. do some research on codemirror (the editor) 4. figure out how to either: (1) use a preset...

https://discuss.codemirror.net/t/codemirror-read-only-mode/1936/5

You can either rebase your changes atop the new `master`, or just redo the PR after resetting `--hard` to `origin/master`

I like the names `lint-css-fix-changes` and `lint-js-fix-changes` (verb-object sorta deal); this is a pretty small PR so if anyone wants to do this, feel free to self-assign