Egor Panfilov
Egor Panfilov
Hello! First of all, thank you for this great project! I'm using mountebank in my project for testing and it works great. For local development I'm using MacBook Air M1,...
Hello! I've recently started to use mountebank in my Python project and found that there are no usable async clients. While it is super easy to write the new one,...
There's same code pieces (with minor differences): https://github.com/erakli/pysaml2/blob/master/src/saml2/client_base.py#L783 https://github.com/erakli/pysaml2/blob/master/src/saml2/ecp.py#L43 I think, we need to eliminate duplication and merge all ECP stuff in one place.
I found that parse_ecp_authn_response not tested at all and doesn't work with example services. ### All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls)...
All ReplaceableEntities that are defined in `env.py` are added on every auto generated migration. Even if there are no change in those entities. Maybe add some sort of checksum? Anyway,...
Quick way to add custom menu items without Resource. Usage: ```js import * as UI from 'ra-ui-materialui'; import TreeMenu from '@bb-tech/ra-treemenu'; import Settings from '@material-ui/icons/Settings'; const CustomMenuItems = [ ,...