Greg Tatum

Results 164 issues of Greg Tatum

Is [this line of code](https://github.com/tmpvar/2d-polygon-boolean/blob/master/2d-polygon-boolean.js#L276) just saying that no results were found? If so I would prefer just returning empty rather than throwing an error. Not 100% sure if I'm...

I found some vague mentions of the CI not working for the website. I don't see any issue, so I'm filing this one to track it until I see what's...

docs
website

At https://github.com/unicode-org/icu4x/pull/446 I'm working on adding memory benchmarks to the ICU4X project. This PR contains the necessary code to add support for ndjson, a newline delimited json format that is...

Currently when applying locales, the fluent-react bindings do not switch the document's text directionality. It's a little odd for React to affect the entire document, but here it seems like...

fluent-react

Remove all `#[allow(missing_docs)]` suppressions in icu_decimal. Blocks #686.

T-docs-tests
C-numbers
S-small

In SpiderMonkey we are asserting in debug builds that our generated locale data are consistent by checking the locales available for different components. ICU supports this through functions like `udat_getAvailable`....

T-core
C-data-infra
S-small

For what it's worth, I found it very confusing that convertToTriangles was true by default. I spent a good half an hour debugging my code before I realized that. I...

The README's demo image is broken on npm.

This is a meta bug to track some of my performance investigations.

Here is my analysis of console performance in a real world application: https://gist.github.com/gregtatum/4d5dbf3df558de2dd26e39dbe1413b73 TL;DR the object inspector is the slowest offender in perf.html development mode console.log. STR: * Run the...