Results 27 issues of eykamp

Addresses issue described by Christoph Stephan.

We should always be terminating the line, unless there is good reason not to. If we don't clients may not know when the server response is complete.

Port 8080 is already used on my server for something else. Is there a way to tell pizzly to use a different port?

To be clear, I resolved my issue as noted below, but I think there is a problem with the documentation that makes installation difficult. I'm installing pizzly on a headless...

**Describe the bug** When I try to delete a user, either through the UI or the API, I get the following error: could not extract ResultSet; SQL [n/a]; nested exception...

bug

I like to use Optional when defining my types; this lets you do that. Includes test support.

I found a bug in gis.content.add(). The particular code: if not os.path.isfile(os.path.abspath(data)): raise RuntimeError("File("+data+") not found.")    What's happening here is the code is preparing to upload a file, and wants...

Same as before, but in the non-generated file ### Description Added type Any to **kw function args ### Checklist This pull request is: - [ ] A documentation / typographical...

Simple change to fix (some) type checking with Pyright and friends. Add missing types to **kw ### Description Simple update to types, consistent with other similar instances already in place....

This can happen if using the wrong parser to parse, say, an incorrect response from an ESRI WxS server.