Hawken Rives

Results 151 comments of Hawken Rives

https://dl.dropboxusercontent.com/u/386773/batlog-2015.dat Data for my rMBP (mid-2012) from the beginning of 2015 to July 13, 2015. (I did replace the battery in… either April or May, I forget.)

@dandonahoe Could you open a new issue for your problem? Ideally with a reproduction on the playground (https://prettier.io)

@ErikAGriffin Could you post an example of what you'd like? Prettier already collapses multiple blank lines to a single blank line. I've never had it completely remove the empty lines...

related discussion in https://github.com/prettier/plugin-php/issues/845

https://mobile.twitter.com/LouisDhauwe/status/1052003267612299266 > PSA: I’m removing all my apps, including Textor, OpenTerm and Pixure, from the App Store. My GitHub repos will stay up but will not receive any updates.

@clembou590 Isn't that what happens when you run `pretty-quick`, with no arguments?

I'd probably do this by hand, but my formatting can be a bit idiosyncratic. ```python def fetch(content, prefix): return { 'parts': pipe( parse('$..layers').find(content), mapcat(lambda m: m.value), filter(lambda v: v['exportOptions']['exportFormats']), filter(lambda...

We may be able to use https://reactnative.dev/docs/platformcolor to extract the platform's colors, I'm not sure yet.

Prompted by https://github.com/StoDevX/AAO-React-Native/issues/5946#issuecomment-1103885756

@AlbertBrand: Would you mind a PR to switch it to either a list of versions or a `>=` dependency? It's just a warning, but I see it a lot… 😄...