Skip to content
#

usability

Here are 223 public repositories matching this topic...

server
sunjam
sunjam commented Apr 21, 2022

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.

bug good first issue 1. to develop
Guide
M-Gonzalo
M-Gonzalo commented Apr 5, 2018

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

good first issue feature

The eager-loading for image files on the web page that loads the files according to your plan. This differs from the lazy-loading, for example, this can be used to avoid that the user waits for the loading.

  • Updated Mar 2, 2018
  • JavaScript
poorejc
poorejc commented Mar 7, 2021

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.

Curate this topic

Add this topic to your repo

To associate your repository with the usability topic, visit your repo's landing page and select "manage topics."

Learn more