Tyler Akins

Results 59 comments of Tyler Akins

Is there any update on this pull request? I see that the other JSON schema project asked you to join their forces (and that's awesome), but I'd still love for...

I won't add a `package.json` file to this repository because that's a well-known file that relates to Node. I've even contributed to the discussion of bpkg/bpkg#17 and explained how a...

I don't understand why this change is necessary. I already use this as a library by sourcing it. source ansi Could you provide an example where this syntax does not...

In my `.bashrc` as a workaround, I have these lines. That way I can still keep the original source unmodified. I'd still prefer to have the workaround implemented. # Fix...

I believe that there are two problems here. First, we use recursion and so we hit PHP's recursion limit. Secondly, there's no way of stopping Dump from reporting the whole...

It happens in all three. I can press "i" to insert, then hold Enter and it works as expected. From there, I press Esc and hold "k" to move up....

No worries about the timing - this is obviously not even remotely urgent. Also, I am sorry; i thought this was more of a public or shared list than your...

You need to update your `package.json` to say WTFPL, then include a copy of the license as `LICENSE`, `LICENSE.txt`, `LICENSE.md` or a similar name. Currently you cite MIT, but WTFPL...

I've exclusively used `laxPlacement: true` in all of my projects. Usually, I define my command like this: some-command [options] I always want the option `--config file.json` to appear in any...

I have the same issue. I'm using a server-side row model. Actions outside the grid can change the data that's being rendered, so I can loop through the node data...