Devonte

Results 65 issues of Devonte

I think it would be great if the Crystal Weekly website was made with Crystal, it would also allow others in the community to contribute to the development/maintenance of the...

### Current Behavior Sending a POST request to `/auth/login` with the required user credentials (excluding the reCAPTCHA token) will cause a 500 error response. This is only when reCAPTCHA is...

not confirmed

This is more of an extension to #130 but implemented as a dedicated command. Most, if not all, Ameba rules have a comment describing the functionality of the rule, the...

question

With https://github.com/crystal-lang/crystal/pull/13866 going through, I believe that `Performance/AnyInsteadOfEmpty` should be replaced with `Style/EmptyInsteadOfPresent` which would check for double negation in `if`/`unless` statements and unnecessary `!` operations in ternaries. For example:...

refactor
rule

Adds initial concept for an environment variables page under the Panel section. This is following the configurations set [in the panel files](https://github.com/pterodactyl/panel/tree/develop/config). Variables reused in other config files will not...

enhancement
help wanted
good first issue

Following the naming of #144 and https://github.com/crystal-lang/shards/issues/144#issuecomment-364628499, have a `shards remove` command to remove a dependency/dependencies from `shard.yml`. Currently, if you want to remove one or more dependencies from your...

kind:feature

A lot of the codebase seems to be using code that was likely before the Crystal 1.0 release, and while parts of the library have been updated in recent-ish updates,...

A renderer for markdown (markdown -> markdown, instead of just markdown -> HTML). This would be useful if you just want to insert/edit/remove parts of a markdown document (e.g. setting...

Per the README: > If you want to use a custom renderer, it can! > ```crystal > > class CustomRenderer < Markd::Renderer > > def strong(node, entering) > end >...

I think it's safe to say that the majority of the library is undocumented or is lacking sufficient documentation. This isn't really useful if you're trying to implement a custom...