Will Young
Will Young
I've experimented with forcing a view on dbs that match a specific regex and it seems to work ok, but it has the same conceptual problem as mango queries in...
@redgeoff I don't think sift would help since however complex the queries can be, I think it is still a static config per on_change doc? I dynamically add a design...
> Your idea of having a config per DB sounds cool, but I think it could lead to problems where an on_change doesn't fire because the user doesn't expect to...
Another workaround is to install [lk2nd](https://github.com/msm8953-mainline/lk2nd) after modifying it to chain boot the cache partition instead of the remaining part of boot [here.](https://github.com/msm8953-mainline/lk2nd/blob/master-msm8953/app/aboot/aboot.c#L1466) While I think there's value in trying...
@simos I just launched a scaleway C2 server and it has only mainline kernels as bootscript choices. The ubuntu kernel is physically present and could theoretically be kexec'd but as...
@simos The newer baremetal offering GP-BM1-M (as opposed to the region integrated C1/C2 baremetal instances) seem to use real ubuntu kernels but defaults to ext4, so I was able to...
It seems to me like there's a potential for a slippery slope into doing full JSON schema checking. I.e. in some context a confused admin may think replacing a property...
Sure, I think I get this usage scenario. The distinction I'm thinking about is that: - The current contents of the VDU are mandatory security, i.e. the user can't be...