Michael Rienstra

Results 45 issues of Michael Rienstra

Based on the `modals` component. See example at http://michaelrienstra.com/temporary/ratchet/side-menus.html The current implementation relies on putting a wrapper (``) around the `side-menu`s siblings (`` & ``). Alternatives: I have working code...

js
css
feature

The "Tools" pages for BatNoter, Bear, Dendron, GitJournal, Obsidian & Wiki.js all mention support for `[[note-name]]` internal links, also referred to as "Wikilinks" or "Wiki style links", but the way...

Thoughts on adding a "Tools" entry for GitHub Flavored Markdown (GFM)? It's already mentioned in several places: https://github.com/mattcone/markdown-guide/search?q=github+flavored ... But seems worthy of its own page to me! Also, very...

`corepack prepare yarn@latest --activate` is a useful alternative to `corepack prepare [email protected] --activate`, added in [Corepack v0.120](https://github.com/nodejs/corepack/releases/tag/v0.12.0). Latest pnpm docs ([1](https://pnpm.io/next/installation#using-corepack), [2](https://github.com/pnpm/pnpm.github.io/blob/b0a2107/docs/installation.md?plain=1#L42-L46)) mention this option, seems like Node.js Corepack docs...

doc
author ready
commit-queue-failed

## Changes Alway write chosen config to `tsconfig.json`. - Before: Only when `strict` or `strictest` was selected - After: Also when `base` is selected (via "Relaxed" or "I prefer not...

create-astro
core

### Is your feature request related to a problem? Please describe. The `markdown.experimental.updateLinksOnFileMove.enabled` setting was released in the [August 2022 version (1.71) of Visual Studio Code](https://code.visualstudio.com/updates/v1_71#_markdown-link-update-on-file-move-and-rename). >With this new experimental...

As per: https://www.linen.dev/s/growthbookusers/t/442993/Hi-guys-I-m-having-some-package-module-issues-using-the-SDK- >When adding “type” : “module” I still got errors > >``` >node:internal/errors:466 > ErrorCaptureStackTrace(err); > ^ > >Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/xxx/node_modules/@growthbook/growthbook/dist/esm/GrowthBook' imported from /Users/xxx/node_modules/@growthbook/growthbook/dist/esm/index.js >```...

It would be great to make Node support clear upfront (in [packages/docs/pages/lib/js.mdx](https://github.com/growthbook/growthbook/blob/7a410cf/packages/docs/pages/lib/js.mdx) and maybe also in [README.md](https://github.com/growthbook/growthbook/blob/af3caca/README.md)), so new users don't have to find out through trial-and-error. As far as...

Would be nifty to add an official SDK for [SvelteKit](https://github.com/sveltejs/kit) and/or [Svelte](https://github.com/sveltejs/svelte). Granted, SvelteKit hasn't hit 1.0 yet. Still, Svelte managed second place for "most loved" in the [2022 Stack...

### Which Cloudflare product(s) does this pertain to? Pages, Workers ### Existing documentation URL(s) - https://developers.cloudflare.com/pages/framework-guides/astro - https://developers.cloudflare.com/pages/framework-guides/deploy-a-qwik-site - https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site - https://developers.cloudflare.com/pages/framework-guides/remix - https://developers.cloudflare.com/pages/how-to/use-direct-upload-with-continuous-integration ### Overview of Node requirements (as...

documentation
content:edit