Corbin Crutchley
Corbin Crutchley
As should be obvious, we're trying to match the upstream example of Testing Library ecosystem as closely as possible. This even extends so far as our source code and release/dev...
I currently have a menu that's on the right-most of the screen. I'd like the ability to tell the submenu to open to the left instead of to the left/on...
The code usage I'm having looks like: ```typescript export const firebaseApp = firebase.initializeApp(firebaseConfig); // Used for creating child accounts, primarily export const firebaseSecondaryApp = firebase.initializeApp(firebaseConfig, 'Secondary'); export const firebaseAuth =...
### What version of `astro` are you using? v1.0.0-beta.63 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
> This PR was originally made by @rwacarter in the node-plop dedicated repo and moved over by hand to me: https://github.com/plopjs/node-plop/pull/192 Fixes the issue I mentioned in plopjs/plop#324, where Handlebars...
> We need help testing this feature: https://github.com/plopjs/plop/issues/297#issuecomment-1707715626 Today, we support: - ESM `.js` plopfile - ESM `.mjs` plopfile - CSM `.js` plopfile - CSM `.cjs` plopfile It would be...
Similar to how React Native allows specific files to be selected for iOS/Android: https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions I would like to add a feature to `plop` (and as a result: `node-plop`) that allows...
One idea that's garnered a bit of attention in #181 is that we want to prepend a feature to the start of the file, similar to how `append` adds a...
> This PR was originally made by @soulfresh in the node-plop dedicated repo and moved over by hand to me: https://github.com/plopjs/node-plop/pull/207 ### What does this PR do? Updates the append...