Tony Hirst

Results 404 comments of Tony Hirst

I have another example of this, where the chart is horizontal aligned a decision return path cuts through the decision box. ![image](https://user-images.githubusercontent.com/82988/85005070-3604b680-b150-11ea-90d7-6afd9970d8be.png)

I'm not really familiar with js coding in general or this package in particular, although *as a user* I do find it very useful. Trying to think through the immediate...

Example of crows foot rendering here, also with straight line connectors: https://github.com/psychemedia/eralchemy/commit/4a3925234b0fdb88535b2a06af1296249d570f80 Ideally, there should be a switch to set the rendering style?

@charles-a1 I don't remember for certain but think it was -ish; I seem to recall some issues with the edge directions when trying to work with the ortho edge layout,...

In `sqla.py` it looks like the relationship types are baked in from foreign key relationships: ``` def relation_to_intermediary(fk): """Transform an SQLAlchemy ForeignKey object to it's intermediary representation. """ return Relation(...

I've noticed issues with trying to refer to variables that are used outside of the function (for examples, variables defined in previous cells that are then passed into the function)....

Okay - thanks - will try to give it a run through when you get a chance to push it.

There seems to be a pinned dependency on a relatively old version of `spacy` that may have install issues.

Yes, no probs... I made a couple of tweaks, trying to make it easy to get hold of the asset that's created, eg as SVG and PNG. ```python import jp_proxy_widget...

@AaronWatters Thanks for adding that here. The big issue I had with the image color sampling demo was that I could only grab a snapshot with with sampled colours from...