bemyak
bemyak
# Bug Report ## Environment Zola version: `0.16.0`, `next` OS: Linux ## Expected Behavior Shortcodes should render the same way each invocation ## Current Behavior The `youtube` shortcode in the...
In https://github.com/getzola/zola/pull/1917 we discussed that sorting by `slug` probably makes more sense than by `filepath`, so here is the implementation. --- Sanity check: * [X] Have you checked to ensure...
Add deflate filters as discussed on the [forum](https://zola.discourse.group/t/deflate-compression/1024/4) Sanity check: * [X] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/getzola/zola/pulls) for the same update/change? ## Code changes...
If a user tries to send a message that is very long (more than 4096 bytes), teloxide will return an error `Request(ApiError { kind: MessageIsTooLong, status_code: 400 })` and no...
This PR is a successor of https://github.com/go-spatial/tegola/pull/795. The main differences/features are: * Avoid SQL injection vulnerability (more on the approach bellow) * Allow using several types of parameters, not only...
It would be very nice if telebot had support of [webhooks](https://core.telegram.org/bots/api#setwebhook). If you're writing telegram bot on Rust than you probably expect extreamly high performance and "pull" method is something...
# Bug Report ## Environment Zola version: `0.16.1` ## Expected Behavior When a shortcode is passed to a body of another shortcode, it should render in the parent's context. ##...
This PR adds subsection sorting and introduces `lower` and `higher` fields to make sections more consistent with pages. As pointed [here](https://zola.discourse.group/t/next-previous-section-based-on-weight/528/2), these fields are supposed to be there. An open...
By default, Nextcloud uses SQLite as its database. It has two benefits: * It's the only DB backend that allows you to [switch to a different one](https://docs.nextcloud.com/server/stable/admin_manual/configuration_database/db_conversion.html) later * It's...