Rahul Patel

Results 8 issues of Rahul Patel

Marinara can become best in the segment if we include capabilities of site blocker. Just like Forest: https://www.forestapp.cc/, Feature request: Add an option for selecting from two modes. 1. Allow...

import time statement is missing in ## Example section of README.md

Thai year is 543 days ahead of Gregorian calendar. However dateparser.parse is not taking care of this fact. For example, '6 มิถุนายน 2554' should be converted to datetime.datetime(2011, 6, 6,...

I tried following. ``` from uspto.peds.client import UsptoPatentExaminationDataSystemClient client = UsptoPatentExaminationDataSystemClient() client.search('appEarlyPubNumber:(US 2006-0063272 A1)') client.search('appEarlyPubNumber:(US 2006-0063272)') client.search('appEarlyPubNumber:(2006-0063272 A1)') client.search('appEarlyPubNumber:(2006-0063272 2017-0042821)') ``` all gives ``` {'numFound': 0, 'start': 0, 'docs': [],...

Can we update the dependencies? It is un-necessarily uninstalling the updated packages and installing old packages. ``` Found existing installation: urllib3 1.24.1 Uninstalling urllib3-1.24.1: Successfully uninstalled urllib3-1.24.1 Found existing installation:...

I am on windows 10 The environment is miniconda as in the django-crash-course book. After running the coverage run -m pytest ``` Test session starts (platform: win32, Python 3.8.2, pytest...

**Is your feature request related to a problem? Please describe.** Currently we generate individual classes even for same type in schema. for below example: **schema.graphql** ```graphql type Query { studentQuery(ids:...

…ment. client.execute_batch was showing "No overload for provided arguments" in Pylance for vscode. Had to provide argument for get_execution_result to suppress error. Update overloads to have default values to overcome...