Adrian Sieber
Adrian Sieber
Had this problem again, just to find out I already submitted an issue 1.5 years ago ☹️. Do you accept pull requests?
@sol Can we please merge this? I was exactly looking for such an example snippet in the readme just now.
If someone still wants to upgrade this to 0.19, I basically already did it here: https://github.com/ad-si/vectual/tree/master/src/TimeUtils
Same for `leftOf`: `String.Extra.leftOf "_" "abc\n_def"` returns `""`
> `paginate_by = 5` is not meant to be in `config.toml`, it should be in your `_index.md` file like https://github.com/getzola/after-dark/blob/master/content/_index.md Just tripped over this. I also put it in the...
I'm a fan of smart case (if search string is all lowercase, then it's case-insensitive, else it's case-sensitive). This is the default for many apps by now (e.g. VSCode). But...
It worked before, so that's what's confusing me. Maybe because I upgraded from MySQL 7 to 8?
Btw: You should provide flags to disable / enable the different backends during the build. That's what I did to fix it for me: I just commented out all MySQL...
https://github.com/ad-si/sprinkles-test
Like this? https://github.com/tdammers/sprinkles/pull/11