Devonte

Results 86 comments of Devonte

Global chat (should) now announce chat joins/leaves. ClientOptions have also been updated :))

A workaround has been implemented in https://github.com/devnote-dev/cling/commit/86caeefbafddb4e4fa7f83382117a53444aa0c0a and https://github.com/devnote-dev/cling/commit/40e3fe25a05b636bb730c2ab49ce8da75e3f68fc that makes use of exception funneling as previously mentioned, meaning that the `on_error` hook method has been changed to accommodate for...

Looks like you might have ran into https://github.com/crystal-lang/crystal/issues/3770 however there is actually a group of related issues with similar stack traces so it could fall under one of those too....

This seems to be an issue with how Docr looks up Crystal versions: instead of fetching them from the API on every request, it saves the available versions in the...

Version caching was changed in 9b18e094bb43ec9d5faeb72f4e8b9390f293c928 to always fetch on latest or uncached. `docr check` is also now available.

> [![](https://camo.githubusercontent.com/f3b10a0ff5b9cffd49af450e1e32bec7cb446bac3a3f370c078e786a4d0d6db6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4372797374616c446f632e696e666f2d3245313035323f6c6f676f3d6372797374616c267374796c653d666f722d7468652d6261646765)](https://crystaldoc.info/github/kemalcr/kemal) This is the logo style I use for certain projects, even if this doesn't become the official for this project I'd still use this one for Crystal projects.

How many servers do you have on your panel? Keep in mind that `#fetchAll` is recursive and will attempt to cycle through every page of servers available.

It looks like there's still objects in the `ApplicationServer` class that the case conversion functions are trying to handle which are evidently circularly-referenced, hence the recursion issues. I'll need to...

The `#fetch` method in other managers don't rely on `#fetchAll` but they do have the method unlike this one. IIRC it was left out because the endpoint has different requirements,...

Hi, thanks for wanting to contribute! For the client API the majority of endpoints have been somewhat documented in the old [Dashflo documentation](https://dashflo.net/docs/api/pterodactyl/v1/), but a lot of these endpoints have...