Results 12 issues of Christian Erhardt

I recently upgraded my influx 1.8 to influx 2.2. I used the way described in the documentation: - Mount the v1 data to `/var/lib/influxdb` - Mount a empty v2 data...

I'm trying to compile [welle.io](https://github.com/AlbrechtL/welle.io/blob/master/RASPBERRY-PI.md) for raspberry pi and stumbled upon this great project. But I want to compile it with 5.12 LTS. I adjusted your code to work, but...

I'd like to hear your opinion about docker builds. Let's say I want to build welle.io (as an example). It would be awesome to use docker for this, but i...

I think I found another bug with relations in 'ucast'. ```javascript const query = AwsAccountModel.query(); const { can, build } = new AbilityBuilder(Ability); can('read', 'AwsAccountModel', { 'id': { $in: ['0001',...

I'm using you gist code to check casl rights directly at the database. But when i do a `eager` or `withGraphJoined` the `interpret` function will add a second join for...

bug
ucast/sql

When a relation was already joined with `withGraphJoined`, ucast was adding the relation a second time. Now a check for the relation is performed. fixes #17

I created a Dockerfile to compile welle.io for Raspberry Pi on my x86 machine. I thought I could go a step further and create a github action for it as...

enhancement

:robot: I have created a release *beep* *boop* --- ## [2.22.1](https://github.com/MoJo2600/pihole-kubernetes/compare/pihole-2.22.0...pihole-2.22.1) (2024-03-06) ### Bug Fixes * invalid web service manifest generation ([#288](https://github.com/MoJo2600/pihole-kubernetes/issues/288)) ([b1019dc](https://github.com/MoJo2600/pihole-kubernetes/commit/b1019dcdd2b3f42ba05dbca8b687ee2627d92411)) * Update Chart.yaml ([#291](https://github.com/MoJo2600/pihole-kubernetes/issues/291)) ([f10c1fc](https://github.com/MoJo2600/pihole-kubernetes/commit/f10c1fca167346de4fbd6681cfebd08cae7c13df)) --- This...

autorelease: pending

Hello, `knexIdentifierMapping` is mentioned in the [docs](https://github.com/Vincit/objection.js/blob/1f743815add5ac87eb6c6431f6928434ebbcb3bc/doc/api/objection/README.md#knexidentifiermapping) but when I try to import it into my project i get the following error message: ``` import {knexIdentifierMapping} from 'objection'; Module '"../../node_modules/objection/typings/objection"'...

typings

### What happened My printer is connected to a shelly 1 to power up the printer from the GUI. It was working, but after an update (I don't know the...

bug