Michael Holroyd
Michael Holroyd
On a MacBook Pro M1
Same issue here.
Agreed, this also makes `rvm install ruby --latest` install the wrong version of ruby.
``` rvm pkg install openssl rvm install 2.5.5 --with-openssl-dir=$HOME/.rvm/usr ```
I personally have found it to be a very good trade-off using scoped styles, even though it means duplicating CSS many times between components (find/replace across files is fairly practical...
I assume you don't want a simple `isKnight` computed property, because it should be editable vs reactive -- shouldn't that just go in `data` then? I tend to name these...
Issue for me as well. I can't decide whether it's crazier that Windows 11 still has these filepath limitations, or that Xamarin Firebase felt the need to create a path...
I eventually got this working with this set of versions: ``` 5.0.0.2578 3.4.35 8.10.0.3 4.7.1 4.8.0 ```
It's come up a couple times already: https://github.com/sirupsen/airrecord/pull/84 https://github.com/sirupsen/airrecord/pull/91 I'm not strictly opposed to adding batch operations, but it needs testing and documentation, (would also be nice to have some...
I don't think you're missing anything -- some combination of those two PRs that includes tests and documentation would probably be pretty good! Neither PR on its own was ready...