Vadim Sikora

Results 9 issues of Vadim Sikora

Filer doesn't currently set the maximum file size limit in the frontend part, so it takes one from the library https://github.com/enyo/dropzone/blob/d8ef7a82e6ab5447c1f2d9512c8e1bfd4de5ac9e/dist/dropzone.js#L122 This should be configurable

stale

#69 implemented support for keeping conditional comments even when `KEEP_COMMENTS_ON_MINIFYING` is `False`. However it does not implement all the cases that are outlined here https://en.wikipedia.org/wiki/Conditional_comment Sadly my python knowledge is...

When trying to use in electron 12 I get following error: ``` Uncaught TypeError: Cannot read property 'getCurrentWindow' of undefined ``` This is due to removal of `electron.remote`. > Deprecated...

Somewhat common usecase is to work on feature branches, that may or may not be present on origin remote, but might be present on different remote. Currently 'origin' is hardcoded...

the project was created and never deployed ``` 1068 static files copied to '/app/static_collected'. ---> e45d43a9a49f Removing intermediate container a533cb946cb9 Successfully built e45d43a9a49f creating new database container ===> Pulling database...

It's usually a problem creating breadcrumbs for newsblog, i believe it's something that should be included in the package. Currently on (3.4.4) I'm using this snippet, which is a bit...

This line https://github.com/react-component/dialog/blob/4f70824474b6988e79b8461341b37dce23ea19ff/src/DialogWrap.tsx#L45 injects css from rc-portal https://github.com/react-component/portal/blob/37d489d896a82f5e25ffdac963ce77c863a9da17/src/useScrollLocker.tsx#L27-L30 and it's not possible to opt out of it. it would be great if it was possible

### Description ### This is a bit of a convoluted edge-case but please bear with me. Inside `$(document).ready` if I append a script to head of the document the script...

Discuss in Meeting

**Current behavior:** When you login using storyblok cli it adds an entry in the netrc file with an extra field "region". This breaks compatibility with python standard library, which throws...

bug