Drew Lustro
Drew Lustro
I share the same problem and have a slightly tangential question for devs on this thread: When working with Next 13 app beta, **how do you discover type & prop...
@Fredkiss3 Thanks!
It's due to the project's **serverless deployment**. There is no filesystem on cloud edge functions, thus many node APIs are absent. Seems like the conversion library relies on the TypeScript...
Absolutely bizarre... my installation was working for weeks up until today. Seeing `` left and right. My `package.json` has conservative versions pinned... not sure why this would suddenly occur. Did...
> Here are some upgrades to 2.8.0, but still failing in tests: [amkisko/prettier-html-templates](https://github.com/amkisko/prettier-html-templates) - all the issues are visible in tests now [amkisko/prettier-plugin-erb](https://github.com/amkisko/prettier-plugin-erb) - this one is more complex due...
I'm also experiencing this issue! Thanks for reporting @IngusSkaistkalns :)
imo: - check for existence via `if` should be possible regardless of whether the variable is defined. - an exception should be raised when attempting to **render the contents of...
which challenge are you referring to?
I honestly have no idea; I answered about half of these questions nearly 2 years ago. Some of the answers were produced with much internet googling and frustration. I even...