Carsten Csiky
Carsten Csiky
This PR adds `Encode` and `Decode` instances for `Either` and `Maybe` and `Set` #5 The encodings are: `Left 1 {"Left": 1}` `Tuple 1 2 [1, 2]` `fromFoldable [1, 2, 3]...
not sure if you would want add a Tokio Codec `rsip` In case you do, I'd clean this up, add more tests and an example. Also: It seems that you...
Todos: - [x] migrate spi - [x] unit test spi - [x] migrate i2c - [ ] unit test spi - [x] migrate serial - [ ] add `maybe_async` for...
Adds documentation for these PRs - https://github.com/langfuse/langfuse/pull/8977 - https://github.com/langfuse/langfuse/pull/9207 - https://github.com/langfuse/langfuse/pull/9205 ---- > [!IMPORTANT] > Adds documentation for `LANGFUSE_WEBHOOK_WHITELISTED_*` environment variables to configure webhook access and resolve security issues. >...