Kenneth Lim

Results 347 comments of Kenneth Lim

I think it's good to consolidate initial setup stuff in one place but for "initial setup" I'm thinking more just mentioning cloning the repo, `npm install` then `grunt server` to...

Design wise I think the grey bar helps with quickly identifying where the code start and end so I would suggest keeping it, maybe reducing its width only if absolutely...

@GaurangTandon No specific problem with this PR here for me so this comment isn't really for you. @lmccart This PR includes changes to files in the `dist` folder which makes...

Ok here's what I found. The `langs` not found error is not related to the problem at all and in this case can be ignored (we haven't implemented translated offline...

This doesn't show up on my side. macOS 10.14.4, Firefox 66.0.4, Chrome 74.0.3729.157, Safari 12.1 As you mentioned very possibly a pixel density issue or even a OS/browser issue.

I think for many of the examples, scaling them down would not work well, especially those with interactions. Horizontal scrolls however feels unintuitive and have seem broken as well to...

> I think we should make it horizontal scroll only in mobile view I'm not quite sure what this means. Do you perhaps have a link to somewhere doing what...

How would this solution work with examples that uses mouse interactions though? [This one](https://p5js.org/examples/3d-orbit-control.html) for example.

I think this needs some settings tweaking on the server itself. You can create a 404 page as a static page I think but the server needs to be setup...