Devonte

Results 86 comments of Devonte

It would be the URLs in the documentation but with your domain name instead of `pterodactyl.test`. To get a client API key you need to go to `/account/api` and create...

You'd need to get the panel logs to debug the issue, but that may be more effort than it's worth. Reading the source code would still be sufficient and possibly...

Yes, any help is appreciated!

Please in any case, disable `Metrics/CyclomaticComplexity`. 🙏

I do wonder why `Hash#[]` and `Hash#[]?` aren't strictly typed, that solves this with a compile time error. I guess it's too late to change it now...

Wouldn't that potentially break existing code? It seems `yield` without parentheses is a lot more common...

I've been thinking about this a lot recently and would like to give my two cents on this: > ```crystal > @[Annotation] > class NotBlank > def initialize(...); end >...

@navid-m There's no need for this toxicity. If you had expressed your intentions in the initial PR comment then things could have been handled differently. Reviews will continue to be...

> This behaviour doesn't really add any use to the websocket API unless you have direct access to the wings config and therefore adding implementations that utilize 3rd party server...

All RFC-compliant websocket libraries provide the ability to change the header. What you're talking about only applies to websocket in a browser environment, in which case: don't connect in the...