Koyomi Araragi

Results 25 issues of Koyomi Araragi
trafficstars

Docker compose was able to start all services with the command below (as per [docs here](https://github.com/open-telemetry/opentelemetry-demo/tree/main/src/frontend)): `docker compose run --service-ports -e NODE_ENV=development --volume $(pwd)/src/frontend:/app --volume $(pwd)/pb:/app/pb --user node --entrypoint sh...

bug

Peek: 1.5.1 GTK: 3.24.30 GLib: 2.70.2 Desktop: ubuntu:GNOME Display server: X FFmpeg version: ``` ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration:...

The readme says: > When you set up your environment with the LoggerInjector class or default configuration, you can see trace id with every log. But I have no clue...

In my workflow, I use [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) for OIDC authentication via GitHub. This is a sample workflow: ``` name: Build on: push: branches: [main] jobs: build: runs-on: ubuntu-latest steps: - name:...

If the `pg_password` provided with `vars.yaml` contains some special characters, for example the password below (autogenerated by AWS RDS): `4k]-%hA|RI*[?j(-(l]{(` Some apps like `db-openreplay`, `ender-openreplay`, `http-openreplay` and `integrations-openreplay` won't be...

bug
deployment

Would be very nice to support Discord integration, so sessions with errors can be automatically sent to a Discord channel.

feature-request

First of all, thanks for such an amazing tool :rocket: I use Argo CD to provision several components to Kubernetes (e.g. Grafana, Robusta, Nginx Ingress, Keda, RabbitMQ). Argo CD can...

feature-request

When tried to update the charts using helm, for example to add SMPT config, the installation fails with the error below: ``` failed exit status 1: Error: template: openreplay/charts/storage/templates/deployment.yaml:47:28: executing...

bug
deployment

Inviting team members requires adding them individually, which is a tedious work. It'd be very nice if we could just generate and invite link, share with the team members so...

feature-request

Hello! My `sst.config.ts` looks like this (the run function): ``` async run() { new sst.aws.Nextjs('MyApp', { domain: { name: 'app.mydomain.com', aliases: ['app-qa.mydomain.com'], cert: 'arn:aws:acm:us-east-1:123123123123123:certificate/9999999', } }) }, ``` It had...