-
Updated
Jul 20, 2021 - C#
file-sharing
Here are 803 public repositories matching this topic...
-
Updated
Jul 8, 2021 - Go
-
Updated
Jul 14, 2021 - Go
-
Updated
Jul 13, 2021 - C
-
Updated
Jul 23, 2021 - PHP
-
Updated
Jul 14, 2021 - PHP
-
Updated
Jun 24, 2021 - Rust
-
Updated
May 11, 2021 - JavaScript
-
Updated
Jul 22, 2021 - Go
-
Updated
Jul 23, 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
May 12, 2021 - JavaScript
-
Updated
Jul 13, 2021 - C#
-
Updated
Jul 6, 2021 - Python
-
Updated
Jul 9, 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
There are some wordings that need updating in this screen:
- functionality => functionalities
- please, verify your account => please verify your account (remove comma)
- In addition, in my opinion, we should not use the word "blocked" and "unblock". We can consider using "locked" and "unlock"
"Block" has negative meaning it makes users have a feeling that they did something wrong (when t
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Jul 3, 2021 - Python
-
Updated
Jun 2, 2021 - Go
-
Updated
Jul 21, 2021 - PHP
-
Updated
Jul 21, 2021 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Jul 7, 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:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations