Olicorne
Olicorne
Hi, (I am surprised to see I seem to be the first to ask for this. If I missed the other requests I apologise. Related to #33 and #34 )...
Hi, Currently the idea is that words longer than X characters should be split / hyphenated. I was wondering what you would think about this instead : if the word...
Hi, I am developping some piece of software that uses sqlite but some non savy users would like to access the db and I couldn't find any nice looking and...
Hi, Just figured I might tell others what did the trick as I had trouble getting this script to work python version : 3.7.0 (in pyenv) requirements : numpy==1.15.1 librosa==0.7.2...
Hi, Just wanted to point out that the notification function "tickmate reminder" never worked on my phone. Am I the only one ?
Hi, I find the current way of managing activities imperfect and would like to suggest this : there needs to be a dynamic group of all the activities that have...
Hi, I was trying to disable memory mapping on my algorithm and after reading [the doc](https://joblib.readthedocs.io/en/latest/generated/joblib.Parallel.html) I thought that simply setting 'mmap_mode' to None would disable it: * from max_nbytes...
A PR was asked by @ogrisel in [this issue](https://github.com/joblib/joblib/issues/1315). This seems of small importance and the patch is minimal but it passes the test script mentionned in the issue above....
Signed-off-by: thiswillbeyourgithub Hi, After chatting with @drtonyr in #357 I ended up spending some time in `ppg.py` and figured that instead of waiting 10s to display the heart rate you...
Hi! I discovered recently [ulab](https://github.com/v923z/micropython-ulab) which apparently can bring lots of functionnality of numpy to micropython. I am interested in some of those functions to handle computation to optimize my...