Pancham Khaitan

Results 17 comments of Pancham Khaitan

> Hi @Pancham97 , thank you for the informative blog. Can I please ask, when do I run the `for f in *.[iI][mM][gG]; do m="$(stat -f'%Sm' -t "%m/%d/%Y %H:%M:%S" "$f")";...

Hey @otiai10, sorry, forgot to add them. Here are a couple that I didn't seem to get working: 1. https://www.fastcompany.com/90945102/ai-chatbots-health-medicine-chatgpt-webmd-self-diagnosis-misinformation 2. https://www.nplusonemag.com/issue-25/on-the-fringe/uncanny-valley/ > What are your rationale that you found...

Hey @otiai10, thanks, but for some reason, I can't seem to get it working. I am a bit new to Go so might be missing something obvious, but I am...

I need `ssl` to work. A lot of the packages I install use `ssl` under the hood :sweat:

Hey @ryanking13, is it now possible to connect to a remote MySQL server from Pyodide in a JupyterLite environment? I am trying to create a notebook which uses `pymysql` to...

> @Pancham97 > > > > No, accessing database requires socket connection and it is not supported in Pyodide. Okay, would you recommend any other way to do so @ryanking13?

> Well, why do you want to access the database in the browser? It will leak everything, including passwords and queries. I think that as a Python user, I should...