sharpaper
sharpaper
Sorry, what is the license of this project? Could you please specify it in the README? I see there is a file called LICENSE but I don't understand if it's...
Does Bottle support [content negotiation](https://en.wikipedia.org/wiki/Content_negotiation)? Sometimes it's the client that specifies to the server what format it wants back, for example the same URL can be used to return an...
**Problem**: when using ``, FormsDict does not return the correct unicode values for input fields. **How to reproduce**: from bottle import route, run, template, get, post, request @get('/') def index():...
When defining my own template function functools.partial(template, template_adapter=..., template_lookup=..., template_settings=...) `template_lookup` must be a list. This was not really clear, until I looked at the Bottle code. It would be...
UEFI
Is it possible to use aqemu to create a VM with UEFI support instead of BIOS? Thank you.
For some reasons pyld is not able to fetch the context URL `https://www.w3.org/ns/activitystreams`. I was able to reduce the issue to the following basic example, which is not working: import...
Is it possible to normalize a document such that for example it always contains `@graph`, or such that a link is always contained in a list for example `"knows": "_:alice"`...
There is a problem with `requests_document_loader`. When using custom headers like this `jsonld.set_document_loader(jsonld.requests_document_loader(headers=...))` the `headers=` argument is [repeated twice (here)](https://github.com/digitalbazaar/pyld/blob/master/lib/pyld/documentloader/requests.py#L63) and Python raises an error.
CLI
Can this library be used from the CLI, for example to convert a file from XML to JSON-LD?