Ingo Struck

Results 46 comments of 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.