Luis
Luis
When I install gaqzi.ssh-config with the _-p_ option:: ``` playbook$ ansible-galaxy install -p roles gaqzi.ssh-config - downloading role 'ssh-config', owned by gaqzi - downloading role from https://github.com/gaqzi/ansible-ssh-config/archive/v0.3.0.tar.gz - extracting gaqzi.ssh-config...
Hello, Could you add the ForwardAgent yes option ?
it took me some time to make this work on a recent ubuntu
**Describe the solution you'd like** support mermaid **Describe alternatives you've considered** The conf.py I used to make work `mermaid` with `recommonmark`: ``` $ tail conf.py extensions = [ 'recommonmark', 'sphinxcontrib.mermaid']...
With this simple test ``` $ tree . ├── _build ├── conf.py ├── index.rst ├── Makefile ├── requirements.txt ├── _static └── _templates $ $ tail -1 conf.py extensions = ['sphinxcontrib.mermaid']...
https://github.com/simonacca/zatt/blob/master/README.md "recording has been archived"
I use line_profiler on a regular basis, but with a specific python script:: ``` $ kernprof -l scripts/test -n -a7 ~/data/20151128_1M.csv ... Wrote profile results to test.lprof $ ``` It...
Mermaid as basic support for fontawesome Cf. https://mermaid-js.github.io/mermaid/#/flowchart?id=basic-support-for-fontawesome It's working with cli and on live-editor with e.g. [see it on live-editor](https://mermaid-js.github.io/mermaid-live-editor/edit#pako:eNpNjsEOgjAMhl9l6UkSeAFMNCo-gd6Yh7J1sgQ2UkqIMb67I2K0p6bf1_Z_gomWoATXxdm0yKKulQ4q1bHW4LApHRYyexFi5SKrgdCQhtsqFcXuVDtcrAbDYjTeWgp_vNp8-Dj4EIiz7Q-dNwf1gQZ7YiyYhGP6wS0O4z6DHNK4R29TxOeyp0Fa6lOAMrWWHE6daNDhldRpsCh0tl4iQzrajZQDThIvj2CgFJ7oK1Ue74z9ar3eZURWVA) ``` flowchart TD B["fab:fa-twitter for peace"] B-->C[fa:fa-ban forbidden] B-->D(fa:fa-spinner);...
Today this minimal code: ```python $ cat /tmp/test.py from addict import Dict a = Dict() ``` can not be included in a fully typed project: ```bash $ mypy /tmp/test.py /tmp/test.py:1:...
after: my_boost$ python manage.py db upgrade I get user table but with no user, so no way to login: mysql root@localhost:my_boost> select * from `user`; +------+--------+---------+----------+------------+------------+--------------+ | id | name...