Graeme Holliday

Results 11 issues of Graeme Holliday

Hello, I was wondering what the status of this project is? It seems like there hasn't been any development lately. Just curious if there are plans to return to active...

Hi, I've noticed your code no longer works, as the dependency chain is broken. I've added some commits to fix this. Let me know if there's anything else I should...

`MultiThreadEnv` has a property called `terminals` which is a `BitArray{1}` containing the termination information for all of the wrapped environments. However, the `is_terminated` function behaves in an unexpected way: ```julia...

bug

This fixes what appears to be a copy/paste bug that affects multi-threaded envs where the state space of the wrapped environment has different dimensionality than the action space of that...

I'd like to get an idea of what commands are most desired by the community so I know what to prioritize implementing. Some are really obvious: - [ ] list...

help wanted

Based on the formatting from #4, it seems reasonable to have `tw long` and `tw short` be the base commands behind opening trades (I was thinking we could have something...

help wanted
question

Given the following settings: ```python async def long_job(ctx): # simulate job that takes a long time await asyncio.sleep(3600) class WorkerSettings: cron_jobs = [ cron(long_job, run_at_startup=True) ] # ... ``` the...

## Description This PR adds a new integer argument, `--workers` (or `-w`), to the CLI. This will cause N-1 additional worker processes to be spawned with the same configuration. This...

Generally speaking, one of the best features of this client as opposed to redis-py is the improved types. Async code is a disaster with redis-py, and coredis makes life much...

enhancement

## Description Begins adding structured concurrency via anyio, a new dependency which replaces async_timeout. ## Related issue(s) Fixes #292 ## API Changes - Most objects (Redis clients, connection pools, pubsub,...