Quentin Dauprat

Results 20 issues of Quentin Dauprat

When I attempt to acces to the "My Account" tab, I got the following message: `the data could not be read because is missing` # Context **App version**: latest (2.1.0)...

Add support for « on demand » instructions, for exemple to execute custom command once.

After upgrading from `2.3.0-1` to `3.0.17-1` I got the following error: ``` /usr/lib/protonmail/bridge/bridge: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /usr/lib/protonmail/bridge/bridge) FATA[Feb 23 10:23:06.923] Failed to launch error="exit status 1"...

https://github.com/chakra-ui/chakra-ui-vue/blob/74618e9b619789d86303ea99f2a665792ea93007/packages/chakra-ui-core/src/CNumberInput/CNumberInput.js#L423-L435 The following code: ```ts if (isDef(this.min)) { this.updateValue(this.max) } ``` Should be: ```ts if (isDef(this.min)) { this.updateValue(this.min) } ``` And vice-versa right? Or there's something I didn't understand in...

https://github.com/chakra-ui/chakra-ui-vue/blob/6054c22d068f8770954437534853efec0bb5048e/website/pages/numberinput.mdx#L291C1-L293C1 > - Holding down Ctrl or ⌘, and pressing ⬆ or > ⬆ will update the value by `0.1 * step` The last `kdb` should be ⬇ instead of...

### The Feature Currently, it is not possible to upload bibliography (`.bib`) nor LaTeX content (`.tex`), two formats that is massively used in academic research. ### Motivation, pitch The support...

enhancement
good first issue

Hi Stephane, I trying to install AWA using Alire gut I got a compilation error. Step to reproduce: ```bash alr init --bin demo_awa cd demo_awa alr with awa alr build...

Hi 👋, I got the same error as https://github.com/jakeboone02/cypher-query-language/issues/5 The following code: ```cypher RETURN apoc.map.merge ({ a:1 }, {b:2}) ``` Is re-formatted to: ```cypher RETURN apoc.map. MERGE ({ a:1 },...

I am trying to use switch shadow to turn off shadowRoot but I does not work no my side. Is there a property to pass to the plugin in vite?

I followed instruction from README. I execute `ansible-playbook -c local -i localhost, main.yml` in root. Here is the log: ``` ansible-playbook -c local -i localhost, main.yml PLAY [install and configure...