Ricardo Loura
Ricardo Loura
Hi, just wanted to let the OP know that I independently developed a parser for version `8ee4ef7a67df9845fba331734198a953`, over at https://github.com/rscloura/Doldrums. As Darter is a lot more mature (and unfortunately I...
Are you are running Jupyter in the git root directory, or a directory containing the `darter.file` module? Supposing you cloned `darter` to `~/lab`, your directory structure should look like this:...
Please be more descriptive.
This is Dart version 2.13, the newest addition to the engine. Doldrums still doesn't support this version (it will very soon!).
Hi! I've recently started looking at v2.14 (wasn't really able to touch this project last month), but since v2.13 is still quite common, if you want to help, probably the...
There are many possible causes for this: * Class ID's may be off (double check step 5 in my previous post). * Deserializers may have had very subtle changes (double...
Hmm... That's odd. Is it a "normal looking" value (i.e.: between 1 and 200)? If that's the case, make sure you are looking at the correct version of `class_id.h`. Dart...
The implementations in `cluster.py` very closely follow the `DeserializationCluster`s in the linked sources. It's essentially rewriting the original C code in Python :)
Hi! I've been extremely busy these past few months, but I will see if I can update Doldrums to the latest Dart version, unless v2.13 is still preferred.