b4u-mw
b4u-mw
I saw that the filesystems (*.ext3, *.ext4) are also too big. I try to find out if this comes also from the raspberry layer or poky.
@takusuman That's great. I have very little experience in developing in hugo, so cannot help here much but I can test and give feedback. If you fork it, I'll switch...
> In other words, when the outline is toggled for a particular page, it will be persistent across page switches and reloads. But why per page and not in general?...
> Because it's useless for pages that don't even have headings But does not hurt and these pages will probably get headlines after a while of editing. Also it's not...
I assume the issue comes from hardcoded user in https://github.com/saltcorn/saltcorn/blob/master/packages/postgres/postgres.js#L131. This user usually exists nut not always (e.g. not in docker postgres container when a different username is used).
I came up with this solution. It's ugly like hell but works. In update-bundle.bbappend: ``` # Add bash dependency for the hook script RDEPENDS:${PN} += "bash" # Add config.txt to...