free-software
Here are 400 public repositories matching this topic...
There's a potential for privacy-related incidents such as hitting "Enter" when opening flameshot from the toolbar. This action captures the screen but subsequently uploads it to imgur, even if it was not the user's intention.
There should be a confirmation required from the user before any upload takes place. For some reason, the upload stemming from this action (flameshot toolbar icon ->
The following strings need to be made translatable:
- On the puzzle dashboard: The title itself (Puzzle dashboard), the subtitle (Train, analyse, improve) and the text in the three big "buttons" (PLAYED, PERFORMANCE, SOLVED).
- On the puzzles by topic page, the message on the bottom (These puzzles are in the public domain, and can be downloaded from database.lichess.org.)
- On the improvement
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
Aug 23, 2021 - Python
-
Updated
Sep 22, 2020 - Python
-
Updated
Aug 23, 2021 - Python
-
Updated
Aug 17, 2021 - Python
-
Updated
Aug 18, 2021 - Go
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Aug 21, 2021 - PHP
-
Updated
Aug 22, 2021 - Ruby
-
Updated
Apr 29, 2021
-
Updated
Mar 31, 2021 - Python
-
Updated
Jul 14, 2021
-
Updated
Aug 23, 2021 - C++
-
Updated
Aug 14, 2021 - Shell
-
Updated
May 11, 2021 - Scala
-
Updated
Aug 13, 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
Aug 12, 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
Aug 23, 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:
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