XAMPPRocky
                                            XAMPPRocky
                                        
                                    I can still work on it if it's important. What would the way to add a test for this? I'm assuming we'd add unit tests in `rustc_codegen_spirv`?
You could warn on any `std::fmt` usage, since that's what the `Debug` code generates and I don't think anything else in that module will work currently anyway.
> We need to consider all sorts of edge cases - for example, saying "you can't use #[derive(Debug)]" when directly referencing something in std::fmt is incorrect, confusing, and misleading. Right,...
@EmilSodergren You might be interested in the GitHub action template I made for Tokei's CI to replace trust. https://github.com/XAMPPRocky/mean-bean-ci-template
@posva As a user it feel odd to me that there is this limitation between what's available through `` vs `router.push`. Adding `on-complete` and `on-abort` feel like bringing the declarative...
Hello, I'd also like to add that there is a lack of examples beyond what is in the README. The only example I can find is one in `pest/examples` and...
> Just for my own edification (and we should probably document this too) - if you don't provide a config file, how do you tell the Quilkin Proxy its new...
I'm adding this as a task for the load balancer, as we need to have the ability to block some packets on proceeding until we have validated some piece of...
So for our end-to-end tests, another thing that came to mind is that, people who write filters also are also going need a way to reliably test their filters and...
> I feel like quilkin test would be extremely useful for No. 1, as well as No. 2 -- so we might want to think through both as seperate end...