Confused by deno vendor-related behaviors
import * as thrift from "npm:thrift";
let connection = thrift.createConnection("localhost", 9160);
import * as thrift from "npm:thrift";
let connection = thrift.createConnection("localhost", 9160);
How to release node:zlib resources
node:zlib polyfill and I'm having a bit of trouble getting the tests to pass. Here's a very basic example:
```ts
import { createDeflate } from 'node:zlib';
Deno.test('deflate teardown', async () => {
const deflate = createDeflate();...Deno Repl Programmatically
Deno for SASS dependencies?
How can I send a number across a Deno.TcpConn as stream of bytes?
Migrating `Deno.run` to `Deno.command` with `readlines`
Error: Not implemented: crypto.KeyObject.prototype.asymmetricKeyType
`Uncaught TypeError: encode is not a function` when using npm module `@kubernetes-client/node`
@kubernetes/client-node from deno, but I'm getting a TypeError, and I'm not sure how to debug it:
```
0 berge@varmeskapet:~/deno/typeerror> deno run --allow-read --allow-env --allow-sys --allow-run main.ts
error: Uncaught TypeError: encode is not a function
at encodeStringifiedCustom (node:querystring:641:12)...Linking to external code
Impossible to install Deno on Linux Ubuntu LTS (22.04) x86_64
deno --version
deno --version
Get length of video (stream. m3u8)
github account blocked error
npm:axios not returning anything
axios.request , however, it doesn't return anything and doesn't throw any errors.
The sequence only get's to print axios request, however, doesn't progress further....extension method returning undefined for `text/plain`
Serving multiple static files to an HTTP request
["component01.js", "component01.css", "component02.js", "component02.css"]
["component01.js", "component01.css", "component02.js", "component02.css"]
Kv encodes integer as double
const key = ["int", 3]
encodes to: [2,105,110,116,0,33,192,8,0,0,0,0,0,0]
const key = ["int", 3]
encodes to: [2,105,110,116,0,33,192,8,0,0,0,0,0,0]
Looking for caching API Responses
Using ZeroMQ from NPM
Trying to pass parameters to runtime from rust
console.log in a worker - capture or hide output?
deno repl with no permissions, this prints 'yee'. In a browser's dev tools it would do the same thing, except there is a drop down to select which process's consoles to view, defaulted to showing all.
new Worker(URL.createObjectURL(new Blob(['console.log("yee")'], {type: 'text/javascript'})), {type: 'module'})
new Worker(URL.createObjectURL(new Blob(['console.log("yee")'], {type: 'text/javascript'})), {type: 'module'})