anatoly techtonik

Results 330 comments of anatoly techtonik

@pombredanne everything is going to be very f*d up in my life soon, and if it is not already, that's only thanks to my parents. This code is MIT licensed,...

To tell the truth, I don't think I can explain why I can not trust people with this repo without hiring a shrink. But.. I am based in Belarus (which...

The "Try it" web page is gone. The code is still there https://github.com/canonical/lxd-demo-server/

So not fixed yet? https://pyodide.org/en/latest/console.html ```python >>> import pyodide; print(pyodide.__version__) 0.22.0.dev0 >>> await micropip.install('ruamel.yaml', keep_going=True) Traceback (most recent call last):   File "", line 1, in  NameError: name 'micropip' is not ...

Yea, I am looking into how to wrap `walk` in `systray`. But that `systray` looks abandoned. Is its API is the best one?

I admit this one is hacky, but maybe somebody will be interested to improve on this proof of concept. Network interfaces on Windows are not shown, because netifaces return GUIDs...

@henryiii the job should be easy for any student or for https://opensourcefriday.com/ 1. install Jypyter Notebook with Python 2 2. spin up Notebook and install `pbs` and `plumbum` there 3....

@Thaina checked `[*][*][*].author` with http://jmespath.org/tutorial.html and it doesn't work. Seems like the only supported syntax is `name[*]` for flattening arrays, so you need to know the `name`. For this particular...

`*.*[*].author`. The structure is still there, but at least no need to retype names.