Albin Larsson

Results 92 issues of Albin Larsson

Currently the top-level cache command is used both for inspecting a cached item and invalidating it: Invalidate/clear: `snowman cache countries.rq --invalidate` Inspect: `snowman cache countries.rq` This should instead be split...

:medal_sports: enhancement

`get_remote` also supports a second `config` argument so `get_remote_with_config` is just a verbose alternative. The later should possibly be deprecated.

Can text and binary contents be handled the same way? do we need to make it context aware somehow?

:medal_sports: enhancement

Instead it should exit with a proper error message. Affects both `div` and `mod`.

:bug: bug

Math template functions cast `nil` and `""` values to `0`, instead they should throw an error.

:bug: bug

If you try to render the following view but your `objects.rq` query return no bound values for `id` Snowman will crash, rather than exiting with a good error message. ```...

:bug: bug

For large project for which a build can take an hour or more it would be very useful if the build command could show the estimated progress. Showing estimated time...

:medal_sports: enhancement
large-project-support

Part of #2. `snowman watch` should watch the file system for changes and build the site if applicable. If only static files have changed it should only update those. Open...

:medal_sports: enhancement

As an user I would like to just render a subset of my site to increase build times. Allow users to build only pages for a given view or a...

:medal_sports: enhancement
large-project-support

Sometimes when one is working with small datasets, commonly ontologies or catalogs, it can be cumbersome to spin up a SPARQL server just to index and query your local "ontology.ttl"...

:medal_sports: enhancement