Ivo Sabev

Results 11 issues of Ivo Sabev

The working version in the package is 4.2, but the peer deps are up to 3.7.beta, can we fix this. Latest version of TS is already 4.5

This is very weird as it only happens if `node_or_tools` is part of a `package.json` with other packages, but it doesn't happen if `node_or_tools` is the only package in the...

I am constantly getting this error, could it be from Node version being 9.9.0? `Error message: Probe Active handles has reached value null`

### What version of Remix are you using? 1.4.3 ### Steps to Reproduce I have the following setup: /products - that has a list of products and a create product...

enhancement

``` yarn install v0.24.6 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... error Command failed. Exit code: 128 Command: git Arguments: clone https://registry.yarnpkg.com/react-native-material-design-styles/-/react-native-material-design-styles-0.2.6.tgz /Users/Whatever/Library/Caches/Yarn/v1/.tmp/4f7baeeb264c284f380ba7b1f9b47770 Directory: /Users/Whatever/app Output: Cloning into '/Users/Whatever/Library/Caches/Yarn/v1/.tmp/4f7baeeb264c284f380ba7b1f9b47770'......

I do not want the `priority` and `changefreq` properties to be shown in the end `sitemap.xml`, but I do not see any way to disable them?

### Describe the bug and the expected behavior For example here: https://conform.guide/api/zod/parseWithZod There is only information on what parameters the function takes, but nothing on what it returns and their...

I get the following error when building Remix. ``` Error: [remix] dest already exists. at /Users/xxx/site/node_modules/fs-extra/lib/move/move.js:51:31 at /Users/xxx/site/node_modules/universalify/index.js:22:54 { code: 'PLUGIN_ERROR', plugin: 'remix', hook: 'writeBundle' } ERROR: "build-remix" exited with...

package:dev
bug:unverified
vite

Maybe there are some considerations I am not aware of but why add a trailing slash some to paths? ``` 'routes/_login+/login': { path: 'login', index: undefined, caseSensitive: undefined, id: 'routes/_login+/login',...

Using `ring-opacity-N` triggers the migration rule that opacity should be in the format `bg-opacity/50` instead of `bg-opacity-50`, which is not correct, because in TailwindCSS 2 the syntax for ring opacity...

bug