roganjoshp

Results 4 issues of roganjoshp

### Description There are a number of times when I need to know the "week commencing" date of an ISO week number (with its accompanying year). My usual workflow is...

enhancement
A-timeseries
accepted
P-medium

The information contained here: https://github.com/NHSDigital/rap-community-of-practice/blob/main/docs/training_resources/python/using-f-strings-sql-queries.md is bad practice across the industry. You do **not** use f-strings to parameterise SQL queries. This is open to SQL Injection, which remains one of...

The JSON page for automatic updates to `cdnjs.com` seem to be broken: https://github.com/cdnjs/packages/blob/59165712a33654b1f9b1d4191e79c65ca8bcff71/packages/b/bootstrap-datetimepicker.json If you go to either: https://cdnjs.com/libraries/bootstrap-datetimepicker/6.7.10 https://cdnjs.com/libraries/tempus-dominus/6.7.10 You'll note that later versions from there on are still...

On a base install, from `pulp.apis.listSolvers(onlyAvailable=True)` you will get `['PULP_CBC_CMD']`. If you try to run this on any simple example with `problem.solve(pulp.PULP_CBC_CMD("problem_name"))` you will get: ``` OSError: [Errno 86] Bad...