-
Updated
May 16, 2022 - Python
usability
Here are 223 public repositories matching this topic...
I suggest that you add 3 or 4 wallpapers in the desktop settings to make changing the background a lot more user friendly
and thanks for this great project!
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Mar 28, 2019 - JavaScript
-
Updated
May 12, 2022 - Dart
-
Updated
Feb 24, 2021 - C#
-
Updated
May 16, 2022 - PHP
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour
Version of CAIRIS
Details of browser or, if applicable, details of the OS used to host CAIRIS
-
Updated
Jan 22, 2022 - Rust
-
Updated
Jun 4, 2020 - Python
-
Updated
Jun 21, 2018 - C++
-
Updated
Oct 19, 2021 - C#
-
Updated
Mar 3, 2017
-
Updated
Sep 4, 2020
-
Updated
Apr 24, 2022 - PHP
Squashfs is a read-only filesystem that is frequently used to transparently compress whole operating systems in a live portable media, to distribute software in Snap and AppImage formats, and to efficiently store large multimedia archives. It divides the data into rather small blocks and then compresses them with one of 6 algorithms:
- gzip
- LZ4
- LZMA
- LZMA2
- LZO
- zstd
If Fairytale
-
Updated
Mar 2, 2018 - JavaScript
-
Updated
Apr 28, 2022 - HTML
-
Updated
Apr 21, 2021
-
Updated
May 9, 2018 - JavaScript
Currently the browser extension has limited configurability through /UserAleWebExtension/options.js--userAleHost, userAleScript, toolUser, toolName, toolVersion. As such, the embedded userale-X.x.x.js script logs everything. It would be good to embed a filter in ./background.js that receives user inputs through opstionsPage.js and options.js. A nice example example of a filter can be found in our
Improve this page
Add a description, image, and links to the usability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the usability topic, visit your repo's landing page and select "manage topics."
Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.
This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.