Kolen Cheung

Results 132 comments of Kolen Cheung
trafficstars

Copied from #95: > This and #96 both seem reasonable to me, but adding a global option to `defopt.run` seems unsatisfying because sooner or later someone will request to be...

Sorry, giving up for now. I don't seem to understand the design of defopt. For example, ```python #!/usr/bin/env python from typing import Annotated from inspect import Parameter import defopt def...

Hi, I see that probably another maintainer has taken over the PyPI package. Could you make this official? E.g. you can transfer ownership of this repo: https://docs.github.com/en/repositories/creating-and-managing-repositories/transferring-a-repository Or you could...

Also, see https://github.com/chrono-meter/urlpath/issues/16#issuecomment-988061426 > Hi @ickc . I deployed the 1.2.0 version from my fork, which you can find at https://www.github.com/brandonschabell/urlpath.

Another issue of this repo is license. Currently, it is said that the license is PSF, with no license attached. (Based on this I grabbed a license to put it...

I tried another combination that works: 4K monitor -> mDP to mDP cable -> surface dock -> surface pro 6, with 4K@60Hz For the above one that doesn’t work, I...

I can also confirm *sometimes* the Ethernet works, and when it doesn’t work, `sudo systemctl restart NetworkManager` or something like that will recover that. Also, hibernate sometimes doesn’t work. I...

Title changed to reflect the problem is only for this combination > 4K TV -> HDMI cable -> "Surface Mini DisplayPort to HDMI 2.0 Adapter" -> Surface Dock -> Surface...

Continue from #38: Ah, yes, similar. e.g. ``` bash terminaltables -f AsciiTable --inner-row-border=True --CHAR-H-INNER-HORIZONTAL='=' table.csv -o table.md terminaltables -f AsciiTable --inner-row-border=True --CHAR-H-INNER-HORIZONTAL='=' < table.csv > table.md ```

I'm working on some kind of markdown-variants-cheatsheets in [ickc/markdown-variants](https://github.com/ickc/markdown-variants/blob/master/cheatsheet.csv), part of what needed to be done is tabulate the extensions supported by different variants of markdown. And Kramdown is part...