Andreas Dirnberger

Results 45 issues of Andreas Dirnberger

Currently there are now rpc method to query the watchtower for information what is stored inside the watchtower.db Info's client about stored channel-data and backups would be "nice to have"...

feature request
watchtower
P3

The dot `.` is an allowed character. But many slug implementations do remove a trailing punctuation. The is currently no option or hook to add this feature in user code....

help wanted

The table operation does not include the current font size in the calculation. ```js let result = encoder .size(2) .table( [ { width: 36, marginRight: 2, align: 'left' }, {...

A `readonly ref struct` could be used as the record type to utilize `ReadOnlySpan` to map column values directly without copies. If the encoding or escape requires a copy an...

feature

The utility class `Path` and `PathBuilder` from https://github.com/bufbuild/protobuf-es/pull/1092 looks very useful. But some helper functions for intersect and exclude some paths is missing. The `merge`, `mergeFromBinary`, `toBinary` could accept the...