Git Product home page Git Product logo

goseq's People

Contributors

hueypark avatar lmika avatar lmika-bom avatar themightygit avatar xperimental avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

goseq's Issues

Packaging as debian package

Heya,

It would be convenient for me if this was installable as a .deb file.

Would you let me script the generation of the .deb package and send you a pull request?

Loop and Alt use the full width instead of only covering the leftmost to rightmost inner columns.

If I have 5 columns and a loop around 2 of them the outer box of the loop is the full width of the diagram. I expected it to only cover the leftmost to rightmost of the inner referenced columns. For a diagram with many loops it makes it visually very noisy when all boxes are full width.

One->Two:

loop: loop1
  Two->Three:
end

Three->Four:
Four->Five:

In the above code I would expect the loop to only encompass Two and Three. Instead it is the full width...

Screenshot 2020-10-08 at 17 28 14

(Although I'm queueing up a bunch of issues I may take a look at them myself - I just wanted to be able to track and prioritise them)

Bug in nested ALT with self referencing

This code display nesting normally

participant User
participant API
participant Database (icon="cylinder")

alt: [client is ready]
    API->Database: Send message
    alt: [client has ip address]
        API->Database: Send message2
    end
end

But when we replace API->Database: Send message2 with API->API: Send message2, nested ALT become bigger than its parent ALT.
All code to reproduce a bug:

participant User
participant API
participant Database (icon="cylinder")

alt: [client is ready]
    API->Database: Send message
    alt: [client has ip address]
        API->API: Send message2
    end
end

Syntax Error

Hi,

I am trying the below commands as per READ ME. It is failing for all files with same syntax error.

>> goseq client/manager.go -o s1.svg
goseq: client/manager.go - client/manager.go:5: syntax error

Please help me with this.

Concurrent actions are introducing too much space

When using concurrent actions, too much space is being added to the actions that appear in the activity first. This is because the layout in "activityline.go" is AddSizeConstraint instead of just general SizeConstraint with a decent enough padding.

See "testConcurrent.seq".

Random sampling vs Wallenius

Hi,

I would like to understand the difference between Random sampling and Wallenius distribution method. I know it's explained in the manual but I still don't quite get it.

In our analysis we see more functionally relevant GO terms using the random sampling method vs Wallenius distribution, which gives functionally non-relevant GO terms to our conditions. I would appreciate any inputs.

Provide list of icons in README.md file

Problem:
Lack of list of available icons
Proposition
Please provide list of icon="$value" in order to ease the work. Or just point to the file, I was searching like 10 mins and found nothing yet.
Gain:
It will increase user experience with this library

Icons I have found

var builtinIcons = map[string]ActorIcon{
        "human":    &builtinActorIcon{graphbox.StickPersonIcon(1)},
        "cylinder": &builtinActorIcon{graphbox.CylinderIcon(1)},
        "cloud":    &builtinActorIcon{graphbox.PathIcon{graphbox.CloudPathData}},
}

Expose font-size as a style

Expose the font-size used by participants and actions as a style attribute.

Example usage:

style participant (
    fontsize = 10
)

style action (
    fontsize = 8
)

Should be supported by:

  • titles
  • participants
  • actions
  • notes

To check: can style attribute names have dashes? font-size will be a better name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.