Nicu Chiciuc

Results 22 comments of Nicu Chiciuc

I'm having the same error

I have the same problem with a new prompt being emitted just when switching back and forth between normal and insert mode. I think this has to do with the...

Yes, I think it might have something to do with the fact that [`simpl-schema`](https://github.com/aldeed/simple-schema-js#installation) is installed using npm and the [aldeed:schema-index](https://github.com/aldeed/meteor-schema-index) is installed using atmosphere and it basically extends the...

@pmogollons We left the idea of switching to meteor-webpack for awhile since it wasn't crucial at the moment, but I'll definitely try your solution when I'll get around to it.

A good use case for this rule is Meteor. Most of the code is isomorphic but if a file is somewhere inside a `/server/` directory it can only be imported...

Here's another repro with the steps taken from the offical docs for nx (without any changes + installing chalk): https://github.com/nicu-chiciuc/repro-nx-chalk At this point, I'm thinking about switching from Nx to...

@nathanhammond > Remove the lockfile this sounds like a bad advice since (I assume) it means that the packages that I expect to be installed on my machine are not...

I think my previous message sounded too demanding, so I made a PR in the hopes that we solve the issue using the second option (_Provide an example of using...

> I just accidentally found an workaround, adding the line to any file with the error, fixes it for me. @TmLev can you validate? > > ```ts > import type...

I'm having the same issue with ```fish > bun --version 1.0.1 ``` ```fish > time bun install bun install v1.0.1 (31aec4eb) 🔍 bun-types [6/6] error: ConnectionRefused downloading package manifest bun-types...