Ankit Kundariya

Results 9 comments of Ankit Kundariya

@mmoussallam when i try to do this in my python shell it's work fine, but same when i try to use with my flask app on a web server with...

hi @romi1502 here i'm sharing list of executables path in my system. ![image](https://user-images.githubusercontent.com/24821294/105622671-5ceb3f80-5e39-11eb-888e-17b4d6fb74c3.png) where is my ffmpeg in system. ![image](https://user-images.githubusercontent.com/24821294/105622735-d5ea9700-5e39-11eb-9a61-47ded6fc4f04.png) which ffmpeg. ![image](https://user-images.githubusercontent.com/24821294/105622752-f581bf80-5e39-11eb-9d60-1208de5d90db.png) @romi1502 please check all of the above...

@hannseman I have tried the above suggestion given by you but somehow I'm getting the below error. _note : I'm running my application with Docker._ `app_1 | {"event": "Exception in...

thanks for to quick reply @toluaina @voyc-jean I'm using a GCP managed Postgress instance on which I have multiple DB, like devdb, stagedb, qadb etc, and my current `max_replication_slots` is...

@toluaina i did initial sync via `bootstrap -c schema.json` command and it's get done successfully now after a month new records not going to ES, but it's showing pulling count...

Dear @iMHLv2 i go through this https://thunderco.re/project/forensics/2016/05/14/volatility-profile-finder/ can you please explain me how can i use it and how it help me to find Suggested Profile for Linux Memory Samples....

Dear @gleeda can you please explain me in detail how exactly this command ` $ strings -a Linux64.mem |grep BOOT_IMAGE` help me to find suggested profile for Linux Memory sample

https://github.com/rq/django-rq/blob/v2.10.1/django_rq/templates/django_rq/job_detail.html#L226 Changing `Created at: {{ result.Type }}` to `Created at: {{ result.type}}` will fix this issues.

> Can confirm this issue (& @AnkitKundariya suggested fix). > > This has also been fixed in v3.0 (which requires rq 2.0). Hi @mik3y I haven't tested this on the...