anatoly techtonik
anatoly techtonik
Started from the second try: ``` $ ./runsikulix -d 3 -c running SikuliX: -Xmx512M -Dfile.encoding=UTF-8 -Dsikuli.FromCommandLine -jar ./sikulix.jar -d 3 -c [debug] RunTimeINIT: lsb_release -i -r -s [debug] RunTimeINIT: loadOptions:...
I've written a quick hack in Python that fills flash drive with data - https://github.com/techtonik/discovery/blob/master/disk/check/h2test.py - it is public domain, so maybe it will inspire somebody for alternative implementation.
Forget it. I just realized that `f3fix` and `f3probe` is not `f3write`.
I am looking for a bash replacement where fail on error is the sane default.
@krader1961 the only thing I use bash scripts for is build automation, and it is rarely that I need to skip error result. At least skipping the result should be...
For fish 3.0 a nice feature would be to get such [context manager](https://docs.python.org/2/library/contextlib.html) for error handling ``` with --fail-on-error which ddddddddddd # this fails echo "Should not get here" ```...
It is hard to push builds from GitLab CI, because variable encryption there can be compromised. The more secure approach is to support hooks and pulls for https://snapcraft.io/build service. That's...
@xMAC94x that was more than a year ago. If you can point to the documentation about how GitLab handles encrypted environment variables, and if it support them at all, then...
RtD handles localizations badly. Basically we will need a copy of aspen repository for every language. =/ https://read-the-docs.readthedocs.org/en/latest/localization.html#project-with-multiple-translations
I don't like Sphinx + RtD. Can Aspen generate a static version of itself and host it? Something like http://simpla.io/