Kasper Zutterman
Kasper Zutterman
:warning: This is a Pull Request Template :warning: > Checkout all the things you've done by placing an `x` within the square braces below. ## Proposed Changes - [x] I've...
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description ## Current Behaviour `SecretStr` is unable to be serialised when it's in the __pydantic_extra__ values. It...
This is a bugfix for [Lokl - Docker hello-world cleanup - #16](https://github.com/leonstafford/lokl/issues/16) Using [docker info](https://stackoverflow.com/questions/43721513/how-to-check-if-the-docker-engine-and-a-docker-container-are-running/55586977#55586977) to check if Docker is running.
When running the [go.sh](https://lokl.dev/go?v=3) script, method test_docker_available() runs: ```docker run hello-world > /dev/null 2>&1``` to test if docker is configuered correctly. This test container never gets cleaned up, resulting in...
When you resize the query and/or context text area, it visually breaks the vertical layout. This can be prevented by making the text areas only vertically resizable. 
While the query is running the counter and clock are updating, but when the map is shown these fields freeze. Only when I press Stop Execution it gets updated. [Sample...
When switching between queries with similar names, the query text area does not update: Replicate at http://comunica.kasperzutterman.com/ Replication steps: - Select "Buurt in Gemeente" query - Select "Buurt in Gemeente...
It would be a nice feature if map labels could be populated with query results as shown in the image. 
I have some use cases to deploy "bigger" datasette instances and I'm hitting the wall on the max filesize. I was wondering if it is possible to set the Vercel...
# Context At our company, we configure the `required-version` to a specific allowed version in `pyproject.toml` like this: ```toml [tool.ruff] line-length = 150 required-version = "==0.9.3" ``` # Issue If...