Romain Vincent

Results 10 issues of Romain Vincent

Ok I'm sorry if I don't take the time to use your template and try to prepare a pull request and all that stuff. I'm just not used to it....

Warning about deprecated findDOMNode usage. See [react documentation](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage). https://github.com/ant-design/ant-design/issues/26136

Warning about deprecated findDOMNode usage. See [react documentation](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage). https://github.com/ant-design/ant-design/issues/26136

The documentation seems to imply that we can let TinyMCE use its own `images_upload_handler` by just specifying a proper endpoint on `images_upload_url`. But I need to pass a header for...

bug

I've tracked down a bug that causes the LSP to crash repeatedly and eventually get blocked by VSCode. ## The error Vscode logs for "Even Better TOML LSP": ``` INFO...

bug
Help needed
vscode
needs investigation
lsp

https://github.com/mattupstate/flask-mail/blob/1709c70d839a7cc7b1f7eeb97333b71cd420fe32/flask_mail.py#L175 message.send_to is a set and if it contains None values it still is truthy. ```python assert set([None]) # True ```

Warning about deprecated findDOMNode usage. See [react documentation](https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usage). https://github.com/ant-design/ant-design/issues/26136

Similar issues: - https://github.com/cloudflare/boring/issues/242 - https://github.com/cloudflare/boring/issues/121 The output: ``` cargo run Compiling boring-sys v4.10.2 error: failed to run custom build command for `boring-sys v4.10.2` Caused by: process didn't exit successfully:...

# Summary As it is, the documentation hints at the possibility of sending a request with a multipart form encoded body, but it is not explicit about it. Hence it...