Raekye
Raekye
It's been a week since the fixes/last status update for #113, and it seems like there hasn't been any issues. Also, the [latest commit](https://github.com/Gamocosm/Gamocosm/commit/66ab6adb9808caf3912b579adb64c0d6c0b55bd4) adds a layer of redundancy for...
I don't know if I'm just that bad at checking my email but I swear I don't remember getting notifications for the previous two comments in 2021... GitHub does say...
Ok sorry for the delay... did find problems with the `/status` and `/start` endpoint. The `/start` endpoint, as noted by gabrielbrazs, would start the server, but there was a typo...
The API is now [documented on the wiki](https://github.com/Gamocosm/Gamocosm/wiki/API). Since there hasn't been additional discussion on this issue, I will close it now. Please don't hesitate to open a new issue...
I was also curious about this (er, frustrated that the setting "use random word for suffix" didn't work as advertised :sweat_smile: - where were the numbers coming from?), and did...
Also something maybe worth noting/being clear about: based on the code path from `Alias.create_new_random` (which is always used by the dashboard, and conditionally by the API), as far as I...
Hi, testing locally, this PR does fix the examples in the first 3 links. I can add them as proper test cases if desired. Actually, this PR is not directly...
Hi, my apologies, I just saw/realized that you asked to add the additional test cases in your original post. I also have to apologize for unclear wording on my part....
I just rebased the changes in this PR with the latest upstream code (and force pushed).
Added missing `// rustfmt-error_on_line_overflow: true` declaration to the test case; unless I'm mistaken, the bug/panic is triggered **only if** rustfmt has decided to report an error (and there's a mismatch...