dcaillibaud
dcaillibaud
Hi, You should alert that ```js const isEqual1 = (a, b) => JSON.stringify(a) === JSON.stringify(b) ``` isn't similar to ```js const isEqual2 = (a, b) => a.length === b.length &&...
On server page, eg changing boot option (from hard disk to rescue for example) doesn't change the state displayed on the page. It's the same for other actions, like changing...
During the installation process, it's possible to set an ssh key. It would be great to be able to set one also when setting rescue mode (the manager ask for...
Probably not a real issue, perhaps something is missing in my hook… Here's my pre-push hook (to build a cjs version before pushing), with husky 8.0.3 ```bash #!/bin/sh . "$(dirname...
Hi, After a search to understand why SSO connections fails, I saw that a value set by memcached on a node instance and read by another one few ms after...
### Describe the bug Since pnpm upgrade from v8 to v9, dependencies files can have `#` in their name, and vite fails to compile them `Error: [vite:css] [postcss] ENOENT: no...
## Description On https://cortexjs.io/mathlive/demo/ typing a "/" char with my keyboard (bépo layout) display it without building a fraction. ### Steps to Reproduce go to https://cortexjs.io/mathlive/demo/ with a bépo keyboard...
On a debian 12 (bookworm), with cinnamon desktop ```bash $ mkcert --version 1.4.4 $ openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) $ firefox --version...
Root privilege with sudo is common on ubuntu but it's not the only linux distribution ! "Normal" users without sudo are common, with admin task done with a lot of...
example.tld is the main domain of my yunohost installation I wish to add example2.tld as a "mail only domain", to manage its mails by yunohost but keeping others services (like...