Tamas Kokeny

Results 4 issues of Tamas Kokeny

Given file: foo ``` #!/usr/bin/env zx import { argv } from 'zx' console.log(argv) ``` When running `$ ./foo Brandon`: ## Expected Behavior ``` { _: [ 'Brandon' ] } ```...

Hey! ``` database.get('drabonballs', function (err, drabonballs) { if (err) { // if not return here console.log(err); } // this line will be executed as well console.log(drabonballs); }); ``` I think...

### Description When we write plugins or build tools using Vite's JS API, it would be nice to write in-memory e2e tests to check what is generated from a certain...

pending triage

Hi SingaporeJS team, I am the organizer of the Lisbon.js Meetup group, and I am in Singapore between the 18th of January and the 18th of April. I would be...