ash-jc-allen / find-a-pr

The source code for the findapr.io website
https://findapr.io
MIT License
75 stars 37 forks source link

Keyboard shortcut for search #120

Closed ash-jc-allen closed 2 years ago

ash-jc-allen commented 2 years ago

I think it'd be nice to be able to press the / key on the keyboard to be able to autofocus on the search bar.

ShaungBhone commented 2 years ago

I can't install my local machine b/c of your bugsnag giving me 503 error even though I established bugsnag API key. here I found the solution and it still does not work.

ash-jc-allen commented 2 years ago

Hey @ShaungBhone! It's likely that you're hitting the 503 error from hitting the GitHub rate limit?

Could you maybe share a screenshot of the error that you're getting? Thanks 😄

ShaungBhone commented 2 years ago

`[2022-08-12 15:24:23] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [deprecations] is not defined. at /home/shaungbhone/Desktop/find-a-pr/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:207) [stacktrace]

0 /home/shaungbhone/Desktop/find-a-pr/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(132): Illuminate\Log\LogManager->resolve()

1 /home/shaungbhone/Desktop/find-a-pr/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(119): Illuminate\Log\LogManager->get()

2 /home/shaungbhone/Desktop/find-a-pr/vendor/laravel/framework/src/Illuminate/Log/LogManager.php(108): Illuminate\Log\LogManager->driver()`

ash-jc-allen commented 2 years ago

Could you please tell me what you have for these three fields in your .env file? 🙂

LOG_CHANNEL=
LOG_DEPRECATIONS_CHANNEL=
LOG_LEVEL=
ShaungBhone commented 2 years ago

I just copy from your env.example. Here is my .env

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
ash-jc-allen commented 2 years ago

Hmm okay, that's a weird one so I'll take a look into this. Just so that we can keep all of this info in an issue specific to this problem, could you please open up a new issue? In that issue, could you please let me know what the output of sail php artisan about gives you 🙂

ShaungBhone commented 2 years ago

@jeroen-hso here.

jeroen-hso commented 2 years ago

@ShaungBhone thanks! Yes I added github use and token as well. Didn't know that this solved the 503 error. I had several issues on startup. I will create separate issues and cleanup this issue.

ash-jc-allen commented 2 years ago

Hey @jeroen-hso, can we please keep the discussion regarding the 503 issue in this issue: https://github.com/ash-jc-allen/find-a-pr/issues/127. It just makes it easier for me to keep on top of issue tracking 😄

jeroen-hso commented 2 years ago

@ash-jc-allen sorry, cleanup my comments in this thread and created two separate issues: https://github.com/ash-jc-allen/find-a-pr/issues/130 + https://github.com/ash-jc-allen/find-a-pr/issues/131 (with PR https://github.com/ash-jc-allen/find-a-pr/pull/132)