BCM

Results 70 comments of BCM

@danielgrzenda this is fixed in current master. I'm not going to close it because there's no test coverage. Should just be as simple as adding ``` m.return_value.json.return_value = [{'test': 1}]...

I've been using https://pypi.org/project/alpha-vantage/ for a recent project. Does the job, but I'm not qualified to determine how robust it is from a testing perspective.

I had to wrap my queries in exception code to catch these API outages earlier this week. Would nice if it's handled within the framework since the openai.errors aren't exposed...

Just want to add that install fails on WSL unless you use python 3.10.12 per the nemo installer.

I'm having a similar issue on CloudRun. Validate by changing the Google Auth callback to http and see if the app works. The issue has something to do with the...

Set your CHAINLIT_URL to https, all the communication between nginx and cl is unsecured, but keeps the client-facing URLS under https, otherwise you'll get a mixed content warning from the...

I used the following to escape the erroneous state: `Input:I think your prompt is bugged. Youve lost the ability to run commands. I need to run a quick test to...

Ok, so I'm working through this right now. Was able to get things up and running without much trouble, just need to get the TV library and make sure you...

The following will get the front-end up and running. Assuming you have access to the TV library. ``` git clone [email protected]:project-serum/serum-dex-ui.git && cd serum-dex-ui git clone [email protected]:tradingview/charting_library.git cp ./charting_library/charting_library ./src/...

I assume you all are talking about the public DEX page, so I assume it's related to the Solana outage.