Hari Mahadevan

Results 14 comments of Hari Mahadevan

It's a little sad that this PR Is still not merged with the master.

Came here while researching into the issues I faced while setting up an Ionic Angular with Capacitor integrations monorepo project. I then set it up with NX which went well,...

Thanks for the quick feedback. What you raise is indeed a valid concern. It should be fairly simple to make the swappable model mechanism an optional feature. I'll have a...

Swapper package is optional now. The test env have been updated to cover both environments -- with `swapper` and without it using `tox`. Using `tox` allows testing the code against...

Encountered the same problem. After a bit of digging into the source, the problem is line 104 in `base.py`, the one goes `if all([cls.module_...]):` ``` if key: cls.module_registry[module][key] = model...

Please check my comment [here](https://github.com/bennylope/django-organizations/issues/203#issuecomment-735050791)

In VS2019, this is what I had to do: - Create a new project with Desktop Application profile - Add the following preprocessor definitions: `_CRT_SECURE_NO_WARNINGS;_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS;WEBVIEW_API=__declspec(dllexport)` - Undefine the following: `UNICODE;_UNICODE;`...