l3str4nge

Results 17 comments of l3str4nge

``` from context_menu import menus fc = menus.FastCommand('Example Fast Command 1', type='FILES', command='echo Hello') fc.compile() ``` then `nautilus -q` then open file manager. Maybe i am missing something?

The simplest way to create PR is fork this project, make changes, push it and then open pull request.

If you want to contribute we created inspired organization for this project :) https://github.com/Bookomate/bookomate Project starts from scratch so any contributions are welcome.

I would like to try implement this functionality if it's still possible :) Should application have something like contact list from where user can choose another user calendar? Correct me...

I started implement it.

Would be fine to discuss about project structure. I suggest create for this issue django app - perhaps called auth or accounts? There will be placed all logic regarding login,register,password...

I guees you don't have permission in repo to assign task. I could not too.

Tests failed because we need to merge #79 or #76 because of: ``` File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/home/runner/work/BookOmatic/BookOmatic/BookOmatic/urls.py", line 29, in...

I don't think you need to create another implementation of the application account logic. @jeremychrimes has pretty explanation about this here: https://github.com/KalleHallden/BookOmatic/issues/45 In addition, templates for authentication are available in...