Austin Bingham
Austin Bingham
As I currently understand Pykka actors, they are entirely event driven in the sense that they don't do anything unless they've received an event. What I'm looking for is a...
When I try to construct a `PTY` instance, it terminates my terminal program. With both cmd.exe and PowerShell, the following program will kill my terminal as soon as I execute...
Right now we support code as it would appear in an Elm source file, but it might be nice to have an elm-repl version as well. Not sure if this...
They should be able to specify the elm-make command-line, while still providing reasonable defaults. We need to figure out the proper way to do this in the Jupyter framework. Perhaps...
It would be nice to have a few tests to verify that everything works as expected. I suppose we'll need to use something like nbconvert and its Python API to...
Right now we're using 3.6+ APIs in (at least) our use of [`subprocess.run()`'s `encoding` parameter](https://docs.python.org/3/library/subprocess.html#subprocess.run). We should see if we can support earlier versions, maybe 3.3+.
The jupyter kernel API supports [code completion](http://ipython.readthedocs.io/en/stable/development/wrapperkernels.html#MyKernel.do_complete) and [inspection](http://ipython.readthedocs.io/en/stable/development/wrapperkernels.html#MyKernel.do_inspect). It would be nice if we could do this. Will elm-oracle help out here?
Are there plans to create ecl wheels for Apple silicon? I'd be happy to donate my machine/time for the occasional release.
I've got an existing MDL-based page (i.e. not using elm), and I'd like to embed an elm-mdl element into it. But if I follow the standard approach for embedding elm...
I've been trying to apply lens shading to my rpi camera, and - while the ultimate `mmal_port_parameter_set()` call is returning a successful result - I never see any actual correction...