Friedel Ziegelmayer

Results 198 issues of Friedel Ziegelmayer

Currently in `FutharkError::new` the error string retrieved is not freed, but it should be according to the futhark docs

As you might have noticed, I'm struggling to maintain all of the karma eco system. This is why I am asking today for **your** help. If you want to help,...

discuss
help wanted
type: meta

~~Still work in progress,~~ this comes from issues I was having around libraries assuming how the children methods behave. I ported all tests from https://github.com/facebook/react/blob/master/src/isomorphic/children/__tests__/ReactChildren-test.js that were relevant. Things left...

I am trying to alias `react` to `preact-compat` in my dev environment but running into the following issue: ``` patch.dev.js:180 Uncaught TypeError: Cannot set property createElement of # which has...

It would be great to have a `Equal` method to allow to compare keys, as currently they have to be serialized, allocating in go, making any comparisons very expensive.

I am using this as a collection of challenges that I run into, when building bindings for https://github.com/facebook/rocksdb/. The work is based on https://github.com/rust-rocksdb/rust-rocksdb/ but switching to `cxx` + `autocxx`...

Currently it is possible to get to the [`ConnectionLimits`](https://docs.rs/libp2p/latest/libp2p/swarm/struct.ConnectionLimits.html) struct for the current swarm, but it is not possible to read the actual limits, which would be useful to for...

> Still a draft as I am opening this to discuss the details and direction of this. # Description The end goal is to allow the following - when calling...