Dev focused conversations, questions and discussions around PRs, etc should happen here.
JGrotex on master
Update README.md (compare)
JGrotex on master
Create readme.md (compare)
JGrotex on master
Update timers.md Changed the n… Merge pull request #561 from dh… (compare)
JGrotex on master
Fix broken link to tibco labs Merge pull request #510 from ra… (compare)
@csoares93, looking at GitHub there are quite a few activities that can help you send emails. While I've not tried any of them myself, here's a non-exhaustive list 😃:
I searched Github for "flogo AND email language:go"
Some Flogo stats
204 distinct authors of activities. The author is the owner of the repository (either a user or an organization) where the activity is found. This isn't always the actual author of the code.
Based on a unique source location (unique GitHub URL), there are 932 activities, 299 triggers, and 307 contributions built with the new contribution model
With a total of 1538 contributions in the current database, there are 856 unique names (687 of these have been built with the old contribution model and 213 have been built with the new model)
Of those 856 contributions, 613 have version 0.0.1, and there is 1 contribution with version 5.0.0.0 (the latter seems to be the Couchbase activity)
The number 1 author, not being TIBCOSoftware or project-flogo, is @jvanderl
As I'm building a better way to search and visualize contributions over GitHub, I've created an Airtable which you can also use to search for specific contributions (like email or EMS)
These stats have been made possible with the Active Albatros release of FDIO
Hai I am exporting a windows build from the flogo web , when I am trying to do that i keep getting the following error on cmd pmt could any one help me solve this issue
'''
info: [16:54:43.609] run command: flogo build -o -e
warn: [16:54:48.006] command exited with code 1: flogo build -o -e
error: [16:54:48.007] Error building project: go: finding github.com/StackExchange/wmi latest
go: finding github.com/go-ole/go-ole/oleutil latest
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:184:13: undefined: "golang.org/x/sys/windows".EnumProcesses
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:222:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:271:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:374:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:443:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:489:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:692:32: undefined: "golang.org/x/sys/windows".PROCESS_SUSPEND_RESUME
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:712:32: undefined: "golang.org/x/sys/windows".PROCESS_SUSPEND_RESUME
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:800:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:815:32: undefined: "golang.org/x/sys/windows".PROCESS_QUERY_LIMITED_INFORMATION
/go/pkg/mod/github.com/shirou/gopsutil@v2.20.9+incompatible/process/process_windows.go:815:32: too many errors
'''
GOOS=windows GOARCH=amd64
env variables when you select the windows/amd64
option in the Web UI.
GOOS=windows GOARCH=amd64 flogo build
(golang v1.15) but I was not able to make it work inside the docker container. I created a Dockerfile that only installs flogo CLI directly on top of go's official docker image (golang) and I get the same errors. So there's some incompatibility in the github.com/shirou/gopsutil
lib with golang's image (which is built on top of debian) or perhaps there's an additional library that has to be installed in the docker image in order to enable the cross compilation to windows/amd64