Alexander Widerberg

Results 32 comments of Alexander Widerberg

Ok, an example :) We have an API that was constructed with jwt-go 2.7.0. To not break any APIs, we simply made the following to be able to utilize the...

Actually @johnlockwood-wf. It would make sense if you used the MapClaims type internally BEFORE actually sending it to the marshaller. Since by using the MapClaims reduces the need for some...

@johnlockwood-wf Yes, i must use it prior to marshalling the token since that will solve lots of issues later on, especially due to the nature of OAuth2/OpenID Connect. Actually there...

I can second this issue. It is very pone to happen on iOS clients that have been idle for some time. Refreshing the request 6-7 times (~10sec, reproducible) will kick-start...

Please note that the combined builds have always required the install step in one way or another. This is due to the way Kitware constructed CMake to work. I've reviewed...

Do your CMakeLists.txt perhaps set `CMAKE_TRY_COMPILE_TARGET_TYPE` (or `TRY_COMPILE_TARGET_TYPE`) to something else than `STATIC_LIBRARY`?

I cannot answer that question sadly. I don't know enough about the macOS launch daemon to know specifics, but I'd assume that the packaged app is somehow treated differently and...

This has now been clarified the the ios.toolchain.cmake file as well as that the `cmake --install ` step is necessary. Please respond is OK, and then I'll close this issue.

This is of utter importance at the moment since Tibber decided to enable the new WSS enpoints ahead of its planned December launch 🤦‍♂️The Home Assistant integration (+ any more...

I'll look into this as soon as i've figured out the fixes needed to get XCode 13.3+ and CMake 3.23+ to work with this toolchain!