Sunday, 2019-09-29

*** tpb has joined #tomu00:00
*** xkapastel has quit IRC00:08
*** xkapastel has joined #tomu01:50
*** pollo has quit IRC02:08
*** pollo has joined #tomu02:15
*** cdmatter has quit IRC04:02
*** cdmatter has joined #tomu04:02
* ssb realised that his Fomu PVT v1.9.1 reliably fails to enumerate at boot05:48
ssbwhen insterted after boot it always works05:49
xobsssb: I'm almost positive that's due to it not responding to USB reset conditions.05:53
xobsThat was added to the `eptri` endpoint, but hasn't been backported to the current release.  https://github.com/im-tomu/valentyusb/commit/d87c98baf08103acf5ecd3d6fabee4784ccf2f7f#diff-0691c3131ef29e16ee91ad1980f01f3805:54
tpbTitle: merge sphinx · im-tomu/valentyusb@d87c98b · GitHub (at github.com)05:54
xobs(It got snuck into a patch that it probably shouldn't have been in...)05:54
xobsBasically, 1.9.1 now ignores packets for other devices.  When it starts up, your machine sends a USB reset, which changes the address.05:55
xobsFomu ought to make its address 0 again.  In the past, it simply ignored the address value, so it didn't make a difference.05:56
ssbxobs, ah, ok, good to know it is fixed already.05:57
*** xkapastel has quit IRC07:03
mithroxobs: Have you seen https://github.com/keith-packard/picolibc ?10:08
tpbTitle: GitHub - keith-packard/picolibc: picolibc (formerly newlib-nano) (at github.com)10:08
xobsmithro: I haven't! That looks really good, and from keith packard no less.10:09
mithroxobs: I was just searching for some stuff and came across https://github.com/miyakogi/m2r/issues/46 :-P10:16
tpbTitle: mdinclude image path support · Issue #46 · miyakogi/m2r · GitHub (at github.com)10:16
mithroxobs: Hadn't seen that way of doing markdown in sphinx before10:18
xobsmithro: I wanted to allow bunnie to write his documentation in markdown, and he wanted to be able to include images.  I'm a little surprised that sphinx also has the same issue.10:18
mithrohttps://github.com/SymbiFlow/sphinxcontrib-markdown-symlinks/issues/610:19
xobsI think I ran across that issue, too.10:19
mithroxobs: acomodi will most certainly fix that issue on Monday...10:20
mithroxobs: This looks cool :-P -> https://github.com/miyakogi/m2rdemo10:20
tpbTitle: GitHub - miyakogi/m2rdemo: M2R Demo Editor (at github.com)10:20
xobsmithro: I switched to using `m2r` because I couldn't get `recommonmark` to work: https://github.com/readthedocs/recommonmark/issues/17410:21
tpbTitle: Unable to get Recommonmark to Work · Issue #174 · readthedocs/recommonmark · GitHub (at github.com)10:21
mithroxobs: We just started using this "sphinx material design theme" for the SymbiFlow documentation -> https://symbiflow.readthedocs.io/en/latest/introduction.html10:22
tpbTitle: Introduction SymbiFlow (at symbiflow.readthedocs.io)10:22
xobsVery pretty.  I like it!10:22
mithroxobs: You can't use `include::` with recommonmark10:22
mithroxobs: You have to use `.. toctree::`10:23
mithroxobs: Does m2r do tables correctly?10:23
mithroxobs: https://github.com/SymbiFlow/python-symbiflow-v2x/pull/12/files10:24
tpbTitle: docs: Adding some initial documentation. by mithro · Pull Request #12 · SymbiFlow/python-symbiflow-v2x · GitHub (at github.com)10:24
mithrohttps://github.com/mithro/python-symbiflow-v2x/tree/docs/tests/clocks/dff_comb_one_clock10:27
tpbTitle: python-symbiflow-v2x/tests/clocks/dff_comb_one_clock at docs · mithro/python-symbiflow-v2x · GitHub (at github.com)10:27
mithroxobs: I was hoping that the Sphinx rst directive would work in the github rendering10:30
mithrobut it doesn't :-(10:30
mithrobblr lunch10:30
mithro(I'm in Europe at OrConf)10:30
xobsmithro: tables work in theory, but now that I try to actually show that fact, I'm finding that "md" support is still a little fuzzy in lxsocdoc.10:38
xobsTables work, but you can't have a header on them.  Or make them aligned.10:41
*** xkapastel has joined #tomu10:41
mithroxobs: For recommonmark we use https://github.com/ryanfox/sphinx-markdown-tables11:16
tpbTitle: GitHub - ryanfox/sphinx-markdown-tables: A markdown table plugin for Sphinx (at github.com)11:16
xobsmithro: handy. Looks much easier to deal with than rst tables.11:18
mithroxobs: Are you using sphinx in a venv?11:20
xobsmithro: no, none of the documentation mentioned a venv.  What's that?11:21
mithrohttps://github.com/mithro/python-symbiflow-v2x/blob/docs/docs/Makefile#L8-L9 and https://github.com/mithro/python-symbiflow-v2x/blob/docs/docs/Makefile#L23-L28 are the magic to add to your Makefile to get one11:22
tpbTitle: python-symbiflow-v2x/Makefile at docs · mithro/python-symbiflow-v2x · GitHub (at github.com)11:22
mithrovenv / virtualenv11:22
xobsThe sphinx install just says to do "pip install -U sphinx"11:22
mithroxobs: You probably never want to do a `pip install` outside some type of env (virtualenv, pipenv, conda, etc)11:43
*** rohitksingh has quit IRC11:46
*** xkapastel has quit IRC13:43
*** js has quit IRC14:55
*** js has joined #tomu15:41
*** emeb has joined #tomu15:50
*** js has quit IRC19:38
*** js has joined #tomu21:35
*** techman83 has quit IRC22:00
*** techman83 has joined #tomu22:01
mithroxobs: https://mithro-python-symbiflow-v2x.readthedocs.io/en/latest/tests/clocks.html#d-flipflop-with-combinational-logic22:31
tpbTitle: Clock Examples SymbiFlow Verilog to XML (V2X) 0.0-182-g4d937a6 documentation (at mithro-python-symbiflow-v2x.readthedocs.io)22:31
*** rohitksingh has joined #tomu22:33
*** emeb has quit IRC22:40
CarlFKxobs: about virtualenv - you don't have to use it, but it has slowly become a "best practice" that is kinda outside the scope of any one thing's install instructions22:44
*** kamil_r_ has joined #tomu22:56
*** kamil_r has quit IRC22:56
*** kamil_r__ has joined #tomu22:58
*** kamil_r_ has quit IRC23:00
*** kamil_r_ has joined #tomu23:27
*** kamil_r__ has quit IRC23:28
*** kamil_r__ has joined #tomu23:30
*** kamil_r_ has quit IRC23:32

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!