Greg Tatum

Results 204 issues of Greg Tatum

https://github.com/projectfluent/fluent-rs/blob/9e62af6f18f5efed4ad8faaca2c6c0ceb14d5bde/fluent-resmgr/src/resource_manager.rs#L107-L135

enhancement
help wanted
crate:fluent-resmgr

https://github.com/projectfluent/fluent-rs/blob/9e62af6f18f5efed4ad8faaca2c6c0ceb14d5bde/fluent-resmgr/src/resource_manager.rs#L41 These should be propagated through the API.

bug
crate:fluent-resmgr

`get_bundle` will only load the resources for a single locale, but supports fallback behavior for i18n formatters like date time format (at least it claims to). This bundle will provide...

bug
design-decision
crate:fluent-resmgr

The initial work to build a Flame Graph was landed in #702 by brisad :tada: We should finish up some work on the Flame Graph before we surface it in...

flame graph

If the flag `trackopts` is turned on in the profiler, we get optimization information. This was all done as part of the JIT coach work, and recently re-enabled under the...

feature
sidebar
JIT

It should provide an option to toggle samples that contain. * Native stack * JS-only stacks * Idle stack Idle stacks are currently not instrumented with pseudo stacks, so we'll...

feature

Markus has written up a very large document, I'll add some higher level flow charts. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-729)

documentation

We only need to draw 2 boxes when moving and changing the highlighted stack item, the previously highlighted one, and the next highlighted one. We shouldn't redraw the entire chart...

perf
stack chart

This should help to do less work on the chart drawing logic: https://github.com/devtools-html/perf.html/blob/e177d4cd1a617d98bffbc2cb13972e2087893090/src/components/stack-chart/Canvas.js#L120-L133 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-727)

perf
stack chart

This has been a persistent issue, and has multiple different issues. Let's have this bug to track different issues and approaches to fixes. Track the work with the [`perf` and...

perf
stack chart