Vitalii Kryvenko
Vitalii Kryvenko
Having read the implementation code of `cargo chef` more I also see that it doesn't handle replacing version requirements of crates in `[target.'cfg(foo)'.*dependencies]` sections, but that is just a separate...
I applied it in a really large cargo workspace in our private repository and it detected like really many unused crates for us! Our workspace is around 122 crates, and...
> do you have an example I don't have one yet, but I care about cases where empty string is a valid value for me and I don't want for...
The initial problem with Go is that we don't have information about strings nullability so apparently we have to leave the decision about whether the json string can be absent/null...
@briansmith this is unfortunate that ring has become an example of `license.clarify` clause of `cargo-deny` and indeed I've stumbled with the warning too. Why not adding `license = "ISC AND...
The original code that generated this error is available in this comment: https://github.com/fussybeaver/bollard/issues/190#issuecomment-1038940591. This log comes from `remove_image`. But that is a stress test. A lighter weight way to reproduce...
Yeah, I am definitely sure that came from https://github.com/fussybeaver/bollard/issues/190#issuecomment-1038940591. I was surprised how `remove_image` would access the network, maybe I misinterpreted the logs there. It could be that `create_image` failed...
@19majkel94 Very good feature, but is there a way to provide strong typing support for method parameters decorators? I can't make tsc to issue an error for this code: ```ts...
@19majkel94 Well, ok, we can skip this part, as there are no decorators targeted to static accessors/properties/methods in `typegraphql`. I inspected some of `ts-graphql` code previously, but failed to find...
Really nice codebase you have :+1:. Unfortunately, I am just a student and possess no money sources rather than my scholarship and parents' donations :unamused:, but all your `typestack` libraries...