Atul Varma

Results 102 comments of Atul Varma

Hi! I recently filed my first PR at #4367 but I noticed that there isn't a ton of documentation about how to get started _developing_ Mermaid itself. Most of it...

Awesome, thanks @huynhicode !

@futuremarc, are you still looking into this? I'm happy to help if you need it, no worries if not. I'd like to second @antiboredom's suggestion of making the reference a...

Another option is to integrate with [caniuse.com's raw browser/feature support data](https://github.com/fyrd/caniuse) to show how well a feature is supported across different browsers. For p5 authors, this could be particularly useful...

Ok, sounds good! Thanks for clarifying the requirements--I actually wasn't aware of the one about code snippets. That makes sense about the standalone widget. When you say "all the work...

:sparkles: Update! :sparkles: I'm helping @tchoi8 with his [Signing Coders](http://taeyoonchoi.com/signing-coders/) workshop and he mentioned that he wants to have embeded, editable p5 sketches in the self-guided part of his curriculum,...

Awesome, thanks for the feedback!! @indefinit, that's a great idea. I've written some thoughts about console functionality in https://github.com/toolness/p5.js-widget/issues/7--feel free to add your thoughts there.

I think this is a great idea--not just for beginners, but even for experienced coders who understand coordinates but just don't know how big the example canvas is. It might...

Okay, I think I am going to try giving this a shot (for Unity at least). Will report back in a few days!

Ok, sounds good! I am not super familiar with Pathfinder itself, so I am learning as I go. After looking at [`examples/canvas_minimal `](https://github.com/pcwalton/pathfinder/blob/master/examples/canvas_minimal/src/main.rs) it looks like the `CanvasRenderingContext2D` is largely...