Michael-F-Ellis
Michael-F-Ellis
First of all, thanks for creating this! It works well and the API is clean and simple. I used it to bundle wasm and js into an example app so...
I need a nice virtual keyboard for running a web kiosk on a Raspberry Pi. The interfaces also need to work on smartphones, which of course have native vkbds. Thanks!
First, thanks for creating and maintaining this package! It's something I've wished for repeatedly since discovering Go a few years ago AND the implementation is really clean. Upon discovering `script`...
Just installed `gopherjs` and `go1.17.2` on my mac. Calls to fmt.Println() are panicking in the browser. I've reduced it to the simplest possible test case: ``` package main import "fmt"...
**Bug Description** This is likely `gopls` problem rather than a `mage` problem but it seems worth posting here in hopes someone knows a workaround. I've filed a thorough report at...
```bash % codon --version 0.15.5 % echo 'print("hello")' | codon run hello % echo 'print("{}".format(1.23))' | codon run :1:7-24: error: 'str' object has no attribute 'format' ```
This concerns a system that's been in production since 2016. My client recently asked for some new features. To do that, I needed to upgrade from Debian Jessie to Buster...
Is there any support for image-to-image via the gradio app? Specifically, I see from the diffusers docs at HF that the prior pipeline superclass has an `images` parameter and describes...
I've had very good experiences this past year with Jacques de Hooge's Transcrypt Python to JS transpiler. http://www.transcrypt.org/ and https://github.com/QQuick/Transcrypt It handles almost the entire Python language and produces high-quality...
I'm quite new to Go (decades of programming in C, Python and other languages) so please excuse if this is a dumb question. I coded the following trivial test and...