F M
F M
To locally test a website before push it on the server, it would be nice to first try deployment locally by a simple copy adapter, following the dandelion.yaml (just and...
There's extra comments and description added to the closed issue #51. Could that therefore be reconsidered? Maybe it can be reopened and this one closed ...
Trying to sign with EDDSA as below returns me an Exception. Is there someone who can explain what I do wrong? (I'm using 1.2.5 on python3 3.7.5) ```python from ecpy.curves...
I tried to sub-class `Document`, `Table` and `TinyDB` in order to redefine my own doc_id type (see https://github.com/msiemens/tinydb/issues/545). That failed because table.py checks isinstance against hard-coded `Document`. By changing with...
When inserting documents and knowing a certain document property value (e.g. house-id) is unique, is there a way to tell tinydb to use that house-id as document ID? Just found...
```python import click, sys from typing import TextIO @click.command() @click.option("--name", type=click.File("r"), default=sys.stdin, show_default=True) def hello(name: TextIO): click.echo('Hello World!') if __name__ == '__main__': hello() ``` Results in this help output: ```bash...
I used httpie aws auth4 successfully with my access key & secret. I tried to use it also with the access key & secret returned by AWS STS service. But...
It looks as if this plug-in only works for tags inside the header of pages that are under `user/pages/blog` subdirectory. For instance: I have a page `user/02.about/03.legal/default.md` that has a...
In the plugin's doc. is described and in its source code a variable `list_url` is prepared. But in the twig {{base_url}} is used. This does not make sense
I wanted to try tauri with leptos and this leptonic library. I go through these steps: ```bash sh