-
Great lib!
Based on https://github.com/johannschopplich/pdfjs-serverless/blob/main/src/mock/canvas.mjs I assume there's currently no intent to support canvas with this lib (ie. to render a PDF page t…
-
The application is currently being served on Heroku. The code can be simplified to be hostable on [Deno Deploy](https://dash.deno.com/projects/25ab1ff8-caba-42d9-84bc-4f0c5f08c836). The future is now …
-
### Problem description
When originally developing our repository's website to use Deploy, we first use the `www` branch. Later however, once the website was established, we went in and changed it …
-
### Problem description
It seems like the deno engine on deploy finds it hard to locate relative paths of jsr modules defined inside `imports` of deno.json that were added through `deno add`.
Full p…
-
**Question**
I am trying to use [an npm module](https://github.com/jsarafajr/slackify-markdown) as there is no native Deno equivalent. I am trying to convert GitHub markdown to Slack's custom markd…
oeed updated
4 months ago
-
how to deploy this code to **deno deploy**
```
import { Application } from "https://deno.land/x/abc/mod.ts";
const app = new Application();
console.log("http://localhost:8080/");
app
.…
-
### Problem description
```
IpNotFoundError: Could not get the public IP address
at file:///node_modules/.deno/public-ip@6.0.1/node_modules/public-ip/index.js:193:10
at Object.runMicrotask…
-
新的解密端地址: https://ebook-exporter.deno.dev
主要变动有如下几点:
- 不再支持同时解密多个文件
- 样式进行了重新设计(符合我自己的审美~~)
- 尝试解决下载慢的问题(目前原因还不详)
- 重新支持 HTML 格式(图片资源会在服务器进行下载,不会被检测到用户的ip)
- 后续将支持更多电子书网站,比如京东读书、知乎书城等,wrx插件也将…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
## Errors using Tengine with Deno Deploy
Tengine - Jae uses readFileSync. Since in Deno Deploy this is not available but requires the readFile async api it could be useful having async hooks in Dra…