Alexander Scherer

Results 18 issues of Alexander Scherer

Hi there, maybe this is a really dumb question but we have thease logs right now: ```json {"level":"info","pid":32064,"hostname":"ascherer-pc","appName":"@triluxds/tds-lp-nest-logger","appVersion":"0.0.1","context":"InstanceLoader","payload":{ "test": "test123" },"msg":"LoggerTestModule dependencies initialized"} {"level":"info","pid":32064,"hostname":"ascherer-pc","appName":"@triluxds/tds-lp-nest-logger","appVersion":"0.0.1","context":"RoutesResolver","payload":{ "test": "dfgdfgdfgdfgdfgdfg" },"msg":"LoggerTestController {/}:"} {"level":"info","pid":32064,"hostname":"ascherer-pc","appName":"@triluxds/tds-lp-nest-logger","appVersion":"0.0.1","context":"RouterExplorer","payload":{ "test":...

Hi, because the rabbitmq modules has those dependencies: "dependencies": { https://github.com/golevelup/nestjs: "^1.4.4", https://github.com/golevelup/nestjs: "^3.0.0", https://github.com/golevelup/nestjs: "^0.6.0", https://github.com/jwalton/node-amqp-connection-manager: "^3.0.0", https://github.com/amqp-node/amqplib: "^0.8.0", https://github.com/uuidjs/uuid: "^3.3.2" }, the recent update of golevelup/modules v0.6.1 to...

Hi everyone, i was looking for some input as to how you guys are saving audit log / revisions with sequelize-typescript. I have not found any solution but i'm 100%...

# Issue I'm having a unique index of three fields but i'm using paranoid mode which leads to not being able to reuse the same values after deletion in those...

# Issue I'm trying to write a function that can update a model and there are two possible models that can be inserted to the function. ## Versions - sequelize:...

Hello, i'm using this compose file: ``` version: '2' services: web: image: odoo:12.0 depends_on: - db ports: - "8069:8069" volumes: - /data/odoo/odoo-web-data:/var/lib/odoo - /data/odoo/config:/etc/odoo - /data/odoo/addons:/mnt/extra-addons environment: VIRTUAL_HOST: odoo.mydomain.de VIRTUAL_PORT:...

Hey guys, i've got my tables all having a varchar(36) as primary key containing the UUID of the object. The defaultValue is "(UUID())" which commands mysql to generate the uuid...

Hi everyone, I'm not really sure if that is an AWS issue or maybe a config issue on our side but right now we are having huge troubles getting runners...

is there a way to send the stats to a private grafana instance on screepspl.us?

## Pull request summary ### Description: refactor console.logs to logger ## Testing checklist: - [x] Changes are backward-compatible - [x] Codebase compiles with current `tsconfig` configuration - [x] changes are...