Tony Narlock

Results 710 comments of Tony Narlock

> Git internally uses commit-graph (from 2.24) to avoid reading whole blobs I can't tell if libgit2 has this feature already but that could be a starting point. @extrawurst Would...

Indeed, please publish to npm. Consider doing it with the current version to upload it now

In my personal circumstance, I vendorized the file in my own repo. Will v3 offer a pre-built, ES5 compatible version in `dist/`?

#189 Does anyone here have `@types/jasmine` in their package.json / or lockfiles? I have a monorepo and this came up for me and it happened around the time I tried...

If you have any other type declaration file that's competing against jasmine's, even if it's an implicit dependency, please check for it. Use your lockfiles, clear your node_modules and reinstall,...

> @lifeiscontent you should look at this interesting plugin someone has made - https://github.com/asdf-vm/asdf/discussions/980 Any idea why this is a 404? An area where I got snagged just now: [asdf-poetry](https://github.com/asdf-community/asdf-poetry)...

@rek : I was about to suggest that too, underscore has dibs on `pick`, so there is still ambiguity. `choose` / `unchoose` / `chosen` / `unchosen`

@derickbailey : `choose` etc. isn't my favorite, but a quick search through http://backbonejs.org/docs/backbone.html and http://underscorejs.org/docs/underscore.html show it's up for grabs.

@derickbailey @hashchange Can you get travis up and running so PR's can run against specs automatically for both projects? What is the status of both of these projects atm?

For some who experience issues troubleshooting this, I've added a request to add [`logging`](https://docs.python.org/3/library/logging.html): #45 This would improve troubleshooting / debuggability and the info provided with questions and bug reports....