Matthew Conlen

Results 109 comments of Matthew Conlen
trafficstars

I've found a couple edge cases but otherwise it seems robust. These are: - Server side rendering isn't currently supported. I think there's probably a workaround where we can render...

The nice thing is that everything else seems to work really well, including all the reactive variable binding.

Thanks for reporting this @huozhi. We should definitely handle this more gracefully, and not have it blow up the entire website. If anyone is willing to contribute a patch it...

Hi @mrviniciux - would you mind clarifying the use case a little bit? With the `[TextInput /]` component, an author would typically use it by binding a variable to its...

Hey @arjunv27, @rreusser set up basic VIM support [here](https://gist.github.com/rreusser/da3898126b74ec25c38c013999e8904c), although it looks like it needs to be updated to match `.idyll` files instead of `.idl`. I'm open to the idea...

After looking into this a bit more, AFAICT it seems like the language server protocol doesn't support syntax highlighting, although there are several ongoing discussions (see https://github.com/Microsoft/language-server-protocol/issues/682 and https://github.com/microsoft/language-server-protocol/issues/513), so...

Thanks for flagging this @gerudo7, it definitely seems like a bug in the link handling logic in the compiler. Have you noticed if this is only an issue when p-tags...

Hey @buriedsignals! I've seen this occasionally happen with names containing special characters that our hosting provider doesn't like. If you follow these steps does it work: - Change the name...

Glad that took care of it @buriedsignals. I'm going to leave this issue open until we have a better fix available

You got it @mrviniciux. A PR is very welcome here - I think the most straightforward approach will be to sanitize the project name in the [publish command](https://github.com/idyll-lang/idyll/blob/master/packages/idyll-cli/bin/cmds/publish.js).