-
Updated
Sep 12, 2021 - C#
file-sharing
Here are 832 public repositories matching this topic...
-
Updated
Sep 3, 2021 - Go
-
Updated
Sep 8, 2021 - Go
-
Updated
Sep 7, 2021 - C
-
Updated
Sep 12, 2021 - PHP
-
Updated
Aug 9, 2021 - PHP
-
Updated
Aug 31, 2021 - Rust
-
Updated
May 11, 2021 - JavaScript
-
Updated
Sep 12, 2021 - Go
-
Updated
Sep 13, 2021 - Python
Tracking issue: https://gitlab.com/timvisee/send/-/issues/21
An integration with shlink (https://shlink.io/documentation/api-docs/) would be very useful.
It would be helpful for automatically shortening links for input on a client computer where QR-codes aren't easily readable.
As I don't have much programming experience myself at all I don't know if it would be reasonably doable, al
-
Updated
Dec 11, 2020 - C++
-
Updated
Jul 13, 2021 - C#
-
Updated
May 12, 2021 - JavaScript
-
Updated
Jul 6, 2021 - Python
-
Updated
Aug 5, 2021 - Objective-C
On a fresh install of the snap, the root.ini file is not created from the first run of start_mysql. Consequently, mysql-client fails to run as well. Has this issue been seen before?
-
Updated
Jul 10, 2021 - Go
-
Updated
Jul 12, 2021 - JavaScript
Describe the bug
Emojis in emoji picker look blurry. There is a way to improve the quality of images ?
-
Updated
Sep 12, 2021 - JavaScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Jul 3, 2021 - Python
-
Updated
Sep 2, 2021 - Go
-
Updated
Sep 3, 2021 - PHP
-
Updated
Aug 26, 2021 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Aug 6, 2021 - PHP
Improve this page
Add a description, image, and links to the file-sharing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the file-sharing 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