sr-murthy
sr-murthy
Hi I feel that in chapter 1 of your book 'Learning Python Design Patterns', in the Flask URL shortening service, there might be an error in the method `__increment_string` in...
Hi At the moment the paginator items on `index.html` does not display properly, it looks like this  I don't know why it is stacking them vertically, the paginator code...
The Rtree docs performance page https://rtree.readthedocs.io/en/latest/performance.html#performance contains a link to a benchmark tests module https://raw.github.com/Rtree/Rtree/master/tests/benchmarks.py which doesn't exist.
The existing MDK documentation on the docs site is poor and inadequate https://oasislmf.github.io/docs/oasis_mdk.html and there is no user guide with examples for the different MDK commands and subcommands. A simple...
@hchagani-oasislmf @sambles Unit tests for the summaries features/module are required - currently, there is no test coverage.
Hi I note that your computer algebra section is a bit thin - you have nothing on groups and algebra in GAP, or some other interesting subtopics, with which I...
### Describe the bug **context** I'm not sure whether this is a problem with `sphinx_design`, but I recently tried to Install `sphinx_design` with [PDM ](https://pdm.fming.dev/latest) and Sphinx 7.2.6 pre-installed. This...
I'm trying to use the [PDM Setup](https://github.com/marketplace/actions/setup-pdm) GitHub action in a GitHub workflow in one of my private repos (with Actions permissions to allow all actions from GitHub and verified...
I'm trying to build a Docker image (Ubuntu 18.04) with netCDF-C 4.9.2 from source - I'm following the [installation guide](https://docs.unidata.ucar.edu/nug/current/getting_and_building_netcdf.html#build_hdf4) for building it with HDF4 support. In the Dockerfile here...
@sambles A small tweak to `configure.ac` to add `/usr/local/bin/md5sum` in the `md5sum` check - this check would pass if the user had installed it via `apt` on Linux or `brew`...