Remco Haszing

Results 451 comments of Remco Haszing

I would love to accept these icons, but I agree with your concern. The name `components.json` seems very generic.

The vectorized icon is huge. The target limit for icons is 2KB. The wiki page links to https://www.compuphase.com/pawn/pawn.htm. This shows a new icon: ![Chess pawn](https://github.com/user-attachments/assets/5a5ba6d2-4292-4f2f-9cfa-1e87a255f4a0) That’s still a PNG icon,...

I like this. We can extend support to the following folder names: - `error` - `errors` - `exception` - `exceptions`

Cool! I love ngrok ā™„ļø I have played with the thought to accept a `browser` instance instead of `browserType`. Then you can create it however you want, but it would...

Also `mermaid-isomorphic` uses `file:` URLs. So using a remote server wouldn’t work šŸ¤”

Would you like to provide a PR for this? This would be in [`mermaid-isomorphic`](https://github.com/remcohaszing/mermaid-isomorphic).

I’m not familiar with that specific option. Please provide specific steps to reproduce the issue. Does it behave different from VSCode with the YAML extension installed?

I haven’t really looked into `eslint-plugin-mdx`, but I am involved with MDX in other places, including the language server. I also haven’t been involved in ESLint plugin development for a...

Can this be done in VSCode / Tailwind language server? It would be neat if we can make this configurable. That would mean all options supported in VSCode are supported...

Ok great! I envision the `MonacoTailwindcssOptions` interface gets a new property `editorConfig`. (The name is up for debate, `settings`?) These settings need to be passed to the worker. Possibly also...