Motin

Results 116 comments of Motin

I wonder if there are some updated plans regarding implementing this? Also, maybe https://github.com/iodide-project/pyodide can be a possible way to achieve a bundled python environment?

There is also this answer from so https://stackoverflow.com/a/52867787/682317: > I just found `conda-pack` that seems address this issue directly > > https://github.com/conda/conda-pack > > > `conda-pack` is a command line...

Travis fails with `The command "sh -e /etc/init.d/xvfb start" failed and exited with 127 during`. Seems unrelated. Restart the Travis job?

And then there is https://pyvis.readthedocs.io/en/latest/tutorial.html#using-pyvis-within-jupyter-notebook

> We should properly look at this again after tesseract 4.0.0 is released. Tesseract 4.0.0 was [released 29th oct](https://github.com/tesseract-ocr/tesseract/releases/tag/4.0.0). Time to celebrate! :) > OpenCV has had major updates since...

Similarly in react native: AsyncStorage.clear()

> Do you by chance know a way to access the popup/background/contentscript-specific window (DOM) in this case? I only know of one way for the tests to access background-privileged APIs,...

> We could add a new option like build --filename="some-file.zip". However, to make it useful, it should also accept parameters for substitution like build --filename="%{artifactsDir}/%{name}-%{version}.zip" Can this issue be renamed...

Removing to decrease maintenance seems like a great idea, but maybe they can still live on in one or many separate repos (which in turn can be archived and read-only...

> There is an example in progress here although it's a little cumbersome: mdn/webextensions-examples#130 Note that this example will probably be removed soon: https://github.com/mdn/webextensions-examples/issues/398