David Dal Busco
David Dal Busco
I think it's a fair point. Maybe we can keep the issue open as 'low-hanging fruit' until someone else shares that they would gladly generate the parameters without JSDoc? Unless...
If anyone want to provide a PR to make the plugin work with Gatsby 5, happy to merge it. I myself do not use Gatsby anymore, therefore do not really...
Joining the party as well and sharing this in case it’s useful to anyone: I also followed the path of creating a custom plugin to generate [/llms.txt](https://juno.build/llms.txt) and [/llms-full.txt](https://juno.build/llms-full.txt), tailored...
So, in addition to the custom plugin I shared above, I’ve added a CI job that snapshots the generated `llms.txt` files and commits any changes with the PR. It slows...
Sharing in case it's useful to anyone — instead of a manual update, you can also use the `overrides` field in your `package.json`, as we do in OISY ([here](https://github.com/dfinity/oisy-wallet/blob/1474d1c1179cdd8bab33b454e2bccb949ff43575/package.json#L130)). ```...
@StefanBerger-DFINITY please do not rush. I think it's worth double-checking first because I'm not sure a URL is an acceptable value for a logo of an ICRC ledger, especially if...
> The URL of the token logo. The value can contain the actual image if it's a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs). The spec can also be interpreted as only accepting Data URLs,...
Cool idea, Jay! I like it. 👍 We are currently working on migrating the container from a local replica to Pocket-IC ([PR](https://github.com/junobuild/juno-docker/pull/55)), so it might be something we can tackle...
Oh forgot to close this issues. Podman is supported since few weeks if not months. https://juno.build/docs/guides/local-development Thanks again for the great idea, love using it!
I just hit the same issue with a schema factory as well: ``` export const DocContextSchema = (dataSchema: T) => z .object({ collection: z.string(), key: z.string(), data: dataSchema }) .strict();...