Martin Heidegger
Martin Heidegger
DNSLink currently returns the [first non `/dns`-prefixed dnslink](https://github.com/ipfs/go-dnslink/blob/0626e50cfeaf0cd304eb0017de996e8cacb08540/dnslink.go#L190) which means that per domain it is possible to use dnslink for only one "protocol". In order for dnslink to become useful...
:wave: As part of the [grant](https://github.com/ipfs/devgrants/blob/master/targeted-grants/dnslink-multiplatform-update.md) I [am working on](https://github.com/ipfs/community/discussions/560) I have been preparing a [thorough test suite for dnslink](https://github.com/dnslink-std/test/) to make sure that different dnslink implementations work the same...
Reading through #19 I feel like the name of this proposal might be confusing and/or off-putting. There is seems to be nothing in this proposal that refers to the actual...
I have been asked at the NodeSchool Osaka tonight about a workshop specifically for socket.io. I was shocked to find that it doesn't exist. Probably there should be one at...
Not sure there is a way to fix this but on my computer I get this nasty error message when running `ntftp` in the console: `env: node\r: No such file...
The events propagated on sub-level instances do not have their value encoded, unlike events triggered by sublevel pushes. Is this correct behavior? ```js const db = new Level('db') await db.open()...
`fetch` as used in [src/request.ts#L54](https://github.com/nulab/backlog-js/blob/8d847dd7ed511cc97c28c4529ab6949dcdccfbca/src/request.ts#L54) is not part of the common nodejs runtime and returns in an error (making it difficult to use the backlog api)
Currently in case a string is passed-in to `encode` or a Buffer is passed-in to `decode` it will do an additional en/decoding step. This PR prevents the unnecessary creation of...
Currently in hyperdrive, hypercore, beaker browser _(and probably at a few other tools)_ versions are specified as `length of the append-log` _(a number)_. However, that is not a safe specification...
When reading [DEP-0007](https://github.com/datprotocol/DEPs/blob/master/proposals/0007-hypercore-header.md) I noticed that the `dataStructureType` can be any string. (of varint data-size: big) However: most [file signatures](https://en.wikipedia.org/wiki/List_of_file_signatures) are fixed in size, which makes me wonder if it...