Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-11-16 Thread Joan Touzet
>> Do we really think these apps are going to have a lot of churn and need a >> lot of releases? > > I could see `erlfdb` needing a regular release cadence, but I’m willing to > see what can be done to comply with the ASF regulations in a semi-automated > way. The other repos we’ve been

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-11-16 Thread Adam Kocoloski
> On Nov 16, 2021, at 6:05 PM, Joan Touzet wrote: > > On 16/11/2021 17:53, Joan Touzet wrote: >> On 16/11/2021 16:08, Nick Vatamaniuc wrote: >>> As for voting for making these proper releases, I am not really >>> looking forward to the SVN pushes, signing, checksumming, and >>> collecting

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-11-16 Thread Joan Touzet
On 16/11/2021 17:53, Joan Touzet wrote: On 16/11/2021 16:08, Nick Vatamaniuc wrote: As for voting for making these proper releases, I am not really looking forward to the SVN pushes, signing, checksumming, and collecting votes for these deps. Scriptable, shouldn't be hard if someone has time.

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-11-16 Thread Joan Touzet
On 16/11/2021 16:08, Nick Vatamaniuc wrote: As for voting for making these proper releases, I am not really looking forward to the SVN pushes, signing, checksumming, and collecting votes for these deps. Scriptable, shouldn't be hard if someone has time. Especially for a NIF with just 2

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-11-16 Thread Nick Vatamaniuc
Nicely done, Adam! +1 for most of the PR except one. Perhaps there is a way to push the CI image to the couchdbdev account instead of your personal one. As for voting for making these proper releases, I am not really looking forward to the SVN pushes, signing, checksumming, and collecting votes

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-11-16 Thread Adam Kocoloski
Hi, I’ve spent some cycles on this work over the past few weeks and wanted to summarize my progress and propose some next steps. I focused on the following two apps: erlfdb (Erlang API for FoundationDB) b64url (Base64 encoder / decoder with URL-safe scheme) I’ve submitted PRs to implement the