Mauro Carvalho Chehab
Mauro Carvalho Chehab
Ah, when submitting the new version, please add a proper description and place your name at the from/SOB, like: ``` From: Guo Dashun Date: Mon, 9 Dec 2024 19:41:54 +0800...
> 1. sorry for the typo that 'val' to 'var' > > 2. we cannot get rid of "env" because the 'env' is the value user want to set and...
To be clearer, I'm talking about what would be stored on things like these: ``` static struct isolation cycle = { .name = "PAGE_CE_REFRESH_CYCLE", .units = cycle_units, .env = "24h",...
on a separate but related issue, "var" is a terrible name (and "env"). The default value should be called "default". The one in use I would call "value".
> > The above could be stored, instead, as: > > ``` > > static struct isolation cycle = { > > .name = "PAGE_CE_REFRESH_CYCLE", > > .units = cycle_units,...
Merged, thanks!
Merged, thanks!
Merged, thanks!
merged, thanks!
Hi Daniel, Please add sqlite support to it. Btw, on my long term todo plan, I'd like to change the logic to be more generic with regards to SQL, allowing...