lock_RR

Results 6 issues of lock_RR

I'm using MongoDb Atlas M0 Cluster for this project. It begin when I add a few user and do some testing. I add a few users. but I notice that...

So I get this error: ``` A PHP Error was encountered Severity: Error Message: Uncaught mysqli_sql_exception: Table 'ojdatabase.shj_sessions' doesn't exist in /var/www/online-judge/system/database/drivers/mysqli/mysqli_driver.php:212 Stack trace: #0 /var/www/online-judge/system/database/drivers/mysqli/mysqli_driver.php(212): mysqli->query() #1 /var/www/online-judge/system/database/DB_driver.php(740): CI_DB_mysqli_driver->_execute()...

So I downloaded the opensource code and try to run index.html at folder editor and it seems stuck: This seems to be the problem: ``` Background Color ``` ![image](https://github.com/scribbleX-SDA/rigel/assets/82663653/c7df6976-a7bb-46be-8c91-46470bf7011d)

### Flameshot Version Flameshot v11.0.0 (11.0.0-2 Debian) Compiled with Qt 5.15.2 ### Installation Type Linux, MacOS, or Windows Package manager (apt, pacman, eopkg, choco, brew, ...) ### Operating System type...

Unconfirmed Bug

Thanks for the library. I have a question, I create a simple: ``` async scrapGoogleNewsWithGoogleNewsScraper(query: string) { const articles = await googleNewsScraper({ searchTerm: query, prettyURLs: true, }); return articles; }...