jonerer

Results 15 comments of jonerer

@0x090909 yes it seems to work. please try it out before posting, or see the attached screenshots Great work @joerdav. A few notes: - Mousing over a type doesn't show...

FWIW i think the built in formatter is definitely good enough (and getting better each release) and much faster than prettier. And has no external dependencies. But getting Emmet working,...

+1 on this. In my example I'm doing a DB lookup, which I don't want to repeat. So I'd like to be able to do something like ``` templ teamInviteComponent()...

We're also facing this issue (at least the same symptoms). Our workaround is to change the query from SELECT * FROM our_table WHERE country = 'Germany'; -- this crashes athena!...

I'm having the same issue on a private repo. On mac on 17.03.0-ce-mac2 ``` $ docker pull // $ docker build . ``` Works fine. ``` $ docker rmi //...