Laurenz Honauer

Results 12 issues of Laurenz Honauer

Hi, i know this project is not being maintained anymore, but I decided to open this anyway, maybe it will be usefull for someone in the future. I noticed that...

I am building an Application that relies on Multi Party Signatures for security reasons. In short, it means that there is no single private Key in memory or elsewhere. Transactions...

The Javascript SDK relies on WebAssembly for actions like `Wallet.fromEthSigner` Since WASM is not available in react native(at least not per default) I'm wondering if and how it is possible...

To me it seems this is just normal behavior since the ios part relies on [beginBackgroundTaskWithname](https://developer.apple.com/documentation/uikit/uiapplication/1623051-beginbackgroundtaskwithname#discussion). As it states there the background tasks have an assigned time which they get...

enhancement
help wanted

### What version of Bun is running? 1.0.14+d8be3e51b ### What platform is your computer? Darwin 23.1.0 arm64 arm ### What steps can reproduce the bug? 1. bun create remix 2....

bug
needs investigate

In F# you can use [Railway Oriented Programming](https://fsharpforfunandprofit.com/rop/) to deal with errors in a Functional way. Railway Oriented Programming is a really neat concept that enables super readable and explicit...

### Description I have a Websocket implementation that needs to send big chunks of Data at times. The biggest chunk is a string with a length of 26858790 characters. On...

Platform: Android
Needs: Triage :mag:
Newer Patch Available

Hi, created this to run side effects like logging. Name "tap" is inspired by [rxjs tap](https://www.learnrxjs.io/learn-rxjs/operators/utility/do)

Hi, I am not sure if this actually should work, but I tried to create a client side langauge switcher: ```js import {changeLanguage} from 'i18next'; const LanguageSwitch = () =>...

documentation

When using the useRevalidator hook on a page that renders an async value with Suspense/Await. The component will render infinitely. The test in the PR will actually go through, as...

CLA Signed
feat:routing
feat:deferred