Andrey Ustyuzhanin

Results 51 issues of Andrey Ustyuzhanin

ssh key for upload gist is a bit of luxury in CI (travis) environment. and actually it is not needed, since we have API token. so if user specifies 'protocol'...

I've cloned both Lean (master branch) and this repo as documentation suggests. Launcher successfully optimization of Csharp algorithm (ParameterizedAlgorithm from Jtc.Optimization.LeanOptimizer.Example.dll), but as I switch to Python mentioned in readme...

Hi! as I open the second tab and switch to it, it still displays contents of the 1st one. ![fff](https://picpig.com/fm56t8ncuy.png) after I minimize/open window again, everything is fine OS: mac...

make slide screenshots file-names with slide number zero-padded for proper sorting in file manager.

Hi, I have a couple of formulae that I render with Katex: $\dfrac{ F_s }{ F_b }$ $\dfrac{ F_s ( x_{event} ) }{ F_b }$ results are quite different: ![](https://picpig.com/dq0yolcdxw.png)...

markdown

as I create dummy slides with KaTeX https://github.com/gnab/remark/wiki/LaTeX-Using-KaTeX those work fine, but as soon as I move contents to external .md file ``` < var slideshow = remark.create({ < sourceUrl:...

latex

http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/configure-nbgrader.html needs to be updated, since there is no `deploy_formgrade.yml` anymore and everything is configured through `host_vars/` file PS I also think `deploy_formgrade.yml` was not completely useless, since configuration is...

scenario: 1. run everware 2. user logs in and runs container 3. stop everware, remove jupyterhub.sqlite 4. start everware again it fails: ``` [D 2017-07-06 10:26:28.867 Everware spawner:458] Container baffc5f...

currently upon build error 'build log' button is toggled. which is fine unless user already reads the log. so it should not change button state if error has occurred and...

to run code inside container that runs something on nvidia GPU, one has to take care of certain options for docker that tell it to bind device and drivers inside...