virgile devaux

Results 10 comments of virgile devaux

Hello, I've got the same question, i.e. I want to be able to request a route like "/resources", not "/resources/" when e.g. I post a resource. When I ant to...

Hello, the problem is in the end of the plugin.php file of the backend: https://github.com/Flynntes/Sleeky/blob/592b0497e79b83f3679cc2d4467cf44f069b8e01/sleeky-backend/plugin.php#L142 To hide admin links to non authenticated users, the plugin echoes some html styling, which...

Yes, in fact you can, just put the pino option you need in the hapi-pino options. Hapi-pino options are given to pino as options there: https://github.com/pinojs/hapi-pino/blob/44cbdec76cb29df2d8e90a4efd35a206b7b02133/index.js#L51

I try to use svelte-chota with SvelteKit, so maybe it's related but when I ```code Menu1 Menu2 ``` It throws: Duplicate slot name "left" in <Nav> Any advice?

Oh, yes indeed, tx @AlexxNB !!

@SanojkumarNK did you finally manage to constrain the radar to a particular height or width?

This really is the last piece that's missing in SK to finally replace all my other stacks. Hope it will be there soon :-)

Hello, since yesterday, although nothing was changed on my site which uses reCaptchaV3, legitimate login requests are almost all rejected. I was forced to set the min acceptable level to...

Hello, got the same annoying A11y warning: ```text /node_modules/sveltestrap/src/Modal.svelte:227:8 A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event. 225: 226: {#if...

the api has changed: **cv::face::createEigenFaceRecognizer** is now **cv::face::EigenFaceRecognizer::create()**. the same goes for all face recognizers. and, also, I had another problem right after this one: **faceRecognier->load** is now **faceRecognier->read**.