xorxsan

Results 4 issues of xorxsan

Hi, when Mokku is enabled, the [FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData) class gets redefined as this: ``` > const formData = new FormData() > formData g {fd: FormData, form: form.standard-form, append: ƒ} append: ƒ...

bug
help wanted

# 🐛 bug report When I run `parcel build --public-html /` the `dist` folder does generate the imported CSS file. However, running `parcel serve --port 3000` correctly generates a CSS...

Hi, we have a markdown that contains the following piece of code: ``` ![title](my-image.drawio.svg) ``` It gets correctly uploaded, but it's displayed with a very narrow width (less than 400px)....

enhancement
good first issue

Hi, I'm using `tide` web server to build a REST api. It internally uses `http_types::Request` which in turn uses `serde_qs`. I've a problem in which encoded arrays are not deserialized...