Jan Winkelmann

Results 35 issues of Jan Winkelmann

This PR addresses #73. Note that this simply encodes the values. It does not add any type hints, which is what you might actually want. Let's further discuss this in...

status/in-progress

``` keks | lgierth: currently the CORS protection is in go-ipfs-cmds/http and wraps the actual handler. Wouldn't it make much more sense to make it a ServerOption in go-ipfs/core/corehttp? lgierth...

https://github.com/ipfs/go-ipfs/pull/4012/files

When hitting tab, nvim very often jumps to random places in the code. This has been observed not only with LazyVim, but also AstroNvim and others: https://www.reddit.com/r/neovim/comments/12kurkl/why_does_tab_sometimes_send_me_to_a_random/ Apparently the problem...

![image](https://github.com/ruanmartinelli/axist/assets/146678/27049f91-b86d-4800-a313-f05a948dc4db) The CSS sets it to 15px, which seems odd to me.

I think the readme could explain a bit what the difference is to e.g. `go test -coverprofile cover.out; go tool cover -html cover.out`.

- [x] First Implementation (#1562 ) - [ ] Add comments and documentation - [x] Use constants instead of literals as versions - [ ] Support storing more parts of...

meta

We currently have a storage provider for testing that is implemented using `HashMap`. While designing and implementing the new storage provider in #1565, we experimented with a provider that is...

enhancement

This is a follow-up to PR #1565. In that PR, we store `EncryptionKeyPair` as an own type, indexed by the public key. There was the idea of moving it into...

enhancement

Add tests that - create a group - perform operations that persist to storage - load the group from storage - check that the group state is the same -...

tests