Nick Sweeting

Results 1236 comments of Nick Sweeting

Adding these two flags to the wget command should do the trick: `--convert-links --page-requisites`, you can run it manually like so: ```bash wget \ --convert-links \ --load-cookies "$HEDGEDOC_COOKIES_FILE" \ --output-document...

If it makes it easier @SISheogorath, the CLI only needs a way to update the *entire* note contents at once (so no need for OT or individual line/diff-based edits).

`codimd edit ` is already a feature we [intend to add in the future](https://github.com/codimd/cli#help-contribute), and I think it should remain distinct from `import-as` (or at least by a flag like...

I apologize the trouble, but you can count me out if you're adding DCOs. This is a hard moral stance I have against making the friction for new developers higher...

I'm writing a post that goes into detail about my reasoning against CLAs/DCOs, but many of my arguments are covered by Bryan Cantrill's talks and articles if you're curious: -...

Yup, I'm aware of the difference, but the arguments against them overlap: it's a barrier to entry for contributors that increases friction for people trying to help improve the project....

Now that CodiMD is entirely open-source and not linked to a legal, sueable entity using code for-profit, does the DCO still matter?

FWIW I run this on a Mac where `pass` is ~~not supported~~ not natively installed, but a system keychain CLI does exist. I'm not sure it's worth adding this relatively...

I'd just do it by hand, there arent too many variables it actually uses in the template, and this was just a convenience suggestion I provided to autofill them (didn't...

I recommend following nginx docs to resolve any individual issues with nginx config keys: https://www.nginx.com/blog/nginx-caching-guide/ As mentioned in those docs, the format for that config key is `max_size=10g` not `max_size=10GB`.