Nic

Results 26 comments of Nic

Are there any recent plans to add support for this in mdcat?

Would absolutely be nice to see a builtin dark mode implemented :-)

I am currently using a simple wrapper I made around the current API, and it works fine, but I was wondering if there are any updates on this?

I found the problem with not the chunk_size parameter not being respected - I had forgotten to cast the chunk_size input to an integer, so it was parsed as a...

@MartyTremblay that makes us two. I am looking for a pure Python SIP implementation that supports audio streaming to buffers (and not only capture/playback devices), and this seems to be...

> I added a timeout error for wait_for_terminate into my fork. > https://github.com/stalkerg/aiosip Do you plan on implementing aiortp into your fork?

> > Do you plan on implementing aiortp into your fork? > > good question... currently I am using RTP implementation (without network level) from https://github.com/aiortc/aiortc project and it works...

FWIW; there is also another project that seems quite good: https://github.com/tayler6000/pyVoIP If you plan on separating it into a new project, maybe one could use parts from both aiosip and...

Amazing. Thank you for this PR! Been waiting for this for a long time.

I found a solution from this post: https://github.com/Wandmalfarbe/pandoc-latex-template/issues/151#issuecomment-687640102 In my case I wanted IEEE-style citations so I downloaded this file: https://github.com/jgm/pandoc-citeproc/blob/master/tests/ieee.csl I then added `link-citations: true` to my YAML. My...