Joachim Schiele
Joachim Schiele
Updates: Found the function which adds the `...` tags. I wonder if this can be made optional, maybe with a new `TreeBuilderOpts` argument. # html5ever/mod.rs ```rust pub fn new_for_fragment( sink:...
@jdm I couldn't find a formal definition in the html5ever source code what a `html fragment` actually is. For my intuition the function `parse_fragment` does two things in one: 1....
This line causing this error message is: https://github.com/nixcloud/nixcloud-webservices/blob/1ae30dfcff812a410cd709188395c5c5c3516801/modules/core/dbshell/default.nix#L24 And is gone once I hack it into: #user = cfg._module.args.mkUniqueUser dbcfg.user; user = dbcfg.user; `dbcfg.user` is `mattermost` `cfg._module.args.mkUniqueUser dbcfg.user` is `mattermost-ncchat`
mkUniqueUser is injected from base.nix: ``` config = lib.mkMerge [ { _module.args.mkUnique = suffix: if lib.hasPrefix config.uniqueName suffix then suffix else if isHashed suffix then suffix else if suffix ==...
I've added a quick fix but this needs some more thinking and also some test to check if the generated https://github.com/nixcloud/nixcloud-webservices/blob/master/documentation/nixcloud.webservices.md#database-abstraction-for-userdb-creation is working
I've setup several virtualbox machines: 19.09, 20.03, 20.09 and I'm facing these problems: * SVM is not detected by virtualbox or windows, so no nested virtualization * 19.09 * building...
I will port this in 20.03 because there the perl tests still work, so I only need to fix one implementation.
major progress in branch: nixpkgs-20.03-tests-perl2python-port
The source for this is [rspamd.nix](https://github.com/nixcloud/nixcloud-webservices/blob/nixpkgs-20.03/modules/services/email/rspamd.nix) And this can all be commented out but we need to patch the configuration then. * rspamd bundled ~20.03 2.2 * rspamd in nixpkgs...
this service fails: mkdir-super-n-e-s-t-e-d.service ``` [Unit] After=local-fs.target ConditionPathExists=!/super/n/e/s/t/e/d Description=Create Directory /super/n/e/s/t/e/d [Service] Environment="LOCALE_ARCHIVE=/nix/store/jbyaw0r48gxslxczwnjw5371rqj03gn8-glibc-locales-2.30/lib/locale/locale-archive" Environment="PATH=/nix/store/x0jla3hpxrwz76hy9yckg1iyc9hns81k-coreutils-8.31/bin:/nix/store/97vambzyvpvrd9wgrrw7i7svi0s8vny5-findutils-4.7.0/bin:/nix/store/b0vjq4r4sp9z4l2gbkc5dyyw5qfgyi3r-gnugrep-3.4/bin:/ni>Environment="TZDIR=/nix/store/8cz89zavyrm2bdrgkx4l66s5c7nx12dr-tzdata-2019c/share/zoneinfo" ExecStart=/nix/store/n9g0apy07zlsb6hnin3dq1d8ihn3m9il-unit-script-mkdir-super-n-e-s-t-e-d-start ExecStartPost=/nix/store/gg2xcpah1q5jhdr34q4fk64jnsi6k3jm-unit-script-mkdir-super-n-e-s-t-e-d-post-start RemainAfterExit=true Type=oneshot ``` this fails because: ``` Dec 23 00:52:04 nixos-thinkpad-t530 systemd[7754]: post-create-super-n-e-s-t-e-d.service: Changing...