Simon Bächler

Results 32 comments of Simon Bächler
trafficstars

Another fix is prefixing module with `globalThis`. I don't know Flow enough to create a merge request that passes the type system. But using patch-package I could simply change this...

@erikras This issue has been fixed in 8.3.7 and can be closed.

react-transition-group also uses `findDOMNode` which is deprecated and triggers a warning in React strict mode. Versions above 4.4.0 support another API that prevents this warning (the old API is still...

@andreandersson This makes sense. The source of truth for the connection is the connection itself, not the variable in Stomp.js.

Do you have the Photoshop version in the manifest set to 16? ([16.0,16.9]). Otherwise the extension would not show up.

To give some context, this schema is commonly used with Java when the code should be generated from the OpenAPI spec. This is a way to describe inheritance.

The export function would have to be within the ModelBackend. The user would then have to add an admin template which adds the export function. You are also calling `form.save()`...

It looks like this is a problem with `postcss-preset-env`. Adding "not dead", "not op_mini all" to my `browserslist` config solved it for me.

Hi Charlie I noticed that PyCharm marks Docstrings that are not at the beginning of a file or right after a function definition as errors. So the weird color is...

I have fixed this issue in my branch. https://github.com/sbaechler/django-newswall