Liam Kinne

Results 23 comments of Liam Kinne

Hi @avnerv, I believe the logging level has to be set when Keycloak starts up. So it's not possible to set the logging level through the API.

I think what you guys are looking for is C++ templates. This would ensure return types are the same as the output types and even convert types where needed. Here's...

I agree, and moving things to templates and whatnot will inevitably break someones code somewhere. I've been writing my own alternative Arduino core (@PhantomEmbedded) that addresses many of these issues,...

Hey Opsgenie team, is this going to be fixed soon?

Only negative I can think of is the fact that for some variants the return type of portModeRegister() is of type `volatile uint16_t *`. On personal projects I have used...

Is there any progress on this or an ETA?

For anyone that comes across this and wants a quick fix. `sed` to the rescue. ```shell sed -i '' "s/json:/yaml:/" api.gen.go ```

@jamietanna yes, produce (with server generation) or consume (with client generation) yaml formatted data.

Yeah I did think about the timebase problem. Fugit does have a method [`.convert()`](https://docs.rs/fugit/latest/fugit/struct.Duration.html#method.convert) to handle different time bases. Given conversion is built-in, then I think a microsecond timebase would...

It looks like GitHub have a private beta for ARM runners: https://resources.github.com/devops/accelerate-your-cicd-with-arm-and-gpu-runners-in-github-actions/