Christof Weickhardt

Results 75 comments of Christof Weickhardt

Just started to have a go at it and something just struck my brain. A public key can't be modied if the meta host such as `crates.io` doesn't let you...

So then verifying a tls cert and enforce https would be enought to trust the source of the binaries?

I've seen that `gitoxide` would be an alternative to `git2`, @passcod you seem to have an eye on that project for some other things, would it be an option for...

@tbarbette totally with you on that. Sadly I never worked with C/C++ or LLVM directly. Kind of new to rust but I'm totally into it. I don't have any experience...

Would love to. My current struggles are: - never used/coded with c++ - general understanding of integration & interfaces - general understanding of usage and interactions (My laptop broke down...

@jonhoo @ms705 I couldn't find any notice but just PRs and tickets like these. It seems that this project is not only currently not supported but was fully dropped, am...

I was a big fan of this repository until NestJS really came along So IMO, go for nestjs

Thnx. Tested some stuff with it. Added those to my relations @ValidateNested({ each: true }) @Type(() => User) They dont seem to work. ![image](https://user-images.githubusercontent.com/38954618/50834340-1579df80-1354-11e9-829c-16ba86d69dcb.png)

> > Thnx. Tested some stuff with it. > > Added those to my relations > > @ValidateNested({ each: true }) > > @type(() => User) > > They dont...

Yes and it works. But im struggling with adding token auth to the endpoints.