David Konsumer

Results 457 comments of David Konsumer

Hey, @valid-ptr I am trying to make a new fork that has all the PRs, to make an up-to-date and maintained version ([here](https://github.com/notnullgames/soloud/). I notice that you have a bunch...

I did some testing with git commandline. If I use my user/token (from an openauth login) it works, so I tried with URL using auth like this: ``` https://konsumer:[email protected]/konsumer/someprivaterepo.git ```...

I can either PR the docs to reflect this, or PR the library to use auth options, but the token stuff looks a bit more complicated (and is also ignored)...

> I would prefer to update the code to match the docs. From [here](https://isomorphic-git.org/docs/en/authentication) I can commit to fixing `username`/`password` (which will work fine with github, as illustrated above.) Is...

Honestly, I don't really care either way. I have a fix for my usecase (to put the username/token in the URL.) In general, I really don't like it when code...

@jcubic I think that is part of the problem, though, `username`/`password` params have been removed from push, and are ignored.

I made a PR [here](https://github.com/isomorphic-git/isomorphic-git/pull/1728) for the docs. This is a low-priority for me, and I don't have a lot of time/bandwidth for back-and-forth about it. Feel free to ignore...

Yeh, that makes sense. thanks for the reply! I experimented a bit with built-in single-execetable stuff [here](https://github.com/konsumer/node-exe-demo) and managed to get it working pretty well with mac & linux (but...

bpkg might still help with that, as it inlines the native modules directly, I am not sure. The original purpose was to make a fully-inlined single JS file, which is...