-
Updated
Sep 2, 2021 - C#
webclient
Here are 146 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
Oct 7, 2021 - JavaScript
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Jul 22, 2021 - Kotlin
-
Updated
Sep 9, 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
Oct 10, 2021 - Dockerfile
-
Updated
Aug 27, 2021 - Java
-
Updated
Oct 4, 2021 - JavaScript
-
Updated
Oct 1, 2021 - PHP
-
Updated
Apr 16, 2021 - 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
Feb 28, 2021 - Java
-
Updated
Sep 20, 2018 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Feb 10, 2021 - Kotlin
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Dec 9, 2017 - Java
-
Updated
Apr 15, 2019 - Java
-
Updated
Feb 14, 2021 - Java
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."


Is your feature request related to a problem? Please describe.
Right now, this condition check on the delete() outcome has no value.

Describe the solution you'd like
I'd like to see the
DefaultScript.delete()method check to make sure the deletion was done properly and then return a boolean value.Or as @Griatch put it