Ingo Struck
Ingo Struck
This has been addressed in v0.18.0.
> What is the benefit of doing that? Not much -- just an idea. > but for curiosity here - are there hardware TOTP generators capable of reading QR codes?...
This is not yet fixed (or has a regression?), because `@tinacms/graphql` still (1.5.0) depends on lodash.set. In an empty dir: ```bash pnpm i @tinacms/cli Downloading [email protected]: 13,91 MB/13,91 MB, done...
For the time being you might want to try this workaround in `package.json` (for `npm`): ```json "overrides": { "[email protected]": { "lodash.set": "npm:[email protected]", "@tinacms/search": { "@tinacms/graphql": { "lodash.set": "npm:[email protected]", "micromatch": "4.0.8"...
I provided #29 that works and replaces #25.
See #29 for a working version.
@dkipp > is this the same issue? https://discourse.gohugo.io/t/how-to-do-hugo-0-77-module-replacements-with-nested-modules-right/34225 > > same setup: > > > project => mod1 => mod2 > > When module.replacements is set in project for mod1...
@jmooring > Hugo is generating valid HTML, so I'm not convinced that this is a bug. I would tend to argue that it does not make much sense to auto-generate...
@ross > For the life of me I couldn't find an RFC section that covered chunked TXT records details. You can find it distributed in RFC 1035. - [5.1](https://datatracker.ietf.org/doc/html/rfc1035#section-5.1). Format...