Christian Salway

Results 14 issues of Christian Salway

https://github.com/btimby/py-radius/blob/3e949d535de1fcf88cc10ed4019e565f54ff316a/radius.py#L105

When I try to make this on a Rocky Linux 9.3 using postgres-16, I get ``` # PATH="/usr/pgsql-16/bin:$PATH" make USE_PGXS=1 "Platform is: linux" Makefile:85: /usr/pgsql-16/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory...

I've just been reading the documentation at https://jersey.github.io/documentation/latest/index.html and have spotted a few issues. https://jersey.github.io/documentation/latest/modules-and-dependencies.html - I could not get any of the Jersey examples to import or even be...

### Content & configuration Im using Swashbuckle.ASPNetCore 6.4.0 and have an API Controller listening for a POST request [HttpPost("test")] [Consumes(MediaTypeNames.Application.FormUrlEncoded)] public IActionResult Test([FromBody] string content) Which shows up in SwaggerUI...