Stefan Verhoeven

Results 83 issues of Stefan Verhoeven

Consider adding a line that helps people decide which section to focus on.

enhancement

The following ways have a long running task implementation * Python web application * JavaScript web service * JavaScript web application But the following ways don't * Web service using...

enhancement

Similar to the JS Web application the Python web apps could be tested with Cypress. This will make the tests more robust as now only the http status code is...

enhancement

At the moment the [entangled pandoc filter](https://github.com/entangled/filters) is used to generated source code from Markdown, but since v1 [entangled](https://github.com/entangled/entangled) can also tangle. The entangled command can also be scripted making...

Each chapter should have it's own make file. As of #67 each chapter has its own directory.

The `src/js/example-plot.html` is tested in https://github.com/NLESC-JCER/cpp2wasm/blob/master/TESTING.md, but there is no check if the plot has been drawn correctly. Testing is hard due to vega rendering to canvas and different duration's...

As a C++ developer I sometimes throw an exception from my C++ code. I would like to know how to handle the exception in Python and JavaScript. For example in...

As a C++ developer I would like to use libraries in my C++ code. The guide now uses a header only library (`deps/nlohmann/json.hpp`) in the CGI script chapter, but I...

enhancement

The JSON serializer does not perform validation on the shape or type of the document. This could be done with the https://github.com/pboettch/json-schema-validator . It would be nice to demonstrate how...

enhancement