Troy Zimmerman

Results 6 comments of Troy Zimmerman

I've been working through this issue and the following worked for me. ```python from promise import set_default_scheduler from promise.schedulers.asyncio import AsyncioScheduler set_default_scheduler(AsyncioScheduler()) ``` I tried using the `scheduler` argument of...

Do you know of a better workaround? Otherwise, it sounds like if you're using threads to handle requests (which I'm not), the `DataLoader` simply cannot be used as-is.

I agree it feels a bit like a violation of the Unix philosophy, but the concept of history is also built into many tools (.bash_history, .viminfo, etc.), so you could...

@jmoiron Are you open to additional maintainers? There are a handful of really useful PRs that look straightforward and I'd be happy to help get them merged. This is a...

> This project appears to have been abandoned I've merged this into my own fork here https://github.com/BenKnigge/sqly If anyone else would be interested in going through this pr black log...

@chebee7i Did you try using `numpy >=1.17` in your recipe? I have a similar issue and that minor change actually worked for me with plain `conda-build`.