Technoknol
Technoknol
``` session_destroy() ``` in uploader.php disturbing my other code igniter session, and it will affect other libraries as well. it should be ``` unset($_SESSION['KCFINDER']); ```
When we modify config.php then in browsing server gives a warning and opens file manager with no file/folder at all. Error like this : ``` Warning: touch(): Utime failed: Operation...
**Describe the bug** Duplicate tweets are being returned, I think because of retweets. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://life.coronasafe.network/gujarat/surat 2. Click on Twitter 3. Scroll...
**Is your feature request related to a problem? Please describe.** If I want to search for Remdesivir or Tocilizumab I'm unable to get it. Right now twitter query is searching...
**Is your feature request related to a problem? Please describe.** There's very less data for Vadodara, Gujarat City. I've found official website from where we can add data. **Describe the...
I have used this code in ramda for practice and code looks like below: ```Javascript import { curry, map, compose, prop } from 'ramda' import M from 'ramda-fantasy'; const Maybe...