nexgen

Results 5 issues of nexgen

What's the current version of this obsidian plugin? It is showing as ver 0.18.0 in the marketplace and last update a year ago. But it seems the plugin has been...

I have created a wrapper around python-fmrest where I have: def __init__(self, fm_server_url, fm_user, fm_password, fm_db_name): self.fms.login() def __del__(self): self.fms.logout() I get this error: Exception ignored in: Traceback (most recent...

Is there anyway I can match empty value for an attribute?

Is there anyway to rerun a completed task? For example a task failed and moved to completed task. The bug has been fixed and I want to re-run the same...

How to use it with django?