-
I have a use case where I need the information of the target nodes in the EditScript. However, only the target node text is passed to the `Update` objects. For example the code at [`code_diff/__init_…
-
First, I think this library is pretty interesting. I was wondering about one use case though: let's say you have entity `A_t0` (where t is analogous to a time step) and you have an editscript `e_0->1`…
-
I want to implement a function `(diff3 a o b)` where `o` is common ancestor of `a` and `b`. The straightforward solution is combining editscripts of two diffs: `(patch o (combine (diff o a) (diff o b)…
-
In various places, the re-frame-10x user interface shows how data has changed between one epoch and the next.
It currently uses `clojure.data/diff` to calculate these diffs.
But perhaps we sho…
-
If you are using Editscript, please comment on this issue.
-
The workflow:
```
omero script upload --official my-script.py
# Begin loop
omero script replace /my-script.py my-script.py
# End loop
```
is a fast method of developing a script in OMERO. H…
-
moved from wiki (http://wiki.mcneel.com/rhino/wishlist)
What I mean with this is either a RhinoScript function that starts the monkey-debugger or a command within Rhino that starts a script in debugg…
sbaer updated
13 years ago
-
It looks like this extension no longer does code completion because of recent changes to code mirror.
``` javascript
TypeScriptDocument.prototype.updateScriptWithChange = function (doc, change) {
…
-
Hello,
xtdiff.diff(etree.fromstring("10"), etree.fromstring("110"))
raises "IndexError: list index out of range"
-
```
Sometimes I want to apply the script created on a single page to a entire
domain, and this is done by editing URL pattern, that cannot be done in the
customize your web plugin once the script is…