Mike Anderson

Results 9 issues of Mike Anderson

comrak currently parses `**A*B*C*` as `**ABC*` the [common-mark dingus](https://spec.commonmark.org/dingus/?text=%60%0A%60%0A) gives the result `*ABC"`. (My implementation agrees with the dingus)

Errors might be reported by the parsing code. and spewed to the console, but the actual string that should hold the error message is always empty. ``` OMG an error...

Building some of the tests generates errors like this warning: deprecated conversion from string constant to ‘char*’ from calls like fastjson::init_string_token( &d1.key_tok, "hello", 5 );

I'm interested in using gluon for scripting my rust application - but I can't see a way to work with mutable state on the rust side. Presumably, it involves some...

vm
docs

At the moment there seems to be a lot of magic in the process. Magic is good, but it can be disconcerting for large/serious users. IMO it is important to...

documentation

I'm running the following example code: ~~~ from mpi4py import MPI from devito import Grid, TimeFunction, Eq, Operator, configuration configuration['compiler'] = 'intel' configuration['platform'] = 'intel64' configuration['mpi'] = 'full' # configuration['mpi']...

bug-py

At the moment the message I get if I feed mismatched grids is: ``` ValueError: Unable to find unique value for key z_size, candidates: [23, 182] ``` To actually work...

**Required Functionality** Creating a schema where result has many fields A1..AN but has two other fields, say B and C and only one can be present requires us to create...