Yuri Plashenkov
Yuri Plashenkov
Yup. I would like to have it too. @hacdias I've even found your question on StackOverflow: https://stackoverflow.com/questions/40109896/how-to-know-if-the-http-request-comes-from-an-webdav-client So is there any chance we'll have it? I saw other WebDAV solutions...
Yup, I am seeing the similar warning too. It also outputs "unrestricted file system access" message before this warning: ``` Unrestricted file system access to "/node_modules/.vite/chunk-2NVDVNTV.js" For security concerns, accessing...
Hi @frandiox! Yes, I understand that this is Vite's check. My project imports nothing from outside, it is intentionally simple for now — just one page, no API calls. I...
Hey @heberallred! Have you solved Cocoa support somehow?
> Eventually, it's necessary to create an LCL carbon and an LCL cocoa backend Yup, the LCL carbon backend is already there, but LCL cocoa is missing. Unfortunately I could...
The default value is "on" for checkbox as well as radio: 1) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#Value 2) https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio#Data_representation_of_a_radio_group
No problem. For your convenience: https://github.com/mariomka/vue-checkbox-radio/blob/master/src/components/Checkbox.vue#L94 and https://github.com/mariomka/vue-checkbox-radio/blob/master/src/components/Radio.vue#L91 `default: 'on'` solves this issue.
Hi @alessandrosangalli As far as I can see Fastify has official Passport support: https://github.com/fastify/fastify-passport
Just checked another way to handle success and failure situations: `passsport.authenticate()`'s callback. We don't have `req.authInfo` there either.
The same problem for me. Midnight Commander copies a file without problems, Finder throws an error.