kamaradski

Results 8 comments of kamaradski

I'm really waiting for this, as in AWS ECS I can also not get the workaround https://github.com/cloudflare/cloudflared/issues/1126 working at all. If something breaks our tunnels are currently just hanging. not...

I'm testing the curl method: ``` FROM tarampampam/curl as curl FROM erisamoe/cloudflared COPY --from=curl /bin/curl /bin/ ``` in AWS ECS like this: ``` resource "aws_ecs_task_definition" "ecs_cloudflared_task_dev" { family = "cloudflare-tunnel"...

if i would be looking to solve this problem, i would start looking into a client side clipboard function, so to take the screen contents and put it in the...

I actually think it's a feature that none of the visitors is able to see what other people posted, unless you have the exact link. If anything i would argue...

To be really fair the syntax highlighting is a bonus feature for me, so it's fine :) don't waste to much time on it.

> I hope no one is running this pastebin facing the internet I do not recall reading this as a warning in the readme, just an idea that if you...

Before i open a new feature request for something that actually lured me here, i like to confirm the scope of the work done on this feature request as we...

> Generate the ID in a loop inside, until the INSERT succeeds. yes, i think this is the easiest and cleanest solution: 1) Attempt the INSERT directly with a randomly...