Utkarsh Verma

Results 126 comments of Utkarsh Verma

I think I might have an idea why this is happening. Could you please share a minimal Hugo project with this issue so I can reproduce and test it?

What if we have a unique key `isMain` in the frontmatter like this: ```md # main.md _codebraid: isMain: true inputFiles: [1.md, 2.md] ``` Upon building, the files should be considered...

Hi, I am also interested in this. Since the other PR is merged. Is there anything else blocking this?

I needed this for my portfolio and I got it to work in a hacky way. I basically rely on the [PagedJS](https://pagedjs.org/) CLI and then have it run as a...

How do I configure that in my LSP? I could not find the settings schema for taplo.

I wanted to show a UI message based on whether the context was enabled or not.

Thanks for the quick response. I tried this now: ```yaml include: - ../traefik/compose.yaml services: slskd: container_name: slskd image: docker.io/slskd/slskd:latest user: $PUID:$PGID # TODO: Wait for https://github.com/slskd/slskd/issues/1348 read_only: true security_opt: -...

Should the OS really matter since I'm running in a container? Anyhow, I am using NixOS on the unstable channel. ```console $ docker version Client: Version: 27.5.1 API version: 1.47...

Interestingly, it's not the `read_only` parameter. The issue seems to arise from the `tmpfs` mount even with the following compose file: ```yaml include: - ../traefik/compose.yaml services: slskd: container_name: slskd image:...