Bruno Paulino

Results 6 comments of Bruno Paulino

Yes. it's possible. During CI, make sure that you don't use the plugin based on an environment variable. Something like this: ```js const webpack = require('webpack'); const WebpackBar = require('webpackbar');...

> Is there another solution to do not have that many lines without disabled it ? The only line that you need is this one: ```js ...(process.env.CI === '1' ?...

Unfortunately, I don’t see the point of having that plug-in enabled in CI. This is a plug-in for feedback mostly during development. your CI output is just a stream of...

Hey folks, I've just been through Chapter 7 and I think @yamoridon is correct. If we look at the source here, the `lib.rs` implementation still rebuilds the index when we...

Hey folks, for whoever is running into this issue like I did this past week (Remix 1.18.1), I've managed to circumvent this problem with a mix of the suggestion from...