Bo Borgerson

Results 27 issues of Bo Borgerson

Not all projects are hosted on GitHub. A good second host might be gitlab.

enhancement

Currently if an issue has multiple labels that are in the changelog configuration it will get listed in each section. Should only list in one. See entries about `` [here](https://github.com/redfin/react-server/blob/next/CHANGELOG.md).

bug

Seems like if the changes aren't public they don't need to be highlighted in the changelog. Does this make sense?

bug

The contributors list is currently built up from the set of commits that get highlighted in changelog. Should give credit to all contributors.

bug

Don't need to include README changes, etc.

enhancement

Hi, This adds `res.flushCompression()` as an alias for `res.flush()` This supports use such as: ``` javascript // Not going to write again for a while. If compression middleware is //...

pr

Hi! I noticed that you were golfing. I couldn't resist. 🏌️ This reduces minified, compressed bytes from 249 to 234.

`npm run bootstrap` takes _forever_. Do we really need the kitchen sink? Eliminate a dependency, and be celebrated for all time! 🎉

Webkit's page cache keeps a suspended page available for re-activation on back/forward navigation. The history navigation API also fires a popstate event, though, which triggers an unnecessary re-render. We can...

Nobody's using this. It's just unnecessary bulk at this point. This reverts commit 1ac1f9900af879bebbec639e6376d36e35ce4fe7.