Sandro Martini

Results 12 comments of Sandro Martini

Hi, by default "strict" is false, but when enabled I force a check on some mandatory arguments at the end of the constructor; and when manually invoking a validation if...

Hi, the validation is done against my implementation, and when the 'strict' option is raised more validation are done (for example even in the constructor in this case, so not...

Hi all, we have the same problem in latest Jenkins, due to the way it gets sources from git repos. FYI as a workaround we solved by forcing a checkout...

Another great and modern web framework (but for Node.js) is [Fastify](https://github.com/fastify/fastify) and it has another central concept which is a modular architecture/extensibility via [plugins](https://github.com/fastify/fastify/blob/master/docs/Plugins.md), maybe something similar could be useful...

ok thanks for the info ... what do you think for next release of vpkg, to be linked with that (newer) release of libssl ? Thanks for now. Bye

Years ago I implemented in a Java UI framework the ability to disable animations and transitions, sometimes (on old/poor hardware and some kind on users) they are not needed ......

Hi @JalonSolov sorry but with latest V (updated today) still I see the same error; I'm using an updated Ubuntu-20.04.x, so I just renamed the issue; hope it helps to...

Hi @l1mey112, thanks for the hint, but it was already installed (as a dependency of previous packages): `libstdc++6 is already the newest version (10.3.0-1ubuntu1~20.04).` Maybe I'm missing something other but...

ah ok thanks, I was thinking something like this but of course much better to check with you ... don't worry it's not a big problem, for so new features/backends...

Hi, running your code in the [V Playground](https://play.vlang.io/) I get this compilation error: ``` code.v:1:12: error: single letter capital names are reserved for generic template types. 1 | pub struct...