ishan dutta

Results 75 issues of ishan dutta

Facebook: ERROR: net::ERR_NAME_NOT_RESOLVED twitter: ERROR: unable to resolve host 'api.twitter.com': No address associated with hostname linkedin: ERROR: incorrect uri returned: null googleplus: Can't establish a reliable connection to the client

`npm i --save react-floating-action-button` succeeded `npm run build` Fails with follwing error: > TS7016: Could not find a declaration file for module 'react-floating-action-button'. '/Users/ishandutta2007/Documents/Projects/save-button-ext/save-button-ext/node_modules/react-floating-action-button/build/index.js' implicitly has an 'any' type. So...

package.json: ``` { "dependencies": { .... "tls-client": "^0.0.5", } } ```` `npm -v` > 9.6.5 `node -v` > v16.17.1 I am on `macOS 10.13.6` I am trying to build project...

I have written my test suite using python wrapper of [uiautomator](https://github.com/openatx/uiautomator2), I am currently running test connection via usb and starting adb . I would like to deploy it either...

I not sure if there is a way to add text on top of the image and preferably animate it separately.

I have been using configuration to remove console logging with arguments like this, ``` drop: ['console', 'debugger'], ``` Now I am wondering if it is possible to only remove specific...

Code: ``` from talkingheads import ChatGPTClient chathead = ChatGPTClient( cold_start=True, incognito=False, headless=False, user_data_dir='/Users/ishandutta2007/Library/Application Support/BraveSoftware/Brave-Browser/Default' ) answer = chathead.interact("Hello, how are you today") print(answer) ``` Command: ``` python mycodefile.py --verbose=True ```...

https://qwind.pages.dev/ is as fast as my nextjs app but is nowhere close to https://qwik.builder.io/ which is very strange. Given that qwik.builder.io uses same tailwind and qwik , qwind should be...