hurricane-socrates
hurricane-socrates
Yeah, I agree. Passwords are not syncing. I now have to go though a great deal of work to handle password updates.
Thanks for the update. Somehow I didn't get notified of the label addtions. I've moved on from this problem as being unsolvable given my level of Rust knowledge, though I...
Thanks! I willl take a look at that technique.
Sure. I'll take a look at that PR
@dginev It looks like the technique from #116 is deprecated. [Use a context sensitve error handler](https://github.com/GNOME/libxml2/blob/master/error.c#L264)
I could use some help locating the routine ```xmlXPathSetErrorHandler``` AFAICT, this is the routine signature to declare in bindings.rs ``` extern "C" { pub fn xmlXPathSetErrorHandler(ctxt: xmlXPathContextPtr, handler: xmlStructuredErrorFunc, data:...
Agreed. I'm wondering why the linker isn't finding that symbol. It doesn't seem to be in libxml2. All other symbols from libxml2 (at least the ones I've been using) are...