Nicolas Bétheuil

Results 18 comments of Nicolas Bétheuil

@Nriver > sudo cp /usr/lib/python3.10/site-packages/autojump_* /usr/lib/python3.9/site-packages/ it's not more 3.9 -> 3.10 ?

Thunderbird and [CardBook plugin](https://addons.thunderbird.net/fr/thunderbird/addon/cardbook/) are good at this game

Just for info, downgrading to webpack before 4.5 is incompatible with dev server see https://github.com/webpack/webpack-cli/issues/2422

had to install `live-server` and run `webpack --watch --mode=development` ``` "webpack": "4.44.1", "webpack-cli": "4.5.0" ```

To do it from actual configuration ``` bash gradle jar gradle writeNewPom for i in $(find . -name pom.xml); do mvn install:install-file -Dfile=$(dirname $i)/libs/$(basename $(readlink -f $(dirname $i)/..))-2.0.jar -DpomFile=$i; done...

Is it https://package.elm-lang.org/packages/justinmimbs/time-extra/ https://elmlang.slack.com/archives/C0CJ3SBBM/p1548938665625400 that could help ?

And what about the first original after dark one ? Starry night ? ![113edcf5745e047072276a5b63c4fba0](https://user-images.githubusercontent.com/787448/225865054-2d127f20-17a1-4a15-a7c3-c3690bbccacd.jpg) ![starry-night](https://user-images.githubusercontent.com/787448/225865503-f78157b9-ba50-4c00-b531-dbbc82b39a2f.png)

Seems it has worked on v2 but not more on v3 of turtl api :sob:

Doesn't succeed to login with curl to apiv3.turtlapp.com so I will be in pain to code it with python