Damjan Dimitrioski

Results 14 issues of Damjan Dimitrioski

To reproduce `sudo $(which ipython)` ``` import ps_mem ps_mem.main() ``` prints to STDOUT the table, but says about STDOUT: > Error in sys.excepthook: > > Original exception was: **Using** Kubuntu...

I'm trying to move the nodes via android device, nothing happens.

enhancement

It would be lovely if you introduce a timestamp in the JSON output, so that if I probe with this app every few minutes I would know the probe time....

Using the renders decorator on custom non-model fields, I'm experiencing None as the label of the field. http://flask-appbuilder.readthedocs.org/en/latest/api.html#module-flask.ext.appbuilder.models.decorators My app is set like this example project: https://github.com/dpgaspar/Flask-AppBuilder/blob/844883115c716292118a2680c559ac3f9291e8a2/examples/quickhowto2/app/views.py However, when in...

bug

After setting base_filter, now list is listing records for the logged user. Now, how about: show, add, edit and delete actions ? How to protect them from users that don't...

bug

What's the procedure to register a new provider for instance custom JWT token authentication to own API server?

question

**Describe the bug** I am going to produce process monitoring app to find which process is increasing the temperature, but I ended up producing high cpu (over 80%), can this...

This pull request enables library users to post-process certain values or perform CSS selection on additional fields. Furthermore, it provides the flexibility to pass grid, navigation, or other web element...

Is it possible to include official javascript code, for instance, lets say we have csv based data (from url or from local machine pasted) and we want to generate them...

I tried running the tests using gulp watch or gulp tdd or karma start, none of tests pass. I removed all the tests and left with one test which came...