free-software
Here are 406 public repositories matching this topic...
I'm proposing the following new shortcuts:
Ctrl + Left- Move selection left 10px
Ctrl + Right- Move selection right 10px
Ctrl + Up- Move selection up 10px
Ctrl + Down- Move selection down 10px
Ctrl + Shift + Left- Resize selection left 10px
Ctrl + Shift + Right- Resize selection right 10px
Ctrl + Shift + Up- Resize selection up 10px
`Ctrl + Shift + Down
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
-
Updated
Aug 9, 2021 - PHP
-
Updated
Sep 13, 2021 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Sep 13, 2021 - Python
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 18, 2021 - Go
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Sep 13, 2021 - PHP
-
Updated
Sep 13, 2021 - Ruby
-
Updated
Apr 29, 2021
-
Updated
Mar 31, 2021 - Python
-
Updated
Jul 14, 2021
-
Updated
Sep 13, 2021 - C++
-
Updated
Aug 14, 2021 - Shell
-
Updated
May 11, 2021 - Scala
-
Updated
Sep 3, 2021 - PHP
-
Updated
Apr 28, 2021
-
Updated
Oct 31, 2020 - Ruby
Is there any interest in maybe supporting an https://github.com/ArchiveBox/ArchiveBox integration in some way? It's a good solution for keeping archived copies of links. Maybe new bookmark entries could be added to an archivebox instance if configured?
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Aug 14, 2021 - Shell
This is an Easy Hack.
Detailed description and rationale
We have documentation in loleaflet/loleaflet-api.html it would be great to transfer those bits directly to source code via comments in front of declarations for self documenting purposes. Please start small, picking one option at the time per PR
Example
1. Pick
-
Updated
Mar 22, 2019 - PHP
-
Updated
Sep 13, 2021 - C
Improve this page
Add a description, image, and links to the free-software topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the free-software 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