Kenaniah Cerny
Kenaniah Cerny
@luanzeba I looked into creating a test case using just the public APIs, but frankly that's kind of irrelevant here. This report comes from a backtrace from one of my...
@rainliu what are your thoughts on the above? Would you like a PR for this?
If you don't mind refactoring the koan, you could reduce it to the following: ```rust let sentence: String = words.join(" "); ``` I'm unaware of a solution that would be...
@soylent ready for review :-) I'm open to removing the swagger schema from the local cache if you feel it adds too much weight to the gem.
What version of the gem did you run this against?
Thanks for the report! I'll try digging into the best fix for this when I have some free time. Ideally, it would be nice to see this working properly in...
Hi and thanks for the PR! Would you be able to write one or more tests proving the new code works as expected? Hopefully those tests can fail against master...
Have you tried adjusting the order of the middleware? It's not guaranteed, but by flipping the order, they might be able to play nicely with each other.