MelarDev

Results 10 comments of MelarDev

It is done on purpose, so you don't take it over.

Actually, I don't even think the name of the repo matters, just create any repo, go to settings of that repo, enable Github pages and add your custom domain there,...

funny, I was just trying a few hours ago to take over a firebase app, I could not, but what I noticed is that the TXT record is the same...

@random-robbie This is the TXT record I get when I try to add github.com: `google-site-verification=_hFoiuxEK5rlpZZfR8DgLq48UvrqRleu6cat5EBe3x0` Can you tell me if you get the same?

@shoeper Thanks for confirming. I keep getting the TXT I said at the beginning, so I think we get a constant TXT per account and hostname, **that would mean it...

Hi, can somebody confirm if the issue exists? it is a huge deal if the client keeps stuck while the connection is closed ...

I improved greatly my code and the issue seems to have disappeared, I don't have proof but after seeing the logs I can confidently tell the framework very easily enters...

@lukebakken Hi, I understand, do you want me to create another issue? Thanks for pointing out to me the other library, happy to see a RabbitMQ Go client more maintained...

I tested this, to make it work I had to create a zone per resource group. Creating a zone on a resource group gave 4 DNS servers, deleting the zone...

The `@formatter:off` and `@formatter:on` is a switch to instruct IDEs such as Pycharm to not format that block because it would break the intended indentation. Pycharm would remove any additional...