Román Rodríguez

Results 6 issues of Román Rodríguez

I am using current stable version of Meteor for Windows, and I'm trying to installa a package manually (since my enterprise proxy is holding me back). So: meteor create helloworld...

As coded in src/pytest_benchmark/fixture.py: ``` if iterations > 1 and setup: raise ValueError("Can't use more than 1 `iterations` with a `setup` function.") ``` I have not found any reference to...

I'm a bit new to docker, so this might be a silly question. I would like to run and stop this docker container from a python code (this code handles...

I just discovered mechanize, and wanted to use it to search for train tickets at www.renfe.com. I just did this: import mechanize br = mechanize.Browser() br.set_proxies({"http":"http://myproxy.com:80"}) response = br.open("http://www.renfe.com/") print...

In https://red-box.readthedocs.io/en/latest/tutorials/config.html#config-custom there is an errata, as the correct parameter name is not **starttls** but **use_starttls**

First of all, thanks for your work and your efforts to get asyncio to work with Pyqt5. I am missing more examples and a tutorial here, and that's probably my...

question