humblemodulo

Results 5 comments of humblemodulo

Unable to install as well. Tried permutations of `yarn`, `bun`, `pnpm` with node `16`, `18`, `21`, `22`. Errors each time, generally in the context of: ``` Error: ENOENT: no such...

Absolutely need this. The ability to retroactively list a sprint for record-keeping is important.

> Could you please update to the latest version v1.1.0 and let us know if the issue still persists. Hello, apologies, I'm on the self-hosted (dockerized) version. Just upgraded to...

Turns out simply editing the "Environment Variables" is insufficient. The reference in the `docker-compose` doesn't take the value into account and is hard-coded to `SERVICE_FQDN_FRONTEND_8080`. Replacing with a string literal...

> just run "npm run postinstall" to re-generate types in `.nuxt/` This "fix" doesn't work for me. My `nuxt.config.ts` includes: ``` modules: [ '@nuxtjs/mdc', '@nuxt/image', '@nuxtjs/color-mode', '@nuxt/content', '@nuxtjs/robots', '@formkit/nuxt', ],...