Max Base

Results 114 issues of Max Base
trafficstars

Hi there, I one of Flightphp user and I maintain the Persian website of FlightPHP.ir ---------- Purpose is to implement the following route via flight: ```php Flight::route('/@id:[0-9]{1,10}-@title', function($title, $id){ echo...

Hi there, Can this be used to proxy **MySQL traffic** to **reduce latency**? Our team looking for using "cloudflared" to help us to increase speed. (**Remote** MySQL connection) P.S: We...

Needs clarification
Type: Feature Request

Hi Pierre; The Function `create_function` has been DEPRECATED in PHP8 and encoded programs will not run in a new server. (PHP 4 >= 4.0.1, PHP 5, PHP 7) > Warning:...

Hello, It seems website is down(OFF) and redirect to your personal website. - https://orgmanager.miguelpiedrafita.com/ - https://orgmanager.miguelpiedrafita.com/join/***/ Best, Max Base

Hi John, Would you please invite @DanyB0? He can probably translate to italian. Thanks, and welcome.

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),...

Good First Issue
High Priority
Code style
hacktoberfest

Hi, I took the initial phase of the parser forward and it works well and detects **tokens**. Now I need help arranging operations and operators. Does anyone want to help?...

Help Wanted
Good First Issue
Question
Sample Code
documentation
tests
High Priority

As you know **LEXER** stage is mostly ready-to-production and we already defined all and most keywords. so we need so many more unit tests at the `lexer.test.c` file. https://github.com/One-Language/One/blob/master/test/lexer.test.c#L75 I...

Enhancement
Help Wanted
Good First Issue
tests
Medium Priority
hacktoberfest

Hi there; Welcome here. please share what you think and all of your idea.

Help Wanted
Good First Issue
Sample Code
tests
hacktoberfest

HI We are in early stage and need help of everyone, so please come on and help to each other and write mission statement for the project. https://github.com/One-Language/One/blob/master/MISSION_STATEMENT.md I am...

Enhancement
Help Wanted
Good First Issue
Question
documentation
hacktoberfest