François Armand
François Armand
When trying to test upgrade to ZIO 2.0, I discovered that a codec that was correctly decoding JSON with `zio-json 2.0.0-M3` is now failing with `3.0.0-RC7`. Even weirder, the decoding...
There is a behavior change between `zio-json` 0.1 and 0.1.1: if you have `import zio.json.JsonCodec._` in scope, then `Option` fields of case classes are displayed as `null` when None, so...
This ticket follows the discussion on the mailing list about rewrapping Elem: https://groups.google.com/d/topic/liftweb/uVW4xOPgnk8/discussion For example: ``` xml foo barbaz ``` ``` Into: ``` ``` xml foo barbaz ``` Proposed solution:...
**[Mailing List](https://groups.google.com/forum/#!forum/liftweb) thread:** https://groups.google.com/forum/#!topic/liftweb/nGl82UL6T4k **[Example project]** https://github.com/fanf/demo-bug-lift-session When a page is stateless (for ex with the `>> Stateless` modifier in Menu), it still get the following code at its end...
**[Mailing List](https://groups.google.com/forum/#!forum/liftweb) thread:** https://groups.google.com/forum/#!topic/liftweb/lcn6U6_Igxk **[Example project]** https://github.com/fanf/demo-bug-lift-session When the underlying session ID change without a clean invalidate/create cycle, for example with the `HttpServletRequest.changeSessionId` which seems to be the recommanded session...
Total Suspender version 3.6.0 I'm not used to JS regex and inputed standard regex in whitelist. Doing so, it seems that the suspension stopped for all sites. Concrete example: I...
https://issues.rudder.io/issues/21825 As explained in the ticket, we have a very useful migration from where you copy&past things: https://zio.dev/guides/migrate/zio-2.x-migration-guide/ Main anoying/unintersting changes: - there is a bug in zio-json (https://github.com/zio/zio-json/issues/622) that...
https://issues.rudder.io/issues/21741 The formating is done with the process explained in ticket comment, everything is repeatable now. In other branches, some more relative imports may exists, but it should be enought...
It seems that the "caseExactMatch" equality test is not respected for the in-memory server, but only for data coming from LDIF files loaded by "server.importFromLDIF(false, path)" I tested with unboundid...
The general use case is to be able to specify what depth of the onion stack you want to use as the correct return type of a step. This is...