Seán Murphy
Seán Murphy
How slow are you thinking here? For me, using lunarvim, my startup time is almost 10s - if I disable `goldsmith` it drops to some hundreds of milliseconds. It seem...
So it seems to be something to do with the upgrade to go version 1.18 - when I downgrade to go 1.17, startup time is slightly over 1s, but upgrading...
I'm also tying to add `neoclip` to my telescope config - I'm not familiar with lua and my understanding of the way that Lunarvim all fits together is less than...
Thanks for that @danielo515 - so, to give a concrete example, this is the content that I have in my `config.lua` which seems to work fine - it is preceded...
> Specify an unmanaged element that Vugu will preserve and not change the attributes, contents or listeners of. Need to decide what happens if, e.g. an attribute is specified in...
@bradleypeabody - thanks for speedy response. > Looking here https://github.com/seanrmurphy/vugu-jquery-test/blob/master/index.html the issue is probably that the JS is running before the Wasm code is loaded and run. Unlike JS tags...
Looking into this in more detail, my guess is that the page content is actually updated using the jQuery library, but immediately after there is a rerendering controlled by vugu...
>> I specifically wanted to use a library which is built upon jQuery > Sorry, I missed this in earlier reads. Hm, interesting case. To be perfectly honest, I'm just...
Also impacts `:Value` and `:Options` - should have flagged this in the above.
I experienced the same issue - it seems to be an issue with the timestamp handling (not sure why) - try changing the offending line to ``` self.producer.produce(topic, ser_value, ser_key,...