Skip to content
#

update

Here are 723 public repositories matching this topic...

bdenckla-ua
bdenckla-ua commented Aug 5, 2019

AFAICT, command-line options for generate_appcast are only "documented" in the source.

For example I was interested to infer, from the sources, the following syntax:

generate_appcast -s private_key updates_dir

But wish I had found it earlier in the docs, without needing to discover/infer it.

It would be great to document these command line features in a place that is external to th

znakeeye
znakeeye commented Sep 27, 2019

In your list of examples, you have this piece of code:

let old = Array("abcd")
let new = Array("adbc")
let changes = diff(old: old, new: new)

// Move "d" from index 3 to index 1

Is this indeed correct or was this before introducing the Heckel algorithm?

Haven't verified this, but doesn't Heckel produce all three moves in this case? I.e.:

// Move "d" from i
orf
orf commented Sep 18, 2018

Hello @aykut! Thank you for this library and your work on it!

I just wanted to let you know that coming in Django 2.2 there will be a bulk_update() function available on any Model (just like bulk_create) that uses the same method as this library (and is heavily inspired by it!) 🎉 🎉

Would documenting this be possible? We could perhaps add a fallback to the built-in bulk_create if we

Improve this page

Add a description, image, and links to the update topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the update topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.