Nicky Meuleman

Results 8 issues of Nicky Meuleman

ref #13 Allows users to specify default props in `gatsby-config`. These will be combined with the plugins default props. Components will use the props passed to them in `.mdx` If...

It would be neat if users of the plugin could provide their own default props to be used in the components this plugin supplies. Proof of concept here: https://github.com/NickyMeuleman/gatsby-mdx-embed/tree/default-props Eg....

While developing the advent-of-code theme, I used the DEMO query param. While that flow is fine, tweaking styles for specific parts was kind of a chore and involved waiting until...

enhancement
good first issue

I heavily rely on shell completions for all CLI tools I use, it requires me to memorize less and prevents spelling mistakes. This PR adds a way to generate shell...

tRPC code uses the same example as: https://github.com/trpc/trpc/tree/next/examples/minimal minimal Electron in TypeScript example from: https://github.com/ProfXwing/electron-quick-start-typescript I wasn't successful in importing something to the renderer. Probably some tsconfig mismatches. Maybe browsers...

https://github.com/jsonnull/electron-trpc/blob/ef9df5e35a56554625ecfc26e1c2d6a2cb922981/src/renderer/ipcLink.ts#L1 seperate line for `import type { TRPCLink } from "@trpc/client";`

Use [electron-trpc](https://github.com/jsonnull/electron-trpc) instead of the functions written out in `main/`, `preload/`, and `/renderer` Blocked by https://github.com/jsonnull/electron-trpc/issues/20

good first issue
hacktoberfest

Added a valgrind check to the [license](https://cs50.harvard.edu/x/2024/practice/license/) checks. Similar to the check done for [inheritance](https://cs50.harvard.edu/x/2024/psets/5/inheritance/)