Charles
Charles
Every time the scheduler starts I get the following warning: ``` /app/.heroku/python/lib/python3.8/site-packages/apscheduler/triggers/cron/__init__.py:146: PytzUsageWarning: The normalize method is no longer necessary, as this time zone supports the fold attribute (PEP 495)....
Is there a way to export a high resolution version of a heatmap?
I'm getting `InvalidThreadUseError` when making a `wait()` call on an `Event`. [Here's](https://github.com/ftexchange/ftx/blob/85beb7d3cc452277d9c7b648633ee761f0152851/websocket/client.py#L112) the line where this error happens, can someone point me in the right direction? The code runs fine...
Peasy cam doesn't load with the simple example provided in the readme - any ideas? ``` Uncaught TypeError: renderer.camera is not a function at EasyCam.apply (p5.easycam.js:608) at EasyCam.update (p5.easycam.js:591) at...
I'm trying to retrieve all tokens associated with a public key, but as far as I understand the token name stored under the `data` key is serialised. How exactly can...
Is the bot logic described in writing anywhere? Does it primarily manage delta-neutral positions by picking highest funding rate?
`django-apscheduler` does not close connections when management uses `ThreadPoolExecutor`, which eventually leads to: `exception:connection to server at "localhost" (::1), port 5432 failed: FATAL: sorry, too many clients already` I'm using...
### Issue Summary Unable to deploy to Railway: `ERESOLVE unable to resolve dependency tree` I'm following this guide: https://blog.railway.app/p/calendso ### Steps to Reproduce 1. Run ` railway run npx prisma...
It'd be nice to be able to isolate logs for each of the services and by default automatically stream try them. I suggest adding two flags; ``` -s --service service_name...
I'd like to understand why the text is being split by 1000 characters? Is it that each chunk if to be submitted using 1000 tokens? (In which case the character...