Mike C. Fletcher

Results 7 issues of Mike C. Fletcher

Wanted to suggest that instructions on using WebPack as a deployment solution for muicss would be welcome in the Getting Started documentation. Here's a basic run-down of how to integrate...

Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...

This allows your templates to use relative or absolute symlinks and have the symlink reproduced in the generated project. This change copies the link-target directly, so if you have a...

feature

https://github.com/Fantomas42/django-blog-zinnia/blob/881101a9d1d455b2fc581d6f4ae0947cdd8126c6/zinnia/breadcrumbs.py#L95 Has an assumption that breadcrumbs(...) will return a non-empty list. However it seems that certain crawlers are getting to the archive pages without a breadcrumb trail. I believe it...

This enhancement prevents crashes if a cookiecutter happens to use a symlink that points to a location that doesn't exist on the running machine. It also treats errors when trying...

In this commit by @pdaniell-nv for KhronosGroup/OpenGL-Registry#285 the OpenGL API is updated to change parameter names for 14 entry points. ``` commit 37add60a829ac4b184089d982e4292a4044e2ca4 Author: Piers Daniell Date: Wed Oct 30...

So we're seeing a memory leak in a polling operation where if the pysnmp getCmd (twisted hlapi) times out we leak RAM. I've attached a (rather poorly behaved, kill -9...