question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

image I expect that 'desktop' is colored green.

Code:

<?php
new class {
     public static function getUserByLogin(string $userName, string $password, string $app = 'desktop') {
        $request = null;
        try {
            $request = RequestUtil::doRequest(HttpMethod::POST, '/auth/login', [
                'json' => [
                    'login' => $userName,
                    'pass' => $password,
                    'app' => $app
                ]
            ]);
        } catch(HitboxApiException $e) {
            throw new HitboxAuthException('Cannot authenticate with hitbox api! Check username or password.', 0, $e);
        }
    }
}

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:20 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
jens1ocommented, May 15, 2017

No problem, it’s the free Fira Mono from Mozilla! https://github.com/mozilla/Fira (just download the latest release, install the fonts and type this in your User Settings editor.fontFamily: "Fira Mono")

0reactions
Binaryifycommented, Jul 1, 2017

@jens1o Oh~, I forgot it

Read more comments on GitHub >

github_iconTop Results From Across the Web

PHP :: Bugs homepage
PHP Bug Tracking System · Used the form above or our advanced search page to make sure nobody has reported the bug already....
Read more >
Bug reports - Manual - PHP
If you think you have found a bug in PHP, please report it. The PHP developers probably don't know about it, and unless...
Read more >
How to Report a Bug - PHP :: Bugs
The basics: what you did, what you wanted to happen, and what actually happened.
Read more >
Search - PHP :: Bugs
Return bugs with status · Return bugs with type · Return bugs with project.
Read more >
Search - PHP :: Bugs
ID# Date Last Modified Package Type Status 81724 · (edit) 2022‑07‑05 15:25 UTC 2022‑07‑06 07:41 UTC OpenSSL related Req Assi... 81696 · (edit) 2021‑12‑03 16:41...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found