Marty

Results 13 comments of Marty

# I had this problem as well and fixed it in the following way ## In vetur.config.js before ```js // vetur.config.js /** @type {import('vls').VeturConfig} */ module.exports = { settings: {},...

Upon taking a closer look I found that the lifecycle hook for Rendered is called in https://github.com/vugu/vugu/blob/24d8d4332371618c6f2b8881ae9f8d52fab8e3ca/domrender/renderer-js-util.go. However this isn't working for me. I can't reproduce this in the playground...

@arvryna I just checked, in a new project from the examples with the same components and it works there. For some reason in my project it's not working. I am...

@arvryna I have reproduced it here: https://github.com/PotatoesFall/vugu-rendered-problem `vgrun devserver.go` produces this output in the browser console: ![image](https://user-images.githubusercontent.com/58218546/154690903-fe29fc4d-4f3c-4dac-9f8a-4c85906b9888.png)

My current workaround is to use Compute() and start a new goroutine that obtains a lock on the EventEnv, which I believe only happens after rendering is complete.

For illustration, the Rendered() hook is necessary for me because the CSS library I am using (BeerCSS) requires a function to be called everytime a new input appears to apply...

It seems this has been a bug for five years, has a solution emerged in the meantime? Or is it just not possible to have multiple top-level elements in a...

related: https://github.com/TaKO8Ki/awesome-alternatives-in-rust/pull/107 has also been open for a long time... @TaKO8Ki any chance we can get that added? I would even advocate for putting helix above amp since it is...

@panekj what kind of implementation would be better? Taking some helix source code and adapting it to be built as part of lapce?

> The data is there, go to History. You may need to recalculate in the menu. Nope, that's the first place I looked. I think the problem could also be...