Results 8 issues of Yun Lai

nested setup: 1. `bin/hermit` in root folder 2. `gradle-plugin/bin/hermit` as a nested setup when doing `hermit install` in gradle-plugin folder, files weren't added to git after. ![image](https://user-images.githubusercontent.com/1623058/172775120-500afe30-164d-461d-a083-1a4d6a14c39b.png)

We've got an android project with gradle sub projects inside a root project. We have some default configuration defined in `rootProject.ext` and used in the sub project. After applying the...

targeting: https://github.com/dgaubert/express-metrics/issues/21

Hi there, Love the library as it's quite simple to use. Got question about the communication between worker & master At the moment the communication is from worker reporting to...

is it possible to run rice command from the vendor folder? would save the download time.

I've been using the RC branch to tune the performance of our app and found the performance in the current __notify is a bit slow. The current notify work flow...

This PR is a better implementation of the grouping observers by getters idea in https://github.com/optimizely/nuclear-js/pull/182 The difference is observers are grouped when they are added. Also the removal of observers...