Milan Raj

Results 128 comments of Milan Raj

The following also seems strange to me and I'm not sure if it is by design. When I do: ``` e(dv(.Utf8Char '\n') charLineFeed) ... ArrayAppendElt(buffer charLineFeed) ``` The character that...

Interesting question! I don't think matplotlib has that capability built-in. Maybe you can use a library like https://github.com/mpld3/mpld3? The following seems to run in the [pyodide console](https://pyodide.org/en/stable/console.html): ```python import matplotlib...

Ah lol it was right there the whole time https://github.com/pyodide/matplotlib-pyodide/blob/6a6d6fb56889adade87771d5216cfa173a38867e/matplotlib_pyodide/wasm_backend.py#L71-L82

Ahh. Yea, just trying to get the byte array into the js context. Looks like the following is how to access the buffer with `FigureCanvasAgg`: ```python import matplotlib from matplotlib...

I think it would be great to start getting some docs in for C development that can grow over time. There really doesn't seem to be a good source generally...

> @rajsite would you be willing to take on updating the docs? You could also open a new PR with the content and @seanisom could potentially jump in to review...

> Hopefully this use case can be tackled by `` or an interoperable/stylable version of `` + `` Grouping is a use case we have found where modeling as a...

> I'm not really sure how we could make the CLI work automatically in a browser context though, because it doesn't use the wasm build and relies heavily on the...

> Works on my windows (11) machine. Make sure you have accurate time/date on your computer. I do, and other browsers work fine. And works fine in a clean Windows...

> We need to use https://github.com/rustls/rustls-native-certs, then create pref to force? use system certs I'm not too familiar with the Rust ecosystem but that sounds like it would be the...