Skip to content
#

self-hosting

Here are 76 public repositories matching this topic...

server
elrido
elrido commented May 22, 2021

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

One
BaseMax
BaseMax commented Aug 2, 2021

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_

Improve this page

Add a description, image, and links to the self-hosting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the self-hosting topic, visit your repo's landing page and select "manage topics."

Learn more