Abdul Qoyyuum
Abdul Qoyyuum
## Description [//]: # (What's it you're proposing? How should it be implemented?) Add Traefik to the `local.yml` for local setup that also includes a user prompt for what has...
At packages/react-server-examples/bike-share/api/networks.js line 17 and 33, states that it doesn't have a way to handle 404s. [TODO note for cleanup](https://github.com/redfin/react-server/issues/264)
This is in relation to the TODO notes mentioned in : * packages/react-server-test-pages/middleware/RequestToPort.js (line 6) * packages/react-server-website/middleware/RequestToPort.js (line 6) This issue is created in the efforts of [cleaning up](https://github.com/redfin/react-server/issues/264) the...
Removed the TODO note and created an issue as part of the [TODO cleanup](https://github.com/redfin/react-server/issues/264)
Not sure what I make of this but to [clean up the TODO notes](https://github.com/redfin/react-server/issues/264), please see if this issue can be resolved. ``` _onClick(e) { // TODO: if OSX &&...
In file packages/react-server/core/components/Link.jsx line 44, mentioned to perform a browser detection for IE8 to IE9 for older compatibility. Eventhough I hate IE other than to download new browsers, much less...
`TODO: We should grab stuff based on what the routes file would get out of require.resolve(dep). Using process.cwd() instead for now.` is mentioned in packages/react-server-cli/src/callerDependency-Mock.js file of line 5. This...
I was able to install and run `jprq` to my localhost port `8080` but when navigating to the generated URL, I get Content Encoding Error on all devices. In my...
I saw that the [multi-tenancy doc](https://django-shop.readthedocs.io/en/latest/howto/multi-tenancy.html#multi-tenancy) is not finished. Do you need help with documentation? @jrief