znerol
znerol
@marshallswain nope, that was just a quick smoke-test on some random code base to see what is working and what is breaking when switching from parcel to vite.
Yes, this project is similar. Though the goal here was to produce deltas with context. I.e. using node-delta it is possible to apply patches to a slightly modified version of...
> So, you can do a three-way merge, i guess? It would be possible to build a three-way-merge tool atop the algorithm. However node-delta only helps with conflict detection but...
> I notice it is set up for node.js usage. Would there be anything principally that prevent it from being used in the browser instead? (also speedwise) One of the...
I believe that `deltaProfile.loadDocument()` returns an array of `DetachedContextOperation` objects. What happens if you try to reverse the delta by simply constructing a new list of operations with all `insert`...
> Is there a way to spin up a super simple standalone LDAP server in a GitHub action? Maybe [ldap-server-mock](https://www.npmjs.com/package/ldap-server-mock)
[Certhub](https://certhub.io) is using `--filename` parameter in combination with `--csr`. In that project `lego` is only used as a stateless acme client (certificates are kept in `git` repo, expiration checks and...
> I've taken a look into implementing this, and based on the comments I see the following options: > > * Add a setting to check for a match in...
Thanks for taking the time to file a PR. Unfortunately scraping `/nodes` has turned out to be inherently inefficient (see #55 and #58). Especially for big and growing deployments, this...