Moishi Netzer

Results 13 issues of Moishi Netzer

When working in teams, having each individual user install npm, and then install tailwind themselves with a large node_modules file, it would be extremely convenient to use the new tailwind...

```sh $ npx remix-pwa@latest Welcome to Remix PWA! √ Is this a TypeScript or JavaScript project? Pick the opposite for chaos! · TypeScript √ What caching strategy do you want...

Here's a pr to use the new loader inference. Just shooting my shot, but I'm a massively huge fan of everything Remix. I'm currently in my 2nd year of University...

Full logs: Note: This was done with a vercel deploy with CRA defaults, however the same happens when cloning locally. I used a fork which was my own however it...

Given `tsdx` has been unmaintained for quite some time, it may make sense to migrate to PBandJ: https://github.com/moishinetzer/pbandj I'm happy to help make the transition if you need any help!

### Describe the bug When missing a param, autocomplete shows too many options ### Your Example Website or App - ### Steps to Reproduce the Bug or Issue - ###...

Given tsc as a build tool isn't the most optimised and storybook v7 is in beta, it may make sense to migrate to PBandJ: https://github.com/moishinetzer/pbandj It also includes config for...

[yup](https://github.com/jquense/yup) is a very popular alternative to Zod. Is there any way we can use it as an alternative?

I have created npm packages before but I struggled to turn this into a package that the utilities can be imported from for the following reason. **Dependency handling** I think...

With the addition of native expo modules and expo plugins, would it be possible to integrate those options so that there is no need to run `expo run:ios` but `expo...