Eric Christensen

Results 10 issues of Eric Christensen

So in the example below I am making a new oak router, and then I am using the `.get` method with takes a path then ...middlwares. In the `/:id` line,...

Using the .extension.header_ids method on ComrakOptions produces some very interesting Html that is difficult to target with css for styling if I only want to target a specific header by...

good first issue

I can't make nginx with the module do to an error in ngx_rtmp_eval.c; I am grabbing from the latest dev branch. And I can't seem to bypass the warnings.? I...

So say you have: ```ts const app = new Elysia(); async function IndexHandler() { return "HI"; } app.group("/app", (app) => app.get("/hi", IndexHandler).get("/bye", async () => "BYE") ); app.listen("3000"); ``` This...

### Skill Name QMK ### Why? This is a popular mechanical keyboard firmware and its fun ### Reference Image [QMK Docs](https://docs.qmk.fm/)

icon suggestion

![image](https://github.com/air-verse/air/assets/22304079/12e34c86-22b2-42f8-941a-493912edf03b) After awhile, and not very long, air will just hang and I can't ctrl+c the process My .toml file ```bash [build] args_bin = [] bin = "./tmp/main" cmd =...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 If you have a component...

bug

**Describe the bug** Getting an error in the vscode IDE that my import has some issue with the casing of the folder that some of the imports life under. **Screenshots**...

Here is my yaml file ```yaml services: qbittorrentvpn: image: binhex/arch-qbittorrentvpn:latest container_name: qbittorrentvpn privileged: true sysctls: - net.ipv4.conf.all.src_valid_mark=1 - net.ipv6.conf.all.disable_ipv6=1 ports: - "9080:9080" - "8118:8118" - "9118:9118" - "58946:58946" - "58946:58946/udp"...

![mdsvex](https://github.com/user-attachments/assets/c07df9c8-49c3-4b97-b74a-7a4ff075a5c0) Mdsvex version: "0.12.3" So I know there was a fix to export the types in the package.json file, but that hasn't made its ways upstream yet, so in my...