Dario Seidl

Results 39 comments of Dario Seidl

We had the same issue when trying out CRA 4. Btw. this seems to effect a lot of people, it's been reported in multiple issues: https://github.com/facebook/create-react-app/issues/9937 https://github.com/facebook/create-react-app/issues/9992 https://github.com/facebook/create-react-app/issues/10022

I was facing the same situation with an OpenLDAP server. The server accepts the pagination request and returns pages, but after several pages still throws a "size limit exceeded" LDAPException....

When making a change that would go from 1.9 to 1.10, I'm getting a response with status 400 and this payload: ``` { "i18nParameters" : [ "1.9", "en" ], "i18nKey"...

> Removing support for my.cnf does not make sense to me, for a MySQL tool. I find it very useful to use the same configuration file with both mycli and...

The `Form` has a `validateOnBlur` option that might do what you want: ``. There is an issue with this and submit though: https://github.com/final-form/final-form/issues/213

Thank you for the workaround. It didn't work for me, because .antigen/init.zsh is (re-)generated by antigen, but it led me to a [different workaround](https://unix.stackexchange.com/a/670942/10822) that did the trick for me:...

I noticed this as well today, here is the output for a report with default options: ``` dmarc-cat 0.15.0,parallel/j8 by Ollivier Robert Reporting by: Enterprise Outlook — [email protected] From 2023-11-26...

I'm having a very similar problem, also in a modal. However, I cannot disable format options at all, neither single nor double click work. Did you find any solution/workaround?

@jaapspiering Thanks for the hint! We also have `user-select: text` on our modal that contains the quill editor, and setting that to `user-select: none` or `user-select: auto` fixes the problem...

Possibly related: https://github.com/quilljs/quill/issues/745 In quill (before version 2.0) there is a `matchVisual` that controls how HTML is generated when pasting whitespace. Setting it to `false` prevents quill from adding additional...