Sean Aye

Results 45 issues of Sean Aye
trafficstars

I'm following the simple example fairly closely except using typescript ```ts import { Ref, WritableComputedRef, ref } from '@vue/composition-api' import mediaInfo, { MediaInfo, Result } from 'mediainfo.js' export default function...

Bumps the deno docker image to most recent v1.23.0

Running the firefox install script in the docs, the download completes then I get ``` error: Uncaught (in promise) TypeError: stdout was not piped const stdout = new TextDecoder().decode(await proc.output());...

After upgrading to Deno v1.13.0 released today this library, specifically RSA can no longer be imported due to a typescript error. in deno interpreter ``` > deno --version 1.13 >...

### Describe the bug There is an edge case which causes the offlineExchange to infinitely send network request. This occurs when calling multiple `useQuery` hooks with different queries for different...

### Thank you for submitting a possible bug! Please ensure the following: * Your issue is based on the latest commit - yep! `github.com/pdfcpu/pdfcpu v0.3.14-0.20221101223428-07d97625e3fa` * State your OS and...

investigate

It would be great to have support for the standardized Web Streams API. This would allow support in Browser, Deno, and with `node:streams/web` module

**Describe the bug** I have a simple histogram which plots some data in the wasm backend ```rs fn draw(root_area: DrawingArea, users: Vec) -> Result { let max_subs = users .iter()...

bug

Adds a number of utility methods that I have needed while working on a server integration * Getting properties from the `ResponseBuilder` * Access to the Response.clone javascript method [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Response/clone)...

Separate the FileSystem trait and AynscFileSystem trait into `ReadOnlyFileSystem` and `WriteOnlyFileSystem`.