Anurag Phadke
Anurag Phadke
adding support for base64-encoded png images.
## Proposed changes Ability to reuse Google's OAuth token across different google integrations ## Types of changes What types of changes does your code introduce to Pizzly? - [ ]...
- I am using existing GSheet API and want to increase the scope to Google Drive. - Added the GDrive scope - OAuth screen shows the correct new scopes When...
gmail.observe.before('send_message', function(url, body, data, xhr){ console.log("hi..:", body) }) Adding an observe on `before` returns: ``` Uncaught (in promise) A server error has occurred. ``` How to reproduce: Load gmailjs as...
I am trying to get the first and last name for a given email address. - gmail.get.loggedin_accounts() returns empty array [] any other get method I can use to get...
Hi, I am running css-extract for the following input: ``` hi ``` Shouldn't the expected output remove the inline style and replace it with an equivalent class? Sample code from...
is it possible to open a new tab and visit a certain URL. I tried few variations, but all prompts seem to be focussed on manipulating the DOM and nothing...
**Describe the Issue** I am running firecrawl using docker build instructions. /scrape end-point runs fine without any issues. ``` curl --location 'http://localhost:3002/v1/extract' \ --header 'Content-Type: application/json' \ --data '{ "urls":...