Eugen Ciur

Results 177 comments of Eugen Ciur

> What do you think of improving the API documentation for {{if}} and putting a note in the Guides to check https://api.emberjs.com/ember/4.1/classes/Ember.Templates.helpers/methods/if?anchor=if for the full documentation? @locks do I understand...

This is frontend bug and it is manifested due to "outdated cookie". Workaround for it is to delete "ember_simple_auth-session" cookie like in short demo below: ![unauth-delete-cookie](https://user-images.githubusercontent.com/24827601/187123012-c31dc778-d89d-4582-8898-2e3ca2c8d505.gif)

Good one. I need to optimize. I cannot answer yet why it is slow, need to investigate. In any case, thank you for heads up!

This one is tricky. In short, the problem is that Backend REST API server (i.e. Django application) is serving dynamic files ( i.e. files for each individual page). It would...

@luyuanerp, django worker command > ./manage.py worker was removed. Now you should start worker with (just make sure you start command from ./docker/dev folder): ``` $ poetry run task worker...

Thank you very much for taking your time and opening this issue and opening pull requests. I merged both of your merge requests. Thank you again for your contributions! Regarding...

What you are asking is part of the plan in long term. However, this "feature" will not be part of the papermerge-core, instead it will be integrated as 3rd party...

> Does that mean you will delete the current importer function from papermerge core and add it to an app? Yes. The plan is to move Importer into another app...

Version tagged with 2.1.0-alpha1 is my first attempt to see how to start [all dependent services with docker-compose](https://github.com/papermerge/papermerge-core/tree/master/docker). Obviously you can try it, but the REST API documented here won't...

@w4tzmann, After you complete typing tag name ("Test" - in your example) you need press "Space" or "," (comma) character. Here is a animated example of adding tags (I press...