Here are 2,230 public repositories matching this topic...
-
Updated
Mar 11, 2020 - Python
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Jan 27, 2021 - Java
-
Updated
Jan 24, 2021 - Kotlin
-
Updated
Feb 1, 2021 - JavaScript
Synccit custom URL
Slide version:6.2.2
Android version:8.1.0
I run my own synccit server, on a custom URL. I have no experience with java, but i have found the url in the code, its at https://github.com/ccrama/Slide/blob/0541b746f09cc4ee61f2957e466840a568209015/app/src/main/java/me/ccrama/redditslide/Synccit/SynccitTask.java#L16.
Is it possible to make this a setting?
-
Updated
Jun 27, 2020 - PHP
-
Updated
Feb 1, 2021 - TypeScript
-
Updated
Feb 2, 2021 - Java
-
Updated
Jan 27, 2021
Hi
So that extension on NSImage on macOS makes a blank image and has a placeholder input string to maybe do something with in the future or...?
Thanks in advance.
-
Updated
Jul 7, 2016 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Jan 28, 2021 - Python
-
Updated
Jun 19, 2020
-
Updated
Nov 18, 2019 - Shell
-
Updated
Feb 20, 2018 - Python
-
Updated
Aug 31, 2015 - Python
-
Updated
Apr 8, 2019 - Python
-
Updated
Jan 21, 2021 - CoffeeScript
Improve this page
Add a description, image, and links to the reddit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reddit topic, visit your repo's landing page and select "manage topics."
There are a couple fields in
crates/db_schema/which contain URLs but have type String, for examplePost.urlorCommunity.icon. These should use the sameUrltype introduced in #1371.