Tim Nelson

Results 53 comments of Tim Nelson

Have now added Positional, but Associative seems like more work.

![Screenshot_20230825_164341](https://github.com/pgadmin-org/pgadmin4/assets/60692/57d94ca0-1bda-4d22-b048-c57f8698885e) An example of the lines not going anywhere very sensible. I'd personally call this a bugfix rather than a feature, though it's an aesthetic bug rather than a functional...

May also be related to https://github.com/pgadmin-org/pgadmin4/issues/5199

Other people (eg. DataWharf) seem to be using maxGraph (basically mxGraph, but gets updates). They're under an Apache-style license; no idea about compatibility. https://github.com/maxGraph/maxGraph HTH,

Hi! We have 4 pages in the Language section on modules, one of which is quite large. I'd like to propose that we do a complete reorganisation of this. My...

Have made a PR at https://github.com/Raku/doc/pull/4570 . Feel free to tell me to break it into smaller pieces or something.

How about this as an idea: * We note on the Catching Exceptions page that some functions may throw or not throw depending on context (and maybe link to examples;...

Maybe the option would be that the inheriting table also **displays** the fields of the ancestor table, but visually they're greyed out or something, indicating that they're inherited, and from...

There's a multi in this library called "to-yaml-doc". From what I can see, this is not accessible outside the library itself. I'd like to be able to call that directly....

In this case, I wanted to use it as an output format (it's more readable than calling .raku on things). At work (where I don't use Raku), I'm also having...