Albin Larsson
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...
`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?
Instead it should exit with a proper error message. Affects both `div` and `mod`.
Math template functions cast `nil` and `""` values to `0`, instead they should throw an error.
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. ```...
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...
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...
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...
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"...