Albin Larsson

Results 316 comments of Albin Larsson

Interestingly I can reproduce this issue even in in Firefox by running Firefox Desktop on my phone.

I wonder if we should change the layout of the table entirely on mobile so that all information about each agency is "stacked" in groups rather than organized into rows.

For single page views it could done by invoking the query inline, rather than in `views.yaml`: `views.yaml` ```yaml views: - output: "index.html" template: "index.html" ``` `index.html` ``` {{ $status :=...

> I don't fully understand how parameterizing queries differs substantially from this approach. The benefit as I see it is that the approach above should cover the use case while...

Both `current_view` and `read_file` are now available on `main`. Here is an example illustrating how to combine the two: https://github.com/glaciers-in-archives/snowman/tree/main/examples/reading-query-files

Ordered parameters have been implemented on the main branch! Each parameter will replace one instance of `{.}`.

These are the additions I have locally and intend to fully implement: `get_remote ` - makes a plain HTTP GET request and returns the response body as a string (#54)....

I would suggest looking at the [Hydra Vocabulary](https://www.hydra-cg.com/spec/latest/core/) for the manifest/service definition and [Linked Data Platform](https://www.w3.org/TR/ldp/) for reconciliation itself. Other relevant vocabularies would include VoID, Web Annotations, DCAT, and Activity...

I don't think it is intentional given how it pushes the main content further down. Vertically: ![Screenshot 2023-11-30 at 14-49-34 My Project - OpenRefine](https://github.com/OpenRefine/OpenRefine/assets/2631719/7ae59a4b-12d7-4d9b-a78e-f57fccdaf414) Horizontally: ![Screenshot 2023-11-30 at 14-49-19 My...

@wetneb no I consider that covering a rather different usecase and I think such a change deserves its own thread independently from this.