jdion84
jdion84
im trying to build and run express server code `entry/server.js`: ```js import express from 'express' const app = express() app.get('/', (req, res) => { res.send('Hello World!') }) app.listen(3000, () =>...
### Description right now this formatter wraps plaintext it would be nice if it only wrapped code and not text blocks, because any time you change the text block you...
will this package become compatible with livewire volt soon?
is there a way to set the `fillColor` of each polygon when using geojson? apologies if this was in the docs and i missed it for example i have a...
### What version of Bun is running? 1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983 ### What platform is your computer? Darwin 22.6.0 arm64 arm ### What steps can reproduce the bug? create file `my_modules/bunclitest/package.json`: ```js {...
### What version of Bun is running? 1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49 ### What platform is your computer? Darwin 22.6.0 arm64 arm ### What steps can reproduce the bug? create a package (.e.g. `mypackage`)...
as you can see, I believe the text "#1 Recipient" and "#2 Recipient" should be on 1 line, not 2. in the screenshot, you'll notice "#1" is on one line,...