Sam Verschueren

Results 126 comments of Sam Verschueren

Check the [plunkr](https://plnkr.co/edit/WccVZSBM0rUgq2sXSUbe?p=preview) example. Try using `'@ngx-translate/http-loader': 'node_modules/@ngx-translate/http-loader/bundles/http-loader.umd.js'`.

This is what I found out at StackOverflow: http://stackoverflow.com/a/27847797 Let's try to pass an NSURL to `resultingItemURL`.

Have you tried adding a sleep between two consecutive calls? Maybe something in the background can't follow the trash procedure and gets confused...

I think testing all active LTS releases makes sense. So `14` and `16`?

Doing a refactor could also be released as a semver major because it's breaking. However, I do see what you are pointing out here which definitely makes sense. I'm trying...

Do you mean it should be something like `@isomorphic-git/core` which has all the managers, models and utilities? That module is then used by `isomorphic-git` and this library just contains the...

The "problem" with doing it for `git-index` solely is that it would require to copy over quite some other things like errors and utilities which are not specific to `git-index`....

In order to proceed here, as I can start working on this today, what is the path forward here? Do I just create an `@isomorphic-git/git-index` package and copy over everything...

What if you could just provide a `filepath` property instead to read the config from? This will just read from the local config as it does right now ```ts await...

After implementing this internally (by copy-pasting some files out of `isomorphic-git`), I don't think my proposed solution is what we need/want. So here's a new proposal. Add the following properties...