River7816
River7816
> I utilize a client and a bot client. The 'app' client is a part of a private group and it listens for text containing 🚨🚨 or a photo with...
> https://www.npmjs.com/package/binance-api-node#order > > but instead of client.order(), use client.futuresOrder() does futures have the same `client.orderTest` function like the spot? can we use `client.futuresOrderTest()`
> You can create futures order using following method. You can check the [binance documentation](https://binance-docs.github.io/apidocs/futures/en/#new-order-trade) for the fields. > > ``` > console.log( > await client.futuresOrder({ > symbol: 'XLMUSDT, >...
> python3.10, 2.6.0可以用 我装了2.6.0也不可以啊
> See if #1275 helps It did not work cause it's not the same error. #1275 is about the openai proxy, however, I can access openai and my clash worked...
> try > > ```python > import os > > if __name__ == "__main__": > > os.environ['HTTP_PROXY'] = "http://localhost:7890" > os.environ['HTTPS_PROXY'] = "https://localhost:7891" > main() > ``` > > You're...
> I support the integration of Copilot into Spyder; currently, I'm coding with VSCode using Copilot and then debugging in Spyder...It's not the best solution. I use Pycharm now, the...
> Hi, here is my code. I want to concatenate 5100 dataframes into one big dataframe. The memory usage of these 5100 dataframes is about 160G. However, the processing speed...
> Hi @river7816! Thanks for the contribution! > > How much RAM is available on your machine? 320G, the code work fine with pandas
> > > Hi @river7816! Thanks for the contribution! > > > How much RAM is available on your machine? > > > > > > 320G, the code work...