Rohan Rajpal
Rohan Rajpal
```python @app.get('/ticket') async def take_ticket_screenshot(): res = templates.get_template('ticket-new.html').render(ticket="123", place="new york") browser = await launch() page = await browser.newPage() await page.setContent(res) print(await page.content()) content = await page.screenshot() await page.close() await browser.close()...
Thanks a lot for sharing this library. I was wondering if we can have GPU support? Not sure how tough it would be, but I'll be glad to help! If...
If I try to change any of my information from the `setttings` page Is changing your settings working for anyone else?
# Issue summary If you give the options ``` { port: 5432, sessionTableName: 'ShopifySession', } ``` to the posgresql connnector, the table gets created with the name `shopifysession` instead of...
# Issue summary The following issue occurs with Postgresql adapter If we set the access scopes to let's say ``` SHOPIFY_API_SCOPES=unauthenticated_read_product_listings,unauthenticated_write_checkouts,unauthenticated_write_customers,unauthenticated_read_customer_tags,unauthenticated_read_content,unauthenticated_read_product_tags,read_orders,read_products,read_script_tags,write_script_tags,read_legal_policies ``` ^ Character length - 280 ## Expected behavior...
**Is your feature request related to a problem? Please describe.** I know i'm jumping the gun here, but are there plans to support GraphQL? **Describe the solution you'd like** Put...
First of, thanks a ton to all the contributors for this project! This library has made so much work easier for us and is essential for the svelte ecosystem to...
Love the fact that now we can use `connect` & `disconnect` to programmatically connect nodes! Two doubts 1. I guess it'd be great if we can also expose these methods...
Thanks a lot for sending the x & y for the edge drop event in #288 , just realized that one last useful prop in the detail would be the...
Hey, thanks for working on this wrapper! I just installed and stumbled upon this ``` apps/client └─┬ svelte-fullcalendar 2.0.0-beta.0 └── ✕ unmet peer @fullcalendar/core@^5.0.0: found 6.1.8 ``` I do see...