Henri

Results 48 comments of Henri

Thanks for suggesting the feature. We are adding it to the roadmap.

I'm not sure what you have exactly in mind, but you could use the REST API for Peps to build a WordPress plugin that adds features from Peps to WordPress.

Thanks for the feedback: - PEPS already supports SMTP, both inbound and outbound. We use [Haraka](https://haraka.github.io/) for that - IMAP server support is planned, through a plugin that uses the...

Sorry for the delay. If you install PEPS from the Docker containers, search should be working (there is a solr container for this). Check that this container has been built...

Ideally, zed should just detect that a `biome.json` file is present in the directory and call the local instance defined in `package.json` for formatting and linting. Unlike vscode, there is...

> Here's the config I use: > > ```json > { > "formatter": { > "external": { > "command": "./node_modules/.bin/biome", > "arguments": ["check", "--stdin-file-path", "{buffer_path}", "--apply"] > } > }...

FYI, https://github.com/tj/go-dropbox/blob/master/files.go has a shorter alternative ```go const hashBlockSize = 4 * 1024 * 1024 // ContentHash returns the Dropbox content_hash for a io.Reader. // See https://www.dropbox.com/developers/reference/content-hash func ContentHash(r io.Reader)...

> Also when running`bun repl` on `Darwin 23.3.0 arm64 arm` Still happening with v1.3.1