David Herron

Results 30 comments of David Herron

FWIW -- I had a similar thought, that the auth might be ``` auth: { host: 'example.com', username: 'userName', } ``` Then the code could auto-lookup the sshkey from the...

There are plenty of YAML packages already - will maintaining YAML as part of the platform be worth the effort?

I do not understand why this is marked as "enhancement". So far as I understand, one of the Bun project goals is a complete implementation of Node.js. The TLS package...

There shouldn't be a "built-in template engine". Instead Bun should be supporting all existing template engines equally. There are a bunch of existing template engines in the npm package ecosystem....

I landed upon this by running a Node.js script that uses Commander, and the Commander package prints this same error. Commander is a very popular package for CLI tools.

Chokidar is an extremely popular package that is core to other extremely popular packages. It currently does not work because `fs.watch` is not implemented: https://github.com/oven-sh/bun/issues/832

Key modules/features that I see missing from Node.js are: * `fs.watch` required by Chokidar * `dns`, `tls` required by various network tools. I see above that `net` is missing, but...

I'm trying several template engines to try a comparison. So far Liquid and Handlebars both execute correctly on Bun, but Nunjucks has a similar issue. ```js // NUNJUCKS import nunjucks...

Next up is MarkdownIT ... similar story. Running it in the context of Mitata causes a segmentation fault. Running it on its own executes correctly. ```js import { promises as...

These failures happen with the Canary build of Bun 0.1.5