Raghu Simha
Raghu Simha
This is the output of `npx bundlesize` on linux. I'd imagine something is missing in this project's `package.json`? ``` ../brotli/dec/decode.c: In function ‘BrotliDecoderDecompressStream’: ../brotli/dec/decode.c:2013:18: warning: this statement may fall through...
@siddharthkp Nice work in creating `bundlesize`! We're [using it](https://github.com/ampproject/amphtml/blob/6827fac5db3d50bfcfdf3238031194ebd1f5bd33/gulpfile.js#L824-L840) to keep track of our binary sizes on the AMP project (https://github.com/ampproject/amphtml). I was trying to make full use of PR...
We recently enabled `greenkeeper` and `greenkeeper-lockfile` for our project at github.com/ampproject/amphtml, which uses `yarn` for package management, and therefore, contains the `package.json` and `yarn.lock` files. We now have a handful...
This is breaking several CI builds and preventing other tests from being run. For example, https://travis-ci.org/ampproject/amphtml/jobs/337372959#L1575 Error logs: ``` 30.66s$ yarn global add greenkeeper-lockfile@1 yarn global v1.3.2 [1/4] Resolving packages......
We on [ampproject/amphtml](https://github.com/ampproject/amphtml) recently started using `karma-mocha-reporter` as the reporter for our tests on Travis-CI. I'm noticing that some of the time, the failures reported by `karma-mocha-reporter` are not accompanied...
See https://github.com/ampproject/amphtml/issues/32195 for more details
## 🚀 Feature Request ### Problem The AMP [roadmap page](https://amp.dev/community/roadmap/) is beloved by all of us engineers, and we'd like to use it for our weekly meetings. However, two problems...
This may actually be by-design, but it left me confused about what the boxes are for. Perhaps we can add labels and tooltips to these buttons? 
Today, we have the following release-related pages on amp.dev: - [Main schedule](https://amp.dev/documentation/guides-and-tutorials/learn/spec/release-schedule), linked from "Learn" -> "AMP HTML Specification" -> "AMP Release Schedule" - [Interactive calendar](https://amp.dev/documentation/guides-and-tutorials/contribute/vendor-contributions/release-schedule), linked from "Contribute" ->...
In this example, I have a tall window, and the pop-up appears to the left. Perhaps a check can be added to ensure its coordinates are within the viewport? 