Steven DeMartini

Results 20 issues of Steven DeMartini

The primary change here is to not initialize with an explicit `window` dependency. This allows the module to be imported on the server, since it can be exported without requiring...

When using `&` to combine predicates, if one of the predicates returns `None` (a falsey value), the overall predicate will mistakenly/confusingly return `True`. This is *not* consistent with running the...

In the many-to-one and many-to-many extras, there is currently a way to specify `"exact"`, which essentially purges all past entries and creates new ones following the given inputs, such that...

`many_to_one_extras` -> `many_to_many_extras` in the relevant section.

Thanks for the great package! I noticed one issue using `SafeDeleteAdmin` and the `highlight_deleted_field` option, after following the example in [the docs](https://django-safedelete.readthedocs.io/en/latest/admin.html): ```python class ContactAdmin(SafeDeleteAdmin): list_display = (highlight_deleted, "highlight_deleted_field", "first_name",...

Closes https://github.com/jens-ox/eslint-plugin-material-ui-unused-classes/issues/8 This is a PR for the branch mentioned here https://github.com/jens-ox/eslint-plugin-material-ui-unused-classes/issues/8#issuecomment-1025318418, which makes the suggested change to allow eslint 8. @jens-ox would you be able to merge this in...

**Describe the bug** When a comment is placed above a one-liner expression that uses a conditional statement, and `--preview` mode is on, black changes the comment and one-liner into a...

T: bug
C: preview style

## Please describe your changes As of https://github.com/ueberdosis/tiptap/pull/2610 (https://github.com/ueberdosis/tiptap/commit/7cae9673f0086973b4d31e1343375ed5ad04ee0a), new generics were added for Suggestion options and props. However, there is a subtle bug in the current typing: the object...

Right now, if you use yarn 2+ to install the latest version of `material-ui-popup-state`, you get this warning: ``` ➤ YN0002: │ material-ui-popup-state@npm:5.0.8 [d9650] doesn't provide react-dom (p254f3), requested by...

#### What language are you using? **Python** #### What version are you using? 0.3.1 #### What database are you using? PostgreSQL #### What dataframe are you using? Pandas #### Can...

bug