Marco Di Pillo Tomic
Marco Di Pillo Tomic
Thanks a lot for the awesome work! In the documentation it says about the variables exposed to templates. In [pages-sections](https://www.getzola.org/documentation/templates/pages-sections/) the documentation let clear that users can define custom information...
Is there a way of modal height be computed with the slot html? My main problem is that for my use i cannot pass a fix height for the modal,...
First thanks a lot for your awesome work! I am trying to create a side panel with vodal, my main problems are: 1) I don't know how to put vodal...
I created a view engine based on the DOM template tag, which compiles to hyperscript functions: [cannabis](https://github.com/marcodpt/cannabis) See for example what the README.md example looks like: ```html hyperapp + cannabis...
I am wanting to use this library in a reverse proxy. However, I would like GET requests to be cached without expiring until I receive a POST request for the...
### Problem to solve Firstly, I would like to thank this wonderful project and the efforts of its developers in the open source community. I consider HURL excellent for testing...
[The Merlin JS framework](https://github.com/marcodpt/merlin) I've been following your project for a few years. But only now can we achieve something demonstrable. I created a solid alternative to [hyperapp](https://github.com/jorgebucaran/hyperapp). Based on:...
Websockets are used for real-time communication, as an alternative to the REST API. There are protocols like nostr that are based on websockets. It would be interesting to have a...
It would be interesting if it were possible to specify caching rules using HTTP headers and they would be honored by minirps. Perhaps it would be necessary to implement [Clear-Site-Data](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data)....