François Armand

Results 33 issues of François Armand

In Readme: ``` type PRG = Log :|: KVS :|: File :|: FXNil object PRG = Program[PRG] ``` should be ``` type PRG = Log :|: KVS :|: File :|:...

Even if not part of the core specification and not always self-explaining (see https://github.com/conventional-commits/conventionalcommits.org/issues/493 and especially https://github.com/FlowingCode/DevelopmentConventions/issues/11), `chore:` is widely used as a general purpose tag for "maintenance things related...

https://issues.rudder.io/issues/24292 This PR add mainly two things: - a control on node modification based on the tenant of the node and the actor, and a new specific method to change...

As a new user of circe, I was a bit lost about how to actually get a JSON string (or other char sequences) once you have some `Json` instance. It...

documentation
beginner-friendly

Sometime, we really want to order the objects and so get a List, not a Set, for values. Of course there is always way to provide an ordering and do...

The problem is shown with Scala 2.11.7 and the code in that gist: https://gist.github.com/fanf/496509318b32968fbc7e To sum up: when a case classes contains an other case classes as argument, the Json.extractor...

bug
complex
#json

https://issues.rudder.io/issues/22739 This is just a PoC, there is no way to configure the cache duration for now, and there is no unit tests. But the general arch is working.

WIP

https://issues.rudder.io/issues/25092 So, it seems that a lot of things are going on here, but that's not so much: - the first two commits are linked to pr #5754 and #5755...