Jonathan Batchelor

Results 30 comments of Jonathan Batchelor

I've got this working, but not sure if it's the right solution or a bit hacky... ``` from haystack.generic_views import SearchView import django_tables2 from .tables import SearchTable class MySearchView(django_tables2.SingleTableMixin, SearchView):...

This might help? https://www.npmjs.com/package/svg2vectordrawable

Thanks, it was a quick hack. I wonder if some inline CSS (maybe not allowed in .md?) or putting titles in separate cells might fix it?

I had a refactor and have made a page which creates the inverse of the icon if it only has 2 colours (well tries too!). At the moment it outputs...

Here's a first go: https://github.com/jmb/SuperTinyIcons/blob/scripts/INVERTED.md See the scripts directory in that branch for the code. It's somewhat quick and dirty!

I've just realised that my update moves the About link in the navbar to the left end rather than placing on the right. Not sure if that matters...

Just wanted to confirm the location of the files and that the html was good. Also, should I remove the reference/index.md and just use the REFERENCES.md file perhaps?

Thanks @yasushisakai and @hkatzdev this works fine for me and Zoom 4.6.10 (20041.0408)

Thanks again, I have reinstalled zoom and this works perfectly (I just had to use homebrew to install xml2).

I think Caddy is a good alternative to the more complicated nginx as you don't need any process to update certificates (assuming you're using LetsEncrypt) or make sure you're passing...