Nicolas Meisberger

Results 3 comments of Nicolas Meisberger

As I'm facing this issue now aswell when creating tickets, here is a minimal snippet: ``` zen = Zenpy(**creds) user = User(name="Jon Doe", email="[email protected]", verified=True) user = zen.users.create(user) # User...

I would love this feature! We are currently deploying to linux but partly developing using windows. For windows we have to use the python-magic-bin package. For linux python-magic. With this...

@squirrelboot Tried this on Linux Mint 18. Got the following error when trying to start everpad: Traceback (most recent call last): File "/usr/local/bin/everpad", line 9, in load_entry_point('everpad===2.5dev-r0', 'gui_scripts', 'everpad')() File...