Undici77

Results 6 issues of Undici77

Hello, I'm trying to find a service (like Swagger) to document and export my REST API for Restinio: does someone has and advice about? Swagger looks very good, but it...

In file: oatpp/web/server/interceptor/RequestInterceptor.hpp # Question I implementing query logger using interceptor. ``` /// @brief Request interceptor event (overridden from Oat++) /// /// @param request Request /// @retval Modified request or...

### What is the issue? I compile ollama from source code, but `ollama --version` always print `0.0.0` ``` ollama -v ✭v0.5.12 ollama version is 0.0.0 ``` ### Relevant log output...

bug

### Description I recently transitioned from Apple Silicon M1 Pro to Apple Silicon M4 Max and encountered an issue while debugging a C++ project using GDB. The error message is...

needs-triage
version/4.37.2

I am seeking clarification regarding the behavior of the `Interrupt FIFO Level Select Register` (ifls), specifically in relation to transmission threshold interrupts. Here are my observations: - At reset, `ifls`...

hardware_uart

# Summary The header **`include/utils/utils.h`** provides a portable shortcut for the GCC `[[fallthrough]]` attribute: ```c /* gcc attribute shorthands */ #ifndef __fallthrough #if __GNUC__ >= 7 #define __fallthrough __attribute__((fallthrough)) #else...