Patrick Smyth

Results 29 issues of Patrick Smyth

I'm using Piccolo with FastAPI, which generates documentation in Swagger. In my tables file, I've created a table (relationship) that has a field based on an enum ```python class RelationshipType(str,...

Getting this error in Ubuntu 16.04 LTS with the GNOME Desktop: ``` `RANDR Query Version' returned error -1 error while init ``` Any suggestions on what to try? Thank you.

The IDs when getting subject metadata all have .0 at the end. Seems like they should be integers, not floats.

bug
1.0

Thinking about semantics again. In this example: http://corpus-db.org/api/id/807/fulltext I think this has some issues. As a user, if I see the endpoint for getting some specific data attached to a...

Would be nice to have a query parameter that can return x number of results to speed up examples in the notebook.

enhancement
1.0

According to what I've seen/read, typically the endpoints stay plural, like baseurl + "/api/subjects/detectivefiction" In terms of meaning, the category above, subjects, is inclusive of all the subjects. The next...

enhancement
1.0

Hey, got item # 807 back as a detective novel when I query for metadata, but it returns an empty list when I request the full text. http://corpus-db.org/api/id/807/fulltext

2.0

When getting a full text, like in this example: http://corpus-db.org/api/id/108/fulltext the result is wrapped in square brackets. That means that when loaded into JSON it's a list with 1 item...

1.0

Hi Lars, Should probably just email you, but trying the GitHub issue thing. Tried adding the below feed to gwene.org and got a message saying it's not valid. I've added...

Are these examples functional? If not, is it possible to find functional examples? Otherwise these are just docs, they won't be able to do anything.