Benny Zaminga

Results 12 comments of Benny Zaminga

same here. .vegas-slide gets always a height of 0px. i followed your suggestion and set the height of the container to 600px forcing it as !important. all slides keep getting...

why don't you try to use something like 50vh as height? it's proportional and it works. at least for me it did the trick.

yes, it's raised from `main.py` using freshly cloned demo. any clue?

yep, I've tried it with most recent firmware and it just works. confirmed

for those of you struggling with the process: just put the whole `MicroWebSrv2` folder into `ports/esp32/modules`, hit `make submodules` and then `make deploy` to recompile MicroPython and reflash. Now you...

Same here. Deployed locally, no errors, but devices cannot see each other.

Tried the latest beta `@formkit/[email protected]` with Nuxt-RC9 here on [stackblitz](https://stackblitz.com/edit/nuxt-starter-apxaw7?file=package.json) . Unfortunately, no chance to get it working.

@marcel-wtfoxtrot oh yes, your stack works. many thanks

For everyone trying to get this working under Nuxt v3, do this: - create a file for your client-only plugin named `plugins/locomotive.client.js` and put this into your plugins-file: ```javascript import...

> However, I then came across the documentation on the `hx-request` attribute here https://htmx.org/attributes/hx-request/ which allows you to disable the headers with an attribute set like this `hx-request='{"noHeaders": true}'`. With...