reivilibre

Results 65 issues of reivilibre

The [`separated_list1`](https://docs.rs/nom/6.1.2/nom/multi/fn.separated_list1.html) combinator fails if the separator is empty. I suppose this is because of this excerpt here: https://github.com/Geal/nom/blob/0b92df971a7d2090023b353e0283f9b2db6f2a84/src/multi/mod.rs#L353-L355 This behaviour is not obvious; perhaps it is unusual to desire...

## Description When using SQLite, boolean data types are converted to integer. Whilst this is somewhat fair enough (SQLite doesn't have a native boolean type; it expects you to use...

good first issue

When listening on a UNIX socket, it is created so that it is only writeable by the hedgedoc user. Unfortunately, this makes it of limited utility for use with a...

type: enhancement

Hi there, me again :). I decided to set up Prometheus monitoring because I was hoping to get alerted when/if I stop receiving e-mails frequently (as that has usually shown...

The title describes it all really, but Matrix events have a 65536 byte size limit (with the server-side attributes included), so this currently places an upper bound on the size...

I was modifying the board settings, adding all the labels and tracker IDs, when I accidentally clicked out of the modal and lost all my changes. We should either disable...

## Feature request I'd like to see (or maybe PR myself if it's in reach) the ability to have WebP animations in the input and keep them in the output....

[matrix-org/synapse/runs/7609443787?check_suite_focus=true](https://github.com/matrix-org/synapse/runs/7609443787?check_suite_focus=true)

S-Tolerable
T-Defect

I floated this idea when we were trying to shut down a room and it took a while because it has to run state resolution after sending each event. Instead...

T-Enhancement
A-Create-Room