Ryan Plessner
Ryan Plessner
Finch has had releases a couple times since that issue was closed, but with Finagle development mostly drying up after the twitter acquisition, I'm not really sure what the future...
Right, its just a bunch of static html pages; nothing is preserved or communicated between pages. The quick way is to inject stuff into the window location and then use...
The other option is require a front-end framework as a dependency.
No. What were we going to sort on? Percentage? You can replace this line https://github.com/florence/cover/blob/master/cover/private/html/assets/app.js#L66, with `sortTable('coverage-percentage', floatCompareAsc)` to make percentage the default.
How do you imagine this looking? Perhaps something like: ``` ``` or maybe the above info as comma separated values?
Yea I get the sentiment, and I'd get it if you wanted to move on. We definitely haven't been very active over the last year or so. Sergey and I...
Its clear to me that we (the maintainers) didn't do enough to push this forward, especially when this issue was first raised. I'm +1 to adding more people, even if...
Sorry for the delay, I have invited both @joroKr21 and @tpetillot to the repo. > I hope we can release by just publishing a tag So we do have an...
Correct, CI will also cut a new snapshot version for you.
Uh I did not realize we were on github actions. Last I checked the we released via Travis CI. It looks like the github action does not invoke `./build/build.sh` which...