Thane Thomson

Results 111 comments of Thane Thomson

Agreed. That kind of error handling is pretty useless 😁 I'll take a look and see if there's a more meaningful way I can handle such errors.

Try v0.19.0 when you get a chance and see if the error handling is better for you? It's quite hard to keep track of the error context throughout Statik's build...

Send me one or two examples of the error messages you're getting now - I need more info to see where to improve the error handling. Also, can you send...

Okay cool, I see that the libraries that Statik depends on can generate errors from all sorts of angles, so I'm attempting to catch these a little better in v0.19.1.

How often do those items change? If, once created, they're permanent, you could simply create sitemap files that group your items according to date (i.e. sort all 50,000 by date...

Thanks for the PR! Let's get the tests passing though 😁 I'll investigate too.

This is definitely a necessary feature, but like you say, quite tricky to implement. The ideal way of implementing this would most likely involve some kind of Markdown pre-processing or...

Would this do something that the `url` tag wouldn't? See the [wiki here](https://github.com/thanethomson/statik/wiki/Jinja2-templates#-url-view-name-optional_param-). The usage is a little different to what you're trying to achieve, however. Usage (for example, when...

> Will this still be needed now that 0.35 is going to be yanked? As per https://github.com/tendermint/tendermint/issues/9091, @cmwaters recommended that we look at reintroducing this at some point in future...

Very weird. I've tried looking for environment variables that could perhaps be interfering in the background, but other than a `PATH` variable I have no other env vars mentioning `~/.cargo`