Martin Heidegger
Martin Heidegger
There are [known concerns]((https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm#Concerns)) about the older ECDSA algorithm that is implemented in the common library. More relevantly for my practical considerations [libsodium](https://doc.libsodium.org/) does only implement Curve25519. It may be...
### Proposal [Numeric Separators](https://github.com/tc39/proposal-numeric-separator) have been adopted by all major JavaScript engines ([caniuse](https://caniuse.com/mdn-javascript_grammar_numeric_separators)). It would be awesome to have a section on [Numbers and Dates](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Numbers_and_dates) that explains the use of...
In order to save performance I think it may be a good idea to offer an on/off button in the status bar (that triggers a workspace/user setting)
I noticed that a few formats `0x05`, `0x81` and `0x85` as described in https://dnscrypt.info/stamps-specifications/ are not covered in this implementation. This PR adds the missing formats.
Bonjour is still used by people but as it looks like not maintained. Wouldn't it be good to refer to archive/deprecate this project in favor of https://github.com/onlxltd/bonjour-service?
The dependency used in this project called `text-encoding` has been marked with the following warning: `npm WARN deprecated [email protected]: no longer maintained` It would be nice if this package could...
Currently `browserify-persist-fs` uses the regular node.js [fs API](https://nodejs.org/api/fs.html) to write down the cache, however it might be cool to be able to replace the fs implementation with [`random-access-memory`](https://www.npmjs.com/package/random-access-memory), [`random-access-idb`](https://www.npmjs.com/package/random-access-idb) or...
Would you be okay with a PR that changes the client API to return light-weight "DAT-proxies" with the same API as DAT but where all calls go to dat-daemon over...
Would you accept a PR that implements watch? What requirements would you have for it?
I would like to integrate dat-daemon in dat-desktop as the implementation that does the actual downloading and sharing. But if bundled with dat-desktop there needs to be - a binary...