Ivo Georgiev
Ivo Georgiev
the current implementation of Runtime has two gotchas that need to be addressed in the documentation: - `.dispatch` returns a future; if not handled, it will not run; worse yet,...
* [ ] resets when logging in/out * [ ] persists to storage even if there is no user (we can load it later) * [ ] pushes to API...
if you want to use a more accurate calculation for AdEx, here's the formula to calculate the circulating supply: ``` const fundAddr = '0xf83f7411046ce4a6fba6584b868fb15d45f0065a' const teamAddr = '0x230fe2dc4fe6a13adaa87b433862e3b21148546d' const tsSeconds...
Test - whether the json parses - whether the entries pass stremio-addon-linter
Here's a plan on how to approach such a thing: - source a list of ETH/erc20 assets with high liqudity - require a minimum of trading volume in the assets...
If this add-on is embedded in the streaming server, ensure it can't crash it - so basically ensure the probability of an uncaught exception is low
* Check meta tags of video files * have a local DB of names, and a remote fallback; pre generate a list of regexes that will always match against the...
- [ ] when using the `bt:` resource for meta, we can just associate srts with the `Stream` objects - [ ] when using a torrent addon in stremio, we...
currently we use super slow torrents and they time out so this might require separating the bittorrent stuff out, or just using faster torrents
for unix, this can be done via `fs.watch` for mac, there is a `mdfind` flag we can use for windows, god knows