Auke Bruinsma

Results 8 comments of Auke Bruinsma

I think std::(w)string_view is much more desirable as std::(w)string. And constructing a string_view from a std::string is very cheap, however constructing a string from a string_view is very expensive, so...

Same here, also moved to tsed. Just do not forget to implement the class-validator middleware as provided in the sample. I think if there is a fork, that is much...

Comments should be the way to go IMHO, you do not want to interfere with the script logic itself. eslint also uses the same approach as @HeyItsGilbert mentioned. It also...

I have auth0 logout working I have configured in my app: ```typescript //on login you do const parsed = this.sp.parseLoginResponse(...) const info = { sessionId: parsed.extract.sessionIndex.sessionIndex, nameId: parsed.extract.nameID, } //...

I had this workaround form @pawelrakoczy unintentionally already in the configuration (Well partly): ``` legacy-peer-deps=true registry=https://pkgs.dev.azure.com///_packaging//npm/registry/ @something:registry=https://pkgs.dev.azure.com///_packaging//npm/registry/ always-auth=true ``` and the dependabot.yml: ``` version: 2 registries: othername: type: npm-registry url:...

The version is 'working' I just get this auth bug since Friday, while the same version was working Thursday (and before.

Any idea how I can get this working again? it is not working for a week now and I have no idea how to solve this issue