John Spurlock
John Spurlock
I'm experimenting with running the wasm in a constrained environment, and it's very close to fitting, just need a small (~3 to 5%) reduction in the size of the wasm....
root.ts ```ts import dateFnsTz from 'https://cdn.skypack.dev/[email protected]?dts'; console.log(dateFnsTz); ``` repro.ts ```ts import { bundle } from 'https://deno.land/x/[email protected]/mod.ts'; const root = `file:///path/to/root.ts`; const result = await bundle(root); console.log(result); ``` This worked fine...
Modules returned by `createGraph` seem to have an undefined `local` property. Is there a reason it is on the type def if it's known to be unimplemented? ```ts /** The...
I'd like to use std streams in the browser, and the only reference to the Deno ns after bundling is this reference: https://github.com/denoland/deno_std/blob/09e24d81ce0bacebe81b3c9f683a6ecf9263fc12/io/buffer.ts#L499 Mind doing an existence check here to...
### This issue is a feature ### What is the expected behaviour The "Shared Link" source should cache the last fetched db in case the link is becomes unavailable. Currently...
### Motivation Cloudflare Workers has a wacky way of importing wasm modules. `import module from "./hello.wasm";` ...is the only allowed way to bring in wasm (in module-based workers). `module` is...
Sending an ActivityPub request to https://www.draky.net/wordpress/2019/11/15/bonjour-tout-le-monde/ which has this plugin installed, returns good looking AP, but without the "replies" collection https://www.w3.org/TR/activitystreams-vocabulary/#dfn-replies This makes it impossible to enumerate the comment thread....
I'm testing litestream with an upcoming service with an S3-compatible API. Found myself missing some sort of s3 verbose output mode to help debug signing and payload/encoding issues. I ended...
Assuming https://api.cloudflare.com/ is generated using this toolchain, where are the corresponding source schema definitions? They would be useful when creating/maintaining cloudflare api clients in other languages. Found a reference to...
I have a Chromebook Plus with Android app support. The authenticator app (version 1.2.1) installs and launches on the device, but does not respond to taps on the yubikey neo...