Paul Korzhyk
Paul Korzhyk
I think this issue can be closed, because the underlying cause and and a documentation link have been provided
As a new user I actually ran into this error message. master branch as of March 2023, Python 3.11.3
This is incredible! how can I ~~double~~ triple upvote it?! On a serious note - I am looking forward to seeing this merged into main, will definitely test the js...
These "diagnostic" errors are printed on my podman machine too, with disabled multi-threading. I don't think the messages are critical, because the build produces wasm/js file after that. can take...
I agree with your comments, @jimmywarting, however the download code is already part of FileSaver. Since this PR is changing existing functionality and touches on security, I'd rather make `withCredentials`...
+1 for adding an option to ignore certain stylesheets or URLs. CSS files rarely use vh and vw so it's a bit of an overkill to process all of them....
Based on [this example](https://github.com/mobxjs/serializr/blob/master/test/classes.js#L461) I think the right way to serialize subclasses is to remove `name` from `Worker` and add `getDefaultModelSchema(Worker).extends = getDefaultModelSchema(Person)`. This way `name` will always go first...
Issue #12341 has been closed, seems like there are no blockers to fix this one. Can anyone confirm that podman on linux reports download progress? a comment in this thread...
FYI, I'm not a maintainer, but your codesandbox link doesn't work for me - seems it's either deleted or marked private