LibreSelery icon indicating copy to clipboard operation
LibreSelery copied to clipboard

Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions

Results 79 LibreSelery issues
Sort by recently updated
recently updated
newest added

For the launch we will need a OpenSelery Website.

We could implement a very simple simulation by letting OpenSelery create a transaction_history as we receive from Coinbase at the moment. In this way we could use the visualization function...

For more consistency within the configuration yml. We could introduce sub-objects for some options to better work with dependent variables. Exmple `split_mode`. ```yaml split_mode: type: "random" ## the amount of...

I was thinking about a split strategy that considers the income on the wallet to increase and decrease the payout automatically. Since we do have the complete transaction history it...

This would make the amount of money spent more predictable. AFAIK GitHub Actions can be triggered as cron jobs.

Create a simulation run that does x payout simulation to gather a statistic of distribution and visualize it with Jupiter Notebook. The simulation run should be performed when doing unit...

Currently openselery only runs on master. Should also run on PRs (without actual payout).

Config should be default: directory/.selery.yml What is a good default for results? Can we use a file instead of env args for the tokens? Is it even better than enviroment...