Why Nostr? What is Njump?
2025-03-04 21:43:14
in reply to

uncenter on Nostr: nprofile1q…c4tpe nprofile1q…njpw4 nprofile1q…rlekg sweet! some other ...

sweet! some other observations:

- `var Promise = global.Promise;` is this still needed? i think `Promise` is already available in the global scope by itself 🤔
- why do `var EventEmitter = require('node:events').EventEmitter;` instead of `var { EventEmitter } = require('node:events');`? (why we are using `var` is another question entirely...)
- i would think you can use node's `path.posix` methods instead of relying on the `slash` package? see https://nodejs.org/api/path.html#windows-vs-posix.
Author Public Key
npub1hmt4n4qn8vewgh4v8ghwha3uncl8pdc6zdu67hjmsvy27xqhfwkq7p4t0y