Kimmo Kulovesi

Results 14 comments of Kimmo Kulovesi

I would vote for un-splitting the chapters – there is no issue on today's computers to scroll through a long document, and having the entire topic in one file is...

Let's say I already have a nonce, how do I exchange it for a JWT token instead of the (broken) `access_token`?

It's a bit hard to answer when the example is so vague... e.g., do you only want to do this when the request matches a certain string or path? Is...

I suspect this might be a property of mitmproxy, but I'll look into it anyway

@balazser Just as an update, I am able to reproduce this, and indeed it is a strange behaviour by mitmproxy that it acts as though an error response was received,...

Hi, currently it is indeed possible to use only one configuration file. The content (request or response body) supports including other files (even recursively), i.e., you can have `"respond":{ "content":...

(I think the main `Makefile` should cover the ARM Linux case, I don't want to have all architecture + platform combos in separate files…)

As commented in #1 the `Makefile.arm` is for bare metal ARM builds, whereas you appear to be building for a Linux-based ARM machine, for which you should probably use the...

(Admittedly this is not documented at all.)

re. 2., the cross-compiled library is linked to the "firmware" binary that is uploaded to the device, and the firmware has to implement any file services it needs, but with...