Alan
Alan
Would it be possible to have a domain that looks like this? `foo.bar.mod.land` I want to have `app.mod.land` AND `api.app.mod.land` at the same time, both pointing to different url’s, if...
Created readme.md with installation and setup steps.
Handle the cases: user id, mention in the `suggestions` command Fixes #81
Remove all non alphanumeric characters from commands that take suggestion id as an argument. Closes #83
When running the `,suggestions` command, currently 2 cases are handled: - User id's - Mentions When the input provided is not in those cases, it will error. Steps to reproduce:...
I just found out that there was a dogehouse revived, and I decided to take a look. Just like with the original one, I logged in with discord. However, upon...
In the example given in the meme.go demonstration for text with stroke width, the code inefficiently loops in an O(n^2) loop. https://github.com/fogleman/gg/blob/8febc0f526adecda6f8ae80f3869b7cd77e52984/examples/meme.go#L15-L26 In this case, when n=6, the maximum iterations...
## Description Pages under the getting started section are becoming quite heavy, including lots of information that a first time PhotonVision user does not need. This PR aims to reduce...