Kasper Zutterman

Results 10 issues of 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...

bug V2

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...

bug

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. ![image](https://user-images.githubusercontent.com/21260838/125913295-25e38788-e97d-465a-8192-09696b172121.png)

bug
good first issue

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...

bug
comunica-association-bounty

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...

bug
comunica-association-bounty

It would be a nice feature if map labels could be populated with query results as shown in the image. ![image](https://user-images.githubusercontent.com/21260838/123786731-51191300-d8da-11eb-8e58-8c4b9b4d2153.png)

feature

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...

enhancement