Gordon Smith

Results 119 comments of Gordon Smith

@Herst - to workaround losing your click event, tweak how "raise" works to not move the "drag" node, but rather move all its siblings: ``` // Safe Raise - does...

I would suggest using @hpcc-js/wasm instead of viz.js (which is archived) as it supports the latest stable version of Graphviz (2.44.1) and is wasm... (disclaimer - I am the author).

@dg0yt I had missed your last comments on my repo... * I have now included your pkg-config for openssl changes * I still need to run autoreconf when libtool version...

Note: I tweaked the configure parameters to remove all the warnings generated in buildtrees/openldap/config-x64-linux-dbg-err.log

Unfortunately calling `autoreconf -i` on CentOS-7 will break the build, while `autoreconf -f` or `autoreconf` does not. And using AUTOCONFIG is not needed when libtool version == 2.4.6 Output log...

That is what my very first PR did

@dy0yt - I added the m4 patch into the openssl.patch and suspect we have a winner!

I normally do that - but I thought the bots here didn't like that?

@dg0yt Another tweak to fix OSX build - FYI the m4.patch won't work work with autoconf version >= 2.70 - looks like this ties in with libtool = 2.4.6 which...

@frenzzy reproduced example: https://github.com/frenzzy/universal-router-playground/pull/1 (Apologies for the additional noise in the PR, it was cut and paste from a larger project). The issue only presents itself after the `generateUrls` import...