MichiRecRoom
MichiRecRoom
Clone of PR #2401, resubmitted against the `v3.2.0-dev` branch [as requested by webron](https://github.com/OAI/OpenAPI-Specification/pull/2401#issuecomment-1170594516). Note that this is not submitted against the `main` branch, but I will happily resubmit it against...
Hi! I'm not in the business of making APIs myself, so I don't know how helpful I can be. However, I found that [RFC8628](https://tools.ietf.org/html/rfc8628) offers a "Device Code" type of...
Hi! I've had this idea sitting in my Notepad for a while, and I'm not sure what to do with it. This idea is the ValueRecorder, which will record the...
Hi, I was looking at the virtual tables module of rusqlite. While the tools provided seem very useful, everything within the module seems to only serve the purposes of making...
C'mon, meew. discordcr deserves a theme too.
Hi! I'm building a program via the `bevy` game engine crate, and in the midst of this, I've found it useful to render documentation for everything via `cargo doc`. However,...
Hi, I was working on a parser with `nom`, in which I needed to create my own custom input type to work over a series of tokens. When I started...
Hi! I'm building parsers over a math-expression-like syntax (I'm trying out nom by building a calculator!), and I realized that a math expression cares not for whitespace. I looked for...
Hi! I've been looking a bit at LDtk, trying to figure out what I can do with it. I haven't really done any work with it, but I do still...
Hi there! I was looking at the `png` crate, and found everything under the `png::chunk` module appears to be associated with `png::chunk::ChunkType`. That is to say, the functions all take...