Evan Rosson
Evan Rosson
You have my attention! First step for swarmsim to use this is for https://github.com/erosson/swarm-numberformat to support it. Tried that by replacing `require('decimal.js')` with `require('./break_infinity.js')`, but something broke - will isolate...
Thanks! #16 and #17 would be enough for this to work with swarm-numberformat, I think.
Thank you for the fixes! Found that swarmsim also needs #18. The other two fixes are enough to advertise that this works with swarm-numberformat, though! Added to its docs.
Created a black-and-white notification icon - but testing it has been tough. There's an icon in the `Notifications` api, and another in app.json - I *think* I was looking for...
The new binary with app.json changes worked! icon's badly formatted though, I got a mostly-black outline. Need to find out how this is supposed to work
Overlooked this, sorry for the delay. Use `maxSmall` when you might have small numbers to avoid rounding. Here's a unit test to demonstrate: https://github.com/erosson/swarm-numberformat/commit/dd3d32ab155f79c5055138a1ab73a7c9ea9f6d04 Thousandth, millionth, etc: No need for...
[storybook](https://storybook.js.org/) seems like a winning approach for visualizing the ui states (including the hard part, i18n) we want to screenshot. not only can we browse ui states at our leisure,...
quirk translation archaeology: ios storefront links, pull request links by language, keywords and storefront translation text when available https://docs.google.com/spreadsheets/d/1n9OCZsJQGms-iuNOMEvnZP2ankb2-zWObszSAnYU6JE/edit?usp=sharing * a pull request with keywords and storefront text was ideal...
> we *have* to put storefront text/keywords in source control fastlane looks like the way to do this, and we may also want fastlane for #16 anyway Looks like the...
expo 38 (#70) adds dark mode support by default :tada: https://dev.to/expo/expo-sdk-38-is-now-available-5aa0