Jakub Andrzejewski

Results 314 comments of Jakub Andrzejewski
trafficstars

Thanks @SkullyFM I added this issue to our roadmap for 0.10.9 (next release). Next week we will be releasing the version 0.10.8, so right after that we will focus on...

Hi @SkullyFM I tested your repository and indeed the styles are not correct even for such a simple repo. Unfortunately it was not working for me when I tried commenting...

@SkullyFM I tried doing a simple PoC of this Storefront UI module for Nuxt.js but it seems that the problem is still there. It does not happen for all components...

Hi @Tony133 Yes exactly, I copy pasted the code from the example and it was not able to connect to the microservice and return its state. What I have found...

@Tony133 I checked it once again. It does indeed work in your example but it does not work if you are using microservices and trying to connect to check the...

@Tony133 Yes but only when I wrap health controller with try catch and return value like this ```ts try { const check = await this.healthService.check(); res.send(check?.details); } catch (error) {...

Hey hey, I am porting the module to nuxt 3 compatiblity -> https://github.com/nuxt-community/web-vitals-module/issues/43 After some testing I am hoping to see it released next week :)

The work is currently done on the `next` branch and will be released probably next week after some testing.

@andreemic The PR is ready. Just waiting to be reviewed and merged 🙂

I recently looked at Layer0 and their usage with Nuxt 3 (I wanted to implement the module for Nuxt 3 to integrate with Layer0 - zero config). Bit different case...