John Marlo Lapiz
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 _(⚠️...
 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 ``  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...
Expose MergeTypedResponse for external use cases. ### The author should do the following, if applicable - [ ] Add tests - [ ] Run tests - [ ] `bun run...
This fixes the default behavior of the code below: https://github.com/yaagl/yet-another-anime-game-launcher/blob/cf8dde31bc136eee784d4e052861e7505a7bb41a/src/github.ts#L7-L17 I fixed it because when there are issues with my internet provider, the GitHub Releases API sometimes doesn’t work properly.
**Is your feature request related to a problem? Please describe.** Currently, relationship lines can overlap with tables, making the diagram harder to read. **Describe the solution you'd like** - Add...