Raphael Moreira
Raphael Moreira
# Philosophy Considering the technological advancements of recent years, where artificial intelligence has been reshaping all areas, it is only fitting for us to follow the same path of innovation....
Browser: Chrome 34.0.1847.116 m OS: Windows 8 Call the $("#element").printElement(); Chrome will open the print dialog (OK); Click "Cancel". The window will close (OK); Call the $("#element").printElement() again; Chrome will...
Browser: Chrome 34.0.1847.116 m OS: Windows 8 - Call the $("#element").printElement(); - Chrome will open the print dialog (OK); - Click "Cancel". The window will close (OK); - Call the...
[sample.zip](https://github.com/user-attachments/files/19777359/sample.zip) ### What happens? **Platform**: .Net 8.0 **LangVers**: 12 **Scalar.AspNetCore**: 2.1.13 Consider the following endpoint: ``` using System.Net.Mime; using Microsoft.AspNetCore.Mvc; namespace Scalar4Net.Controllers; [ApiController] [Route("[controller]")] [ProducesResponseType(typeof(ProblemDetails), StatusCodes.Status400BadRequest, MediaTypeNames.Application.Json)] [ProducesResponseType(typeof(ValidationProblemDetails), StatusCodes.Status422UnprocessableEntity, MediaTypeNames.Application.Json)]...
### What happens? Hello everyone. I will use a C# example, but the demonstrated scenario is platform-independent. # Scenario 1 - The specified type is not recognized Consider the following...
Hello. I forked the repository, but whenever I try to clone it (without recursively submodules), with "Full Copy", I get the error:  Do you have any idea what's going...