Michelangelo Mori

Results 21 comments of Michelangelo Mori

> An open question I'd like to discuss tomorrow is: Should we have information about the secret provider that's used and a key to retrieve the secret at runtime? This...

Yes, I need to get rid of obsolete fields, which should be either tagged or just absent in the `RunConfig` struct.

> When a client receives a request from the server as an SSE event, the client should process the request, but it MUST store its response in a buffer instead...

~Please note that there are plenty of warnings like the following~ ``` warning: unexpected `cfg` condition value: `critical-section` --> pacs/nrf52833-pac/src/lib.rs:1011:11 | 1011 | #[cfg(feature = "critical-section")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | =...

Hey @9names sure, I'll do that, just keep in mind that I work on this in my free time, so it's gonna be during the (late) evening.

Hi @9names I split the code into a few commits, it should make it easier to understand the nature of changes. The last two commits update SVD files and regenerate...

@evankanderson while estimating work to improve logging I had a look at the documents you linked. My take is that the capabilities described in those specs far exceed our current...

Here is an example of the output ``` curl -v -H "Authorization: Bearer $TOKEN" 'http://localhost:8080/api/v1/user' > GET /api/v1/user HTTP/1.1 > Host: localhost:8080 > User-Agent: curl/8.7.1 > Accept: */* > Authorization:...

> Regarding the server vs client side headers - what if we had another header like e.g. `Request-Correlation-ID` that the client could set in case a single client operation performs...

Hey @domdomegg, thank you for your reply. I won't be able to pick this up this week, I'll try the next.