Paul Lewis
Paul Lewis
Suggest flashing the screen red so people can quickly see if layout thrashing et al are at play. Feel free to assign to me :)
# 🚀 feature request ### Relevant Rules `esbuild` ### Description If you build with an esbuild config, you can set the [`entryNames`](https://esbuild.github.io/api/#entry-names) option, per the docs. This option is particularly...
* Event for watching a video * Event for finishing a video * Event for downloading a video for offline * Page visit @johnpallett Any more?
Mainly PHP. My assumption (and I think it'd be good to have data around this) is that many people are on shared architectures where PHP is the predominant env.
Thinking this would be a great utility to have, and we could demonstrate how to use `console.time` to instrument interactions, making for Big Rig-friendly timeline files. Just a thought. Feel...
This is so that outgoing views can transition before incoming views start.
We should define that a tag gets released whenever the backgroundfetch* events fire. Filed against Chrome here: https://bugs.chromium.org/p/chromium/issues/detail?id=709921
I've managed to get Jest running via: ```bazel load("@npm//:jest/package_json.bzl", jest_bin = "bin") jest_bin.jest_test( name = "src_tests", args = [ "--roots=%s" % native.package_name(), "--config=$(rootpath //:copy_jest_config)", ], data = [ ":src", "//:copy_jest_config",...
If I use a JS source and a custom transpiler with `ts_project` like this: ``` load("@aspect_rules_swc//swc:defs.bzl", "swc_transpiler") load("@aspect_rules_ts//ts:defs.bzl", "ts_project") ts_project( name = "src", srcs = [ "index.js", ], allow_js =...
### What happened? Moving from rules_ts-1.0.0-rc4 to a newer release fails if there's transpiled TS used as the `entry_point` for a `js_binary`: ```bazel load("@aspect_rules_ts//ts:defs.bzl", "ts_project") load("@aspect_rules_swc//swc:defs.bzl", "swc_transpiler") load("@bazel_skylib//lib:partial.bzl", "partial") load("@aspect_rules_js//js:defs.bzl",...