Rick Wagner

Results 25 comments of Rick Wagner

I'm pretty open after noon tomorrow during the week. Let me know what works.

I'd prefer 1:00 p.m. ET, or 3:00 p.m. If we need to do European time, 11:00 a.m. ET is doable. I'm on Pacific time, myself.

Looking at my @rpwagnerbuilds repo, I saw that I was in the middle of doing a clean up and didn't add back in the scripts to actually configure and launch...

We discussed this pull request on today's Security Community call; myself, @dlqqq, @RRosio, and @Carreau were present on behalf of the Security Council. First, thanks for bringing this to the...

Cartopy is one of the standard [packages distributed with Pyodide](https://pyodide.org/en/stable/usage/packages-in-pyodide.html). Looks like it was [added back in 2023](https://github.com/pyodide/pyodide/commit/e3789b8dfae0a2071ae4f161eaf5301567b79d2c) by @juntyr. And you should be able to download packages within a...

I think I've found a potential issue, `urllib.request` is [not available on WebAssembly](https://docs.python.org/3/library/urllib.request.html) according to the Python documentation. The solution would be replace the use of `urllib.request` with `requests` or...

I have a [fork going](https://github.com/rpwagner/cartopy/tree/urllib3wasm) which replaces `urllib` with `urllib3`. I still need to test it in Pyodide, but I'm optimistic since `requests` is built on `urllib3`. If it works,...

I would be fine with whichever solution is simplest and still allows the use of Cartopy within Pyodide. #2515 is what I would call the alternate framework route @juntyr described....

@juntyr I made a [patch to Cartopy for Pyodide](https://github.com/rpwagner/pyodide-build/blob/main/packages/Cartopy/patches/0001-use-pyodide-http-if-present.patch) that you can test in [this JuptyerLite site]( https://rpwagner.github.io/jupyterlite-customization/nextlevel/custom/lab/index.html). If this works, I can submit it to Pyodide and it would...