Results 41 comments of Diosney

> A solution to the arbitrary precision problem would be great. Make a breaking change `vh, vw, vmin, vmax` to be functions, that round to nearest integer, something like: ```...

Any chance that these commits in the fork gets merged in the original repo? They indeed fixed the issue for me.

Sorry for the late answer, quite busy these times. Currently they are not supported, but I will more than happy to see a PR, do you dare to do it?...

Please, can you check if the new fixes also solves this? Thanks!

Sorry for the delay, I was busy on other projects. Can you post an example to check it? I tested on the `example.html` file and worked correctly.

All the issues I recently created are useful to me righth now on a single feat I need, namely client configuration validation, I mean, validate the configuration that my library...

@dsagal You're right, JSON Schema doesn't have callback signatures, I said it only to say something as an example, which I have to check now how can I overcome that...

+1 to this, will allow nested routes a breeze too. Currently I'm doing the following, which is not the most pretty thing out there but it works :) (I tested...

@janmeier Your previous explanation saved me from a very nasty bug with moment due a confusion between local and UTC dates. It would be nice to have it in the...