Dale Ryan
Dale Ryan
I just wanted to share one of the tricks I did to scrape data to a website. Scraping can also be done by implementing a **Chrome Extension**. Since chrome extension...
This custom style is inspired by [Tokyo Night VSCode theme](https://github.com/enkia/tokyo-night-vscode-theme). Just open JSON viewer options page and paste this code in `Custom Style` textarea at the bottom of the page....
## **Is your feature request related to a problem? Please describe.** I can instantitate mupdf-js on sveltekit front-end using `await createMuPdf()`. But I wanted to somehow instantiate mupdf in sveltekit's...
**Describe the bug** Generating a PNG image using `drawPageAsPNG` has newline after `data:image/png;base64,` **To Reproduce** ```js import { createMuPdf } from "mupdf-js" let preview = [] // Initialize mupdf and...
I hope this satisfies #32, only added types from what I can understand of the code at the moment. Will push updates as soon as I learn more about the...
When using [`invokeurl`](https://www.zoho.com/deluge/help/webhook/invokeurl-api-task.html) with `content-type` parameter. VS Code Deluge extension fails to recognize valid code. ``` // This one is underlined with red on editor webhookRequest = invokeurl [ url:...
### What version of Elysia.JS is running? 1.0.7 ### What platform is your computer? Darwin 19.6.0 x86_64 i386 ### What steps can reproduce the bug? 1. Set cookie ```js cookie.auth.set({...
### Issue When returning streamed responses using [`AsyncGenerator`](https://elysiajs.com/essential/handler.html#stream), returned response is not UTF-8. ### Context From what I read some browsers use UTF-16 or other format for encoding responses. The...