Harry Hedger

Results 6 issues of Harry Hedger

# Issue summary When requesting a page, it can take up to 10 seconds to return a rendered page. I experienced this in the past, and it was resolved as...

The `StatusUpdateForm` is too limited for my use case, but rolling a custom one is also painful. For custom, it'd be great if the text input and og fetching/management was...

After using Ignite + Bowser for my first ever RN project, I wanted to share some feedback and discuss ways to possibly improve Bowser. I'd first like to say that...

## Summary This is part of #4969, which aims to standardize all of the filenames in the project. This PR standardize file names in packages/jest-snapshot. ## Test plan Having some...

cla signed
Stale

I wanted to pass this along from an issue in nestjs: https://github.com/nestjs/nest/issues/7049 The setup provides this postinstall script: ``` "scripts": { "postinstall": "opencollective || exit 0" }, ``` According to...

I think it'd be cool to make something similar to Ember's `Route` object: - Add 3 lifecycle hooks, `beforeModel`, `model`, and `afterModel` that are called in order within `componentDidMount` under...