Facundo Olano
Facundo Olano
Add a `doi` field to each paper definition in [papers.yml](https://github.com/facundoolano/software-papers/blob/HEAD/papers.yml). This could be useful as a paper id to disambiguate, fetch metadata from scripts, etc. Background about DOI [here](https://www.doi.org/).
Replace the [custom script](https://github.com/facundoolano/software-papers/blob/main/check_links.py) with [this](https://github.com/gaurav-nelson/github-action-markdown-link-check) (or some other) GitHub action plugin to check the links on the README markdown.
package everything in a docker image so it's simple to deploy a webrtc video app
Create a new example with a sophisticated client. Consider clojurescript/re-frame. - [ ] unlimited group video. - [ ] bulma for css, pick a good background. - [ ] video...
- [x] rearrange to make more readable - [x] example use - [x] document example client - [ ] configuration options should all be listed in the same section -...
each key has a specific node that manages the data
https://github.com/cabol/shards
http://concuerror.com/ To test if there are concurrency errors when accessing/resetting the counters. (specially when we add more drivers with less guarantees than ets).
if `throttle:setup` is called again with the same scope, a new ETS is created but the previous one (and the worker that clears it) still hang around. Either drop the...