Abhishek K

Results 48 comments of Abhishek K
trafficstars

I was thinking may be it was due to some mismatch between python version and associated dependencies on some linux distros. But still not sure about exact cause, since it...

I've also tested the link posted by you. It is working fine on my setup.

PWA will require javascript. Currently when displaying archived content JS is removed due to security concerns. But yes I'm open to suggestions on how to do it in a safe...

Hi @davidjameshowell , It's really great to hear that reminiscence is your full time bookmark and archival manager. Thanks for liking the project. :) I'll certainly look into if there...

Forward slash ( '/' ) is certainly not allowed at the moment, since it will break url path. But it is possible to include '&', by changing url regex pattern....

This is strange. As per urlpattern, 'Recipes & Cooking/rename' is completely allowed. I just checked for both rename and remove urls. Both are working completely fine. Can you post version...

Django version is fine. But I'm not able to reproduce the bug related to rename/remove!

By the way I've added support for '&' in devel branch. Supporting every special character including '/' will require lot of changes in codebase including urlpatterns.

I don't have enough experience with mysql but something like ``` DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'my_db', 'USER': 'my_user', 'PASSWORD': 'my_pass', 'HOST': 'my.host', 'OPTIONS': { 'charset': 'utf8mb4'...

Is it working in Firefox? I've tested it on both Chromium and Firefox. If you are you serving it using subdirectories, then you can refer this [issue](https://github.com/kanishka-linux/reminiscence/issues/14). If you'll provide...