-
Updated
Aug 16, 2021 - Python
usability
Here are 212 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!
A production environment is triggering the exception "Error Message: TypeError: Cannot read property 'insertBefore' of null".
This seems to happen on the admin interface on the url: "/#/admin/questionnaires" in relation to $scope.triggerFieldDialog
The setup is using version 3.0.2
-
Updated
Sep 12, 2019 - JavaScript
-
Updated
Mar 28, 2019 - JavaScript
Request the visual
Hello, I would like to request an improvement of the existing visual for the Setting the Transaction Fee paragraph in the Payments > Sending Bitcoin section.
The feedback from Slack
Also, what is the “G” supposed to mean within the “Transaction fee” section?
points out that the G for Haitian Goud isn't quite clear, so we should try to use something a bit more
-
Updated
Feb 24, 2021 - C#
-
Updated
Aug 9, 2021 - PHP
-
Updated
Jul 23, 2021 - Dart
-
Updated
Aug 5, 2021 - Python
-
Updated
Jun 4, 2020 - Python
-
Updated
Jun 21, 2018 - C++
-
Updated
Mar 3, 2017
-
Updated
May 17, 2021 - Rust
-
Updated
Sep 4, 2020
-
Updated
Aug 13, 2021 - PHP
-
Updated
May 13, 2021 - C#
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
Jun 24, 2021 - HTML
-
Updated
May 9, 2018 - JavaScript
Would be good to figure out how to incorporate testing against react frameworks in unit tests. might require development of a react.js test page.
-
Updated
Apr 4, 2018
-
Updated
Apr 21, 2021
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."
We badly started implementing some props mutation.
There are usually two cases:
propsData
Solution 1
Migrate the propsData (usually initial-states) to the root
.vue
file away from the.js
entry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations