Bret Little

Results 51 issues of Bret Little

enhancement

I am rather impressed with jsfeat! Have you considered rewriting portions in asm js?

Need a roadmap for updating the book for newer chrome features.

## This would solve... As outlined at [WHATWG/fetch](https://github.com/whatwg/fetch/issues/973) there is often the need in a server environment to access cookie headers. For example editing Cookie headers: ```ts const h =...

enhancement

For example, sofe should work with `react` and `redux`.

enhancement

![image](https://cloud.githubusercontent.com/assets/1566869/13269929/e6e3b882-da47-11e5-82d4-819d9cf5af05.png) The line's that are shown are off :( Though the coverage percentage should be correct.

bug

### Description Fix a critical issue where a top level asynchronous request within `App.server.jsx` would break if subsequent routes attempt to disable streaming. For example: ```ts // App.server.jsx export default...

### Description `Oxygen.env` is now deprecated in favor of `Hydrogen.env`. Access environment variables within your server components on `Hydrogen.env`. We hope this will make more sense when deploying to non-Oxygen...

When transitioning between pages in Hydrogen, an RSC request is sent to the server. Depending on what data requests are necessary, the transition can be noticeably slow while waiting for...

framework