Christopher Keers
Christopher Keers
This should me marked as closed. Jquery's Ajax will work because it handles sending files for you. It will start with the latest API's like [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) and work all the...
I think this may be related to #264, you might need to send this request with an iFrame.
This is related to #264 Please see [Issue 264](https://github.com/ded/reqwest/issues/264) about why this is correct functionality; you should not be able to submit files because XMLHttpRequest does not support it. Jquery...
This is actually implemented already but is blocked from ever running. Take a look at the `getOffset()` function starting at line 330. If you provide a padding value that value...
It seems this feature may be dead, but I would like to resurrect it to say that I personally have been searching for an HTML parser that can perform basic...
I would like the green logo back as well. I followed the logic in [this repo](https://github.com/chadlavi/vscodium-icon) but with the green logo/icons and it did not work on Windows. I even...
For anyone else looking here is most of the options: https://github.com/fb55/htmlparser2/blob/d5882dbc400ab1655be5e57fbf5481bfce921d00/src/Parser.ts#L104 There are two more options inherited from the [domhandler](https://github.com/fb55/domhandler/tree/master): https://github.com/fb55/domhandler/blob/08839ace0346ac406d3621b2f1c70fa61914a130/src/index.ts#L16
I made a patch that is working. This protects CSS grid names automatically for you and should allow for variables to be used in the statement if needed; I have...
👋 I was the one who added SSL support to the project. To clarify SSL (HTTPS) support is disabled by default and requires manual setup. An `SSL_ERROR_RX_RECORD_TOO_LONG ` error often...