free-software
Here are 372 public repositories matching this topic...
noImplicitAny will help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.
-
Pick one of:
- ui/analyse
- ui/puzzle
- ui/round
-
Temporarily set
noImplicitAnytotrueinui/.../tsconfig.json. -
To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix
It's very important for me for the text to be clearly visible when added to a screenshot. This is usually easily achieved by using black text with white background or white text with black background - but other colours usually look good with either (except maybe for very dark and very light colours).
I know that usually the implementations involve:
- Creating a shadow
- Creating a border
I
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
May 24, 2020 - PHP
-
Updated
Sep 22, 2020 - Python
-
Updated
Jan 22, 2021 - Python
-
Updated
Jul 15, 2020 - Go
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Jan 18, 2021 - Python
-
Updated
Jan 23, 2021 - PHP
-
Updated
Jan 23, 2021 - Python
-
Updated
Jan 11, 2021 - Ruby
-
Updated
Jul 3, 2020
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 15, 2021 - C++
-
Updated
Dec 8, 2020
-
Updated
Nov 17, 2020 - Scala
-
Updated
Jan 13, 2021 - PHP
-
Updated
Jan 8, 2021 - Shell
-
Updated
Oct 31, 2020 - Ruby
-
Updated
Dec 1, 2020
-
Updated
Jan 22, 2021 - PHP
-
Updated
Mar 22, 2019 - PHP
-
Updated
Jan 8, 2021 - Shell
-
Updated
Oct 21, 2020 - PHP
-
Updated
Jan 22, 2021 - Python
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."
Nextcloud installations behind a nginx reverse proxy are known to abort downloads larger than 1GB: https://www.reddit.com/r/NextCloud/comments/ayhlji/unable_to_download_files_larger_than_1gb/
Setting
X-Accel-Bufferingtonowill tell nginx to not buffer the response and just pass it through. See also: https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/You can now either