Joseph

Results 197 comments of Joseph

> I had the same issue and I resolved it by adding: > > ``` > alias: { > react: path.resolve('./node_modules/react') > } > ``` > > to `resolve` property...

I have a branch where React Markdown has been removed and the Pages are split into a bundle of its own. ![image](https://user-images.githubusercontent.com/21013447/86476425-cba26780-bd46-11ea-891d-6aca20956ef4.png) Which ends up at roughly 1.76 MB, as...

Oh thank you! Like I said before I really like this project! So yeah, that's alright!

I had done a bad glob pattern, but a later commit fixes it.

> @icyJoseph > > The problem I have with this is that, I notice that ever time I switch back and forth from the landing page to a page with...

There should be some gains. Here's an [article](https://medium.com/evolve-technology/hide-that-da6264a7e1f) I wrote somw time ago about using these tricks :) I am actually not sure about what the 404 page should show....

Found and fixed a bug. Needed to update `updateIkParams` and `updatePatternPose` to `updateIk` and `updatePose`.

@mithi > > Instead of displaying a 404 page, shouldn't we just redirect to the landing page? > Alright, I think it should be fine in this case. > >...

I have not added the 404 Redirect back to room and merged master into this branch. Please do check that the Walking Gait is working as expected :smile: Gonna try...

Had to use the hooks -> render props -> HoCs pattern architecture to remove about 7 code climate issues, now there's only two regarding params injected to some of the...