Devonte
Devonte
Having a detailed specification for JWT token generation and the usage in the different APIs (this is partially documented already via the claims sections). This is primarily for the Wings...
The panel has an interesting locales endpoint which returns an object containing the localization/translation strings for the frontend. It's currently only used for activity logs but I believe its usage...
Documentation should be provided for the `/auth` endpoints which are responsible for user authentication in the panel. It is not part of any specific API and is not classed as...
This is used in the application API documentation already, but having example JSON models for the applicable endpoints that can be used as references for people using the API, similarly...
This is more or less a rewrite of the configuration side of things to be an independent package that will handle live reloads and external fetches. This PR also moves...
Docr is currently using [Markd](https://github.com/icyleaf/markd) to handle markdown parsing for doc content. This is not ideal as the API is poorly documented and [is not reusable](https://github.com/devnote-dev/docr/blob/1c8abfa34594f885d477d904be5fa466a411b702/src/renderer.cr#L101). On top of that,...
### Current Behavior When transferring a server, if the connection to the node is interrupted, the transfer fails and the server is completely unusable: it cannot be accessed via the...
Quite simply, this method would print the ANSI codes to an optional IO (similar to how `to_s` operates). My primary use case for this is using colorize in regex expressions....
I wasn't sure if this required additional specs given that the underlying implementation (i.e. the regex) is the same. Closes #15020.
The `unreachable` tool is great for applications because there's an entrypoint. This doesn't really work for normal shards, most wont have an entrypoint and you can't really target specs for...