Jean-Matthieu BARBIER

Results 5 issues of Jean-Matthieu BARBIER

I've not enough time now for a PR, but for angular 11, `common.js` is now `node_modules/@angular-devkit/build-angular/src/webpack/configs/common.js` and `typescript.js` is now at `node_modules/@angular-devkit/build-angular/src/webpack/configs/typescript.js` so in `ng-add-pug-loader.js`, we have to update :...

If imagePullSecrets are used to pull main database images, they are not used for backup templates. So if the backup job is scheduled on a pod without database image, it...

# Feature Request ### Is your feature request related to a problem? Somewhat... i sometimes have artnet nodes on my network, totally unrelated to awtrix3, but awtrix3 catches the artnet...

feature request

Running the `storage-example` with `dx serve --platform android` results in a broken app (launch fails on `.expect("Android to have set the app trampoline")`). But using `set_dir!()` after app launch is...

When provided with a zero interval and no count, the `while True` in `_iter` loop is actually infinite. A rrule like this one : ``` DTSTART:20221205T210000Z RRULE:FREQ=MONTHLY;INTERVAL=0;BYHOUR=0;BYDAY=MO;BYMONTHDAY=1;UNTIL=20261231T200000Z ``` makes `rr.after`,...