Hi Carlos,

Did you want to put your thoughts here maybe [1] :)

[1]
http://apache-royale-development.20373.n8.nabble.com/How-could-we-work-with-GitHub-td83.html

Thanks, Piotr

2017-10-04 10:20 GMT+02:00 Carlos Rovira <[email protected]>:

> I think what Piotr propose is very good for organization, revision and
> matching with issues. The workflow I know (and I think works pretty well)
> is the following.
>
> Notice that this method tries to always develop in branches and ensures
> develop is always stable and green. That should be our mantra, and people
> coming to Royale should recognize a good methodology of development like
> other well stablished projects out there.
>
> 1.- we should have an issue number (i.e: [#<issuenumber] <commit
> description>) and as we try to solve it create a branch
> "feature/<issuenumber> <friendly_branch_name_for_
> easy_recognition_optional>"
> 2.- As we end developing, we must ensure the change does not break develop,
> so in local you can merge and test it.
> 3.- If all goes ok, you can push the changes and remove the
> "feature/<issuenumber>"
>
> this creates a good git graph that is easy to follow. If we use rebase as
> well all is very organized and easy for people try to follow the
> development. As all commits from a issue has [#<issuenumber], it's easy to
> see the match between commits and issue easy.
>
> We should avoid to commit directly to develop, in general is a bad
> practice.
>
> That's what I see in IT projects, and what works in great way.
>
>
>
> 2017-10-03 21:30 GMT+02:00 Piotr Zarzycki <[email protected]>:
>
> > If you are committing any changes use for example: "my commit message
> > (reference #issuenumber)" - Than we will see on github all commits under
> > issue and can review it.
> >
> > Piotr
> >
> > 2017-10-03 17:20 GMT+02:00 Alex Harui <[email protected]>:
> >
> > > I"m not sure what you mean by "use issue number".  Where am I supposed
> to
> > > use it?
> > >
> > > -Alex
> > >
> > > On 10/3/17, 1:02 AM, "Piotr Zarzycki" <[email protected]>
> wrote:
> > >
> > > >Alex,
> > > >
> > > >If you start renaming under some branch etc. please use issue number
> > > >(reference #number) - we will have everything under our created issue.
> > It
> > > >help a lot with reviewing. I have found that is much worse for me
> > looking
> > > >into the emails than on github right now.
> > > >
> > > >Thanks,
> > > >Piotr
> > > >
> > > >
> > > >2017-10-03 7:25 GMT+02:00 Alex Harui <[email protected]>:
> > > >
> > > >> OK, I merged packaging to develop.
> > > >>
> > > >> I think I see some consensus around the rename, so I will start on
> > that
> > > >> tomorrow in feature branches.
> > > >>
> > > >> -Alex
> > > >>
> > > >> On 10/2/17, 12:29 AM, "Piotr Zarzycki" <[email protected]>
> > > >>wrote:
> > > >>
> > > >> >Alex,
> > > >> >
> > > >> >I think we should have separate branch for renaming. Packaging
> could
> > be
> > > >> >merge to develop, than we could create new branch for renaming. It
> > > >>should
> > > >> >be under folder feature/name - cause Maven build.a.o will pickup it
> > > >> >automatically.
> > > >> >
> > > >> >That's how I think would be the best.
> > > >> >
> > > >> >Piotr
> > > >> >
> > > >> >2017-10-02 1:17 GMT+02:00 Alex Harui <[email protected]>:
> > > >> >
> > > >> >> I'm tempted to just merge packaging into develop and start the
> > rename
> > > >> >>and
> > > >> >> realize that things will likely be broken for several days.  Or
> we
> > > >>can
> > > >> >>do
> > > >> >> the rename in branches.
> > > >> >>
> > > >> >> I'll poke at the packaging a bit more before merging.
> > > >> >>
> > > >> >> -Alex
> > > >> >>
> > > >> >> On 10/1/17, 12:07 PM, "Piotr Zarzycki" <
> [email protected]>
> > > >> >>wrote:
> > > >> >>
> > > >> >> >Alex,
> > > >> >> >
> > > >> >> >Are you going to merge packaging branch to develop and then
> start
> > > >> >>renaming
> > > >> >> >process ? I'm asking cause maybe it would be good idea to move
> > that
> > > >> >>branch
> > > >> >> >under folder feature/packaging - We will have to this
> > automatically
> > > >> >>under
> > > >> >> >control of pipeline.
> > > >> >> >
> > > >> >> >Once renaming will start Maven build will tell us what is wrong
> > > >>also.
> > > >> >> >
> > > >> >> >Piotr
> > > >> >> >
> > > >> >> >
> > > >> >> >2017-10-01 20:03 GMT+02:00 Piotr Zarzycki
> > > >><[email protected]>:
> > > >> >> >
> > > >> >> >> Alex,
> > > >> >> >>
> > > >> >> >> Thanks new nightly JS Only is working nicely with Moonshine
> > along
> > > >> >>with
> > > >> >> >>my
> > > >> >> >> fix. :)
> > > >> >> >>
> > > >> >> >> Thank you!
> > > >> >> >> Piotr
> > > >> >> >>
> > > >> >> >>
> > > >> >> >> 2017-10-01 16:13 GMT+02:00 Alex Harui
> <[email protected]
> > >:
> > > >> >> >>
> > > >> >> >>> Yes, you are correct that the SWCs got corrupted.  I made one
> > > >>change
> > > >> >> >>>but
> > > >> >> >>> won't have time to test until later today.  Feel free to grab
> > the
> > > >> >> >>>latest
> > > >> >> >>> build and try again.
> > > >> >> >>>
> > > >> >> >>> Thanks,
> > > >> >> >>> -Alex
> > > >> >> >>>
> > > >> >> >>> On 9/30/17, 10:44 AM, "Piotr Zarzycki"
> > > >><[email protected]>
> > > >> >> >>>wrote:
> > > >> >> >>>
> > > >> >> >>> >I just made small experiment.
> > > >> >> >>> >
> > > >> >> >>> >1) I've downloaded FlexJS nightly using installer with Flash
> > > >>Player
> > > >> >> >>>23.
> > > >> >> >>> >2) Create new project in Moonshine and build it with
> > > >> >>-targets=JSFlex -
> > > >> >> >>> >Build pass without the problem
> > > >> >> >>> >3) I went to the folder "\frameworks\js\FlexJS\libs\" and
> > > >>removed
> > > >> >>all
> > > >> >> >>>swc
> > > >> >> >>> >4) I have copied swcs from your JS only version and build -
> > it's
> > > >> >> >>>failed
> > > >> >> >>> >with same errors as it was through the console.
> > > >> >> >>> >
> > > >> >> >>> >Something is definitely wrong with those swcs.
> > > >> >> >>> >
> > > >> >> >>> >Piotr
> > > >> >> >>> >
> > > >> >> >>> >
> > > >> >> >>> >2017-09-30 19:32 GMT+02:00 Piotr Zarzycki
> > > >> >><[email protected]
> > > >> >> >:
> > > >> >> >>> >
> > > >> >> >>> >> Alex,
> > > >> >> >>> >>
> > > >> >> >>> >> You are right. I have found issue in Moonshine it
> basically
> > > >> >>parsing
> > > >> >> >>>the
> > > >> >> >>> >> target player from flex-config.xml to 11.0.0 not 11.7.
> > > >>However I
> > > >> >> >>>think
> > > >> >> >>> >> something is wrong itself with SDK, cause I should be able
> > to
> > > >> >>build
> > > >> >> >>> >>project
> > > >> >> >>> >> from console, but I'm getting strange errors for swcs. [1]
> > > >> >> >>> >>
> > > >> >> >>> >> [1]
> > > >> >> >>> >>https://na01.safelinks.protection.outlook.com/?url=https%
> > > >> >> >>> 3A%2F%2Fpaste.ap
> > > >> >> >>> >>ache.org%2FTY72&data=02%7C01%7C%7C12fdd85b1aec493aa8bc08d5
> > > >> >> >>> 082ae732%7Cfa7b
> > > >> >> >>> >>1b5a7b34438794aed2c178decee1%7C0%7C0%7C636423902740594589&
> > > >> >> >>> sdata=1E5qZgheJ
> > > >> >> >>> >>o3T7LqJlNOvhmEwhXVj3h6mLChHEERtKGc%3D&reserved=0
> > > >> >> >>> >>
> > > >> >> >>> >> Thanks, Piotr
> > > >> >> >>> >>
> > > >> >> >>> >> 2017-09-30 17:59 GMT+02:00 Alex Harui
> > > >><[email protected]
> > > >> >:
> > > >> >> >>> >>
> > > >> >> >>> >>> The flex-config.xml in the JSOnly package should have
> > > >> >> >>>target-player of
> > > >> >> >>> >>> 11.7 and there should be a frameworks/libs/player/11.7/pl
> > > >> >> >>> ayerglobal.swc
> > > >> >> >>> >>>
> > > >> >> >>> >>> Are you not seeing that?  Maybe Moonshine is changing
> > > >>something?
> > > >> >> >>>I'm
> > > >> >> >>> >>>out
> > > >> >> >>> >>> of time for this morning.  Won't have more time until
> about
> > > >>13
> > > >> >> >>>hours
> > > >> >> >>> >>>from
> > > >> >> >>> >>> now.
> > > >> >> >>> >>>
> > > >> >> >>> >>> Later,
> > > >> >> >>> >>> -Alex
> > > >> >> >>> >>>
> > > >> >> >>> >>> On 9/30/17, 12:59 AM, "Piotr Zarzycki"
> > > >> >><[email protected]>
> > > >> >> >>> >>>wrote:
> > > >> >> >>> >>>
> > > >> >> >>> >>> >Hi Alex,
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >I just tried build with Moonshine and it's searching
> > > >> >>playerglobal
> > > >> >> >>> [1].
> > > >> >> >>> >>> I'm
> > > >> >> >>> >>> >not sure whether Moonshine need to change our generated
> > > >>config
> > > >> >>[2]
> > > >> >> >>> and
> > > >> >> >>> >>> >how.
> > > >> >> >>> >>> >It's being generated by Moonshine and it's always
> contains
> > > >> >> >>> >>>target-player.
> > > >> >> >>> >>> >Maybe I should implement there checking whether
> > > >>flex-config.xml
> > > >> >> >>>does
> > > >> >> >>> >>> exist
> > > >> >> >>> >>> >target-player ?
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >[1]
> > > >> >> >>> >>> >https://na01.safelinks.protection.outlook.com/?url=
> https%
> > > >> >> >>> >>> 3A%2F%2Fpaste.apa
> > > >> >> >>> >>> >che.org%2FBtco&data=02%7C01%7C%
> > 7C58c35153163b4fe45ee608d507
> > > >> >> >>> >>> d93fff%7Cfa7b1b
> > > >> >> >>> >>> >5a7b34438794aed2c178decee1%
> 7C0%7C0%7C636423552028633728&
> > sda
> > > >> >> >>> >>> ta=CYkAR9I4VUQW
> > > >> >> >>> >>> >VWAfG4aU%2Fw8SiDDonwf61%2FxgAFbcJgc%3D&reserved=0
> > > >> >> >>> >>> >[2]
> > > >> >> >>> >>> >https://na01.safelinks.protection.outlook.com/?url=
> https%
> > > >> >> >>> >>> 3A%2F%2Fpaste.apa
> > > >> >> >>> >>> >che.org%2FYT9p&data=02%7C01%7C%
> > 7C58c35153163b4fe45ee608d507
> > > >> >> >>> >>> d93fff%7Cfa7b1b
> > > >> >> >>> >>> >5a7b34438794aed2c178decee1%
> 7C0%7C0%7C636423552028633728&
> > sda
> > > >> >> >>> >>> ta=XEiWErWJcW5l
> > > >> >> >>> >>> >hlgnX5asnWJI4Dna9zqwTRQAsipmmEM%3D&reserved=0
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >Piotr
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >2017-09-30 9:40 GMT+02:00 Alex Harui
> > > >> >><[email protected]>:
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >> Hi Folks,
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> I have the Ant builds completing successfully on my CI
> > > >> >>server.
> > > >> >> >>> >>>What is
> > > >> >> >>> >>> >> different about the output for Royale is that we are
> > > >> >> >>>experimenting
> > > >> >> >>> >>>with
> > > >> >> >>> >>> >> different packaging so we don't need to use the Apache
> > > >>Flex
> > > >> >>SDK
> > > >> >> >>> >>> >>Installer,
> > > >> >> >>> >>> >> which was having problems with large Adobe AIR SDKs.
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> There are two kinds of packages, one I'm calling
> FlexJS
> > > >>which
> > > >> >> >>>can
> > > >> >> >>> >>> output
> > > >> >> >>> >>> >> both SWF and JS, and one currently called JSOnly that
> > will
> > > >> >> >>>likely
> > > >> >> >>> be
> > > >> >> >>> >>> >>named
> > > >> >> >>> >>> >> Royale later.  These packages may not work right now,
> > but
> > > >>at
> > > >> >> >>>least
> > > >> >> >>> >>> >>should
> > > >> >> >>> >>> >> serve as a starting point.  I've seen both be accepted
> > by
> > > >> >>Flash
> > > >> >> >>> >>>Builder
> > > >> >> >>> >>> >>as
> > > >> >> >>> >>> >> a valid Flex SDK, but haven't tested that they compile
> > > >> >>projects
> > > >> >> >>> >>> >> successfully.
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> The JSOnly packages are available here:
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> http%
> > > >> >> >>> >>> 3A%2F%2Fapachefle
> > > >> >> >>> >>> >>xbuild.cloudapp.net%3A8080%
> 2Fjob%2Froyale-&data=02%7C01%
> > 7C
> > > >> >> >>> >>> %7C58c35153163b
> > > >> >> >>> >>> >>4fe45ee608d507d93fff%7Cfa7b1b5a7b34438794aed2c178de
> cee1%
> > > >> >> >>> >>> 7C0%7C0%7C6364235
> > > >> >> >>> >>> >>52028633728&sdata=JeRvJNpWqUGGtCc5DtnD7oX5hwL9ry
> > UIfbiLXhIp
> > > >> >> >>> >>> XNw%3D&reserved
> > > >> >> >>> >>> >>=0
> > > >> >> >>> >>> >> asjs-jsonly/lastSuccess
> > > >> >> >>> >>> >> fulBuild/artifact/out/apache-
> > flex-jsonly-0.9.0-bin.tar.gz
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> http%
> > > >> >> >>> >>> 3A%2F%2Fapachefle
> > > >> >> >>> >>> >>xbuild.cloudapp.net%3A8080%
> 2Fjob%2Froyale-&data=02%7C01%
> > 7C
> > > >> >> >>> >>> %7C58c35153163b
> > > >> >> >>> >>> >>4fe45ee608d507d93fff%7Cfa7b1b5a7b34438794aed2c178de
> cee1%
> > > >> >> >>> >>> 7C0%7C0%7C6364235
> > > >> >> >>> >>> >>52028633728&sdata=JeRvJNpWqUGGtCc5DtnD7oX5hwL9ry
> > UIfbiLXhIp
> > > >> >> >>> >>> XNw%3D&reserved
> > > >> >> >>> >>> >>=0
> > > >> >> >>> >>> >> asjs-jsonly/lastSuccess
> > > >> >> >>> >>> >> fulBuild/artifact/out/apache-
> flex-jsonly-0.9.0-bin.zip
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> You should be able to just unzip this package and use
> it
> > > >>in
> > > >> >> >>>Flash
> > > >> >> >>> >>> >>Builder.
> > > >> >> >>> >>> >>  Hopefully other IDEs as well.  I've only tried in on
> my
> > > >>Mac.
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> The FlexJS packages are available here:
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> http%
> > > >> >> >>> >>> 3A%2F%2Fapachefle
> > > >> >> >>> >>> >>xbuild.cloudapp.net%3A8080%
> 2Fjob%2Froyale-&data=02%7C01%
> > 7C
> > > >> >> >>> >>> %7C58c35153163b
> > > >> >> >>> >>> >>4fe45ee608d507d93fff%7Cfa7b1b5a7b34438794aed2c178de
> cee1%
> > > >> >> >>> >>> 7C0%7C0%7C6364235
> > > >> >> >>> >>> >>52028633728&sdata=JeRvJNpWqUGGtCc5DtnD7oX5hwL9ry
> > UIfbiLXhIp
> > > >> >> >>> >>> XNw%3D&reserved
> > > >> >> >>> >>> >>=0
> > > >> >> >>> >>> >> asjs/lastSuccessfulBuil
> > > >> >> >>> >>> >> d/artifact/out/apache-flex-flexjs-0.9.0-bin.tar.gz
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> http%
> > > >> >> >>> >>> 3A%2F%2Fapachefle
> > > >> >> >>> >>> >>xbuild.cloudapp.net%3A8080%
> 2Fjob%2Froyale-&data=02%7C01%
> > 7C
> > > >> >> >>> >>> %7C58c35153163b
> > > >> >> >>> >>> >>4fe45ee608d507d93fff%7Cfa7b1b5a7b34438794aed2c178de
> cee1%
> > > >> >> >>> >>> 7C0%7C0%7C6364235
> > > >> >> >>> >>> >>52028633728&sdata=JeRvJNpWqUGGtCc5DtnD7oX5hwL9ry
> > UIfbiLXhIp
> > > >> >> >>> >>> XNw%3D&reserved
> > > >> >> >>> >>> >>=0
> > > >> >> >>> >>> >> asjs/lastSuccessfulBuil
> > > >> >> >>> >>> >> d/artifact/out/apache-flex-flexjs-0.9.0-bin.zip
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> These packages need the AIR SDK and playerglobal.swc.
> > > >>First,
> > > >> >> >>>unzip
> > > >> >> >>> >>> this
> > > >> >> >>> >>> >> package into a folder, then from that folder, run:
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>   ant -f InstallAdobeSDKs.xml
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> It should provide instructions on how to get the AIR
> SDK
> > > >>and
> > > >> >> >>> >>> >>playerglobal.
> > > >> >> >>> >>> >>  This is just one idea for how to do this.  I'm not
> sure
> > > >>it
> > > >> >>is
> > > >> >> >>>the
> > > >> >> >>> >>>best
> > > >> >> >>> >>> >> way, but my goal was to get us out of the game of
> > > >>presenting
> > > >> >> >>> Adobe's
> > > >> >> >>> >>> >> licensing acceptance in our code.  I think there are
> > > >>plans to
> > > >> >> >>>use
> > > >> >> >>> >>>NPM
> > > >> >> >>> >>> as
> > > >> >> >>> >>> >> well.  Other ideas are welcome.
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> Hopefully Maven builds will be available soon.  Note
> > that
> > > >>the
> > > >> >> >>>code
> > > >> >> >>> >>>is
> > > >> >> >>> >>> >> still referencing Flex and FlexJS everywhere.  That
> will
> > > >> >>likely
> > > >> >> >>> >>>change
> > > >> >> >>> >>> >> next week and be replaced by Royale.
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >> Later,
> > > >> >> >>> >>> >> -Alex
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >>
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >--
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >Piotr Zarzycki
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >mobile: +48 880 859 557 <+48%20880%20859%20557>
> > > >> >> >>> >>> >skype: zarzycki10
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >LinkedIn:
> > > >> >> >>> >>> >https://na01.safelinks.protection.outlook.com/?url=
> > http%3A%
> > > >> >> >>> >>> 2F%2Fwww.linked
> > > >> >> >>> >>> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%
> > 7C58c35153163b4fe45e
> > > >> >> >>> >>> e608d507d93fff%
> > > >> >> >>> >>> >7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C0%7C63642355202863
> > > >> >> >>> >>> 3728&sdata=G4fo
> > > >> >> >>> >>> >DFkHDTxyLBQSChod2qgtf9i%2BJmAup1Qmbt9rB3M%3D&reserved=0
> > > >> >> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=
> > https%
> > > >> >> >>> >>> 3A%2F%2Fpl.linke
> > > >> >> >>> >>> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%7C01%7C%
> > > >> >> >>> >>> 7C58c35153163b4fe45
> > > >> >> >>> >>> >ee608d507d93fff%7Cfa7b1b5a7b34438794aed2c178de
> > cee1%7C0%7C0%
> > > >> >> >>> >>> 7C6364235520286
> > > >> >> >>> >>> >33728&sdata=M3gUGMP4SQvlFGTbwfkPTfFulWklvs
> > z5HPcRqaIJK28%3D&
> > > >> >> >>> reserved=0>
> > > >> >> >>> >>> >
> > > >> >> >>> >>> >GitHub:
> > > >> >> >>> >>> >https://na01.safelinks.protection.outlook.com/?url=
> https%
> > > >> >> >>> >>> 3A%2F%2Fgithub.co
> > > >> >> >>> >>> >m%2Fpiotrzarzycki21&data=02%7C01%7C%
> > 7C58c35153163b4fe45ee60
> > > >> >> >>> >>> 8d507d93fff%7Cf
> > > >> >> >>> >>> >a7b1b5a7b34438794aed2c178decee
> > 1%7C0%7C0%7C63642355202863372
> > > >> >> >>> >>> 8&sdata=bzgotYR
> > > >> >> >>> >>> >H1jyHS1yJxMNYzTKaTMAq44aO3CXuMjTg3Fw%3D&reserved=0
> > > >> >> >>> >>>
> > > >> >> >>> >>>
> > > >> >> >>> >>
> > > >> >> >>> >>
> > > >> >> >>> >> --
> > > >> >> >>> >>
> > > >> >> >>> >> Piotr Zarzycki
> > > >> >> >>> >>
> > > >> >> >>> >> mobile: +48 880 859 557 <+48%20880%20859%20557>
> > > >> >> >>> >> skype: zarzycki10
> > > >> >> >>> >>
> > > >> >> >>> >> LinkedIn:
> > > >> >> >>> >>https://na01.safelinks.protection.outlook.com/?url=http%
> > > >> >> >>> 3A%2F%2Fwww.linke
> > > >> >> >>> >>din.com%2Fpiotrzarzycki&data=02%7C01%7C%7C12fdd85b1aec493a
> > > >> >> >>> a8bc08d5082ae73
> > > >> >> >>> >>2%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63642390274
> > > >> >> >>> 0594589&sdata=p
> > > >> >> >>> >>tlUbCnK0zii7dfwZoSloyavs2EupSG
> T%2FSH%2BRBgfUvI%3D&reserved=0
> > > >> >> >>> >>
> > > >> >> >>> >><https://na01.safelinks.protection.outlook.com/?url=https%
> > > >> >> >>> 3A%2F%2Fpl.link
> > > >> >> >>> >>edin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%7C01%7C%
> > > >> >> >>> 7C12fdd85b1aec493
> > > >> >> >>> >>aa8bc08d5082ae732%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> > > >> >> >>> 7C0%7C6364239027
> > > >> >> >>> >>40594589&sdata=%2FGriMg94KarX8z0dpL1MTNWdCI0IwYg%2F41f%
> > > >> >> >>> 2FRmnmOpo%3D&reser
> > > >> >> >>> >>ved=0>
> > > >> >> >>> >>
> > > >> >> >>> >> GitHub:
> > > >> >> >>> >>https://na01.safelinks.protection.outlook.com/?url=https%
> > > >> >> >>> 3A%2F%2Fgithub.c
> > > >> >> >>> >>om%2Fpiotrzarzycki21&data=02%7C01%7C%7C12fdd85b1aec493aa8b
> > > >> >> >>> c08d5082ae732%7
> > > >> >> >>> >>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63642390274059
> > > >> >> >>> 4589&sdata=7mUB
> > > >> >> >>> >>mduQYU7pSvyaAd92IiRtN0LqKoMe23zUAU%2F9d0A%3D&reserved=0
> > > >> >> >>> >>
> > > >> >> >>> >
> > > >> >> >>> >
> > > >> >> >>> >
> > > >> >> >>> >--
> > > >> >> >>> >
> > > >> >> >>> >Piotr Zarzycki
> > > >> >> >>> >
> > > >> >> >>> >mobile: +48 880 859 557
> > > >> >> >>> >skype: zarzycki10
> > > >> >> >>> >
> > > >> >> >>> >LinkedIn:
> > > >> >> >>> >https://na01.safelinks.protection.outlook.com/?url=http%3A%
> > > >> >> >>> 2F%2Fwww.linked
> > > >> >> >>> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7C12fdd85b1aec493aa8
> > > >> >> >>> bc08d5082ae732%
> > > >> >> >>> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63642390274059
> > > >> >> >>> 4589&sdata=ptlU
> > > >> >> >>> >bCnK0zii7dfwZoSloyavs2EupSGT%2FSH%2BRBgfUvI%3D&reserved=0
> > > >> >> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> > > >> >> >>> 3A%2F%2Fpl.linke
> > > >> >> >>> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%7C01%7C%
> > > >> >> >>> 7C12fdd85b1aec493aa
> > > >> >> >>> >8bc08d5082ae732%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > > >> >> >>> 7C6364239027405
> > > >> >> >>> >94589&sdata=%2FGriMg94KarX8z0dpL1MTNWdCI0IwYg%2F41f%
> > > >> >> >>> 2FRmnmOpo%3D&reserved=
> > > >> >> >>> >0>
> > > >> >> >>> >
> > > >> >> >>> >GitHub:
> > > >> >> >>> >https://na01.safelinks.protection.outlook.com/?url=https%
> > > >> >> >>> 3A%2F%2Fgithub.co
> > > >> >> >>> >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C12fdd85b1aec493aa8bc0
> > > >> >> >>> 8d5082ae732%7Cf
> > > >> >> >>> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63642390274059458
> > > >> >> >>> 9&sdata=7mUBmdu
> > > >> >> >>> >QYU7pSvyaAd92IiRtN0LqKoMe23zUAU%2F9d0A%3D&reserved=0
> > > >> >> >>>
> > > >> >> >>>
> > > >> >> >>
> > > >> >> >>
> > > >> >> >> --
> > > >> >> >>
> > > >> >> >> Piotr Zarzycki
> > > >> >> >>
> > > >> >> >> mobile: +48 880 859 557 <+48%20880%20859%20557>
> > > >> >> >> skype: zarzycki10
> > > >> >> >>
> > > >> >> >> LinkedIn:
> > > >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> > > >> >> http%3A%2F%2Fwww.linke
> > > >> >> >>din.com%2Fpiotrzarzycki&data=02%7C01%7C%
> > > >> 7Cf3ab9a93b26445b2b6e508d508ff
> > > >> >> ab8
> > > >> >> >>9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > > >> >> 7C636424816545837561&sdata=u
> > > >> >> >>%2FgWNb53rW0cipneiaaTE4X3Ga2LGYkM%2FVNnVeV7%2FTE%3D&reserved=0
> > > >> >> >>
> > > >> >> >><https://na01.safelinks.protection.outlook.com/?url=
> > > >> >> https%3A%2F%2Fpl.link
> > > >> >> >>edin.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> > > >> >> 7C01%7C%7Cf3ab9a93b26445b
> > > >> >> >>2b6e508d508ffab89%7Cfa7b1b5a7b34438794aed2c178de
> > > >> >> cee1%7C0%7C0%7C6364248165
> > > >> >> >>45837561&sdata=D20ikqzE1Giy5ZSpx9vlgV%
> > 2FdQMq04fZMj83%2F4O40m6o%3D&
> > > >> >> reserve
> > > >> >> >>d=0>
> > > >> >> >>
> > > >> >> >> GitHub:
> > > >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> > > >> >> https%3A%2F%2Fgithub.c
> > > >> >> >>om%2Fpiotrzarzycki21&data=02%7C01%7C%
> > > 7Cf3ab9a93b26445b2b6e508d508ff
> > > >> >> ab89%7
> > > >> >>
> > > >>>>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636424816545837561&sdata=
> > > >> >> eEQx
> > > >> >> >>rUkUDPuEp%2F6Ji%2BxlOEVk2sGaTLfpjL11vyKyeXE%3D&reserved=0
> > > >> >> >>
> > > >> >> >
> > > >> >> >
> > > >> >> >
> > > >> >> >--
> > > >> >> >
> > > >> >> >Piotr Zarzycki
> > > >> >> >
> > > >> >> >mobile: +48 880 859 557
> > > >> >> >skype: zarzycki10
> > > >> >> >
> > > >> >> >LinkedIn:
> > > >> >> >https://na01.safelinks.protection.outlook.com/?url=
> > > >> >> http%3A%2F%2Fwww.linked
> > > >> >>
> > > >>>in.com%2Fpiotrzarzycki&data=02%7C01%7C%
> 7Cf3ab9a93b26445b2b6e508d508ff
> > > >> >> ab89%
> > > >> >>
> > > >> >>>7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > > >> 7C636424816545837561&sdata=u%
> > > >> >> 2F
> > > >> >> >gWNb53rW0cipneiaaTE4X3Ga2LGYkM%2FVNnVeV7%2FTE%3D&reserved=0
> > > >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> > > >> >> https%3A%2F%2Fpl.linke
> > > >> >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> > > >> >> 7C01%7C%7Cf3ab9a93b26445b2b
> > > >> >> >6e508d508ffab89%7Cfa7b1b5a7b34438794aed2c178de
> > > >> >> cee1%7C0%7C0%7C6364248165458
> > > >> >> >37561&sdata=D20ikqzE1Giy5ZSpx9vlgV%2FdQMq04fZMj83%2F4O40m6o%3D&
> > > >> >> reserved=0>
> > > >> >> >
> > > >> >> >GitHub:
> > > >> >> >https://na01.safelinks.protection.outlook.com/?url=
> > > >> >> https%3A%2F%2Fgithub.co
> > > >> >> >m%2Fpiotrzarzycki21&data=02%7C01%7C%
> > 7Cf3ab9a93b26445b2b6e508d508ff
> > > >> >> ab89%7Cf
> > > >> >> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636424816545837561&sdata=
> > > >> >> eEQxrUk
> > > >> >> >UDPuEp%2F6Ji%2BxlOEVk2sGaTLfpjL11vyKyeXE%3D&reserved=0
> > > >> >>
> > > >> >>
> > > >> >
> > > >> >
> > > >> >--
> > > >> >
> > > >> >Piotr Zarzycki
> > > >> >
> > > >> >mobile: +48 880 859 557
> > > >> >skype: zarzycki10
> > > >> >
> > > >> >LinkedIn:
> > > >> >https://na01.safelinks.protection.outlook.com/?url=
> > > >> http%3A%2F%2Fwww.linked
> > > >> >in.com%2Fpiotrzarzycki&data=02%7C01%7C%
> > 7Cb738bfea340c4d6f972308d50967
> > > >> 6714%
> > > >> >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> > 7C636425262076737427&sdata=
> > > >> Lp7I
> > > >> >ogivxTGVUDisI%2F2NVtvHXAXmIsKL4FxvXsHo9CM%3D&reserved=0
> > > >> ><https://na01.safelinks.protection.outlook.com/?url=
> > > >> https%3A%2F%2Fpl.linke
> > > >> >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> > > >> 7C01%7C%7Cb738bfea340c4d6f9
> > > >> >72308d509676714%7Cfa7b1b5a7b34438794aed2c178de
> > > >> cee1%7C0%7C0%7C6364252620767
> > > >> >37427&sdata=ySW%2FEO3Bg8%2FIzSS2HBYbVitcCgc3zSIV6r70KZY
> > > >> duqM%3D&reserved=0>
> > > >> >
> > > >> >GitHub:
> > > >> >https://na01.safelinks.protection.outlook.com/?url=
> > > >> https%3A%2F%2Fgithub.co
> > > >> >m%2Fpiotrzarzycki21&data=02%7C01%7C%7Cb738bfea340c4d6f972308d50967
> > > >> 6714%7Cf
> > > >> >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636425262076737427&sdata=
> > > >> zgDQh2Z
> > > >> >VtvyqjCuynKsJN2GppVl05IyxubPC%2BUiYbZM%3D&reserved=0
> > > >>
> > > >>
> > > >
> > > >
> > > >--
> > > >
> > > >Piotr Zarzycki
> > > >
> > > >mobile: +48 880 859 557
> > > >skype: zarzycki10
> > > >
> > > >LinkedIn:
> > > >https://na01.safelinks.protection.outlook.com/?url=
> > > http%3A%2F%2Fwww.linked
> > > >in.com%2Fpiotrzarzycki&data=02%7C01%7C%7C8ba6b9afc20c46b60e0e08d50a35
> > > 2714%
> > > >7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> 7C636426145871523248&sdata=
> > > zCwO
> > > >Nf%2FX%2BCA5SmmF3BxCMOEo9DJnCpsGBzcr2K0x8HI%3D&reserved=0
> > > ><https://na01.safelinks.protection.outlook.com/?url=
> > > https%3A%2F%2Fpl.linke
> > > >din.com%2Fin%2Fpiotr-zarzycki-92a53552&data=02%
> > > 7C01%7C%7C8ba6b9afc20c46b60
> > > >e0e08d50a352714%7Cfa7b1b5a7b34438794aed2c178de
> > > cee1%7C0%7C0%7C6364261458715
> > > >23248&sdata=lZzVzM0F7JVc8NhrMRaGatqEh6v3T4
> Ldixmfuw0ShB8%3D&reserved=0>
> > > >
> > > >GitHub:
> > > >https://na01.safelinks.protection.outlook.com/?url=
> > > https%3A%2F%2Fgithub.co
> > > >m%2Fpiotrzarzycki21&data=02%7C01%7C%7C8ba6b9afc20c46b60e0e08d50a35
> > > 2714%7Cf
> > > >a7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636426145871523248&sdata=
> > > 0cKx%2B
> > > >UGHCs%2F9r%2FHb3Eq6r2Ym91olHUKhal14rmd6HiM%3D&reserved=0
> > >
> > >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > mobile: +48 880 859 557
> > skype: zarzycki10
> >
> > LinkedIn: http://www.linkedin.com/piotrzarzycki
> > <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>
> >
> > GitHub: https://github.com/piotrzarzycki21
> >
>
>
>
> --
>
> <http://www.codeoscopic.com>
>
> Carlos Rovira
>
> Director General
>
> M: +34 607 22 60 05
>
> http://www.codeoscopic.com
>
>
> Conocenos Avant2 en 1 minuto! <https://avant2.es/#video>
>
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
> que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> servicio o información solicitados, teniendo usted derecho de acceso,
> rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> necesaria.
>



-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

GitHub: https://github.com/piotrzarzycki21

Reply via email to