Noah Gregory
Noah Gregory
Is there any sort of update on this? Sass is moving forward on deprecating @import. https://github.com/sass/sass/issues/3513
It appears `@crutchorn/plop` is no longer available. Is that intended?
> Hi @noahgregory-basis Global install worked for me. I use yarn: > > ``` > yarn global add @crutchcorn/[email protected] > ``` The package name fails to resolve. It does not...
This package appears to not be compatible with Nuxt/Vue 3 at the moment, unfortunately. The author would need to fix it.
You should add linker flags to the build command so it can find the `zstd` library. Here's what I ran: ``` bundle config --local build.mysql2 "--with-ldflags=-L\`brew --prefix zstd\`/lib" ```` To...
This appears to be because of RVM installs OpenSSL v1.1, but that hit EOL in September of last year. If you have OpenSSL v3 installed it messes with what is...