self-hosting
There are two distinct, commonly used definitions of self-hosted:
- A network service that is run on a server that is controlled by the user of that service.
- A computer program that can produce new versions of that same program (e.g. a compiler that can compile its own source code or an operating system that can be used to compile itself).
Here are 76 public repositories matching this topic...
-
Updated
Sep 29, 2021 - PHP
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
As I was running composer to install a new library into our repo, it warned me that:
Package yzalis/identicon is abandoned, you should avoid using it. No replacement was suggested.
I'm not familiar on what packagist.org's process is to declare a package abandoned. I see that the last commit in their repo is from 2019 and there are a number of unanswered issues and pull requests.
I
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 4, 2021 - PHP
-
Updated
Sep 18, 2021 - Svelte
-
Updated
Sep 29, 2021 - PHP
-
Updated
Aug 1, 2021 - Rust
-
Updated
Sep 29, 2021 - Shell
-
Updated
Sep 14, 2021 - C
-
Updated
Sep 15, 2021 - JavaScript
-
Updated
Sep 28, 2021 - Python
-
Updated
Sep 29, 2021 - C
-
Updated
Aug 18, 2021 - YARA
-
Updated
Aug 31, 2021 - C#
-
Updated
Feb 14, 2021 - Ruby
-
Updated
Mar 31, 2020 - Pascal
As you see in some file for example lexer.test.c file I want to implement items of tokens in several lines..
https://github.com/One-Language/One/blob/master/test/lexer.test.c#L82
for example:
lexer_tests[lexer_tests_count++] = (LexerTest){"1\r\n 2\n3\n4", {token_make(TOKEN_VALUE_NUMBER), token_make(TOKEN_SKIP_WHITESPACE_LINE), token_make(TOKEN_VALUE_NUMBER), token_make(TOKEN_SKIP_
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Sep 19, 2021 - Common Lisp
Just a way to add thumbnail (with url image)
-
Updated
Jul 5, 2021 - Rust
-
Updated
Mar 17, 2020 - Go
-
Updated
Dec 27, 2020 - C
-
Updated
Nov 9, 2018 - Shell
-
Updated
Aug 3, 2020 - Shell
-
Updated
Mar 6, 2018 - CSS
-
Updated
Aug 18, 2021 - JavaScript
- Wikipedia
- Wikipedia
Steps to reproduce
Expected behaviour
App navigation should open
Actual behaviour
Doesn't show, or open when clicked several times
Server configuration
Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update