Tom Byrer

Results 352 comments of Tom Byrer

Not everyone would be interested in the technical details (I'm thinking of designers who hack some code). But it would be neat to have a 'technical' or 'how it works'...

Thanks for thinking about me! So programmatically make any font monospaced? That's neat. Needs hand-tweaking to look right, or mostly automatic? On Wed, Mar 30, 2016 at 6:40 AM, Chris...

- `serif` (tail) & `sans-serif` - `powerline` built-in - [`rounded`](https://www.typewolf.com/top-10-rounded-fonts) ? ; haven't seen "square" - `x-ratio = 70%` could sort out fonts with taller non-caps - [`ligatures`](https://twitter.com/FiraCode) flag for...

There is already a [monofont playground](http://sourcefoundry.org/hack/playground.html) But a version of this with all Codeface's fonts would be great.

IMHO adding a test suite should be a separate PR. You really only added 3 lines of code ([+2 dead lines](https://caniuse.com/#feat=user-select-none)) in the first PR, should have left it there.

Happens in both Win10 FireFox & Brave [Version 1.38.75 Chromium: 100.0.4896.60 (Official Build) beta (64-bit)](https://brave.com/latest/)

I like the idea of 'macros' instead: http://jlongster.com/Stop-Writing-JavaScript-Compilers--Make-Macros-Instead

> My ideal indenting style for regular chaining looks like this: +1 I like CS over JS due to it being more "readable" & a bit more "standardized". Too much...

> edit: Fixed the issue when the delayPressIn and delayPressOut properties of the TouchableWithoutFeedback component in index.js were set to 0. I thought it might be helpful in solving the...

IMHO this is not a great idea. If or when you redesign the form to include more than 1 checkbox, then you have to re-write the code that uses the...