-
I should move to Deno as soon as [this related issue is resolved in their node compatibility layer](https://github.com/denoland/deno/issues/26499) is fixed.
I actually had this set up with Deno or…
-
### Confirm this is a Node library issue and not an underlying OpenAI API issue
- [X] This is an issue with the Node library
### Describe the bug
Type-checking using "deno check" fails with e…
ghost updated
2 weeks ago
-
Version Deno 2.1.1
```
const { color }: { color: string | null } = $props();
```
```
deno fmt --unstable-component
Error formatting: C:\temp\deno-init\test.svelte
syntax error at…
-
**The `deno-slack` versions**
```
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.14.2/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
```
**Deno runti…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Deno's web app framework "Fresh" uses [file-based routing](https://fresh.deno.dev/docs/concepts/ro…
-
### Problem description
When I deploy to production, it doesn't update.
development deployment and production deployment should be equal:
They are not equal.
### Steps to reproduce
Create so…
-
**The `deno-slack` versions**
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.14.2/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/"
**Deno runtime version**
…
-
**Describe the bug**
When trying to use the client library on [Deno Deploy](https://deno.com/deploy), there is the following error:
```
TypeError: Deno.permissions.querySync is not a function
…
-
Using `node-hid` inside compiled deno projects does not seem to work. However, using `node-hid` inside a project does seem to work. It boils down to path resolution (I think):
**Working example,** …
hsk81 updated
1 month ago
-
```
// Helper function to read user input from the terminal
async function getInput(promptText: string): Promise {
const buffer = new Uint8Array(1024); // Buffer to store input
await Deno.…