Lucian Mocanu
Lucian Mocanu
You can switch to @appigram/react-rangeslider for a package with updated dependencies.
I've been playing with `fnm` today and I must say it's quite fast, I like it a lot ;) I made a workaround for this invalid `PATH` issue. Here's my...
On MSYS and CygWin, `cygpath` converts between Windows POSIX paths (replaces the path separators and drive letter: `X:\some\path` `/x/some/path`), but might also map some common paths like `/tmp` ~~or home~~...
I'd also recommend LTS for production, however, in development most of us tend to use the latest stable version instead, in order to find and fix breaking changes early.
> FYI, I have temporarily solved this issue on my side by loading `fnm` like this: > ```eval "$(fnm env --shell=zsh --log-level=quiet | sed -e 's/PATH="\(.*\)":\$PATH/PATH="\1:$PATH"/g')"``` I also did something...
If you have any kind of response (500 in this case), most likely the issue is coming from the server itself that behaves differently on CI. There is also an...
Chalk v5 is ESM-only, so it would also mean making nestjs ESM-only. However, 4.1.2 can be used without any change. Probably it could also be replaced by `@colors/colors` (the successor...
Actually, `git-bash` doesn't look there, but it does load everything in `~/bash_completion.d/*.bash`. So if you place it there, it's fine.
any chances this will be merged?
@jinhuiWong any plans to fix the conflicts?