Nicolas Stübi

Results 22 comments of Nicolas Stübi
trafficstars

Hi @DavertMik Do you still have this idea to male a pull request with the change describe above? I have some random issues with the .fillField implementation (timeouts, not waiting...

It is weird, indeed. I'm seeing same kind of behaviour using Playwright, while I am not able to find a timeout: 0 as written in `TestCafe.js`

Have you confirmed that your element #username is really not on your page ? I mean, this: `I.waitForElement('#username');` could be replaced by `I.click('#username');` just to force the focus on your...

> I tried to increase token limit with this in .env file: FAST_TOKEN_LIMIT=16000 SMART_TOKEN_LIMIT=32000 > but the chat crash with: openai.error.InvalidRequestError: This model's maximum context length is 4097 tokens. However,...

Thanks for the info. It helps understand the degree of maturity of zeep - especially with wsHttpBinding. We had good results with basicHttpBinding (both no authentication and authentication with NTLM)....

Hi @HodaJafari I've most of these solutions, no luck: https://stackoverflow.com/questions/206154/what-soap-client-libraries-exist-for-python-and-where-is-the-documentation-for Let me know if you have better results. Regards, Nico

No, @andreabisello sorry Better to ask @mvantellingen I guess. I just tried this library as part of a POC a few years ago and it was not working well for...

Hello, Will this library be regularly maintained? We are working with Python 3.11 in my company, and the latest official version (0.7) is a no go for us. Best Regards,...

No, I am evaluating the possiblity to replace lxml by defusedxml, and the viability of this project is the last question that keep me from evaluating its usage in my...

I'm trying to find a solution to CWE-20 raised by Bandit: https://bandit.readthedocs.io/en/latest/blacklists/blacklist_imports.html#b410-import-lxml Well, I think we are back to this question raised by @djbrown: https://github.com/PyCQA/bandit/issues/767 as defusedxml.lxml is deprecated