Code Monkey home page Code Monkey logo

flogo-components's People

Contributors

mmussett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flogo-components's Issues

Unable to install on flogo docker

Hi,
I recently started exploring Flogo and wanted to try EMS activities as well. While trying to install the EMS components, i am getting an error. The logs are as follows:

error: [19:21:13.217] [error] Encountered error while installing the 'https://github.com/mmussett/flogo-components/activity/ems' to the engine:
error: [19:21:13.218] Error building project: # github.com/mmussett/flogo-components/activity/ems
/go/pkg/mod/github.com/mmussett/flogo-components/activity/[email protected]/activity.go:104:12: undefined: ems.NewClient
note: module requires Go 1.13

The Go version installed in my machine is "go version go1.13.4 darwin/amd64".
Flogo CLI version: flogo cli version 0.9.1-rc.3-2-g3450ad9
Flogo UI: Flogo v0.9.2

I am not sure if i am missing something during the steps.

Keep alive ECLS trigger

Hello,

First of all, thank you for your code, I'm using the ECLS trigger and it is very useful.
However I noticed that if any log is coming from Mashery for a certain time interval the websocket listener is not able to retrieve any message, it seems like it is not listening anymore.
Is there a way to keep it alive even if nothing is received for a period of time?
Thank you.
Regards

github.com/gofrs/uuid removing support for Version 2 UUID generation

Hi there,

I wanted to reach out and make you aware of this PR that will likely be merged in to the github.com/gofrs/uuid repo that will result in a new major version being cut: gofrs/uuid#71

I found that you appear to consume the code that's going to be removed here, and thought you may want to preemptively remove it:

case "V2":
domain := context.GetInput(ivDomain).(string)
switch domain {
case "Person":
u, err := uuid.NewV2(uuid.DomainPerson)
if err != nil {
return false, err
}
context.SetOutput(ovResult, u.String())
case "Group":
u, err := uuid.NewV2(uuid.DomainGroup)
if err != nil {
return false, err
}
context.SetOutput(ovResult, u.String())
case "Org":
u, err := uuid.NewV2(uuid.DomainOrg)
if err != nil {
return false, err
}
context.SetOutput(ovResult, u.String())
}

Cheers!
-Tim

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.