Evan Widloski

Results 53 issues of Evan Widloski

I have a recently-created room where replies from Slack users are not being rendered in Gomuks correctly (but work OK in Element): ![notworking](https://github.com/tulir/gomuks/assets/5455841/8a9d2a99-5437-4c13-b896-92bf83fb59f3) ![working](https://github.com/tulir/gomuks/assets/5455841/74523f33-9cdc-4314-9cc9-0716eea9c278) Below is the message source for...

I'm using httpwatcher to automatically reload my browser while authoring content with a static website generator. Unfortunately, the website generator does a full rebuild of the website when changes are...

enhancement
help wanted

I think it would be neat if you could send scripts to check directly from the console. I imagine it would look something like this: $ nc shellcheck.net 9999 <...

Some specs on the header would be nice. I found [this resource](https://gist.github.com/msmuenchen/9318327) extremely useful (especially the step-by-step part) when I was doing an implementation, so it might serve as an...

enhancement

`convert` is a very popular imagemagick utility. This renames the markdown one to `markdownconvert` to avoid the conflict.

For some reason, weechat-matrix sets the room name of `#matrix-dev` to a comma separated list of all the users in it. One of the devs gave a suggestion as to...

Some strftime implementations support non-zero padded numbers. For example, in Python >>> from datetime import datetime >>> datetime.strftime(datetime.now(), '%-d') '1' This is documented in [glibc's strftime](http://man7.org/linux/man-pages/man3/strftime.3.html#NOTES). Windows has its own...

The documentation [here](http://raymontag.github.io/kppy/docu.html) shows to do `from kppy import KPDB, KPError` However, from looking through the source, it looks like this should be from kppy.exceptions import KPError from kppy.database import...

Have you considered submitting a PR to the official KiCAD library? It would be well-appareciated and you've even got a 3D model.