Max

Results 17 comments of Max

The latest (3.5.5) I don't think its buggy, but I just like to have a set of i.e. active jobs visible and search something about them in another tab without...

Wäre jetzt ja möglich, weil das seit 1.144 mit dem kvService gesynct wird, oder?

@ewoerner you mentioned aspect ratio, do you (or anyone else here) aware of a solution to have the PiP window fixed for a ratio, so resizing doesn't show black borders...

Sad to see, that there are so many good PRs that are not used/merged by the Github staff...

Have the same issue with any media on Firefox **Device model, version and app version** Model Name: MacBook Pro (2019) macOS Version: macOS Big Sur 11.6.8 App Version: 2022.3 (2022.358)...

I have no experience with chai, but the integration works for me. Maybe someone can have a look in the tests

I'm using this function in my NodeJS Backend and it works good. ``` const replaceEmojiWithImages = ( text, config = { path: 'https://externalurl/img/emoji/', class: 'emoji', ext: 'png', alt: true, }...

For us JWT token authentication with Cloudflare Access ([docs here](https://developers.cloudflare.com/cloudflare-one/identity/authorization-cookie/validating-json/)) would be the best solution. As uptrace is written in golang, it would be probably the easiest way to enable...

> @derN3rd @aramperes do you happen to know if it is possible to use Cloudflare Access to protect http://localhost:19876/ so I can test this locally? Any hints would be appreciated......

Short example config for cloudflared /etc/cloudflared/config.yml ```yml tunnel: credentials-file: /root/.cloudflared/.json logfile: /var/log/cloudflared/out.log originRequest: connectTimeout: 120s ingress: - hostname: behindcfaccess-uptrace.mydomain.com service: http://127.0.0.1:19876 - service: http_status:404 ``` The application you add in...