Michel Müller

Results 50 issues of Michel Müller

I've had this idea on how to extend the simplicity of json2html for both read _and_ write operations on the client side. How about we'd build a JS based on...

enhancement

@softvar: Not sure if you like this syntax better, but it's more consistent with the rest of the code and a bit shorter - see whether you want to merge...

can't seem to access it..

handling of doc update responses without id and/or rev - this is needed for the correct handling of security docs - othewise a KeyError is thrown, since putting a security...

This issue is related to #134. There still seems to be a problem when saving security documents. I get ``` File "/usr/local/lib/python2.7/dist-packages/couchdbkit/client.py", line 513, in save_doc; doc1.update({'_id': res['id'], '_rev': res['rev']});KeyError:...

updated broken git link for couchdb, updated couchdb to 1.7.0 version.

example: ``` if ( present( a01 ) ) call mpi_halo_run_sub(a01, nz_mn, nz_mx, nx_mgn, ny_mgn, nx_mgn, ny_mgn) ``` currently, HF does not treat this as a call and thus does not...

enhancement
neededForBlackbox

with variables that are ordered such that something like `my_array(:,my_index,:,:)` or `my_array(my_index,:,:)` is passed in, CUDA Fortran slicing breaks - basically only slicing in contiguous chunks is supported. So we...

enhancement
neededForBlackbox

example sf_slab_wet_beta_tile_run_tlad. Note: this has been added with Fortran 95

enhancement
neededForBlackbox

with current implementation this would have unexpected consequences. user needs to use @exit instead - returning from the outer subroutine directly is not supported.

enhancement