Jan Winkelmann

Results 35 issues of Jan Winkelmann

I ran into a panic in generated code, specifically [version 0.2.0 of go-graphsync](https://github.com/ipfs/go-graphsync/tree/v0.2.0). The code uses gogo version 1.3.1, but I checked the diff to 1.3.2 and it doesn't look...

## Summary I would like to see better documentation around how to use this package. I would write the docs if you tell me how this works. ## Motivation It's...

Functions starting with `dispatch` don't return an error but fail with panics. These are caught in `sendLoop`. Using error values would be much more idiomatic go.

Here is a pull request to add the shs protocol suite designed and first implemented in JS by @dominictarr. It is used by [go-libp2p-shs](/keks/go-libp2p-shs). I used protocol code 350 because...

On IRC I mentioned that I would expect Push() and Pop() methods, and the idea came up to improve the general UX of the library. ``` 22:34 < keks> is...

I'm on Linux 64bits and downloaded the respective zip file (v0.18). After creating my first wiki, I get this: ![image](https://github.com/TiddlyWiki/TiddlyDesktop/assets/146678/ba8ab772-6faf-4324-aef6-ab58463cb4c0) The wiki selection screen look like I'd expect ![image](https://github.com/TiddlyWiki/TiddlyDesktop/assets/146678/e3b7f145-8733-49b6-abc7-8ead9b7fe3df) The...

Hi, I am trying to build on Manjaro Linux (basically Arch). Software versions: - GCC 12.3.0 - Bazel 6.3.2 - nlopt 2.7.1 - ibex v2.8.9 - dreal4 git:945aa82 (latest happy...

The goal is to make it easier to see which parts of the RFC have been captured, to make it easier to see what is missing

Currently, we often can not create illegal messages, because the functions building them validate the input data. However, this means it is difficult for us to test the validation of...

tests
P1
validation

This came up during the review of the libcrux provider. Both providers, directly or indirectly, call unwrap/expect in their default implementations. In many places we go out of our way...