Colin
Colin
fn foo(self, Box) generates the following fn foo(self, Box) In various places in the code I refer to type segments[0] but these need to be joined together.
The book currently suggests that Default::default is useful for when you want to be generic over construction, but I would argue that that's rarely why you want default, and instead...
Hi All, I am running into a persistent issue where my aws lambdas consistently hang when trying to interact with SQS. You can see an example call that hangs here...
reqwest has an option to force HTTPS. This is particularly useful for redirects as it prevents HTTPS -> HTTP redirects. https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.https_only
Hey, I saw that feedback was asked for regarding contributing. I'm the author of a tool, Grapl: https://github.com/insanitybit/grapl I've decided to adopt a schema that is heavily based on the...
So if you enable the 'auto whitelist first party domain' rule you can't go to a website, unwhitelist the domain, lock it, and then have it persist. If you reload...
If a rule is made in an incognito session it should be cleared by default when the session ends, unless explicitly committed. This will help prevent incognito sessions from 'leaking'...
What would be really helpful is if there were examples of using this driver. Examples I would find particularly useful: 1. Connecting to another task within a group where one...
**Describe the bug** When you run Semgrep in a docker image it seems to hardcode where it looks for .semgrepignore as opposed to the default behavior of looking in the...
Hi, just stumbled across this crate. Very cool and flexible, not judging what you've done here. I do think though that it's a bit scary though. For example: ``` “(…)”...