Ivan Kanakarakis

Results 136 comments of Ivan Kanakarakis
trafficstars

I agree that commands are kinda uneasy to use. I do like the `commandName` and `commandAliases` in `@Parameters` annotation. I was also trying to get commands to work with enums....

e6009f7 is also mentioned in issue #16 . This should be fixed. Also, no, #17 did not include that as mentioned in a comment. Having python-markdown support would be nice,...

We would also be interested in this, especially the ability to integrate with apischema.

it seems that `jless` (https://github.com/ibraheemdev/modern-unix/issues/95) is even more powerful.

hello, I'm looking into the same issue; trying to escape a `+`. Escaping with `\`, as mentioned [in the docs](https://lunrjs.com/docs/lunr.Index.html#~QueryString), does not seem to work. I think @gilisho's example demonstrates...

I would like that too :)

Hi, this is something that should be handled by the app (pysaml), not the system (xmlsec might be used by other apps on the same host). IMO, a configurable blacklist...

hello, I am referencing IdentityPython/pyXMLSecurity#54 and IdentityPython/pyXMLSecurity#55 to have them link here, as the issues are closely connected. This is the relevant code I tested with in a python shell:...

To my surprise, the spec makes no mention of namespace-prefixes canonicalization. It only mentions namespaces to set the rules that create the list of namespaces that are in use by...

> It uses the `defusedxml.ElementTree` class there. When I duplicate the code in `soap.open_soap_envelope()` and use the `lxml.ElementTree` instead, it does everything correctly (and leaves the name spaces alone). `pysaml2`...