Andrei Tumbar

Results 4 comments of Andrei Tumbar

@Lotes The main work to port to LLVM 18 I believe would be to remove the non-opaque pointer API entirely so I don't envision it to be to difficult. If...

A combination these should work pretty well at loading the JSON. - `@dataclass(frozen=true)`. - https://github.com/konradhalas/dacite It can load JSON directly into an immutable object. If we could extract the `fpp-to-json`...

Ah yes that's probably better, bigger dependency but it looks like it already has the json schema -> python class: https://docs.pydantic.dev/latest/integrations/datamodel_code_generator/#example

@zimri-leisher Shouldn't this be disallowed at compile time?