Matej Stieranka

Results 9 issues of Matej Stieranka

Currently, when an object is sent using the `multipart/form-data` content type, none of the individual parts have a set content type. This, however, can be an issue in applications where...

When submitting a form using AJAX (via axios in my case), the JSON response has the action name appended to it, which makes it so that the JSON cannot be...

question

Hi, in the application that we currently use this library in, we use it to input codes with the regex pattern of `/^[0-9a-zA-Z]{6}$`, however, this library only allows enforcing of...

enhancement

### Steps To Reproduce 1. Go to https://design.penpot.app 2. Load the project contained in export-fail.penpot (contained in the following ZIP due to GitHub constraints: [export-fail.zip](https://github.com/penpot/penpot/files/13440829/export-fail.zip)) 3. Click on "2480x520 board"...

bug
managed on taiga

Add syntax highlighting to the themes: - original - original-dark Should just be a bit of JS

enhancement

- Fix options tab so it centers onto whichever page and keeps the entire background themed - Explicitly set the width if it's in a pop-up - Add a link...

enhancement

- Explicitly handle task cases - Fall back and show message if no selector was matched (this should fix code review submission page bugs)

enhancement

After an update (and only then), the user should see a pop-up with the changelog

enhancement

Open task page and you will be greeted with this error: > Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules'...

bug