Results 5 issues of Lucas Savva

I am attempting to use @web/test-runner in conjunction with an esbuild-based building environment, as per this [webapp starter project](https://github.com/m1cr0man/typescript-webapp-starter) I have made. When I run wtr, the resulting coverage report...

I'm trying to use the associations system to insert data into 3 tables... ``` projects -----< jobs -----< stages fk_cols: project job ``` Here's the code I'm running (I'm generalizing...

As the title says. Here's my test code (generalized): ``` javascript const patio = require('patio'); const db = patio.connect('mysql://lol:no@localhost:3306/my_db?minConnections=1&maxConnections=5'); const car = patio.addModel('cars').oneToMany('wheels'); const wheel = patio.addModel('wheels').manyToOne('cars').oneToMany('tyres'); const tyre =...

**What are you trying to do?** I am trying to get Steam to track the number of hours I am spending in iw4x as MW2 Multiplayer. **What problem are you...

discussion

Closes #22 I believe. Tested on NixOS 23.05 with Gnome 43.2 Adds logic to set both the default/bright mode background and dark mode background.