Madhur Tandon
Madhur Tandon
Hi @JeffersGlass Thank you for the PR. Based on the standardising effort for different runtimes (and based on @hoodmane's comment above), we have decided to use `runPythonAsync` for the Pyodide...
@pww217 I would also add `make examples` but that already contains `npm run build`, so might wanna split that I guess because this PR already has a step for `make...
Should we move the examples to https://github.com/pyscript/pyscript-collective?
@JeffersGlass To begin with, I started with the example you showed i.e. ``` ### emoji.py ### def print_saxophone(): print(🎷) ``` with the index.html having the following: ``` paths = ["./emoji.py"]...
> Would you confirm whether either method works for you with that adjustment? Yes, I already added the quotes and both work for me too. But sometimes, the issue can...
I guess we can extend this i.e. if gpu stuff is required The docker builder should know which GPU specific libraries (all the `cuda` related stuff) to install.
Hi, can I be assigned this? I haven't worked with `gRPC` before so I am hoping this can be something new for me + could appreciate some sense of direction....
Maybe I should pick this up perhaps?
> add link to numpy protobuf impl here? https://github.com/telamonian/numpy-protobuf
TODOs: - Write more tests for different datasettypes (increase coverage) - generate protobuf files (and compile them) - start defining methods in those compiled functions