John Marlo Lapiz

Results 7 issues of John Marlo Lapiz

- Rollup Plugin Name: plugin-commonjs - Rollup Plugin Version: 22.0.1 - Rollup Version: 2.51.2 - Operating System (or Browser): Windows 10 - Node Version: 16.15.0 - Link to reproduction _(⚠️...

![image](https://user-images.githubusercontent.com/91590512/194350655-5f15f609-448a-46e1-9451-482258fc8ee2.png) package.json ``` { "name": "server", "version": "1.0.0", "license": "MIT", "scripts": { "start": "ts-node ./src/server.ts", "start:dev": "nodemon src/server.ts", "start:debug": "nodemon --inspect src/server.ts", "start:prod": "yarn build build && node ./dist/src/server.js", "build":...

`` Program 'appacker.exe' failed to run: An error occurred trying to start process `` ![image](https://user-images.githubusercontent.com/91590512/203239770-521c1e7a-7ee8-49ae-82d2-de35f2e2be92.png) Appacker doesn't work on linux, so iused window os But I get this error,. How...

Fixes: null is not an object (evaluating 'res.status') ```cs 129 | message: (ws, msg) => router.handleWebSocket(ws).message(msg), 130 | }, 131 | async fetch(req, server) { 132 | let ctx =...

Why there's a need to add `process.cwd()`? Give us the freedom to use absolute path... https://github.com/jakobbouchard/serve-static-bun/blob/7ed89cd0d142844f73ac158b0fcb351553cc89dc/src/serve-static.ts#L236C1-L236C36 I can't do like this because of that `process.cwd()` as root prefix.. ```ts import...

use absolute path instead. ```ts import path from "path"; import Bao from "baojs"; import serveStatic from "serve-static-bun"; const app = new Bao(); const staticFolder = path.join( import.meta.dir, // Absolute path...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

enhancement
good first issue