Sébastien Celles

Results 294 comments of Sébastien Celles

I'm also here because I want to be able to measure 4 masses independently at the same time. I also found @compugician repository https://github.com/compugician/HX711-multi which seems to support multiple load...

Does this repository support multiple load cells or should I use https://github.com/compugician/HX711-multi which support multiple load cells but haven't been updated for a while? Kind regards

Just a comment about your list comprehension [Modulo](https://en.wikipedia.org/wiki/Modulo) can help. ```python [(90 - i) % 360 for i in range(0, 360, 10)] ``` - `90` for EAST - `-i` for...

Sorry about my answer but it may depends of your own knowledges of Ansible. So I can't tell.

Ideally it should be an optional dependency Maybe https://github.com/fgimian/paramiko-expect should be considered For interacting with telnet, pexpect is used What is important (too me) is to have code that works...

I owned an AP7900 (not B version), I'm not sure this hardware is compatible with version 6 (I think it's not). Although PR is welcome if it doesn't break compatibility...

Hello, Coming from https://github.com/jhuckaby/Cronicle/discussions/736 and https://github.com/soulteary/docker-cronicle/issues/20 I'm also facing this issue.... and 3 minutes is not enough... still waiting ! Kind regards

According Kaggle https://www.kaggle.com/c/digit-recognizer The dataset is made available under a Creative Commons Attribution-Share Alike 3.0 license. https://creativecommons.org/licenses/by-sa/3.0/us/ but maybe code can have a different license.

Some datapackage tools are given at http://data.okfn.org/tools

https://raw.githubusercontent.com/JuliaEditorSupport/julia-NotepadPlusPlus/master/Julia_Notepad%2B%2B.xml is the link to raw file Sorry I use now Visual Studio Code instead of Notepad++ so I can't help much