Ghislain PUTOIS

Results 10 issues of Ghislain PUTOIS

CSS download on https://tachyons.io/ refers to version 4.12.0 , but tag and release are missing in github repository.

In French, we need to use dead keys and composition events to generate some characters (like ĂȘ). Unfortunately, those events are not fired if contenteditable is not used.

With pytorch_lightning 1.7 : ModuleNotFoundError: No module named 'pytorch_lightning.metrics' Solution : change imports in python train_*.py from ```import pytorch_lightning.metrics.functional...``` into ```import torchmetrics.functional `` and install torchmetrics (pip install torchmetrics for...

### Are you use the envd server? - [ ] Yes, I am using the envd server. - [X] No, I am not using the envd server. ### Describe the...

help wanted 🆘
type/bug 🐛

MongoDB has added a version "v" field . see https://jira.mongodb.org/browse/SERVER-6671 This filed might cause a TypeError in trigger() function . Minimalistic workaround : extend slave.py with : def trigger(ts, h,...

### Steps to Reproduce My pyproject.toml contains a section: ``` [tool.rye] virtual = true dev-dependencies = [ "-e file:///home/redacted/my_private_project", ] ``` I would to install the project without these dev...

**Describe the bug** I have a VARCHAR[] column "languages" containing tags like "en", "fr" , with an in-browser duckdb instance. If I try to use this dimension column either for...

Type:Bug

First of all, thanks for this very usefull deployment template, very much appreciated ! I wanted to use ray serve, but the dashboard agent port (52365) was not exposed by...

"arquero": "6.0.1" I found that there is an integrated pull request adding BigInt support for sum, median, quantile, etc. (https://github.com/uwdata/arquero/pull/26) but not for mean operator.

## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...

impact/usability
kind/bug
awaiting-feedback