-
**Script**
```
from typing import List, Literal, Dict, Any, Optional
import dspy
from datasets import load_dataset
from pydantic import BaseModel, Field
llm = dspy.LM(model="databricks/dat…
-
If you create a new project, setup in app purchases and place a break point on the listener for InAppPurchaseConnection.instance.purchaseUpdatedStream you will notice the following.
the notes on th…
m-j-g updated
8 months ago
-
I'm referring to the login method here: https://github.com/tedchou12/webull/wiki/Workaround-for-Login-Method-1
Before, I would go to the Webull site, login, go to the trade tab, refresh page, and t…
-
I've had a look at `FloatConversions` and `Uniform01`, `Closed01` and `Open01`. I'm not sure all the features should be there. Personally I would only provide the following two features, one from a ge…
-
## Describe your environment
* Operating system: window10
* Python Version: Python 3.12.7
* CCXT version: ccxt==4.4.24
* Freqtrade Version: Freqtrade docker-2024.10-dev-1f237db2
## Descr…
-
### Details
Because there are difference between models, it would be nice to specify it when you use the lib. If a certain model is used the lib should check if the functionality is supported
Chec…
MDUYN updated
12 months ago
-
```
(freqtrade) yoos@yoos-System-Product-Name:~/Documents/code/freqtrade$ freqtrade trade --config user_data/config2.json --strategy SampleStrategy
2024-10-05 17:38:26,296 - freqtrade - INFO - freqt…
-
It's inconsistent that Dart allows conditional expressions in collection literals when building Lists, but not in parameter lists. Parameters are just collections that are used to invoke a procedure.…
-
Hello :)
I am trying to apply 301 redirect with my Gatsby and S3 + Cloudfront , and so far i have no success ,
i have about 204 redirect url , i will list below my configuration .
``` createR…
-
### Operating System
Arch Linux
### Programming Languages
Python
### CCXT Version
3.1.7
### Description
I can create a normal order using `create_order` method but I cannot create…