Brian Bugh

Results 149 comments of Brian Bugh

Thanks for the reply. Yeah, I tried with and without placeholder and neither worked as expected, unfortunately. It sounds like the current behavior is that `render_async` will run on every...

Thanks for the reply! I will check out your sample project. Luckily, Turbolinks caches the page right before it draws a new one, not when it's first loaded, so it's...

It looks like `@vue/reactivity` is missing from `devDependencies`, but I don't know which package it should go in.

It does look that way. Yarn 2 works fine, but yarn 2 + pnp results in this issue. Sorry for wasting your time!

Yarn 2 explained that it's a problem with the repo as is working by design: https://github.com/yarnpkg/berry/issues/3071#issuecomment-872193464 > This isn't a bug and is working as expected. [email protected] doesn't declare @vue/reactivity...

Is there any way to make progress with this? I don't have syntax highlighting for safe navigation operators in VSCode which uses this language server. Considering this is a few...

Another situation resulted in arguments generated as `i`, which was funny because I renamed it to `i` to avoid `n`. 😅 Thanks for the explanation. I can add a warning...

I took a look at the code, and this is my best guess for the changes. It appears that the parser would have to send more data when the error...

I'm not sure this is the same topic I mentioned on reddit, but I want Depot to have a separate schema file and data file. Separating the business layout from...

Forgot about this and ran into it again cleaning out my abundant GitHub notifications. #2 as an export would be fine. I think the versioning is reversed though, the depot...