James Mills

Results 195 issues of James Mills

Are you open to having this support added to twet? For information on the Twt Hash and Subject specs see here: - https://git.mills.io/yarnsocial/yarn/src/branch/master/docs/_posts/2020-12-11-twthashextension.md - https://git.mills.io/yarnsocial/yarn/src/branch/master/docs/_posts/2020-12-22-twtsubjectextension.md

Has there been any _actual_ [usage](https://github.com/search?q=%22%5C%22github.com%2Fmash%2Fghost%5C%22%22&ref=opensearch&type=code) of this package anywhere? 🤔 It looks like a pretty neat idea actually...

The current Docker image is **huge**!: ``` #!bash $ docker images realms/realms-wiki REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE realms/realms-wiki latest 08a03836b580 2 weeks ago 963.4 MB ``` We _should_...

So I recently came across this lovely little wiki engine. It's brilliantly designed (_IHMO_) and love the fact that it's both performance and "just works" (tm) including a nice Docker...

https://github.com/dghubble/sessions looks like a better alternative session handling library than `gorilla/sessions` -- Have we considered it?

Can we have configuration to keep items sorted by date or any other sensible configuration?

I don't se a way to do this in your librbary. Going to poke around to find out how its done and maybe submit a PR

What about supporting iOS?

Fix import path for gopherproxy Project has moved to [git.mills.io/prologic/gopherproxy](https://git.mills.io/prologic/gopherproxy). For details on why see: https://github.com/prologic Thank you! 🙇

I'm trying to do some dev work on a Docker Volume Plugin and I'm running into a compile error: ```#!sh $ go mod tidy go: finding module for package github.com/sirupsen/logrus...