Rener Lemes

Results 9 issues of Rener Lemes

I set the GetGraphics to 1 and the size of generate QrCode is very big. Is possible smaller?

Is possible to add a property in toast options with the name redirect and after show the loading notification, redirect to the page that was set in property and show...

I have the following code: ``` const condominioImovelOriginal = props.data.Condominios.filter((condominio: any) => condominio.Imoveis.find((imovel: any) => imovel.Reservas.find((reserva: any) => reserva.Id == selectedReservation.Reserva.Id)) ).map((condominio: any) => { const imovel = condominio.Imoveis.find((imovel: any)...

When I have a content with dropdown, and then content is dynamically changed, the scrollbar not show on mouse hover or the height of container is changed. Only show the...

Is possible to use with dotnet 7? I see in the code, that version 6 is fixed. Is possible to change to detect the version and install de runtime and/or...

question

Change the code to accept accents in XML Schema and export Word, Excel and Powerpoint with correctly name

* **I'm submitting a ...** [x ] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use...

**Question** Could someone provide an example of how to use it with integration with Azure DevOps and Heroku?

@mihirdilip when I use the `context.ValidationFailed("Message")` inside the **OnValidateKey** event, how to get the message in this custom middleware? It´s not possible to get with PolicyAuthorizationResult.FailureReasons ``` public class AuthorizationMiddleware...