Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

I tried to parse the following YAML: ``` - name: GARLIC units: - clove - grams - name: "GARLIC POWDER" units: - grams ``` For some reasons `GARLIC` is parsed...

**Describe the bug** When trying to compile with the last rust. **To Reproduce** ```rustup update cargo run --release ``` ```Compiling ncollide3d v0.18.1 error[E0525]: expected a closure that implements the `Fn`...

**Is your feature request related to a problem? Please describe.** Document a step by step tutorial to install carambolage on Linux. **Describe the solution you'd like** 1. Install rust compiler...

I know it is probably not the right repository to file this issue. But I couldn't find the website repository in the org. I was looking for a chainpoint validator...

What we are looking for is this list: https://www.regafi.fr/spip.php?page=results&type=advanced&id_secteur=1&lang=fr&denomination=&siren=&cib=&bic=&nom=&siren_agent=&num=&cat=21-TBR07&retrait=0

**Describe the bug** Using gspread 6.0.0 I have a `'Client' object has no attribute 'set_timeout'` error. **To Reproduce** ``` import gspread gspread_service = gspread.service_account(GSHEET_SERVICE_ACCOUNT_PATH) gspread_service.set_timeout(120) ``` **Expected behavior** Update the...

in progress

Make a new settings.py compatible with Django 1.4, fix bugs that prevent project_sample to starts. It looks like ajax_ui is the more up-to-date branch since master was merge into at...

In the admin object-list, if we want to display a boolean field which is a Translation field, it doesn't act as a boolean. but display True or False instead of...