Zef Hemel

Results 418 comments of Zef Hemel

@joekrill the `clientStore` syscalls are only going to be available in the client (hence the name), the `plug:load` is going to be triggered on the server as well, so it...

Alright, yeah this makes sense. What can happen is a file delete (which would be part of a rename) checks if it's the only file left in the folder, and...

> Can we include frontmatter variables in the same page? Yes, but in a slightly ugly way. You can use a template for this: ```template template: | # My review...

Work is currently in progress in the `compile` branch

Sadly I have to put this on hold due to this blocker: https://github.com/denoland/deno/issues/11154 which makes it impossible to create signed Mac desktop builds based on this new model. Reverted all...

Since there's now no need to sign anything anymore (since dropping the desktop app), this is unblocked. Question is still: do we want it?

A full transition is blocked because we need to figure out how to build ARM64 Linux builds, which Deno doesn't natively support. Maybe doing this inside an ARM64 docker image...

It's now possible to build for Linux arm in deno. So this one's unblocked again.

Perhaps something like this? ```yaml decorations: - tag: book prefix: “📕” ``` This would allow for other type of selectors in the future and other type of decorations, like color,...

Yes that looks good. And I find your example strangely appealing 😛