Dominik Thalhammer

Results 15 issues of Dominik Thalhammer

We relly on openssl pretty heavily already, so why not use its base64 support instead of the one I originaly wrote myself. I originaly refused to use it, because it...

enhancement
good first issue

Today I learned that apparently Cloudflare links to this project for its [hiring program](https://apply.cloudflareworkers.com/systems#:~:text=while%20jwt%2Dcpp%20provides%20helper%20functions%20for%20JWTs). I feel honored that my little pet library managed to be considered good by (at least...

enhancement
help wanted
information needed

**Describe the impediment** I recently stumbled upon [this forum conversation](https://docs.microsoft.com/en-us/answers/questions/267627/how-to-use-jwt-tokens-with-c.html). The tldr is that all proper jwt libraries for c++ require either libressl or openssl. While this is not an...

enhancement

PSS adds salt to the generated signature, so simply signing a known token and check for a specific result (as done in all other test cases) is not possible. We...

enhancement

When calling qapi_Timer_Undef the syscall to undefine the timer fails with ERR_GENERAL, causing the dealloc to never get executed, which results in a memory leak. See SIMComHub/sim7000c_DAM_demo#2

``` qapi_GPIO_ID_t gpio_id = 0; qapi_TLMM_Config_t tlmm_config; qapi_Status_t status = QAPI_OK; memset(&tlmm_config, 0, sizeof(tlmm_config)); tlmm_config.pin = 8; // Pin 11 is GPIO3 tlmm_config.func = 0; tlmm_config.dir = QAPI_GPIO_INPUT_E; tlmm_config.pull =...

bug

In order to use ImGui with Vulkan you need to provide a descriptor set pool, which in many cases will get exclusively allocated for ImGui. This PR makes the parameter...

vulkan

I am working on a HP Spectre 13 Machine name: HP Spectre x360 Convertible 13-ap0xxx Fingerprint is at 06cb:00bb, I edited both the makefile and prototype to add the pid,...

It seems the main library is broken somehow. Running ./respotify results in this: [NOTICE] Connecting to wss://lon2-linkap-a4.ap.spotify.com/ [NOTICE] Logging in [DEBUG] sent {..... A lot of stuff.....} [DEBUG] recv {"id":0,"result":"ok"}...

Hi, I currently try to get the module to connect to a NB-IoT Network. I have a simcard that should support NB-IoT and configured any AT command I could find...