Matteo

Results 10 issues of Matteo

I have some custom User Claims on a user and I set the `User Claims not added to token even if Always Include User Claims In IdToken` to true. I...

question

Would it be possible to use liquid syntax inside of the template? For example for rounding numbers or similar things. (Example showing what I mean, see last column of the...

Why is the `EntityState.Added` not supported? The case for the `EntityState.Added` is [here](https://github.com/Arch/AutoHistory/blob/3bcda4cfd3f8fb89cb43df958ce64aa59b3c4c4a/src/Microsoft.EntityFrameworkCore.AutoHistory/Extensions/DbContextExtensions.cs#L55). But the filter on [Line 33](https://github.com/Arch/AutoHistory/blob/3bcda4cfd3f8fb89cb43df958ce64aa59b3c4c4a/src/Microsoft.EntityFrameworkCore.AutoHistory/Extensions/DbContextExtensions.cs#L33) filters for `modified` and `deleted` Or is there a reason why...

### Checklist - [X] I have looked into the [README](https://github.com/auth0/auth0-deploy-cli#readme) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://github.com/auth0/auth0-deploy-cli#documentation) and have not...

bug

Since we are posting the data through `axios` we have to manually add the `AntiForgeryToken` to the request as a cookie or as a header value to leverage the ASP.NET...

✨ enhancement

The [micorsoft docs](https://docs.microsoft.com/en-us/dotnet/devops/dotnet-github-action-reference#net-code-analysis) recommend to use this action, yet it does not support anything else than .NET Core 3.1... Could you please update this or update the docs to the...

bug

I was wondering how to increase the default size of streams? Default seems to be 10. (When working with the function FromAscii)