Stéphane Collot

Results 10 issues of Stéphane Collot

Hi, I'm trying to add an env with: `python -m ipykernel install --name=py38 --prefix=/home/user/` And I get the following error: `ImportError: cannot import name 'filefind' from 'traitlets.utils' (/usr/lib/python3/dist-packages/traitlets/utils/init.py)` After the...

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Indexing
Regression

Hi, Why choosing this package over zipline-reloaded? https://github.com/stefan-jansen/zipline-reloaded Thanks in advance

Could it be possible to not safe the color in `.vscode/settings.json` of the repo? Because that file is committed to a public repo, and I don't want to modify/commit it....

Hello, I'm using aioprometheus in my FastAPI like this: ``` @app.get("/metrics") async def handle_metrics( accept: List[str] = Header(None), ) -> Response: content, http_headers = render(REGISTRY, accept) return Response(content=content, media_type=http_headers["Content-Type"]) ```...

Hi, For neural network if you change the number of features, you need to change the input dimension and therefore the number of neurons. So, we could have an option...

Hello I try to use this bundle with Symfony 2.1.4 : ->add('date', 'jquery_date', array( 'format' => 'd/MM/y')) But I have an error : Variable "date_format" does not exist in IoFormBundle:Form:fields.html.twig...

Hello, I'm currently using aioprometheus in a FastAPI Uvicorn app, but the metric exposure is blocking all the routes: https://github.com/claws/aioprometheus/issues/98 Looking at the official client, it seems that they added...

Hello With: kedro 0.17.4 kedro-airflow-k8s 0.7.3 python 3.8.12 I have a templated catalog: ``` training_data: type: spark.SparkDataSet filepath: data/${folders.intermediate}/training_data file_format: parquet save_args: mode: 'overwrite' layer: intermediate ``` with the parameter...