-
Description
===========
I am implementing the Kafka producer side with schema registry (JSON)
I have already a schema in the client registry and when I producing a wrong message (completely diffe…
-
Context: I have a module that generates a structured output with one program, and then passes that object (a Pydantic model) as an input to the next program.
If the input object contains a field th…
-
Hi, Brother !!! How do I parse CAN message ? How does the message go to JSON ?
-
I'm not sure whether the profile should make the JSON Serialization mandatory. Are there libraries avalaible? Are there enough use cases justifying it? So far, I see JAdES as a technical mechanisms fo…
-
Need to check JSON serialization
-
### Description
There was an attempt here, but it was reverted due to an issue.
- https://github.com/status-im/status-desktop/pull/14058
The issue was resolved here:
- https://github.com/statu…
-
Hey team, we're currently using Authkit with Next and looking into switching over to Remix, so have started using this package while we try it out.
We're taking advantage of Remix's [Single Fetch](…
-
A compile switch is needed to quickly toggle between preserving the original order of code and not preserving it. In the `tman` scenario, the original order needs to be maintained, but in the runtime …
-
Hi, thanks again for your labors!
I am facing the problem, I can't get the cookie by Network.GetCookies() or intercept the cookie in the request, no way. This is not the case on all sites.
Can yo…
-
When making the request:
```
var orderRequest = new GraphRequest()
{
query =
@"mutation orderCancel($notifyCustomer:Boolean!, $orderId: ID!, $reason: OrderCancelReason!, $refund: Boolean!…