harry lachenmayer

Results 6 issues of harry lachenmayer

It seems to me that there is no way to cancel an upload while it is happening. I would expect clicking on the receiver's icon to cancel the upload, but...

enhancement

# Bug Hi Mo, sorry for the vague issue title, but I've tried a bunch of platform/version combinations and they produce different behavior. The [repro](https://snack.expo.dev/@lachenmayer/great-croissant) has the simplest possible setup:...

bug

Hey there, thanks a lot for this module. We're using this inside a React Native app with the WebSocket client, which apart from a few rough edges has been a...

bug

## Description Hi there, I'm currently moving our codebase from Combine to Swift concurrency – loving this library, it has a bunch of really excellent operators and helpers. I bumped...

### Summary Hey there, I'm currently trying to install `ffmpeg-kit-react-native` using the config plugin. It seems there's a small dependency (or documentation?) issue: after installing `ffmpeg-kit-react-native` and `@config-plugins/ffmpeg-kit-react-native`, `eas build`...

bug

```js const archive = new DatArchive('dat://enoki.site/') const site = await hypha.readSite('content/', { fs: archive }) ``` fails in Beaker with: ``` index.js:2784 Uncaught (in promise) TypeError: fs.readdir is not a...