Re: Call for "Must-fix" issues

2018-07-05 Thread Aurélien Bénel
Hi Joan, hi Johs,

>> As for things in 2.x that are « must fix" before people can upgrade, I too 
>> would like to see pull requests for those. Once again, your help is most 
>> welcome in this - both in identifying a definitive list of those must-fix 
>> issues, as well as code towards fixing them. If you’d like to help with this 
>> important work, please start a new thread.

Mine is « Views ETags » for HTTP caching (COUCHDB-2859).

https://github.com/apache/couchdb/pull/1237


Regards,

Aurélien

Re: Photon, 90% progress

2017-09-15 Thread Aurélien Bénel
>> and a convincing demo
> I appreciate your sense of humor, but I afraid my awful English is not too 
> convincing )

No humor there. I meant that Photon is a very nice demonstration of what can be 
done as a couchapp.


Best regards and thanks again,

Aurélien

Re: Photon, 90% progress

2017-09-15 Thread Aurélien Bénel
> Now 100% Futon features coverage. Recorded a screencast about Photon features 
> https://www.youtube.com/watch?v=MHc6tozNhWU

Really impressive work, Ermouth!

Thank you very much for this great contribution to the community 
(as both a very useful tool and a convincing demo) !!!


Regards,

Aurélien



Re: CouchApp build tools

2015-11-05 Thread Aurélien Bénel
> the advandage I see (…) is that we skipped Github fir ddocs because it 
> actually works well in a team too.

Do you mean that you completely skipped version control? As for us, we couldn’t 
do that.

Don’t take it personally, Ddoc.me is really interesting (and I think I will use 
it to teach CouchDB). But there is still a need for a command line tool for 
teams that require traceability, visibility or testability. 


Regards,

Aurélien

Re: CouchApp build tools

2015-11-05 Thread Aurélien Bénel
>> Is there a plan to install one implementation automatically with CouchDB? 
>> That would be great.
>> However the chosen version should pass tests to be sure that it implements 
>> all the features that are used by people on a daily basis. I had bad 
>> experiences earlier when I tried to replace python couchapp tool with 
>> alternatives.
> ermouth has created this tool which I can recommend 
> It is a IDE in the form of a single design document so it is convenient to 
> have in any couch database where you need it. (…) The beauty of it is that it 
> is offline based on PouchDB so you have a super UX

Thanks Johs. This is an interesting project. However a must-have for us is :
- to keep our git-based folders (with the same structure if possible), 
- to use our favorite editors (MacVim for me, other editors for collaborators), 
- to push the app with a command line (so that it can be launched by Travis.ci 
for example).

As a matter of fact, we’re quite happy with python couchapp! 

The only problem with it is that its installation takes 16s on Travis.ci and 
that it is regularly broken and hard to reinstall on MacOS X updates.


Regards,

Aurélien 

Re: CouchApp build tools

2015-11-05 Thread Aurélien Bénel
Good morning Couchappers,

> anyone who want to share experiences and preferences?

Is there a plan to install one implementation automatically with CouchDB? That 
would be great.

However the chosen version should pass tests to be sure that it implements all 
the features that are used by people on a daily basis. I had bad experiences 
earlier when I tried to replace python couchapp tool with alternatives.


Regards,

Aurélien