Charlie Yan
Charlie Yan
Thanks for binging Python to Godot! Is it possible to add support for web export as well? There is a project https://github.com/iodide-project/pyodide can run python in browser. Given that, how...
Thanks for this package which makes the audio play much simpler! I'm using this package on iOS, trying to play audio files extracted from youtube (by the [youtube explode package](https://pub.dev/packages/youtube_explode_dart)),...
Summary: Run command ``` pyre --output=json | pyre-upgrade fixme ``` to suppress pyre errors. Differential Revision: D40494695
I'm trying to install sapling on an AWS host. But it only has `yum`, not `apt`. Can we provide more options for installation, for example anaconda?
Can we add a checkbox to the vscode UI, which allows submitting a PR as draft? Our internal tool UI has that option, so I guess it's not too hard?
Currently there's no way to hide a commit in vscode extension. I can only do it with command `sl hide`. Can we add a button in the vscode extension UI?
## Description I'm trying to follow the guidance here: https://jupyterlite.readthedocs.io/en/stable/howto/configure/advanced/offline.html to create an archive for offline usage. But when I start an HTTP server and open the URL, it still...