Joshua Harwood

Results 3 issues of Joshua Harwood

I've got the following file architecture for my React Native project: ``` . +-- __tests__ [*snip*] +-- screens | +-- Settings.js +-- userdata | +-- userdata.json [*snip*] App.js ``` And...

``` cd_service_obj = Service(ChromeDriverManager().install()) File "C:\...\my_venv\lib\site-packages\webdriver_manager\chrome.py", line 39, in install driver_path = self._get_driver_path(self.driver) File "C:\...\my_venv\lib\site-packages\webdriver_manager\core\manager.py", line 26, in _get_driver_path binary_path = self.driver_cache.find_driver(driver) File "C:\...\my_venv\lib\site-packages\webdriver_manager\core\driver_cache.py", line 101, in find_driver metadata =...

**Describe the bug** I installed Pynecone into a virtual environment to try it out. I have the relevant sqlite3 package installed globally and was able to pip-install it into my...