JT A.

Results 27 issues of JT A.

tl;dr - Chrome doesn't handle `Array#shift` in an [efficient manner](https://bugs.chromium.org/p/v8/issues/detail?id=3059) for large arrays. Causing `workerQueue` to not handle lots of events in a quick manner. Our application uses [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) to...

performance

When I tested with `miniflare`, the `package.json` was read at the root directory of the package, not from the `entry-point. The `wrangler.toml` had the following config: ```toml [site] bucket =...

behaviour mismatch

On the `Request`, not all the bot management types are available as documented [here](https://developers.cloudflare.com/bots/reference/bot-management-variables/). When trying to use `ja3hash`, it was noticed that the type was missing.

The git resource is trying to do too much. Supporting tags and branches with their workflows is polluting the git resource with lots of conditional logic. I'd like to start...

The output of the `opsmanager_ssh_public_key` prepends `ubuntu:` to the key. This is useful when this output is used as the metadata into the OpsManager VM created via terraform. The actual...

unscheduled

**Background**: The changes introduced in Issue #56 have an unintentional side effect related to a rendered template's [TTFB (Time To First Byte)](https://web.dev/ttfb/). **Problem**: With the latest update, the generated Go...

enhancement
NeedsFix
runtime

**What problem is this PR intended to solve?** No problem. Experimenting with the features of `ragel` for faster parsing tables for `gumbo`. I'd like to see if the tests passed...

topic/performance

As an open-source maintainer, I know how helpful having valid working examples in the documentation can be. This is an attempt to update the examples to be copy-pasted. This transformation...

This only works for an input file because the sized of processed data can be determined. If the user uses STDING, a noop progress bar is used.