Nicolas Wormser

Results 9 comments of Nicolas Wormser

Facing a similar error here. Here is how it hungs: ``` Sass::SyntaxError: Undefined variable: "$alert-padding". (in /home/owner/.rvm/gems/ruby-2.1.5/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_alerts.scss:10) ``` I looked up with `bundle open` in the `bootstrap-sass` gem and found...

Is there anything more I can look into on my machine to help whoever will work on this ticket ?

OK, this was misconfiguration from my part. I somehow had the line: ```vimscript let g:node_host_prog = expand("~/.nvm/versions/node/v14.15.0/bin/node") ``` in my conf. I removed that and now all the checks are...

In my particular case, I'm making a Svelte component and want to have the ability to apply Tailwind classes to styles I've written in `` tag of my component. Something...

I'm seeing the recent #105 and #111 that are supposed to close this but in my tests (using code from the v1 branch) it's still missing icons, e.g. (`bi:balloon-heart-fill`). Anything...

@stramel indeed I was missing porper conf. Works great now after a fresh install of `astro-icon@next` and proper conf. Thank you 🙏🏼

I confirm this. Also using pnpm here. Didn't fail when installing with npm instead of pnpm.

Does this needs any more work before merging?

I am facing these issues without a docker-in-docker situation, using devpod directly from the command line with no Dockerfile I am getting the same errors as @RishikesavanRamesh here (similar log...