waclaw66

Results 28 issues of waclaw66

Is there an option to completely hide tab bar? E.g. while using Sidebery?

Issue::Enhancement
Component::Tabbar
Class::Layout-Others

Please add support for more plural forms like "few" or "many". https://unicode-org.github.io/cldr-staging/charts/38.1/supplemental/language_plural_rules.html

* Your vdirsyncer version - 1f7497c9d1dd6018cb277a51ebf59a551bfb20f0 * Your Python version - 3.10.5 * Your operating system - Fedora 36 ```ini [general] status_path = "/var/lib/vdirsyncer" [pair google_to_local] a = "google_contacts" b...

type: bug

Hello. Blokada 5.6.0 is somehow blocking voice call connection via [TURN server](https://github.com/matrix-org/synapse/blob/develop/docs/turn-howto.md) (TCP/UDP). Used Element 1.0.14 on various matrix servers. Nothing blocked is visible within activity log, but call connection...

type-B

Custom contact name returned within `name` attribute of `get_profile` request contains prefix and suffix characters `\u2068` and `\u2069`, they should be removed by mautrix-signal. It causes no capital letter inside...

When an restricted topic is accessed directly via URL like `https://ntfy.sh/restricted_topic` there is no prompt to enter credentials and topic is shown in the list of subscriptions with endless circular...

enhancement
web-app

usable to limit button width

enhancement

Would be possible to support syntax like this?.... `new List() { 1, 2, 3 }`

enhancement

When Parsing lambda expression, it evaluates the predicate and cannot be reused (e.g. from cache) with another parameter value. See an example that demonstrates it. ``` c# var target =...

bug

Room ID like `!test/v6 🐈️:maunium.net` containing / is not encoded properly. Encoded currently: `_synapse/admin/v1/rooms/!test/v6%20%F0%9F%90%88%EF%B8%8F:maunium.net` It should be: `_synapse/admin/v1/rooms/!test%2Fv6%20%F0%9F%90%88%EF%B8%8F:maunium.net`

help wanted