Falk Pauser

Results 38 comments of Falk Pauser

Note: babel/babel#10059 was fixed with babel/babel#10578 (support string literal properties)

Same issue here: This also happens in Firefox (recent version)

@andrewzamojc-pd Did you try [html-next/vertical-collection](https://github.com/html-next/vertical-collection)?

As a workaround I use a different separator for now ('|' instead of ':'). See https://tailwindcss.com/docs/configuration/#separator. This way `hover:bg-gray-500` becomes `hover|bg-gray-500` - better than nothing ;)

Any news on this?

Yes, it is still an issue (tested with ember-3.5.0).

More info regarding the legal issues of using the ms marketplace outside of vscode: https://github.com/microsoft/vscode/issues/31168 @victorbjorklund Please merge the open pull-request (https://github.com/victorbjorklund/open-vsx-vscode-phoenix/pull/1) and publish the update to OpenVSX - thanks!...

Nearly the same observations here, but with a 'single' model being returned from the model-hook. Invoking a component like this in the route template: ```hbs ``` Observing `@model` changes in...