-
Updated
Feb 5, 2021 - C#
webclient
Here are 128 public repositories matching this topic...
The hard-coded URLs in the translation strings should be replaced by variables to ensure they are not different between languages.
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Feb 10, 2021 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Jul 13, 2020 - Kotlin
-
Updated
Jan 21, 2021 - R
-
Updated
Nov 27, 2019 - Java
Missing opus support
Snapweb should support opus. There is a opus branch with a emscripten cross compiled opus library, but it's getting out of sync during playback, maybe the decoding must be done in a thread.
-
Updated
Sep 15, 2020 - C#
-
Updated
Jun 2, 2020 - Java
-
Updated
Jul 23, 2020 - Dockerfile
-
Updated
Oct 3, 2020 - PHP
-
Updated
Mar 30, 2020 - Java
New feature motivation
Today you can choose to sprinkle colors of your different tabs but you can't give the badges different colors.
If I for example want to highlight that there are zero signed documents with a red colored badge I could make that tab pop by using a red badge color.
Example look:
<img width="520" alt="Screenshot 2020-10-29 at 12 48 17" src="https://user-images.githu
-
Updated
Sep 20, 2018 - JavaScript
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Jun 1, 2019 - Java
-
Updated
Feb 1, 2021 - Java
-
Updated
Oct 17, 2013 - JavaScript
Improve this page
Add a description, image, and links to the webclient topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webclient topic, visit your repo's landing page and select "manage topics."
Describe the bug
Minor bug involving passing a
setas a kwarg to themsgmethod-- thesetis correctly identified as an iterable, but is then presumed to be subscriptable in subsequent operations.https://github.com/evennia/evennia/blob/574d7fbd4f65cae60c534fe592803057d452ed7b/evennia/server/sessionhandler.py#L252-L262
This does not work on
setobjects.