Charles
Charles
I'm attempting to load some Documents and get a `TransformError` - could someone please point me in the right direction? Thanks! I'm afraid the traceback doesn't mean much to me....
I'm getting the following error which is strange given that I only have it defined once in my code, inside `runapscheduler.py`. ` WARNING apscheduler.scheduler: Execution of job "update_payments (trigger: cron[hour='12'],...
### Operating System Window 11 ### Programming Languages Python 3.11.2 ### CCXT Version 4.2.15 ### Description If I run this code, 8 times out of 10 I will get the...
Issue as suggested by @samuelcolvin https://github.com/samuelcolvin/watchfiles/issues/247#issuecomment-1761479159
I have a docker-compose.yaml application using watchfiles to reload project files. However, changes made to packages referenced locally and installed via `pip install -e .` aren't reflected. Changes only appear...
**Describe the bug** http://localhost:5557/ loads indefinitely despite flower starting as expected **To Reproduce** Steps to reproduce the behavior: 1. Start flower ```shell celery -A project_name \ --broker="redis://redis:6379/0" \ flower ```...
**Describe the bug** I've deployed flower in GCP Kubenetes and it periodically throws a `Uncaught exception in write_error` which seems to stem from tornado. The admin dashboard still loads fine....
I'm sure the answer is obvious since it's not covered in the book but why do we need to multiply 0 by `self.x`? https://github.com/jimmysong/programmingbitcoin/blob/2a6558263923214320bbdeb10826464fe24ef540/code-ch02/answers.py#L116
I'm trying to align the RGB and Depth in order to blur whatever is further than x in the RGB image. Can someone point out how to align the RGB...
I'm having a hard time understanding the "MapDepthToColor" example. I'd be very grateful if you could point out how to retreive the depth of an RGB pixel? I'm specifically trying...