Friedel Ziegelmayer

Results 198 issues of Friedel Ziegelmayer

Ref https://github.com/karma-runner/karma/issues/564

enhancement

I am trying to build an ios version of my tauri app, which uses https://docs.rs/system-configuration. This fails with ``` Undefined symbols for architecture arm64: "_SCDynamicStoreCopyProxies", referenced from: system_configuration::dynamic_store::SCDynamicStore::get_proxies::h2d6ce7ba00ed1fce in libapp.a(system_configuration-07ca0bebaffd1b05.system_configuration.61a651945613f0b0-cgu.0.rcgu.o)...

type: feature request
type: question
platform: iOS

Hey could you please publish the latest version to npm, thank you

I just downloaded `punchr` on my mac, and would love to have both clients (rust and go) in it, especially to see different behaviours

I am trying to return sth like `Arc` from a function, but this fails as `TryIntoJs` is not implemented for `Arc`. Is there a workaround for this, or could this...

As pointed out by @dot-asm there might be some more improvements that can be done: Ref https://github.com/filecoin-project/blstrs/pull/30#discussion_r789758829

- This removes all `downcast_` functionality, replacing it with explicit errors wherever possible. (*) - For adding error context, there is now `.context` and `.with_context` on `Result`, such that this...

Fixes #196 This is not ready to be merged, as the exit code mappings are currently screwed up, but opening it for discussion on how this mapping should be implemented...

Split by commits 1. Some utilities to make the code dealing with errors nicer in general 2. Introduce a `Abort` error that calls `rt::abort` when converted into, allowing a very...

To make this solid and ensure canonical trees are generated as well that it is stable under a large amount of different inputs we should have fuzz tests, both on...