tecc

Results 10 issues of tecc

It would be nice to be able to manage the images that Notea stores directly through the UI, in a view separate from the notes section. This could allow fixing...

enhancement

Currently, internationalisation (i18n) is handled by taking the English translation and using that as the key, meaning that if the English translation is updated, every other locale needs to be...

enhancement
i18n

This fixes #9931 through adding a task that deletes any tasks older than a week. The task in question looks like this: ```ts public async deleteOldEvents(beforeMillis: number = Date.now() -...

This PR changes the types used for passing cookie names to the `warp::filters::cookie` filters from `&'static str` to `impl ToString`. This is a partial fix for #763, however header names...

better-theming: The CSS selector now also applies `color: black` to go with `background-color: white`. option-force-light-theme: A new option has been added that forces the colours to always be white for...

**Describe the bug** When a dynamic is preceded by a hairpin with a dynamic, the hairpin's end dynamic "overrides" the specified dynamic. **To Reproduce** Steps to reproduce the behavior: 1....

needs info
P1
playback

The `read_with` and `write_with` attributes have been added. They override the generated implementation for reading/writing individual fields, similarly to how Serde's `deserialize_with` and `serialize_with` attributes work. The `with` attribute has...

This PR adds a few more types and functions to libgit2-sys. The changes should be largely correct but I might've missed a `c_int` somewhere or accidentally forgotten to make it...

S-waiting-on-review

This PR is largely an attempt at making a "safe" API for adding custom ODB backends. Additions made for this purpose have been concentrated in `src/odb_backend.rs`, with minor modifications to...