jozo
jozo
Sometimes it's useful to have also Close() function in memfile. I needed it when I worked with https://github.com/faiface/beep Just something simple like this: ```go func (fb *File) Close() error {...
Hi, http://pomodo.work is down
Thank you for this library! Is it possible to add support for inline css? Example taken from: https://github.com/microcosm-cc/bluemonday#inline-css ```python from pybluemonday import UGCPolicy s = UGCPolicy() s.AllowStyles("text-decoration").MatchingEnum("underline", "line-through", "none").OnElements("span") ```...
Timeout parameter doesn't really force timeout. It's happening on both Python 3.5 and Python 2.7 + subprocess32. However it works in Python 3.9.5. Not sure if it's worth to fix...
I'm using Wagtail and I would like to add to Draftail the possibility to mark items in a list as "pluses" or "minuses". Then the `li` element would have a...
Hi guys, when working with PyQt we can use pyinstaller or similar apps to freeze python scripts and make one executable from them. How is it possible to create a...
I guess it's just a typo 🤷♂️
I'm using importers in my project. Sometimes I need to raise an exception inside them because the path to a scss file is wrong. I want to show a simple...
## What is this Python project? A robust email address syntax and deliverability validation library for Python 3.8+ ## What's the difference between this Python project and similar ones? It's...