Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Ian Duggan
RE: Working on Skynet [ reply ]  
2009-01-05 20:17
Awesome. I've been using git to manage my work anyhow. I'll see about cleaning it up and sending you a pull requests.

Is there an active mailing list (I just joined the skynet-developers list, but the archive seems empty) or maybe an IRC channel? I'm in #skynet on freenode if people want to talk about design/ideas.

--Ian

By: Adam Pisoni
RE: Working on Skynet [ reply ]  
2009-01-05 19:58
We've moved the skynet repo to github. I personally have not had a lot of time to work on it, but others have forked it and are/will be submitting patches that I'll be merging into the trunk. I'd love to see your patches. Just fork it on github and I will be able to see/incorporate them.

http://github.com/wonko9/skynet/tree/master

By: Ian Duggan
Working on Skynet [ reply ]  
2009-01-05 10:50
Hi, I'm using skynet at my job to parse 100MM xml files and import them into an oracle database. I have patches to make Enum streaming work (there were debug statements that prevented this) as well as to allow skynet use a mysql queue while the rest of the app uses an oracle database.

How is collaboration done with this project? I had thought the project dead since May but I came across this semi-active forum.

How can I contribute?