-
I have a bulk rename function:
```fish
177 function git-rename
178 for old_file in $argv[3..-1]
179 set new_file (echo $old_file | perl -pe "s/$argv[1]/$argv[2]/")
180 if test $old_fi…
-
I would like to propose some improvements for this package:
## Use `peerDependencies`
### Add `rollup` to `peerDependencies`
Since this is a rollup plugin I think this should be added to `pee…
-
- [ ] Fix this issue : #3
- [x] Using the sass-embedded library : https://www.npmjs.com/package/sass-embedded
- [x] View write logs instantly
- [ ] Replace Parcel by the Esbuild library
- [ ] Fin…
-
### What problem does this feature solve?
There is [a pure rust implementation of sass](https://github.com/connorskees/grass) which could be a drop-in replacement of `dart-sass`. And it is much faste…
-
### Describe the bug
trying to create vue projects with quasar framework in all of them gives me the following error
### Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-zzbzw8
##…
-
Ruby 3.1.2
Ruby on Rails 7.0.3.1
Third party library: Bootstrap **5.2** ( [new version 5.2 released](https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/) )
#### With bootstrap 5.1.3 (previo…
-
Sorry, but I didn find any incompatibility with .SCSS on docs so, I think that is a problem.
```typescript
@import 'node_modules/rupture-sass/rupture'
$screen-sm:768px
$rupture: map-merge($r…
-
Moving from `node-sass` to `sass-embedded`, all the divisions had to be converted to `calc()`. There is an opportunity to make the code look nicer by moving some of the math around these `calc()` call…
-
Hi,
I am working on an addon called ember-element-ui https://github.com/aalasolutions/ember-element-ui which can be installed `ember install ember-element-ui`
Its built times are very high. I ha…
-
The following failure was seen in one build for #6666 but appears to be intermittent:
```
IO#read raises IOError when stream is closed by another thread FAILED
Expected # (Java::JavaLang::NullPoi…