Jérémie Drouet

Results 65 issues of Jérémie Drouet

instead of doing an http request, we should be able to connect to a Kafka queue

enhancement

👋 Hi everyone! I'm trying to serialize a list of categories like following ```rust #[derive(Debug, serde::Serialize)] #[serde(rename = "categories")] pub struct Categories { #[serde(rename = "$value")] inner: [Category; 2], }...

the goal he is to make a lib usable in any language using wasmer

enhancement

enhancement

To be able to use the IncludeLoader in the browser and request partial templates from the network, we need to be able to do some asynchronous requests. This requires to...

enhancement

I'm trying to parse a css stylesheet used in emails and it contains something like ```css @media screen yahoo { /* things */ } ``` but parsing this gives the...

**Description** In docker cli, we already embed a json schema for docker compose, maybe we should have one also for the daemon settings. **Describe the results you expected:** Have a...

kind/enhancement