-
Updated
Sep 13, 2021 - Python
usability
Here are 215 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
Describe your content request
Hello, I would like to request an update to the "Why Bitcoin is unique" page.
Link to the page
https://bitcoin.design/guide/getting-started/why-bitcoin-is-unique/
Why would you like to change the content?
- Include information about limited supply of bitcoin and why it makes bitcoin unique
Suggestions
- N/A
Content guidelines
If
-
Updated
Feb 24, 2021 - C#
-
Updated
Sep 12, 2021 - PHP
-
Updated
Sep 13, 2021 - Dart
-
Updated
Aug 5, 2021 - Python
-
Updated
Jun 4, 2020 - Python
-
Updated
Aug 28, 2021 - Rust
-
Updated
Jun 21, 2018 - C++
-
Updated
Mar 3, 2017
-
Updated
Sep 4, 2020
-
Updated
Sep 3, 2021 - PHP
-
Updated
Aug 26, 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
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