Kevin Kern

Results 22 comments of Kevin Kern

Hi, I struggled also with sticky-kit and ajax requests. I replaced sticky kit with [stickyfill](https://github.com/wilddeer/stickyfill) and it works.

See https://github.com/nuxt/components/issues/153

Hi @Gomah any updates to this issue? Some kind of interceptor would be really helpful

Do you have a repo or test setup to share? Usually, you can avoid the experimental options with some tweaks.

can you look at this comment https://github.com/nuxt/test-utils/issues/165#issuecomment-923792271

> Also keep in mind that from very beginning Nuxt Test Utils were made to help testing Nuxt modules. @mrazauskas So nuxt test utils with `browser:true` is using playwright but...

If you want it on test level e.g. `mytest.spec.ts` you could also use ``` /** * @jest-environment jsdom */ ``` Additionally I had to add `` if you work in...

The old fewbricks was lacking Child Theme Support. I did implement in a fork. If you need it: https://github.com/macherjek1/mj-fewbricks

Hi @paulnta what error message did you get when this happened? I think I'm having the same issue. Will try your possible fix. Regards

Hi any updates on this issue? Docker Version: 2.1.0.5 Mac OSX 10.15.2 ``` docker-compose -f docker-compose.yml -f docker-compose.nodejs.yml up -d  1m 38s Building kibana Step 1/2 : FROM docker.elastic.co/kibana/kibana:5.6.11...