Kodi Arfer
Kodi Arfer
I'm not familiar with GitLab. What are the advantages of hosting a website on it, compared to a conventional VPS?
I don't think GitHub Pages is a great fit for any static site where the pages are automatically generated, as with Sphinx in the case of our documentation. GitHub only...
Hmm, perhaps that sort of use of GitHub Pages is more viable than I thought.
Yeah, that kind of thing can be painful. For Hy there's some protection in that both Paul and I have most of the credentials.
Read the Docs gave me a lot of grief today while I was releasing Hy 0.27.0. Its implicit default dependencies had some weird interaction with the dependencies we ask for,...
No idea. I find packaging and dependency-management issues annoying and so I do the minimum.
I've picked this up recently. My approach is to integrate the process of building the Hy and Hyrule manuals into [hyhomepage](https://github.com/hylang/hyhomepage) and host them the same way as the rest...
Or `import PIL.Image`, or just `import Pillow` to eliminate confusion with https://pypi.org/project/PIL once and for all.
I feel you. I maintain [Hy](https://github.com/hylang/hy), which isn't even 1.0 yet, and with every breaking change, however well-motivated, comes the wailing and gnashing of teeth.
Likewise it would be nice to have an option to rename keys like `items` and `keys`.