Lars Holmberg

Results 16 issues of Lars Holmberg

It seems reloadr doesnt work with gevent patching? Is this a known limitation? Is there possibly a workaround? ``` from reloadr import reloadr from gevent import monkey monkey.patch_all() @reloadr class...

Updates Locust to 2.11.0 I was unable to run the GH actions in my fork, but I'm guessing they will run when I make this PR...

Hi @nickboucart ! I'm one of the maintainers of Locust and the creator of "locust-plugins", a collection of addons for locust. Before I found your code, I made my own...

In some cases it is useful to access the literal text that is about to be output by transformer, rather than accessing the AST. This could of course be done...

enhancement

Maybe there is some other way to make editable installations, but `pip install -e ...` is the only way I know, and a setup.cfg or setup.py file is needed for...

Already fixed in #84 (adding this ticket to satisfy merge requirements)

enhancement

In #80 I said: > > For a new major version I would love to drop Locust 0.x support and maybe put everything in one task (insted of `@task`:s in...

enhancement

### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am reporting a bug, not asking a question ### Description I would love for custom...

bug

### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description I marked it as...

feature request

### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description https://github.com/geventhttpclient/geventhttpclient/pull/209

feature request