Re: new contributor messaging: behaviorbot/welcome

2023-03-06 Thread Austin Bennett
Nudge on https://github.com/apache/beam/pull/25586 ...

Can a PMC member install the bot [ or work with infra to make that happen,
ex: via https://github.com/apps/welcome/installations/new ]?  I'd be happy
to, but do not believe I have those permissions - do advise if I should
message/create-tickets and copy any individual from PMC specifically.  Once
that's done, we can merge the code for the bot to be configured - imagining
that is a better second step, so we do not have code in the codebase that
doesn't do anything.


On Tue, Feb 21, 2023 at 8:42 PM Austin Bennett  wrote:

> A PR: https://github.com/apache/beam/pull/25586
>
> text could likely be improved ( open to suggestions/changes ), but this
> captures at least the intent.
>
> For this to work, we need to install the bot as also mentioned in the PR.
>
>
>
> On Tue, Feb 21, 2023 at 6:02 PM Robert Burke  wrote:
>
>> I agree that the bot is better than nothing at all.
>>
>> +1 to getting a PR with messaging out for review.
>>
>> On Tue, Feb 21, 2023, 5:29 PM Robert Bradshaw via dev <
>> dev@beam.apache.org> wrote:
>>
>>> FWIW, I'm generally in favor of such a bot. I think it really boils
>>> down to a concrete proposal of what the content (and triggers) would
>>> be.
>>>
>>> On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
>>>  wrote:
>>> >
>>> > It is fantastic if generally able to address welcoming newcomers
>>> manually [ @Robert Burke ! ] .  Community communication, human connection [
>>> ex: community > code ] ideal!!  In this particular case, I imagine
>>> automation does not contradict - nor detract from - the manual/human touch.
>>> >
>>> > As shared, the very specific use case I had in mind was to support -->
>>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>>> ...  I wanted to send a message thanking for someone's first PR merge, and
>>> encourage them to fill out the form ( while that campaign is active.  In
>>> that case, I did imagine a static [ meaning hardcoded, non-changing ]
>>> message that prompts them at the moment that they make their real first
>>> code contribution [ as it gets merged ], since that would be most relevant
>>> and immediate feedback.
>>> >
>>> > If we think overkill, no problem either.  If an issue with choosing to
>>> use a bot, vs a GH action - I can also spend time to create a custom GH
>>> Action that accommodates that.  But, that might not be worthwhile if the
>>> discussed use case isn't functionality we even want as part of the project.
>>> >
>>> > On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
>>> wrote:
>>> >>
>>> >> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles 
>>> wrote:
>>> >> >
>>> >> > Agree with Robert here. The human connection is important. Can we
>>> have a behaviorbot that reminds the reviewer to be extra welcoming up
>>> front, and then thankful afterwards, instead? :-)
>>> >>
>>> >> +1
>>> >>
>>> >> > That said, a bot comment would at least state our intention of
>>> being welcoming and grateful, even if we then do not live up to it
>>> perfectly. It isn't very different than having it in the PR template or
>>> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
>>> presents to first time contributors. I tend to favor static text that can
>>> be referred to over dynamic text posted by code in special circumstances.
>>> But I think hitting this from all angles, for different sorts of people in
>>> the world, is fine, if the maintenance burden is very low (which it appears
>>> to be)
>>> >>
>>> >> I think the primary value in such a bot is to set expectations/inform
>>> >> the contributor of something they might not know but is relevant to
>>> >> their action. Otherwise, I am more in favor of static text somewhere
>>> >> they're sure to encounter it (and there are benefits to doing it
>>> >> before they create a PR, e.g. as part of a template, rather than
>>> >> after).
>>> >>
>>> >>
>>> >> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
>>> wrote:
>>> >> >>
>>> >> >> I can't speak for all committers but I'm always aware when it's
>>> someone's first time contributing to beam (the First Time Contributor badge
>>> is instrumental here), and manually thank them and welcome them to Beam.
>>> >> >>
>>> >> >> Seems more meaningful for the merging comitter to do it rather
>>> than an automated process.
>>> >> >>
>>> >> >> Maybe i just have bad experiences with automated phone trees
>>> >> >>
>>> >> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
>>> dev@beam.apache.org> wrote:
>>> >> >>>
>>> >> >>> If the merge message is a key part of this then I'm fine using
>>> behaviorbot (though I think a PMC member would need to install it, I don't
>>> have the right permission set).
>>> >> >>>
>>> >> >>> > I'd also be happy to leverage first-interaction for everything
>>> it can do, and only use welcome-bot for the things that aren't met
>>> elsewhere [ also happy to eventually remove welcome-bot, ex: after that ASF
>>> campaign or 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Austin Bennett
A PR: https://github.com/apache/beam/pull/25586

text could likely be improved ( open to suggestions/changes ), but this
captures at least the intent.

For this to work, we need to install the bot as also mentioned in the PR.



On Tue, Feb 21, 2023 at 6:02 PM Robert Burke  wrote:

> I agree that the bot is better than nothing at all.
>
> +1 to getting a PR with messaging out for review.
>
> On Tue, Feb 21, 2023, 5:29 PM Robert Bradshaw via dev 
> wrote:
>
>> FWIW, I'm generally in favor of such a bot. I think it really boils
>> down to a concrete proposal of what the content (and triggers) would
>> be.
>>
>> On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
>>  wrote:
>> >
>> > It is fantastic if generally able to address welcoming newcomers
>> manually [ @Robert Burke ! ] .  Community communication, human connection [
>> ex: community > code ] ideal!!  In this particular case, I imagine
>> automation does not contradict - nor detract from - the manual/human touch.
>> >
>> > As shared, the very specific use case I had in mind was to support -->
>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>> ...  I wanted to send a message thanking for someone's first PR merge, and
>> encourage them to fill out the form ( while that campaign is active.  In
>> that case, I did imagine a static [ meaning hardcoded, non-changing ]
>> message that prompts them at the moment that they make their real first
>> code contribution [ as it gets merged ], since that would be most relevant
>> and immediate feedback.
>> >
>> > If we think overkill, no problem either.  If an issue with choosing to
>> use a bot, vs a GH action - I can also spend time to create a custom GH
>> Action that accommodates that.  But, that might not be worthwhile if the
>> discussed use case isn't functionality we even want as part of the project.
>> >
>> > On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
>> wrote:
>> >>
>> >> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles 
>> wrote:
>> >> >
>> >> > Agree with Robert here. The human connection is important. Can we
>> have a behaviorbot that reminds the reviewer to be extra welcoming up
>> front, and then thankful afterwards, instead? :-)
>> >>
>> >> +1
>> >>
>> >> > That said, a bot comment would at least state our intention of being
>> welcoming and grateful, even if we then do not live up to it perfectly. It
>> isn't very different than having it in the PR template or
>> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
>> presents to first time contributors. I tend to favor static text that can
>> be referred to over dynamic text posted by code in special circumstances.
>> But I think hitting this from all angles, for different sorts of people in
>> the world, is fine, if the maintenance burden is very low (which it appears
>> to be)
>> >>
>> >> I think the primary value in such a bot is to set expectations/inform
>> >> the contributor of something they might not know but is relevant to
>> >> their action. Otherwise, I am more in favor of static text somewhere
>> >> they're sure to encounter it (and there are benefits to doing it
>> >> before they create a PR, e.g. as part of a template, rather than
>> >> after).
>> >>
>> >>
>> >> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
>> wrote:
>> >> >>
>> >> >> I can't speak for all committers but I'm always aware when it's
>> someone's first time contributing to beam (the First Time Contributor badge
>> is instrumental here), and manually thank them and welcome them to Beam.
>> >> >>
>> >> >> Seems more meaningful for the merging comitter to do it rather than
>> an automated process.
>> >> >>
>> >> >> Maybe i just have bad experiences with automated phone trees
>> >> >>
>> >> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
>> dev@beam.apache.org> wrote:
>> >> >>>
>> >> >>> If the merge message is a key part of this then I'm fine using
>> behaviorbot (though I think a PMC member would need to install it, I don't
>> have the right permission set).
>> >> >>>
>> >> >>> > I'd also be happy to leverage first-interaction for everything
>> it can do, and only use welcome-bot for the things that aren't met
>> elsewhere [ also happy to eventually remove welcome-bot, ex: after that ASF
>> campaign or once a suitable off-the-shelf replacement comes along ]
>> >> >>>
>> >> >>> I don't think we should do this, there's not really a benefit
>> gained if we're still using welcome-bot.
>> >> >>>
>> >> >>> > @Danny McCormick - any idea whether there is another tool that
>> can help with messaging on first-pr-merge that we'd be more happy with [ I
>> can search around some if that's the path ]?
>> >> >>>
>> >> >>> My best alternative would be actions/first-interaction for first
>> issues/prs opened and a custom workflow using an if/else and
>> actions/comment-pull-request for the pr merge comment, that is probably
>> more trouble than it is worth though (>10 lines of code for something that
>> can just 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Burke
I agree that the bot is better than nothing at all.

+1 to getting a PR with messaging out for review.

On Tue, Feb 21, 2023, 5:29 PM Robert Bradshaw via dev 
wrote:

> FWIW, I'm generally in favor of such a bot. I think it really boils
> down to a concrete proposal of what the content (and triggers) would
> be.
>
> On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
>  wrote:
> >
> > It is fantastic if generally able to address welcoming newcomers
> manually [ @Robert Burke ! ] .  Community communication, human connection [
> ex: community > code ] ideal!!  In this particular case, I imagine
> automation does not contradict - nor detract from - the manual/human touch.
> >
> > As shared, the very specific use case I had in mind was to support -->
> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
> ...  I wanted to send a message thanking for someone's first PR merge, and
> encourage them to fill out the form ( while that campaign is active.  In
> that case, I did imagine a static [ meaning hardcoded, non-changing ]
> message that prompts them at the moment that they make their real first
> code contribution [ as it gets merged ], since that would be most relevant
> and immediate feedback.
> >
> > If we think overkill, no problem either.  If an issue with choosing to
> use a bot, vs a GH action - I can also spend time to create a custom GH
> Action that accommodates that.  But, that might not be worthwhile if the
> discussed use case isn't functionality we even want as part of the project.
> >
> > On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
> wrote:
> >>
> >> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles 
> wrote:
> >> >
> >> > Agree with Robert here. The human connection is important. Can we
> have a behaviorbot that reminds the reviewer to be extra welcoming up
> front, and then thankful afterwards, instead? :-)
> >>
> >> +1
> >>
> >> > That said, a bot comment would at least state our intention of being
> welcoming and grateful, even if we then do not live up to it perfectly. It
> isn't very different than having it in the PR template or
> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
> presents to first time contributors. I tend to favor static text that can
> be referred to over dynamic text posted by code in special circumstances.
> But I think hitting this from all angles, for different sorts of people in
> the world, is fine, if the maintenance burden is very low (which it appears
> to be)
> >>
> >> I think the primary value in such a bot is to set expectations/inform
> >> the contributor of something they might not know but is relevant to
> >> their action. Otherwise, I am more in favor of static text somewhere
> >> they're sure to encounter it (and there are benefits to doing it
> >> before they create a PR, e.g. as part of a template, rather than
> >> after).
> >>
> >>
> >> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
> wrote:
> >> >>
> >> >> I can't speak for all committers but I'm always aware when it's
> someone's first time contributing to beam (the First Time Contributor badge
> is instrumental here), and manually thank them and welcome them to Beam.
> >> >>
> >> >> Seems more meaningful for the merging comitter to do it rather than
> an automated process.
> >> >>
> >> >> Maybe i just have bad experiences with automated phone trees
> >> >>
> >> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
> dev@beam.apache.org> wrote:
> >> >>>
> >> >>> If the merge message is a key part of this then I'm fine using
> behaviorbot (though I think a PMC member would need to install it, I don't
> have the right permission set).
> >> >>>
> >> >>> > I'd also be happy to leverage first-interaction for everything it
> can do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
> >> >>>
> >> >>> I don't think we should do this, there's not really a benefit
> gained if we're still using welcome-bot.
> >> >>>
> >> >>> > @Danny McCormick - any idea whether there is another tool that
> can help with messaging on first-pr-merge that we'd be more happy with [ I
> can search around some if that's the path ]?
> >> >>>
> >> >>> My best alternative would be actions/first-interaction for first
> issues/prs opened and a custom workflow using an if/else and
> actions/comment-pull-request for the pr merge comment, that is probably
> more trouble than it is worth though (>10 lines of code for something that
> can just be config).
> >> >>>
> >> >>> > And/or since I imagine you might know GH Action internals [ IIRC
> you had worked with/for that organization ] better than me at the moment,
> do you think that's functionality that could straightforwardly be added to
> first-interaction [ if they would accept a PR ]
> >> >>>
> >> >>> This wouldn't be too hard codewise, but the team hasn't been
> espec

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Bradshaw via dev
FWIW, I'm generally in favor of such a bot. I think it really boils
down to a concrete proposal of what the content (and triggers) would
be.

On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
 wrote:
>
> It is fantastic if generally able to address welcoming newcomers manually [ 
> @Robert Burke ! ] .  Community communication, human connection [ ex: 
> community > code ] ideal!!  In this particular case, I imagine automation 
> does not contradict - nor detract from - the manual/human touch.
>
> As shared, the very specific use case I had in mind was to support --> 
> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>  ...  I wanted to send a message thanking for someone's first PR merge, and 
> encourage them to fill out the form ( while that campaign is active.  In that 
> case, I did imagine a static [ meaning hardcoded, non-changing ] message that 
> prompts them at the moment that they make their real first code contribution 
> [ as it gets merged ], since that would be most relevant and immediate 
> feedback.
>
> If we think overkill, no problem either.  If an issue with choosing to use a 
> bot, vs a GH action - I can also spend time to create a custom GH Action that 
> accommodates that.  But, that might not be worthwhile if the discussed use 
> case isn't functionality we even want as part of the project.
>
> On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw  wrote:
>>
>> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles  wrote:
>> >
>> > Agree with Robert here. The human connection is important. Can we have a 
>> > behaviorbot that reminds the reviewer to be extra welcoming up front, and 
>> > then thankful afterwards, instead? :-)
>>
>> +1
>>
>> > That said, a bot comment would at least state our intention of being 
>> > welcoming and grateful, even if we then do not live up to it perfectly. It 
>> > isn't very different than having it in the PR template or 
>> > https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub 
>> > presents to first time contributors. I tend to favor static text that can 
>> > be referred to over dynamic text posted by code in special circumstances. 
>> > But I think hitting this from all angles, for different sorts of people in 
>> > the world, is fine, if the maintenance burden is very low (which it 
>> > appears to be)
>>
>> I think the primary value in such a bot is to set expectations/inform
>> the contributor of something they might not know but is relevant to
>> their action. Otherwise, I am more in favor of static text somewhere
>> they're sure to encounter it (and there are benefits to doing it
>> before they create a PR, e.g. as part of a template, rather than
>> after).
>>
>>
>> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke  wrote:
>> >>
>> >> I can't speak for all committers but I'm always aware when it's someone's 
>> >> first time contributing to beam (the First Time Contributor badge is 
>> >> instrumental here), and manually thank them and welcome them to Beam.
>> >>
>> >> Seems more meaningful for the merging comitter to do it rather than an 
>> >> automated process.
>> >>
>> >> Maybe i just have bad experiences with automated phone trees
>> >>
>> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev 
>> >>  wrote:
>> >>>
>> >>> If the merge message is a key part of this then I'm fine using 
>> >>> behaviorbot (though I think a PMC member would need to install it, I 
>> >>> don't have the right permission set).
>> >>>
>> >>> > I'd also be happy to leverage first-interaction for everything it can 
>> >>> > do, and only use welcome-bot for the things that aren't met elsewhere 
>> >>> > [ also happy to eventually remove welcome-bot, ex: after that ASF 
>> >>> > campaign or once a suitable off-the-shelf replacement comes along ]
>> >>>
>> >>> I don't think we should do this, there's not really a benefit gained if 
>> >>> we're still using welcome-bot.
>> >>>
>> >>> > @Danny McCormick - any idea whether there is another tool that can 
>> >>> > help with messaging on first-pr-merge that we'd be more happy with [ I 
>> >>> > can search around some if that's the path ]?
>> >>>
>> >>> My best alternative would be actions/first-interaction for first 
>> >>> issues/prs opened and a custom workflow using an if/else and 
>> >>> actions/comment-pull-request for the pr merge comment, that is probably 
>> >>> more trouble than it is worth though (>10 lines of code for something 
>> >>> that can just be config).
>> >>>
>> >>> > And/or since I imagine you might know GH Action internals [ IIRC you 
>> >>> > had worked with/for that organization ] better than me at the moment, 
>> >>> > do you think that's functionality that could straightforwardly be 
>> >>> > added to first-interaction [ if they would accept a PR ]
>> >>>
>> >>> This wouldn't be too hard codewise, but the team hasn't been especially 
>> >>> responsive on external code reviews, so I wouldn't block on this route.
>> >>>
>> >>> Thanks,
>> >>> Danny
>> >

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Austin Bennett
It is fantastic if generally able to address welcoming newcomers
manually [ @Robert
Burke  ! ] .  Community communication, human connection
[ ex: community > code

]
ideal!!  In this particular case, I imagine automation does not contradict
- nor detract from - the manual/human touch.

As shared, the very specific use case I had in mind was to support -->
https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
...
I wanted to send a message thanking for someone's first PR merge, and
encourage them to fill out the form  (
while that campaign is active.  In that case, I did imagine a static [
meaning hardcoded, non-changing ] message that prompts them at the moment
that they make their real first code contribution [ as it gets merged ],
since that would be most relevant and immediate feedback.

If we think overkill, no problem either.  If an issue with choosing to use
a bot, vs a GH action - I can also spend time to create a custom GH Action
that accommodates that.  But, that might not be worthwhile if the discussed
use case isn't functionality we even want as part of the project.

On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
wrote:

> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles  wrote:
> >
> > Agree with Robert here. The human connection is important. Can we have a
> behaviorbot that reminds the reviewer to be extra welcoming up front, and
> then thankful afterwards, instead? :-)
>
> +1
>
> > That said, a bot comment would at least state our intention of being
> welcoming and grateful, even if we then do not live up to it perfectly. It
> isn't very different than having it in the PR template or
> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
> presents to first time contributors. I tend to favor static text that can
> be referred to over dynamic text posted by code in special circumstances.
> But I think hitting this from all angles, for different sorts of people in
> the world, is fine, if the maintenance burden is very low (which it appears
> to be)
>
> I think the primary value in such a bot is to set expectations/inform
> the contributor of something they might not know but is relevant to
> their action. Otherwise, I am more in favor of static text somewhere
> they're sure to encounter it (and there are benefits to doing it
> before they create a PR, e.g. as part of a template, rather than
> after).
>
>
> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
> wrote:
> >>
> >> I can't speak for all committers but I'm always aware when it's
> someone's first time contributing to beam (the First Time Contributor badge
> is instrumental here), and manually thank them and welcome them to Beam.
> >>
> >> Seems more meaningful for the merging comitter to do it rather than an
> automated process.
> >>
> >> Maybe i just have bad experiences with automated phone trees
> >>
> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
> dev@beam.apache.org> wrote:
> >>>
> >>> If the merge message is a key part of this then I'm fine using
> behaviorbot (though I think a PMC member would need to install it, I don't
> have the right permission set).
> >>>
> >>> > I'd also be happy to leverage first-interaction for everything it
> can do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
> >>>
> >>> I don't think we should do this, there's not really a benefit gained
> if we're still using welcome-bot.
> >>>
> >>> > @Danny McCormick - any idea whether there is another tool that can
> help with messaging on first-pr-merge that we'd be more happy with [ I can
> search around some if that's the path ]?
> >>>
> >>> My best alternative would be actions/first-interaction for first
> issues/prs opened and a custom workflow using an if/else and
> actions/comment-pull-request for the pr merge comment, that is probably
> more trouble than it is worth though (>10 lines of code for something that
> can just be config).
> >>>
> >>> > And/or since I imagine you might know GH Action internals [ IIRC you
> had worked with/for that organization ] better than me at the moment, do
> you think that's functionality that could straightforwardly be added to
> first-interaction [ if they would accept a PR ]
> >>>
> >>> This wouldn't be too hard codewise, but the team hasn't been
> especially responsive on external code reviews, so I wouldn't block on this
> route.
> >>>
> >>> Thanks,
> >>> Danny
> >>>
> >>> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett <
> whatwouldausti...@gmail.com> wrote:
> 
>  There are lots of great places for messages/encouragement to
> developers as they work more into our community.  Though, PR merge messages
> would potentially be q

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Bradshaw via dev
On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles  wrote:
>
> Agree with Robert here. The human connection is important. Can we have a 
> behaviorbot that reminds the reviewer to be extra welcoming up front, and 
> then thankful afterwards, instead? :-)

+1

> That said, a bot comment would at least state our intention of being 
> welcoming and grateful, even if we then do not live up to it perfectly. It 
> isn't very different than having it in the PR template or 
> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub presents 
> to first time contributors. I tend to favor static text that can be referred 
> to over dynamic text posted by code in special circumstances. But I think 
> hitting this from all angles, for different sorts of people in the world, is 
> fine, if the maintenance burden is very low (which it appears to be)

I think the primary value in such a bot is to set expectations/inform
the contributor of something they might not know but is relevant to
their action. Otherwise, I am more in favor of static text somewhere
they're sure to encounter it (and there are benefits to doing it
before they create a PR, e.g. as part of a template, rather than
after).


> On Tue, Feb 21, 2023 at 10:01 AM Robert Burke  wrote:
>>
>> I can't speak for all committers but I'm always aware when it's someone's 
>> first time contributing to beam (the First Time Contributor badge is 
>> instrumental here), and manually thank them and welcome them to Beam.
>>
>> Seems more meaningful for the merging comitter to do it rather than an 
>> automated process.
>>
>> Maybe i just have bad experiences with automated phone trees
>>
>> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev  
>> wrote:
>>>
>>> If the merge message is a key part of this then I'm fine using behaviorbot 
>>> (though I think a PMC member would need to install it, I don't have the 
>>> right permission set).
>>>
>>> > I'd also be happy to leverage first-interaction for everything it can do, 
>>> > and only use welcome-bot for the things that aren't met elsewhere [ also 
>>> > happy to eventually remove welcome-bot, ex: after that ASF campaign or 
>>> > once a suitable off-the-shelf replacement comes along ]
>>>
>>> I don't think we should do this, there's not really a benefit gained if 
>>> we're still using welcome-bot.
>>>
>>> > @Danny McCormick - any idea whether there is another tool that can help 
>>> > with messaging on first-pr-merge that we'd be more happy with [ I can 
>>> > search around some if that's the path ]?
>>>
>>> My best alternative would be actions/first-interaction for first issues/prs 
>>> opened and a custom workflow using an if/else and 
>>> actions/comment-pull-request for the pr merge comment, that is probably 
>>> more trouble than it is worth though (>10 lines of code for something that 
>>> can just be config).
>>>
>>> > And/or since I imagine you might know GH Action internals [ IIRC you had 
>>> > worked with/for that organization ] better than me at the moment, do you 
>>> > think that's functionality that could straightforwardly be added to 
>>> > first-interaction [ if they would accept a PR ]
>>>
>>> This wouldn't be too hard codewise, but the team hasn't been especially 
>>> responsive on external code reviews, so I wouldn't block on this route.
>>>
>>> Thanks,
>>> Danny
>>>
>>> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett 
>>>  wrote:

 There are lots of great places for messages/encouragement to developers as 
 they work more into our community.  Though, PR merge messages would 
 potentially be quite valuable [ for ex: 
 https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
  ... specifically, I wanted to send a message thanking for someone's first 
 PR merge, and encourage them to fill out the form ( while that campaign is 
 active ), so that they then write up something for ASF to publish, which 
 in-turn increases the visibility of Beam :-) and Beam as a great example 
 of a healthy ASF project ].

 No disagreement that if something exists off-the-shelf that is actions 
 based that is a plenty fine way to proceed.  For the shared use-case, the 
 PR merge is the ideal place to message.

 Alternatives:
 * I'd also be happy to leverage first-interaction for everything it can 
 do, and only use welcome-bot for the things that aren't met elsewhere [ 
 also happy to eventually remove welcome-bot, ex: after that ASF campaign 
 or once a suitable off-the-shelf replacement comes along ]
 or
 * @Danny McCormick - any idea whether there is another tool that can help 
 with messaging on first-pr-merge that we'd be more happy with [ I can 
 search around some if that's the path ]?  And/or since I imagine you might 
 know GH Action internals [ IIRC you had worked with/for that organization 
 ] better than me at the moment, do you think that's functionality that 
>

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Kenneth Knowles
Agree with Robert here. The human connection is important. Can we have a
behaviorbot that reminds the reviewer to be extra welcoming up front, and
then thankful afterwards, instead? :-)

That said, a bot comment would at least state our intention of being
welcoming and grateful, even if we then do not live up to it perfectly. It
isn't very different than having it in the PR template or
https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
presents to first time contributors. I tend to favor static text that can
be referred to over dynamic text posted by code in special circumstances.
But I think hitting this from all angles, for different sorts of people in
the world, is fine, if the maintenance burden is very low (which it appears
to be)

Kenn

On Tue, Feb 21, 2023 at 10:01 AM Robert Burke  wrote:

> I can't speak for all committers but I'm always aware when it's someone's
> first time contributing to beam (the First Time Contributor badge is
> instrumental here), and manually thank them and welcome them to Beam.
>
> Seems more meaningful for the merging comitter to do it rather than an
> automated process.
>
> Maybe i just have bad experiences with automated phone trees
>
> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev 
> wrote:
>
>> If the merge message is a key part of this then I'm fine using
>> behaviorbot (though I think a PMC member would need to install it, I don't
>> have the right permission set).
>>
>> > I'd also be happy to leverage first-interaction for everything it can
>> do, and only use welcome-bot for the things that aren't met elsewhere [
>> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
>> once a suitable off-the-shelf replacement comes along ]
>>
>> I don't think we should do this, there's not really a benefit gained if
>> we're still using welcome-bot.
>>
>> > @Danny McCormick  - any idea whether there
>> is another tool that can help with messaging on first-pr-merge that we'd be
>> more happy with [ I can search around some if that's the path ]?
>>
>> My best alternative would be actions/first-interaction for first
>> issues/prs opened and a custom workflow using an if/else and
>> actions/comment-pull-request
>>  for the pr
>> merge comment, that is probably more trouble than it is worth though (>10
>> lines of code for something that can just be config).
>>
>> > And/or since I imagine you might know GH Action internals [ IIRC you
>> had worked with/for that organization ] better than me at the moment, do
>> you think that's functionality that could straightforwardly be added to
>> first-interaction  [ if
>> they would accept a PR ]
>>
>> This wouldn't be too hard codewise, but the team hasn't been especially
>> responsive on external code reviews, so I wouldn't block on this route.
>>
>> Thanks,
>> Danny
>>
>> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett <
>> whatwouldausti...@gmail.com> wrote:
>>
>>> There are lots of great places for messages/encouragement to developers
>>> as they work more into our community.  Though, PR merge messages would
>>> potentially be quite valuable [ for ex:
>>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>>> ... specifically, I wanted to send a message thanking for someone's first
>>> PR merge, and encourage them to fill out the form
>>>  ( while that campaign is active
>>> ), so that they then write up something for ASF to publish, which in-turn
>>> increases the visibility of Beam :-) and Beam as a great example of a
>>> healthy ASF project ].
>>>
>>> No disagreement that if something exists off-the-shelf that is actions
>>> based that is a plenty fine way to proceed.  For the shared use-case, the
>>> PR merge is the ideal place to message.
>>>
>>> Alternatives:
>>> * I'd also be happy to leverage first-interaction for everything it can
>>> do, and only use welcome-bot for the things that aren't met elsewhere [
>>> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
>>> once a suitable off-the-shelf replacement comes along ]
>>> or
>>> * @Danny McCormick  - any idea whether there
>>> is another tool that can help with messaging on first-pr-merge that we'd be
>>> more happy with [ I can search around some if that's the path ]?  And/or
>>> since I imagine you might know GH Action internals [ IIRC you had worked
>>> with/for that organization ] better than me at the moment, do you think
>>> that's functionality that could straightforwardly be added to
>>> first-interaction  [ if
>>> they would accept a PR ].  Else, if we think the APIs support a
>>> decent/straightforward design, I can always create a custom GH action.  I
>>> can dig in there if that's the route needed to accomplish, but thought you
>>> might recall the GH APIs better than m

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Burke
I can't speak for all committers but I'm always aware when it's someone's
first time contributing to beam (the First Time Contributor badge is
instrumental here), and manually thank them and welcome them to Beam.

Seems more meaningful for the merging comitter to do it rather than an
automated process.

Maybe i just have bad experiences with automated phone trees

On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev 
wrote:

> If the merge message is a key part of this then I'm fine using
> behaviorbot (though I think a PMC member would need to install it, I don't
> have the right permission set).
>
> > I'd also be happy to leverage first-interaction for everything it can
> do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
>
> I don't think we should do this, there's not really a benefit gained if
> we're still using welcome-bot.
>
> > @Danny McCormick  - any idea whether there
> is another tool that can help with messaging on first-pr-merge that we'd be
> more happy with [ I can search around some if that's the path ]?
>
> My best alternative would be actions/first-interaction for first
> issues/prs opened and a custom workflow using an if/else and
> actions/comment-pull-request
>  for the pr
> merge comment, that is probably more trouble than it is worth though (>10
> lines of code for something that can just be config).
>
> > And/or since I imagine you might know GH Action internals [ IIRC you had
> worked with/for that organization ] better than me at the moment, do you
> think that's functionality that could straightforwardly be added to
> first-interaction  [ if
> they would accept a PR ]
>
> This wouldn't be too hard codewise, but the team hasn't been especially
> responsive on external code reviews, so I wouldn't block on this route.
>
> Thanks,
> Danny
>
> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett <
> whatwouldausti...@gmail.com> wrote:
>
>> There are lots of great places for messages/encouragement to developers
>> as they work more into our community.  Though, PR merge messages would
>> potentially be quite valuable [ for ex:
>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>> ... specifically, I wanted to send a message thanking for someone's first
>> PR merge, and encourage them to fill out the form
>>  ( while that campaign is active
>> ), so that they then write up something for ASF to publish, which in-turn
>> increases the visibility of Beam :-) and Beam as a great example of a
>> healthy ASF project ].
>>
>> No disagreement that if something exists off-the-shelf that is actions
>> based that is a plenty fine way to proceed.  For the shared use-case, the
>> PR merge is the ideal place to message.
>>
>> Alternatives:
>> * I'd also be happy to leverage first-interaction for everything it can
>> do, and only use welcome-bot for the things that aren't met elsewhere [
>> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
>> once a suitable off-the-shelf replacement comes along ]
>> or
>> * @Danny McCormick  - any idea whether there
>> is another tool that can help with messaging on first-pr-merge that we'd be
>> more happy with [ I can search around some if that's the path ]?  And/or
>> since I imagine you might know GH Action internals [ IIRC you had worked
>> with/for that organization ] better than me at the moment, do you think
>> that's functionality that could straightforwardly be added to
>> first-interaction  [ if
>> they would accept a PR ].  Else, if we think the APIs support a
>> decent/straightforward design, I can always create a custom GH action.  I
>> can dig in there if that's the route needed to accomplish, but thought you
>> might recall the GH APIs better than my current knowledge.  Thoughts?
>>
>>
>> On Mon, Feb 20, 2023 at 6:47 PM Danny McCormick via dev <
>> dev@beam.apache.org> wrote:
>>
>>> Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
>>> https://github.com/actions/first-interaction instead though.
>>>
>>> The pros I see are:
>>> - (minor) we don't need to install the bot (which would require infra
>>> approval I believe)
>>> - GitHub has generally lowered (if not completely deprecated) probot
>>> apps in favor of actions
>>> - it matches our other automations which are all actions based
>>>
>>> The only con I see:
>>> - actions/first-interaction doesn't support PR merge messages (
>>> https://github.com/behaviorbot/welcome#first-pr-merge)
>>>
>>> If you put up a PR for `first-interaction`, I'm happy to review/merge
>>> (barring further disagreement on this thread).
>>>
>>> Thanks,
>>> Danny
>>>
>>> On Mon, Feb 20, 2023 at 4:33 PM Aus

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Danny McCormick via dev
If the merge message is a key part of this then I'm fine using
behaviorbot (though I think a PMC member would need to install it, I don't
have the right permission set).

> I'd also be happy to leverage first-interaction for everything it can do,
and only use welcome-bot for the things that aren't met elsewhere [ also
happy to eventually remove welcome-bot, ex: after that ASF campaign or once
a suitable off-the-shelf replacement comes along ]

I don't think we should do this, there's not really a benefit gained if
we're still using welcome-bot.

> @Danny McCormick  - any idea whether there is
another tool that can help with messaging on first-pr-merge that we'd be
more happy with [ I can search around some if that's the path ]?

My best alternative would be actions/first-interaction for first issues/prs
opened and a custom workflow using an if/else and
actions/comment-pull-request
 for the pr
merge comment, that is probably more trouble than it is worth though (>10
lines of code for something that can just be config).

> And/or since I imagine you might know GH Action internals [ IIRC you had
worked with/for that organization ] better than me at the moment, do you
think that's functionality that could straightforwardly be added to
first-interaction  [ if they
would accept a PR ]

This wouldn't be too hard codewise, but the team hasn't been especially
responsive on external code reviews, so I wouldn't block on this route.

Thanks,
Danny

On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett 
wrote:

> There are lots of great places for messages/encouragement to developers as
> they work more into our community.  Though, PR merge messages would
> potentially be quite valuable [ for ex:
> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
> ... specifically, I wanted to send a message thanking for someone's first
> PR merge, and encourage them to fill out the form
>  ( while that campaign is active
> ), so that they then write up something for ASF to publish, which in-turn
> increases the visibility of Beam :-) and Beam as a great example of a
> healthy ASF project ].
>
> No disagreement that if something exists off-the-shelf that is actions
> based that is a plenty fine way to proceed.  For the shared use-case, the
> PR merge is the ideal place to message.
>
> Alternatives:
> * I'd also be happy to leverage first-interaction for everything it can
> do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
> or
> * @Danny McCormick  - any idea whether there
> is another tool that can help with messaging on first-pr-merge that we'd be
> more happy with [ I can search around some if that's the path ]?  And/or
> since I imagine you might know GH Action internals [ IIRC you had worked
> with/for that organization ] better than me at the moment, do you think
> that's functionality that could straightforwardly be added to
> first-interaction  [ if
> they would accept a PR ].  Else, if we think the APIs support a
> decent/straightforward design, I can always create a custom GH action.  I
> can dig in there if that's the route needed to accomplish, but thought you
> might recall the GH APIs better than my current knowledge.  Thoughts?
>
>
> On Mon, Feb 20, 2023 at 6:47 PM Danny McCormick via dev <
> dev@beam.apache.org> wrote:
>
>> Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
>> https://github.com/actions/first-interaction instead though.
>>
>> The pros I see are:
>> - (minor) we don't need to install the bot (which would require infra
>> approval I believe)
>> - GitHub has generally lowered (if not completely deprecated) probot apps
>> in favor of actions
>> - it matches our other automations which are all actions based
>>
>> The only con I see:
>> - actions/first-interaction doesn't support PR merge messages (
>> https://github.com/behaviorbot/welcome#first-pr-merge)
>>
>> If you put up a PR for `first-interaction`, I'm happy to review/merge
>> (barring further disagreement on this thread).
>>
>> Thanks,
>> Danny
>>
>> On Mon, Feb 20, 2023 at 4:33 PM Austin Bennett  wrote:
>>
>>> Hi Devs,
>>>
>>> I'd like us to consider adding behaviorbot
>>> , and specifically behaviorbot/welcome
>>>  to beam's repo.  This will
>>> allow us to easily have a bit of messaging to new contributors.  Ex: on
>>> first issue creation and/or first PR.  Such messaging gets defined in
>>> `.github/config.yml` ...
>>>
>>> I imagine this is not particularly contentious.  If we do believe fine,
>>> can someone install: https://github.com/apps/welcome to our repo?  Once
>>> in the repo, I c

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Austin Bennett
There are lots of great places for messages/encouragement to developers as
they work more into our community.  Though, PR merge messages would
potentially be quite valuable [ for ex:
https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
... specifically, I wanted to send a message thanking for someone's first
PR merge, and encourage them to fill out the form
 ( while that campaign is active ), so
that they then write up something for ASF to publish, which in-turn
increases the visibility of Beam :-) and Beam as a great example of a
healthy ASF project ].

No disagreement that if something exists off-the-shelf that is actions
based that is a plenty fine way to proceed.  For the shared use-case, the
PR merge is the ideal place to message.

Alternatives:
* I'd also be happy to leverage first-interaction for everything it can do,
and only use welcome-bot for the things that aren't met elsewhere [ also
happy to eventually remove welcome-bot, ex: after that ASF campaign or once
a suitable off-the-shelf replacement comes along ]
or
* @Danny McCormick  - any idea whether there is
another tool that can help with messaging on first-pr-merge that we'd be
more happy with [ I can search around some if that's the path ]?  And/or
since I imagine you might know GH Action internals [ IIRC you had worked
with/for that organization ] better than me at the moment, do you think
that's functionality that could straightforwardly be added to
first-interaction  [ if they
would accept a PR ].  Else, if we think the APIs support a
decent/straightforward design, I can always create a custom GH action.  I
can dig in there if that's the route needed to accomplish, but thought you
might recall the GH APIs better than my current knowledge.  Thoughts?


On Mon, Feb 20, 2023 at 6:47 PM Danny McCormick via dev 
wrote:

> Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
> https://github.com/actions/first-interaction instead though.
>
> The pros I see are:
> - (minor) we don't need to install the bot (which would require infra
> approval I believe)
> - GitHub has generally lowered (if not completely deprecated) probot apps
> in favor of actions
> - it matches our other automations which are all actions based
>
> The only con I see:
> - actions/first-interaction doesn't support PR merge messages (
> https://github.com/behaviorbot/welcome#first-pr-merge)
>
> If you put up a PR for `first-interaction`, I'm happy to review/merge
> (barring further disagreement on this thread).
>
> Thanks,
> Danny
>
> On Mon, Feb 20, 2023 at 4:33 PM Austin Bennett  wrote:
>
>> Hi Devs,
>>
>> I'd like us to consider adding behaviorbot
>> , and specifically behaviorbot/welcome
>>  to beam's repo.  This will
>> allow us to easily have a bit of messaging to new contributors.  Ex: on
>> first issue creation and/or first PR.  Such messaging gets defined in
>> `.github/config.yml` ...
>>
>> I imagine this is not particularly contentious.  If we do believe fine,
>> can someone install: https://github.com/apps/welcome to our repo?  Once
>> in the repo, I can configure [ and get a review for ] the messaging for the
>> various conditions [ to live in `.github/config.yml`  ]
>>
>> Thanks,
>> Austin
>>
>


Re: new contributor messaging: behaviorbot/welcome

2023-02-20 Thread Danny McCormick via dev
Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
https://github.com/actions/first-interaction instead though.

The pros I see are:
- (minor) we don't need to install the bot (which would require infra
approval I believe)
- GitHub has generally lowered (if not completely deprecated) probot apps
in favor of actions
- it matches our other automations which are all actions based

The only con I see:
- actions/first-interaction doesn't support PR merge messages (
https://github.com/behaviorbot/welcome#first-pr-merge)

If you put up a PR for `first-interaction`, I'm happy to review/merge
(barring further disagreement on this thread).

Thanks,
Danny

On Mon, Feb 20, 2023 at 4:33 PM Austin Bennett  wrote:

> Hi Devs,
>
> I'd like us to consider adding behaviorbot
> , and specifically behaviorbot/welcome
>  to beam's repo.  This will allow
> us to easily have a bit of messaging to new contributors.  Ex: on first
> issue creation and/or first PR.  Such messaging gets defined in
> `.github/config.yml` ...
>
> I imagine this is not particularly contentious.  If we do believe fine,
> can someone install: https://github.com/apps/welcome to our repo?  Once
> in the repo, I can configure [ and get a review for ] the messaging for the
> various conditions [ to live in `.github/config.yml`  ]
>
> Thanks,
> Austin
>


Re: New Contributor

2021-05-19 Thread Alexey Romanenko
Hi Tom,

Thanks for working on this! 

I added you as a contributor, welcome to Beam! 
Feel free to ping me for review once it will be ready.

—
Alexey

> On 19 May 2021, at 11:51, Tom Underhill  wrote:
> 
> Hi All,
> 
> I'd like to contribute an improvement to the Kafka.io module, specifically 
> this issue BEAM-11851 . 
> Could I be added as a contributor to the Beam issue tracker please?  My 
> username is: tunderhill
> 
> Many Thanks!
> 
> Tom.



Re: New Contributor - Jira Access

2021-05-18 Thread Alexey Romanenko
Hi Heidi,

I added you as a contributor, feel free to assign this Jira for yourself. 

Welcome!

—
Alexey

> On 18 May 2021, at 11:04, Heidi Hurst  wrote:
> 
> Hi all - 
> 
> I'm Heidi, new to the Beam ecosystem.  I'd like to contribute to a small 
> improvement in the Python SDK (Jira ticket [1]) to allow WithKeys to take 
> function args & kwargs.  Could I be added as a contributor to the Beam issue 
> tracker please?  Username is heidi_pachama.
> 
> 
> Thanks (and thanks all for your great work!)
> Heidi
> 
> [1] https://issues.apache.org/jira/browse/BEAM-12357 
> 
> 
> -- 
> 
> Heidi Hurst (she/her/hers)
> he...@pachama.com 
> 
> Pachama <> | Restoring Nature to solve climate change
> 
> ** Emails are sent during my work hours 
> (usually 0100-0500 & 0800-1200h PT).  
> Please feel free to respond during yours!



Re: New Contributor to Beam

2020-09-08 Thread Ahmet Altay
Added you as a contributor. Welcome!

On Tue, Sep 8, 2020 at 10:41 AM Ayoub Ennassiri  wrote:

> Hi all,
>
> I've been using Apache Beam for a while. After the last Beam summit
> (thanks to everyone who helped to organize it), I decided to become a
> contributor.
>
> The onboarding documents and the developer guides are very helpful.
>
> I would like to be added as a Jira contributor so that I can assign issues
> to myself. My ASF Jira Username is *aennassiri*.
>
> I will start with BEAM-10705
> :
>
> Kind regards,
> --
> *Ayoub ENNASSIRI*
>


Re: New Contributor Intro

2020-04-17 Thread Ahmet Altay
Welcome!

On Fri, Apr 17, 2020 at 12:41 PM Ismaël Mejía  wrote:

> Done, assigned BEAM-9502 to you, you can also now self assign tickets too.
> Welcome!
>
>
> On Fri, Apr 17, 2020 at 8:15 PM Cameron Morgan
>  wrote:
> >
> > Hello everyone,
> >
> > I would like the permission to contribute to Beam.
> >
> > Jira: cameron-p-m
> > GitHub: cameron-p-m
> >
> > The issue I fixed locally:
> https://issues.apache.org/jira/browse/BEAM-9502
> > I have spoken to Jira:yaronneuman(akaneuman.ya...@gmail.com) about
> owning the issue, and I have a local fix.
> >
> > Thank you,
> > Cameron
>


Re: New Contributor Intro

2020-04-17 Thread Ismaël Mejía
Done, assigned BEAM-9502 to you, you can also now self assign tickets too.
Welcome!


On Fri, Apr 17, 2020 at 8:15 PM Cameron Morgan
 wrote:
>
> Hello everyone,
>
> I would like the permission to contribute to Beam.
>
> Jira: cameron-p-m
> GitHub: cameron-p-m
>
> The issue I fixed locally: https://issues.apache.org/jira/browse/BEAM-9502
> I have spoken to Jira:yaronneuman(akaneuman.ya...@gmail.com) about owning the 
> issue, and I have a local fix.
>
> Thank you,
> Cameron


Re: New Contributor Intro

2020-04-17 Thread Austin Bennett
Nice, welcome to the project, Cameron -- many of us met back at Beam Summit
EU/Berlin!

I don't have the permissions to assign you, but imagine someone will take
care of that soon.

On Fri, Apr 17, 2020 at 11:15 AM Cameron Morgan 
wrote:

> Hello everyone,
>
> I would like the permission to contribute to Beam.
>
> Jira: cameron-p-m
> GitHub: cameron-p-m
>
> The issue I fixed locally: https://issues.apache.org/jira/browse/BEAM-9502
> I have spoken to Jira:yaronneuman(akaneuman.ya...@gmail.com) about owning
> the issue, and I have a local fix.
>
> Thank you,
> Cameron
>


Re: New contributor to Beam documentation

2020-02-03 Thread Chamikara Jayalath
Welcome, Dave !!

On Fri, Jan 31, 2020, 3:23 PM Ahmet Altay  wrote:

> Welcome!
>
> On Fri, Jan 31, 2020 at 12:03 PM Kyle Weaver  wrote:
>
>> Hi Dave,
>>
>> Welcome to Beam! Looking forward to working with you :)
>>
>> Kyle
>>
>> On Fri, Jan 31, 2020 at 11:17 AM Dave Wrede  wrote:
>>
>>> Hi all,
>>>
>>> I'm Dave and I recently started working on Dataflow documentation. In
>>> addition, I will also be spending some of my time contributing to the Beam
>>> docs, when needed. I have a strong passion for great learning experiences
>>> and welcome feedback on how we can make Beam more approachable and useful
>>> for all audience types.
>>>
>>> Thanks and I look forward to working with you all!
>>>
>>> - Dave
>>>
>>>


Re: New contributor to Beam documentation

2020-01-31 Thread Ahmet Altay
Welcome!

On Fri, Jan 31, 2020 at 12:03 PM Kyle Weaver  wrote:

> Hi Dave,
>
> Welcome to Beam! Looking forward to working with you :)
>
> Kyle
>
> On Fri, Jan 31, 2020 at 11:17 AM Dave Wrede  wrote:
>
>> Hi all,
>>
>> I'm Dave and I recently started working on Dataflow documentation. In
>> addition, I will also be spending some of my time contributing to the Beam
>> docs, when needed. I have a strong passion for great learning experiences
>> and welcome feedback on how we can make Beam more approachable and useful
>> for all audience types.
>>
>> Thanks and I look forward to working with you all!
>>
>> - Dave
>>
>>


Re: New contributor to Beam documentation

2020-01-31 Thread Kyle Weaver
Hi Dave,

Welcome to Beam! Looking forward to working with you :)

Kyle

On Fri, Jan 31, 2020 at 11:17 AM Dave Wrede  wrote:

> Hi all,
>
> I'm Dave and I recently started working on Dataflow documentation. In
> addition, I will also be spending some of my time contributing to the Beam
> docs, when needed. I have a strong passion for great learning experiences
> and welcome feedback on how we can make Beam more approachable and useful
> for all audience types.
>
> Thanks and I look forward to working with you all!
>
> - Dave
>
>


Re: New contributor

2020-01-28 Thread Ludovic Boutros
Thanks Ismaël !



Le mar. 28 janv. 2020 à 12:08, Ismaël Mejía  a écrit :

> You were added to JIRA. Enjoy!
>
> On Tue, Jan 28, 2020 at 12:04 PM Ludovic Boutros 
> wrote:
>
>> Dear all,
>>
>> please, could you add me as a contributor in Jira ? My user name is
>> lboutros.
>>
>> Thank you,
>>
>> Ludovic.
>>
>


Re: New contributor

2020-01-28 Thread Jean-Baptiste Onofré
Welcome aboard.

Regards
JB

On 28/01/2020 14:14, Ludovic Boutros wrote:
> Thanks Ismaël !
> 
> 
> 
> Le mar. 28 janv. 2020 à 12:08, Ismaël Mejía  > a écrit :
> 
> You were added to JIRA. Enjoy!
> 
> On Tue, Jan 28, 2020 at 12:04 PM Ludovic Boutros  > wrote:
> 
> Dear all,
> 
> please, could you add me as a contributor in Jira ? My user name
> is lboutros.
> 
> Thank you,
> 
> Ludovic.
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: New contributor

2020-01-28 Thread Ismaël Mejía
You were added to JIRA. Enjoy!

On Tue, Jan 28, 2020 at 12:04 PM Ludovic Boutros  wrote:

> Dear all,
>
> please, could you add me as a contributor in Jira ? My user name is
> lboutros.
>
> Thank you,
>
> Ludovic.
>


Re: New contributor

2020-01-27 Thread Ahmet Altay
Done. Added xbhuang to the list of contributors.

On Mon, Jan 27, 2020 at 10:45 AM Xinbin Huang  wrote:

> Hi
>
> This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work.
>
> My Jira username is xbhuang .
>
> Thanks
> Bin
>
>>


Re: New contributor

2020-01-27 Thread Xinbin Huang
Hi

This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
issue tracker? I would like to create/assign tickets for my work.

My Jira username is xbhuang .

Thanks
Bin

>


Re: New contributor

2020-01-25 Thread Ismaël Mejía
Done, Welcome to the project!

On Sat, Jan 25, 2020 at 11:28 AM Jeffrey Sorensen  wrote:

>
> Can you add me as a contributor - thanks
>
> Jira profile username is Sorensen
> github sorensenjs
>


Re: New contributor

2020-01-24 Thread Xinbin Huang
Oh sorry, forgot to paste it here. My username is xbhuang .

Thanks


On Fri, Jan 24, 2020, 4:25 PM Ahmet Altay  wrote:

> Welcome. What is your jira user name?
>
> On Fri, Jan 24, 2020 at 1:25 PM Xinbin Huang 
> wrote:
>
>> Hi
>>
>> This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
>> issue tracker? I would like to create/assign tickets for my work.
>>
>> Thanks
>> Bin
>>
>


Re: New contributor

2020-01-24 Thread Ahmet Altay
Welcome. What is your jira user name?

On Fri, Jan 24, 2020 at 1:25 PM Xinbin Huang  wrote:

> Hi
>
> This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work.
>
> Thanks
> Bin
>


Re: New contributor

2020-01-23 Thread Ismaël Mejía
Done. Welcome to Beam!

On Thu, Jan 23, 2020 at 1:58 PM Nicholas Got  wrote:

> Hi,
>
> This is Nicholas Got. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work. ASF Jira
> username: ngot
>
> Regards,
> Nicholas Got
>


Re: New Contributor

2019-11-09 Thread Luke Cwik
Welcome, I have added you as a contributor.

On Fri, Nov 8, 2019 at 3:14 PM Yang Zhang 
wrote:

> Hello Beam community,
>
> This is Yang from LinkedIn. I am closely working with Xinyu on adopting
> Beam SQL in LinkedIn. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work. My Jira
> ID is *yangzhang*. Thanks!
>
> Best,
> Yang
>


Re: New Contributor

2019-11-08 Thread Luke Cwik
Welcome, I have added you as a contributor.

On Fri, Nov 8, 2019 at 10:16 AM Andrew Crites  wrote:

> It's crites. Thanks!
>
> On Thu, Nov 7, 2019 at 3:06 PM Kyle Weaver  wrote:
>
>> Can you please share your Jira username?
>>
>> On Thu, Nov 7, 2019 at 3:04 PM Andrew Crites 
>> wrote:
>>
>>> This is Andrew Crites. I'm making some changes to the Python Dataflow
>>> runner. Can someone add me as a contributor for Beam's Jira issue tracker?
>>> Apparently I can't be assigned issues right now.
>>>
>>> Thanks!
>>>
>>


Re: New Contributor

2019-11-08 Thread Andrew Crites
It's crites. Thanks!

On Thu, Nov 7, 2019 at 3:06 PM Kyle Weaver  wrote:

> Can you please share your Jira username?
>
> On Thu, Nov 7, 2019 at 3:04 PM Andrew Crites 
> wrote:
>
>> This is Andrew Crites. I'm making some changes to the Python Dataflow
>> runner. Can someone add me as a contributor for Beam's Jira issue tracker?
>> Apparently I can't be assigned issues right now.
>>
>> Thanks!
>>
>


Re: New Contributor

2019-11-07 Thread Kyle Weaver
Can you please share your Jira username?

On Thu, Nov 7, 2019 at 3:04 PM Andrew Crites 
wrote:

> This is Andrew Crites. I'm making some changes to the Python Dataflow
> runner. Can someone add me as a contributor for Beam's Jira issue tracker?
> Apparently I can't be assigned issues right now.
>
> Thanks!
>


Re: New contributor to BEAM SQL

2019-09-16 Thread Lukasz Cwik
Welcome Kirill, I have granted you the JIRA permissions you requested.

On Mon, Sep 16, 2019 at 10:59 AM Kirill Kozlov 
wrote:

> Hello everyone!
>
> My name is Kirill Kozlov, I recently joined a Dataflow team at Google and
> will be working on SQL filter pushdown.
> Can I get permission to work issues in jira, my username is: kirillkozlov
> Looking forward to developing Beam together!
>
> Thank you,
> Kirill Kozlov
>


Re: New contributor to Beam

2019-04-17 Thread Chamikara Jayalath
Welcome Cyrus!

On Wed, Apr 17, 2019 at 1:59 PM Matthias Baetens 
wrote:

> Welcome! 😄
>
> On Wed, Apr 17, 2019, 20:59 Alan Myrvold  wrote:
>
>> Welcome, Cyrus!
>>
>> On Wed, Apr 17, 2019 at 12:49 PM Ahmet Altay  wrote:
>>
>>> Welcome!
>>>
>>> On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen 
>>> wrote:
>>>
 Welcome, Cyrus!!

 On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
 niklas.sven.hans...@gmail.com> wrote:

> Welcome :)
>
> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
> aizha...@google.com>:
>
>> Welcome Cyrus! We'd love so much to have better docs for Beam [image:
>> 🎉][image: 🎉][image: 🎉] Thank you!
>>
>>
>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>> joanafil...@google.com> wrote:
>>
>>> Welcome Cyrus!
>>>
>>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
>>> wrote:
>>>
 Welcome!

 On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
 wrote:

> Welcome Cyrus! :D Yay better docs!
>
> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
> conne...@google.com> wrote:
>
>> Welcome Cyrus!!!
>>
>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
>> mig...@google.com> wrote:
>>
>>> Welcome!
>>>
>>> --Mikhail
>>>
>>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>>> meliss...@google.com> wrote:
>>>

 Welcome Cyrus!


 On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
 j...@nanthrax.net> wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam.
> I'm a
> > technical writer so I'm particularly looking forward to
> contributing to
> > the Beam docs. Could someone add me as a contributor on JIRA
> so I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with
> ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
 --
 Kyle Weaver | Software Engineer | github.com/ibzib |
 kcwea...@google.com | +1650203

>>>
>>>

 --
 Rose Thị Nguyễn

>>>


Re: New contributor to Beam

2019-04-17 Thread Matthias Baetens
Welcome! 😄

On Wed, Apr 17, 2019, 20:59 Alan Myrvold  wrote:

> Welcome, Cyrus!
>
> On Wed, Apr 17, 2019 at 12:49 PM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen  wrote:
>>
>>> Welcome, Cyrus!!
>>>
>>> On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
>>> niklas.sven.hans...@gmail.com> wrote:
>>>
 Welcome :)

 Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
 aizha...@google.com>:

> Welcome Cyrus! We'd love so much to have better docs for Beam [image:
> 🎉][image: 🎉][image: 🎉] Thank you!
>
>
> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
> joanafil...@google.com> wrote:
>
>> Welcome Cyrus!
>>
>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
>> wrote:
>>
>>> Welcome!
>>>
>>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
>>> wrote:
>>>
 Welcome Cyrus! :D Yay better docs!

 On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
 conne...@google.com> wrote:

> Welcome Cyrus!!!
>
> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
> mig...@google.com> wrote:
>
>> Welcome!
>>
>> --Mikhail
>>
>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>> meliss...@google.com> wrote:
>>
>>>
>>> Welcome Cyrus!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
>>> j...@nanthrax.net> wrote:
>>>
 Welcome !

 Regards
 JB

 On 17/04/2019 16:05, Cyrus Maden wrote:
 > Hi all!
 >
 > My name's Cyrus and I'd like to start contributing to Beam.
 I'm a
 > technical writer so I'm particularly looking forward to
 contributing to
 > the Beam docs. Could someone add me as a contributor on JIRA
 so I can
 > create and assign tickets?
 >
 > My JIRA name is: *cyrusmaden*
 > *
 > *
 > Excited to be a part of this community and to work with ya'll!
 >
 > Best,
 > Cyrus

 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com

>>> --
>>> Kyle Weaver | Software Engineer | github.com/ibzib |
>>> kcwea...@google.com | +1650203
>>>
>>
>>
>>>
>>> --
>>> Rose Thị Nguyễn
>>>
>>


Re: New contributor to Beam

2019-04-17 Thread Alan Myrvold
Welcome, Cyrus!

On Wed, Apr 17, 2019 at 12:49 PM Ahmet Altay  wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen  wrote:
>
>> Welcome, Cyrus!!
>>
>> On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
>> niklas.sven.hans...@gmail.com> wrote:
>>
>>> Welcome :)
>>>
>>> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
>>> aizha...@google.com>:
>>>
 Welcome Cyrus! We'd love so much to have better docs for Beam [image:
 🎉][image: 🎉][image: 🎉] Thank you!


 On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
 joanafil...@google.com> wrote:

> Welcome Cyrus!
>
> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
> wrote:
>
>> Welcome!
>>
>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
>> wrote:
>>
>>> Welcome Cyrus! :D Yay better docs!
>>>
>>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
>>> conne...@google.com> wrote:
>>>
 Welcome Cyrus!!!

 On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
 mig...@google.com> wrote:

> Welcome!
>
> --Mikhail
>
> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
> meliss...@google.com> wrote:
>
>>
>> Welcome Cyrus!
>>
>>
>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
>> j...@nanthrax.net> wrote:
>>
>>> Welcome !
>>>
>>> Regards
>>> JB
>>>
>>> On 17/04/2019 16:05, Cyrus Maden wrote:
>>> > Hi all!
>>> >
>>> > My name's Cyrus and I'd like to start contributing to Beam.
>>> I'm a
>>> > technical writer so I'm particularly looking forward to
>>> contributing to
>>> > the Beam docs. Could someone add me as a contributor on JIRA
>>> so I can
>>> > create and assign tickets?
>>> >
>>> > My JIRA name is: *cyrusmaden*
>>> > *
>>> > *
>>> > Excited to be a part of this community and to work with ya'll!
>>> >
>>> > Best,
>>> > Cyrus
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbono...@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>> --
>> Kyle Weaver | Software Engineer | github.com/ibzib |
>> kcwea...@google.com | +1650203
>>
>
>
>>
>> --
>> Rose Thị Nguyễn
>>
>


Re: New contributor to Beam

2019-04-17 Thread Ahmet Altay
Welcome!

On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen  wrote:

> Welcome, Cyrus!!
>
> On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Welcome :)
>>
>> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
>> aizha...@google.com>:
>>
>>> Welcome Cyrus! We'd love so much to have better docs for Beam [image:
>>> 🎉][image: 🎉][image: 🎉] Thank you!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>>> joanafil...@google.com> wrote:
>>>
 Welcome Cyrus!

 On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
 wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
> wrote:
>
>> Welcome Cyrus! :D Yay better docs!
>>
>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
>> conne...@google.com> wrote:
>>
>>> Welcome Cyrus!!!
>>>
>>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
>>> mig...@google.com> wrote:
>>>
 Welcome!

 --Mikhail

 On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
 meliss...@google.com> wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
> j...@nanthrax.net> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm
>> a
>> > technical writer so I'm particularly looking forward to
>> contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so
>> I can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
> --
> Kyle Weaver | Software Engineer | github.com/ibzib |
> kcwea...@google.com | +1650203
>


>
> --
> Rose Thị Nguyễn
>


Re: New contributor to Beam

2019-04-17 Thread Lukasz Cwik
Welcome, I have added you as a contributor to the Apache Beam project.

On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen  wrote:

> Welcome, Cyrus!!
>
> On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Welcome :)
>>
>> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
>> aizha...@google.com>:
>>
>>> Welcome Cyrus! We'd love so much to have better docs for Beam [image:
>>> 🎉][image: 🎉][image: 🎉] Thank you!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>>> joanafil...@google.com> wrote:
>>>
 Welcome Cyrus!

 On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
 wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
> wrote:
>
>> Welcome Cyrus! :D Yay better docs!
>>
>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
>> conne...@google.com> wrote:
>>
>>> Welcome Cyrus!!!
>>>
>>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
>>> mig...@google.com> wrote:
>>>
 Welcome!

 --Mikhail

 On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
 meliss...@google.com> wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
> j...@nanthrax.net> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm
>> a
>> > technical writer so I'm particularly looking forward to
>> contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so
>> I can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
> --
> Kyle Weaver | Software Engineer | github.com/ibzib |
> kcwea...@google.com | +1650203
>


>
> --
> Rose Thị Nguyễn
>


Re: New contributor to Beam

2019-04-17 Thread Rose Nguyen
Welcome, Cyrus!!

On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
niklas.sven.hans...@gmail.com> wrote:

> Welcome :)
>
> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
> aizha...@google.com>:
>
>> Welcome Cyrus! We'd love so much to have better docs for Beam [image: 
>> 🎉][image:
>> 🎉][image: 🎉] Thank you!
>>
>>
>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>> joanafil...@google.com> wrote:
>>
>>> Welcome Cyrus!
>>>
>>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
>>> wrote:
>>>
 Welcome!

 On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
 wrote:

> Welcome Cyrus! :D Yay better docs!
>
> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
> wrote:
>
>> Welcome Cyrus!!!
>>
>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
>> wrote:
>>
>>> Welcome!
>>>
>>> --Mikhail
>>>
>>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>>> meliss...@google.com> wrote:
>>>

 Welcome Cyrus!


 On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
 j...@nanthrax.net> wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
> > technical writer so I'm particularly looking forward to
> contributing to
> > the Beam docs. Could someone add me as a contributor on JIRA so
> I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
 --
 Kyle Weaver | Software Engineer | github.com/ibzib |
 kcwea...@google.com | +1650203

>>>
>>>

-- 
Rose Thị Nguyễn


Re: New contributor to Beam

2019-04-17 Thread Niklas Hansson
Welcome :)

Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
aizha...@google.com>:

> Welcome Cyrus! We'd love so much to have better docs for Beam [image: 
> 🎉][image:
> 🎉][image: 🎉] Thank you!
>
>
> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
> joanafil...@google.com> wrote:
>
>> Welcome Cyrus!
>>
>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver  wrote:
>>
>>> Welcome!
>>>
>>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
>>> wrote:
>>>
 Welcome Cyrus! :D Yay better docs!

 On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
 wrote:

> Welcome Cyrus!!!
>
> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
> wrote:
>
>> Welcome!
>>
>> --Mikhail
>>
>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>> meliss...@google.com> wrote:
>>
>>>
>>> Welcome Cyrus!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
>>> j...@nanthrax.net> wrote:
>>>
 Welcome !

 Regards
 JB

 On 17/04/2019 16:05, Cyrus Maden wrote:
 > Hi all!
 >
 > My name's Cyrus and I'd like to start contributing to Beam. I'm a
 > technical writer so I'm particularly looking forward to
 contributing to
 > the Beam docs. Could someone add me as a contributor on JIRA so I
 can
 > create and assign tickets?
 >
 > My JIRA name is: *cyrusmaden*
 > *
 > *
 > Excited to be a part of this community and to work with ya'll!
 >
 > Best,
 > Cyrus

 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com

>>> --
>>> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com
>>> | +1650203
>>>
>>
>>


Re: New contributor to Beam

2019-04-17 Thread Aizhamal Nurmamat kyzy
Welcome Cyrus! We'd love so much to have better docs for Beam [image:
🎉][image:
🎉][image: 🎉] Thank you!


On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
joanafil...@google.com> wrote:

> Welcome Cyrus!
>
> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver  wrote:
>
>> Welcome!
>>
>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke  wrote:
>>
>>> Welcome Cyrus! :D Yay better docs!
>>>
>>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
>>> wrote:
>>>
 Welcome Cyrus!!!

 On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
 wrote:

> Welcome!
>
> --Mikhail
>
> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
> wrote:
>
>>
>> Welcome Cyrus!
>>
>>
>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
>> wrote:
>>
>>> Welcome !
>>>
>>> Regards
>>> JB
>>>
>>> On 17/04/2019 16:05, Cyrus Maden wrote:
>>> > Hi all!
>>> >
>>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>>> > technical writer so I'm particularly looking forward to
>>> contributing to
>>> > the Beam docs. Could someone add me as a contributor on JIRA so I
>>> can
>>> > create and assign tickets?
>>> >
>>> > My JIRA name is: *cyrusmaden*
>>> > *
>>> > *
>>> > Excited to be a part of this community and to work with ya'll!
>>> >
>>> > Best,
>>> > Cyrus
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbono...@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>> --
>> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com
>> | +1650203
>>
>
>


Re: New contributor to Beam

2019-04-17 Thread Joana Filipa Bernardo Carrasqueira
Welcome Cyrus!

On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver  wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke  wrote:
>
>> Welcome Cyrus! :D Yay better docs!
>>
>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
>> wrote:
>>
>>> Welcome Cyrus!!!
>>>
>>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
>>> wrote:
>>>
 Welcome!

 --Mikhail

 On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
 wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>> > technical writer so I'm particularly looking forward to
>> contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so I
>> can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
> --
> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com
> | +1650203
>


Re: New contributor to Beam

2019-04-17 Thread Kyle Weaver
Welcome!

On Wed, Apr 17, 2019 at 10:32 AM Robert Burke  wrote:

> Welcome Cyrus! :D Yay better docs!
>
> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
> wrote:
>
>> Welcome Cyrus!!!
>>
>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
>> wrote:
>>
>>> Welcome!
>>>
>>> --Mikhail
>>>
>>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
>>> wrote:
>>>

 Welcome Cyrus!


 On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
 wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
> > technical writer so I'm particularly looking forward to contributing
> to
> > the Beam docs. Could someone add me as a contributor on JIRA so I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
 --
Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com |
+1650203


Re: New contributor to Beam

2019-04-17 Thread Robert Burke
Welcome Cyrus! :D Yay better docs!

On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
wrote:

> Welcome Cyrus!!!
>
> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
> wrote:
>
>> Welcome!
>>
>> --Mikhail
>>
>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
>> wrote:
>>
>>>
>>> Welcome Cyrus!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
>>> wrote:
>>>
 Welcome !

 Regards
 JB

 On 17/04/2019 16:05, Cyrus Maden wrote:
 > Hi all!
 >
 > My name's Cyrus and I'd like to start contributing to Beam. I'm a
 > technical writer so I'm particularly looking forward to contributing
 to
 > the Beam docs. Could someone add me as a contributor on JIRA so I can
 > create and assign tickets?
 >
 > My JIRA name is: *cyrusmaden*
 > *
 > *
 > Excited to be a part of this community and to work with ya'll!
 >
 > Best,
 > Cyrus

 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com

>>>


Re: New contributor to Beam

2019-04-17 Thread Connell O'Callaghan
Welcome Cyrus!!!

On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
wrote:

> Welcome!
>
> --Mikhail
>
> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
> wrote:
>
>>
>> Welcome Cyrus!
>>
>>
>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
>> wrote:
>>
>>> Welcome !
>>>
>>> Regards
>>> JB
>>>
>>> On 17/04/2019 16:05, Cyrus Maden wrote:
>>> > Hi all!
>>> >
>>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>>> > technical writer so I'm particularly looking forward to contributing to
>>> > the Beam docs. Could someone add me as a contributor on JIRA so I can
>>> > create and assign tickets?
>>> >
>>> > My JIRA name is: *cyrusmaden*
>>> > *
>>> > *
>>> > Excited to be a part of this community and to work with ya'll!
>>> >
>>> > Best,
>>> > Cyrus
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbono...@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>>


Re: New contributor to Beam

2019-04-17 Thread Mikhail Gryzykhin
Welcome!

--Mikhail

On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>> > technical writer so I'm particularly looking forward to contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so I can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>


Re: New contributor to Beam

2019-04-17 Thread Melissa Pashniak
Welcome Cyrus!


On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
> > technical writer so I'm particularly looking forward to contributing to
> > the Beam docs. Could someone add me as a contributor on JIRA so I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


Re: New contributor to Beam

2019-04-17 Thread Jean-Baptiste Onofré
Welcome !

Regards
JB

On 17/04/2019 16:05, Cyrus Maden wrote:
> Hi all!
> 
> My name's Cyrus and I'd like to start contributing to Beam. I'm a
> technical writer so I'm particularly looking forward to contributing to
> the Beam docs. Could someone add me as a contributor on JIRA so I can
> create and assign tickets?
> 
> My JIRA name is: *cyrusmaden*
> *
> *
> Excited to be a part of this community and to work with ya'll!
> 
> Best,
> Cyrus

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: New contributor

2019-03-29 Thread Ruoyun Huang
Welcome Niklas!

On Fri, Mar 29, 2019 at 9:23 AM Ismaël Mejía  wrote:

> Welcome Niklas!
>
> On Fri, Mar 29, 2019 at 3:54 PM Guobao Li  wrote:
> >
> > Welcome!
> >
> > On Wed, Mar 27, 2019 at 11:12 PM Kenneth Knowles  wrote:
> >>
> >> Welcome!
> >>
> >> On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin 
> wrote:
> >>>
> >>> Welcome Niklas.
> >>>
> >>> This is another location with useful resources for contributors:
> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides
> (contributor guide has link to this as well though)
> >>>
> >>> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan <
> conne...@google.com> wrote:
> 
>  Welcome Niklas - given your background it will be very interesting to
> see your contributions.
> 
>  On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
> >
> > Welcome!
> >
> > Mark
> >
> > On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik 
> wrote:
> >>
> >> Welcome. The getting started[1] and contribution guides[2] are most
> useful. I have also added you as a contributor to the JIRA project.
> >>
> >> 1: https://beam.apache.org/get-started/beam-overview/
> >> 2: https://beam.apache.org/contribute/
> >>
> >> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
> >>>
> >>> Hi!
> >>>
> >>> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
> >>>
> >>> I am new to open source contribution so feel free to give me any
> advice or point me in the right direction. Plan to start off with some of
> the starter tasks from the Jira board.
> >>>
> >>> Best regards
> >>> Niklas
>


-- 

Ruoyun  Huang


Re: New contributor

2019-03-29 Thread Ismaël Mejía
Welcome Niklas!

On Fri, Mar 29, 2019 at 3:54 PM Guobao Li  wrote:
>
> Welcome!
>
> On Wed, Mar 27, 2019 at 11:12 PM Kenneth Knowles  wrote:
>>
>> Welcome!
>>
>> On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin  wrote:
>>>
>>> Welcome Niklas.
>>>
>>> This is another location with useful resources for contributors: 
>>> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides 
>>> (contributor guide has link to this as well though)
>>>
>>> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan  
>>> wrote:

 Welcome Niklas - given your background it will be very interesting to see 
 your contributions.

 On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>
> Welcome!
>
> Mark
>
> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>>
>> Welcome. The getting started[1] and contribution guides[2] are most 
>> useful. I have also added you as a contributor to the JIRA project.
>>
>> 1: https://beam.apache.org/get-started/beam-overview/
>> 2: https://beam.apache.org/contribute/
>>
>> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson 
>>  wrote:
>>>
>>> Hi!
>>>
>>> I work as a data scientist within banking but will switch over to 
>>> manufacturing the next month. I would like to contribute to Beam and 
>>> especially the Python SDK. Could you add me as a contributor?
>>>
>>> I am new to open source contribution so feel free to give me any advice 
>>> or point me in the right direction. Plan to start off with some of the 
>>> starter tasks from the Jira board.
>>>
>>> Best regards
>>> Niklas


Re: New contributor

2019-03-29 Thread Guobao Li
Welcome!

On Wed, Mar 27, 2019 at 11:12 PM Kenneth Knowles  wrote:

> Welcome!
>
> On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin 
> wrote:
>
>> Welcome Niklas.
>>
>> This is another location with useful resources for contributors:
>> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides 
>> (contributor
>> guide has link to this as well though)
>>
>> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan 
>> wrote:
>>
>>> Welcome Niklas - given your background it will be very interesting to
>>> see your contributions.
>>>
>>> On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>>>
 Welcome!

 Mark

 On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:

> Welcome. The getting started[1] and contribution guides[2] are most
> useful. I have also added you as a contributor to the JIRA project.
>
> 1: https://beam.apache.org/get-started/beam-overview/
> 2: https://beam.apache.org/contribute/
>
> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Hi!
>>
>> I work as a data scientist within banking but will switch over to
>> manufacturing the next month. I would like to contribute to Beam and
>> especially the Python SDK. Could you add me as a contributor?
>>
>> I am new to open source contribution so feel free to give me any
>> advice or point me in the right direction. Plan to start off with some of
>> the starter tasks from the Jira board.
>>
>> Best regards
>> Niklas
>>
>


Re: New contributor

2019-03-27 Thread Kenneth Knowles
Welcome!

On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin  wrote:

> Welcome Niklas.
>
> This is another location with useful resources for contributors:
> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides (contributor
> guide has link to this as well though)
>
> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan 
> wrote:
>
>> Welcome Niklas - given your background it will be very interesting to
>> see your contributions.
>>
>> On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>>
>>> Welcome!
>>>
>>> Mark
>>>
>>> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>>>
 Welcome. The getting started[1] and contribution guides[2] are most
 useful. I have also added you as a contributor to the JIRA project.

 1: https://beam.apache.org/get-started/beam-overview/
 2: https://beam.apache.org/contribute/

 On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
 niklas.sven.hans...@gmail.com> wrote:

> Hi!
>
> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
>
> I am new to open source contribution so feel free to give me any
> advice or point me in the right direction. Plan to start off with some of
> the starter tasks from the Jira board.
>
> Best regards
> Niklas
>



Re: New contributor

2019-03-27 Thread Mikhail Gryzykhin
Welcome Niklas.

This is another location with useful resources for contributors:
https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides (contributor
guide has link to this as well though)

On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan 
wrote:

> Welcome Niklas - given your background it will be very interesting to see
> your contributions.
>
> On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>
>> Welcome!
>>
>> Mark
>>
>> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>>
>>> Welcome. The getting started[1] and contribution guides[2] are most
>>> useful. I have also added you as a contributor to the JIRA project.
>>>
>>> 1: https://beam.apache.org/get-started/beam-overview/
>>> 2: https://beam.apache.org/contribute/
>>>
>>> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
>>> niklas.sven.hans...@gmail.com> wrote:
>>>
 Hi!

 I work as a data scientist within banking but will switch over to
 manufacturing the next month. I would like to contribute to Beam and
 especially the Python SDK. Could you add me as a contributor?

 I am new to open source contribution so feel free to give me any advice
 or point me in the right direction. Plan to start off with some of the
 starter tasks from the Jira board.

 Best regards
 Niklas

>>>


Re: New contributor

2019-03-27 Thread Connell O'Callaghan
Welcome Niklas - given your background it will be very interesting to see
your contributions.

On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:

> Welcome!
>
> Mark
>
> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>
>> Welcome. The getting started[1] and contribution guides[2] are most
>> useful. I have also added you as a contributor to the JIRA project.
>>
>> 1: https://beam.apache.org/get-started/beam-overview/
>> 2: https://beam.apache.org/contribute/
>>
>> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
>> niklas.sven.hans...@gmail.com> wrote:
>>
>>> Hi!
>>>
>>> I work as a data scientist within banking but will switch over to
>>> manufacturing the next month. I would like to contribute to Beam and
>>> especially the Python SDK. Could you add me as a contributor?
>>>
>>> I am new to open source contribution so feel free to give me any advice
>>> or point me in the right direction. Plan to start off with some of the
>>> starter tasks from the Jira board.
>>>
>>> Best regards
>>> Niklas
>>>
>>


Re: New contributor

2019-03-27 Thread Mark Liu
Welcome!

Mark

On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:

> Welcome. The getting started[1] and contribution guides[2] are most
> useful. I have also added you as a contributor to the JIRA project.
>
> 1: https://beam.apache.org/get-started/beam-overview/
> 2: https://beam.apache.org/contribute/
>
> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Hi!
>>
>> I work as a data scientist within banking but will switch over to
>> manufacturing the next month. I would like to contribute to Beam and
>> especially the Python SDK. Could you add me as a contributor?
>>
>> I am new to open source contribution so feel free to give me any advice
>> or point me in the right direction. Plan to start off with some of the
>> starter tasks from the Jira board.
>>
>> Best regards
>> Niklas
>>
>


Re: New contributor

2019-03-27 Thread Lukasz Cwik
Welcome. The getting started[1] and contribution guides[2] are most useful.
I have also added you as a contributor to the JIRA project.

1: https://beam.apache.org/get-started/beam-overview/
2: https://beam.apache.org/contribute/

On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
niklas.sven.hans...@gmail.com> wrote:

> Hi!
>
> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
>
> I am new to open source contribution so feel free to give me any advice or
> point me in the right direction. Plan to start off with some of the starter
> tasks from the Jira board.
>
> Best regards
> Niklas
>


Re: New contributor

2019-03-27 Thread Ahmet Altay
Welcome!

You user name was already added to JIRA.

On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
niklas.sven.hans...@gmail.com> wrote:

> Hi!
>
> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
>
> I am new to open source contribution so feel free to give me any advice or
> point me in the right direction. Plan to start off with some of the starter
> tasks from the Jira board.
>
> Best regards
> Niklas
>


Re: New contributor

2019-03-27 Thread Guobao Li
Thank you all you guys!

On Tue, Mar 26, 2019 at 7:20 PM Connell O'Callaghan 
wrote:

> Welcome Guobao!!!
>
> On Tue, Mar 26, 2019 at 11:09 AM Melissa Pashniak 
> wrote:
>
>> Welcome!
>>
>>
>> On Tue, Mar 26, 2019 at 10:17 AM Kenneth Knowles  wrote:
>>
>>> Welcome! Cool project. A lot of code, and thorough experiments.
>>>
>>> Kenn
>>>
>>> On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
>>> wrote:
>>>
 Welcome!

 On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:

> Welcome Guobao!
>
> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía 
> wrote:
>
>> Welcome Guobao!
>>
>> Nice that you are joining us. Looking forward for your contributions !
>> Take the time to read the contribution guide
>> https://beam.apache.org/contribute/ and don't hesitate to ask any
>> question you may have.
>>
>> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>>  wrote:
>> >
>> > Welcome, Guobao! Great to have you on board!
>> >
>> > Alexey
>> >
>> > On 26 Mar 2019, at 11:49, Guobao Li 
>> wrote:
>> >
>> > Hi all,
>> >
>> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
>> working on the implementation of CouchbaseIO and hope to contribute in 
>> more
>> areas in the future.
>> >
>> > I have some Open Source experience. I contributed on extension of a
>> DSL to introduce the architecture of Parameter Server to Apache SystemML
>> [1] as part of GSoC 2018. I earned comittership due to my work. So I’m 
>> very
>> glad to be here and continue contributing to Open Source now on Apache 
>> Beam.
>> >
>> > Regards,
>> > Guobao Li
>> >
>> > [1]
>> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>> >
>> >
>>
>


Re: New contributor

2019-03-26 Thread Connell O'Callaghan
Welcome Guobao!!!

On Tue, Mar 26, 2019 at 11:09 AM Melissa Pashniak 
wrote:

> Welcome!
>
>
> On Tue, Mar 26, 2019 at 10:17 AM Kenneth Knowles  wrote:
>
>> Welcome! Cool project. A lot of code, and thorough experiments.
>>
>> Kenn
>>
>> On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
>> wrote:
>>
>>> Welcome!
>>>
>>> On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:
>>>
 Welcome Guobao!

 On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:

> Welcome Guobao!
>
> Nice that you are joining us. Looking forward for your contributions !
> Take the time to read the contribution guide
> https://beam.apache.org/contribute/ and don't hesitate to ask any
> question you may have.
>
> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>  wrote:
> >
> > Welcome, Guobao! Great to have you on board!
> >
> > Alexey
> >
> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
> >
> > Hi all,
> >
> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
> working on the implementation of CouchbaseIO and hope to contribute in 
> more
> areas in the future.
> >
> > I have some Open Source experience. I contributed on extension of a
> DSL to introduce the architecture of Parameter Server to Apache SystemML
> [1] as part of GSoC 2018. I earned comittership due to my work. So I’m 
> very
> glad to be here and continue contributing to Open Source now on Apache 
> Beam.
> >
> > Regards,
> > Guobao Li
> >
> > [1]
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
> >
> >
>



Re: New contributor

2019-03-26 Thread Melissa Pashniak
Welcome!


On Tue, Mar 26, 2019 at 10:17 AM Kenneth Knowles  wrote:

> Welcome! Cool project. A lot of code, and thorough experiments.
>
> Kenn
>
> On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
> wrote:
>
>> Welcome!
>>
>> On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:
>>
>>> Welcome Guobao!
>>>
>>> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:
>>>
 Welcome Guobao!

 Nice that you are joining us. Looking forward for your contributions !
 Take the time to read the contribution guide
 https://beam.apache.org/contribute/ and don't hesitate to ask any
 question you may have.

 On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
  wrote:
 >
 > Welcome, Guobao! Great to have you on board!
 >
 > Alexey
 >
 > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
 >
 > Hi all,
 >
 > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
 working on the implementation of CouchbaseIO and hope to contribute in more
 areas in the future.
 >
 > I have some Open Source experience. I contributed on extension of a
 DSL to introduce the architecture of Parameter Server to Apache SystemML
 [1] as part of GSoC 2018. I earned comittership due to my work. So I’m very
 glad to be here and continue contributing to Open Source now on Apache 
 Beam.
 >
 > Regards,
 > Guobao Li
 >
 > [1]
 https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
 >
 >

>>>


Re: New contributor

2019-03-26 Thread Kenneth Knowles
Welcome! Cool project. A lot of code, and thorough experiments.

Kenn

On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
wrote:

> Welcome!
>
> On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:
>
>> Welcome Guobao!
>>
>> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:
>>
>>> Welcome Guobao!
>>>
>>> Nice that you are joining us. Looking forward for your contributions !
>>> Take the time to read the contribution guide
>>> https://beam.apache.org/contribute/ and don't hesitate to ask any
>>> question you may have.
>>>
>>> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>>>  wrote:
>>> >
>>> > Welcome, Guobao! Great to have you on board!
>>> >
>>> > Alexey
>>> >
>>> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
>>> >
>>> > Hi all,
>>> >
>>> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
>>> working on the implementation of CouchbaseIO and hope to contribute in more
>>> areas in the future.
>>> >
>>> > I have some Open Source experience. I contributed on extension of a
>>> DSL to introduce the architecture of Parameter Server to Apache SystemML
>>> [1] as part of GSoC 2018. I earned comittership due to my work. So I’m very
>>> glad to be here and continue contributing to Open Source now on Apache Beam.
>>> >
>>> > Regards,
>>> > Guobao Li
>>> >
>>> > [1]
>>> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>>> >
>>> >
>>>
>>


Re: New contributor

2019-03-26 Thread Chamikara Jayalath
Welcome!

On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:

> Welcome Guobao!
>
> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:
>
>> Welcome Guobao!
>>
>> Nice that you are joining us. Looking forward for your contributions !
>> Take the time to read the contribution guide
>> https://beam.apache.org/contribute/ and don't hesitate to ask any
>> question you may have.
>>
>> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>>  wrote:
>> >
>> > Welcome, Guobao! Great to have you on board!
>> >
>> > Alexey
>> >
>> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
>> >
>> > Hi all,
>> >
>> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
>> working on the implementation of CouchbaseIO and hope to contribute in more
>> areas in the future.
>> >
>> > I have some Open Source experience. I contributed on extension of a DSL
>> to introduce the architecture of Parameter Server to Apache SystemML [1] as
>> part of GSoC 2018. I earned comittership due to my work. So I’m very glad
>> to be here and continue contributing to Open Source now on Apache Beam.
>> >
>> > Regards,
>> > Guobao Li
>> >
>> > [1]
>> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>> >
>> >
>>
>


Re: New contributor

2019-03-26 Thread Ahmet Altay
Welcome Guobao!

On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:

> Welcome Guobao!
>
> Nice that you are joining us. Looking forward for your contributions !
> Take the time to read the contribution guide
> https://beam.apache.org/contribute/ and don't hesitate to ask any
> question you may have.
>
> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>  wrote:
> >
> > Welcome, Guobao! Great to have you on board!
> >
> > Alexey
> >
> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
> >
> > Hi all,
> >
> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
> working on the implementation of CouchbaseIO and hope to contribute in more
> areas in the future.
> >
> > I have some Open Source experience. I contributed on extension of a DSL
> to introduce the architecture of Parameter Server to Apache SystemML [1] as
> part of GSoC 2018. I earned comittership due to my work. So I’m very glad
> to be here and continue contributing to Open Source now on Apache Beam.
> >
> > Regards,
> > Guobao Li
> >
> > [1]
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
> >
> >
>


Re: New contributor

2019-03-26 Thread Ismaël Mejía
Welcome Guobao!

Nice that you are joining us. Looking forward for your contributions !
Take the time to read the contribution guide
https://beam.apache.org/contribute/ and don't hesitate to ask any
question you may have.

On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
 wrote:
>
> Welcome, Guobao! Great to have you on board!
>
> Alexey
>
> On 26 Mar 2019, at 11:49, Guobao Li  wrote:
>
> Hi all,
>
> I am Guobao Li from Talend. I am new to Apache Beam. Currently I am working 
> on the implementation of CouchbaseIO and hope to contribute in more areas in 
> the future.
>
> I have some Open Source experience. I contributed on extension of a DSL to 
> introduce the architecture of Parameter Server to Apache SystemML [1] as part 
> of GSoC 2018. I earned comittership due to my work. So I’m very glad to be 
> here and continue contributing to Open Source now on Apache Beam.
>
> Regards,
> Guobao Li
>
> [1] 
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>
>


Re: New contributor

2019-03-26 Thread Alexey Romanenko
Welcome, Guobao! Great to have you on board!

Alexey

> On 26 Mar 2019, at 11:49, Guobao Li  wrote:
> 
> Hi all,
> 
> I am Guobao Li from Talend. I am new to Apache Beam. Currently I am working 
> on the implementation of CouchbaseIO and hope to contribute in more areas in 
> the future.
> 
> I have some Open Source experience. I contributed on extension of a DSL to 
> introduce the architecture of Parameter Server to Apache SystemML [1] as part 
> of GSoC 2018. I earned comittership due to my work. So I’m very glad to be 
> here and continue contributing to Open Source now on Apache Beam.
> 
> Regards,
> Guobao Li
> 
> [1] 
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/ 
> 
> 



Re: New Contributor

2019-03-13 Thread Alexey Romanenko
Welcome, Boris! 

Alexey

> On 13 Mar 2019, at 17:22, Mark Liu  wrote:
> 
> Welcome!
> 
> On Wed, Mar 13, 2019 at 8:11 AM Etienne Chauchot  > wrote:
> Welcome !
> 
> Etienne
> 
> Le mardi 05 mars 2019 à 16:28 -0800, Daniel Oliveira a écrit :
>> Welcome to Beam Boris!
>> 
>> On Tue, Mar 5, 2019 at 2:03 PM Mikhail Gryzykhin > > wrote:
>>> Welcome to the community!
>>> 
>>> --Mikhail
>>> 
>>> Have feedback ? 
>>> 
>>> 
>>> On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang >> > wrote:
 Welcome Boris! 
 
 On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay >>> > wrote:
> Welcome Boris!
> 
> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  > wrote:
>> Done, welcome!
>> 
>> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik > > wrote:
>> >
>> >
>> > Hi,
>> >
>> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache 
>> > projects.
>> > I would like to contribute to beam.
>> > Could you please add me to the beam project.
>> >
>> > My user name is boryas @apache.org 
>> >
>> > Thanks,
>> > -Boris.
 
 



Re: New contributor to Beam

2019-03-13 Thread Mark Liu
Welcome!

On Wed, Mar 13, 2019 at 8:10 AM Etienne Chauchot 
wrote:

> Welcome !
>
> Etienne
>
> Le lundi 11 mars 2019 à 14:15 -0700, Kenneth Knowles a écrit :
>
> Welcome!
>
> On Mon, Mar 11, 2019 at 12:22 PM Melissa Pashniak 
> wrote:
>
>
> Welcome!
>
>
> On Mon, Mar 11, 2019 at 12:16 PM Suneel Marthi 
> wrote:
>
> Welcome Aizhamal
>
> Sent from my iPhone
>
> On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
>
> Welcome, Aizhamal!
>
> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>
> Welcome!
>
> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>
> Done, welcome !
>
> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>  wrote:
> >
> > Hello everyone!
> >
> > My name is Aizhamal and I would like to start contributing to Beam. Can
> anyone add me as a contributor for Beam's Jira issue tracker? I would like
> to create and assign tickets.
> >
> > My jira username is aizhamal.
> >
> > Thanks and excited to be part of this community!
> > Aizhamal
>
>
>
>


Re: New Contributor

2019-03-13 Thread Mark Liu
Welcome!

On Wed, Mar 13, 2019 at 8:11 AM Etienne Chauchot 
wrote:

> Welcome !
>
> Etienne
>
> Le mardi 05 mars 2019 à 16:28 -0800, Daniel Oliveira a écrit :
>
> Welcome to Beam Boris!
>
> On Tue, Mar 5, 2019 at 2:03 PM Mikhail Gryzykhin 
> wrote:
>
> Welcome to the community!
>
> --Mikhail
>
> Have feedback ?
>
>
> On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang  wrote:
>
> Welcome Boris!
>
> On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:
>
> Welcome Boris!
>
> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>
> Done, welcome!
>
> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
> >
> >
> > Hi,
> >
> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
> projects.
> > I would like to contribute to beam.
> > Could you please add me to the beam project.
> >
> > My user name is boryas @apache.org
> >
> > Thanks,
> > -Boris.
>
>
>
>


Re: New Contributor

2019-03-13 Thread Etienne Chauchot
Welcome ! 
Etienne
Le mardi 05 mars 2019 à 16:28 -0800, Daniel Oliveira a écrit :
> Welcome to Beam Boris!
> 
> On Tue, Mar 5, 2019 at 2:03 PM Mikhail Gryzykhin  wrote:
> > Welcome to the community!
> > --Mikhail
> > Have feedback? 
> > 
> > 
> > On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang  wrote:
> > > Welcome Boris! 
> > > 
> > > On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:
> > > > Welcome Boris!
> > > > 
> > > > On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
> > > > > Done, welcome!
> > > > > 
> > > > > 
> > > > > 
> > > > > On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  
> > > > > wrote:
> > > > > 
> > > > > >
> > > > > 
> > > > > >
> > > > > 
> > > > > > Hi,
> > > > > 
> > > > > >
> > > > > 
> > > > > > My name is Boris Shkolnik. I am a committer in Hadoop and Samza 
> > > > > > Apache projects.
> > > > > 
> > > > > > I would like to contribute to beam.
> > > > > 
> > > > > > Could you please add me to the beam project.
> > > > > 
> > > > > >
> > > > > 
> > > > > > My user name is boryas @apache.org
> > > > > 
> > > > > >
> > > > > 
> > > > > > Thanks,
> > > > > 
> > > > > > -Boris.
> > > > > 
> > > 
> > > 


Re: New contributor to Beam

2019-03-13 Thread Etienne Chauchot
Welcome !
Etienne
Le lundi 11 mars 2019 à 14:15 -0700, Kenneth Knowles a écrit :
> Welcome!
> 
> On Mon, Mar 11, 2019 at 12:22 PM Melissa Pashniak  
> wrote:
> > Welcome!
> > 
> > 
> > 
> > On Mon, Mar 11, 2019 at 12:16 PM Suneel Marthi  
> > wrote:
> > > Welcome Aizhamal
> > > 
> > > Sent from my iPhone
> > > On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
> > > 
> > > > Welcome, Aizhamal!
> > > > 
> > > > On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
> > > > > Welcome!
> > > > > On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
> > > > > > Done, welcome !
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
> > > > > > 
> > > > > >  wrote:
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Hello everyone!
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > My name is Aizhamal and I would like to start contributing to 
> > > > > > > Beam. Can anyone add me as a contributor for
> > > > > > Beam's Jira issue tracker? I would like to create and assign 
> > > > > > tickets.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > My jira username is aizhamal.
> > > > > > 
> > > > > > >
> > > > > > 
> > > > > > > Thanks and excited to be part of this community!
> > > > > > 
> > > > > > > Aizhamal
> > > > > > 
> > > > 
> > > > 


Re: New contributor to Beam

2019-03-11 Thread Kenneth Knowles
Welcome!

On Mon, Mar 11, 2019 at 12:22 PM Melissa Pashniak 
wrote:

>
> Welcome!
>
>
> On Mon, Mar 11, 2019 at 12:16 PM Suneel Marthi 
> wrote:
>
>> Welcome Aizhamal
>>
>> Sent from my iPhone
>>
>> On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
>>
>> Welcome, Aizhamal!
>>
>> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>>
>>> Welcome!
>>>
>>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>>
 Done, welcome !

 On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
  wrote:
 >
 > Hello everyone!
 >
 > My name is Aizhamal and I would like to start contributing to Beam.
 Can anyone add me as a contributor for Beam's Jira issue tracker? I would
 like to create and assign tickets.
 >
 > My jira username is aizhamal.
 >
 > Thanks and excited to be part of this community!
 > Aizhamal

>>>
>>
>> --
>> Rose Thị Nguyễn
>>
>>


Re: New contributor to Beam

2019-03-11 Thread Melissa Pashniak
Welcome!


On Mon, Mar 11, 2019 at 12:16 PM Suneel Marthi 
wrote:

> Welcome Aizhamal
>
> Sent from my iPhone
>
> On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
>
> Welcome, Aizhamal!
>
> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>
>>> Done, welcome !
>>>
>>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>>  wrote:
>>> >
>>> > Hello everyone!
>>> >
>>> > My name is Aizhamal and I would like to start contributing to Beam.
>>> Can anyone add me as a contributor for Beam's Jira issue tracker? I would
>>> like to create and assign tickets.
>>> >
>>> > My jira username is aizhamal.
>>> >
>>> > Thanks and excited to be part of this community!
>>> > Aizhamal
>>>
>>
>
> --
> Rose Thị Nguyễn
>
>


Re: New contributor to Beam

2019-03-11 Thread Suneel Marthi
Welcome Aizhamal

Sent from my iPhone

> On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
> 
> Welcome, Aizhamal!
> 
>> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>> Welcome!
>> 
>>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>> Done, welcome !
>>> 
>>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>>  wrote:
>>> >
>>> > Hello everyone!
>>> >
>>> > My name is Aizhamal and I would like to start contributing to Beam. Can 
>>> > anyone add me as a contributor for Beam's Jira issue tracker? I would 
>>> > like to create and assign tickets.
>>> >
>>> > My jira username is aizhamal.
>>> >
>>> > Thanks and excited to be part of this community!
>>> > Aizhamal
> 
> 
> -- 
> Rose Thị Nguyễn


Re: New contributor to Beam

2019-03-11 Thread Connell O'Callaghan
Hi Aizhamal welcome!!

On Mon, Mar 11, 2019 at 11:08 AM Rose Nguyen  wrote:

> Welcome, Aizhamal!
>
> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>
>>> Done, welcome !
>>>
>>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>>  wrote:
>>> >
>>> > Hello everyone!
>>> >
>>> > My name is Aizhamal and I would like to start contributing to Beam.
>>> Can anyone add me as a contributor for Beam's Jira issue tracker? I would
>>> like to create and assign tickets.
>>> >
>>> > My jira username is aizhamal.
>>> >
>>> > Thanks and excited to be part of this community!
>>> > Aizhamal
>>>
>>
>
> --
> Rose Thị Nguyễn
>


Re: New contributor to Beam

2019-03-11 Thread Rose Nguyen
Welcome, Aizhamal!

On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:

> Welcome!
>
> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>
>> Done, welcome !
>>
>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>  wrote:
>> >
>> > Hello everyone!
>> >
>> > My name is Aizhamal and I would like to start contributing to Beam. Can
>> anyone add me as a contributor for Beam's Jira issue tracker? I would like
>> to create and assign tickets.
>> >
>> > My jira username is aizhamal.
>> >
>> > Thanks and excited to be part of this community!
>> > Aizhamal
>>
>

-- 
Rose Thị Nguyễn


Re: New contributor to Beam

2019-03-11 Thread Ahmet Altay
Welcome!

On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:

> Done, welcome !
>
> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>  wrote:
> >
> > Hello everyone!
> >
> > My name is Aizhamal and I would like to start contributing to Beam. Can
> anyone add me as a contributor for Beam's Jira issue tracker? I would like
> to create and assign tickets.
> >
> > My jira username is aizhamal.
> >
> > Thanks and excited to be part of this community!
> > Aizhamal
>


Re: New contributor to Beam

2019-03-08 Thread Ismaël Mejía
Done, welcome !

On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
 wrote:
>
> Hello everyone!
>
> My name is Aizhamal and I would like to start contributing to Beam. Can 
> anyone add me as a contributor for Beam's Jira issue tracker? I would like to 
> create and assign tickets.
>
> My jira username is aizhamal.
>
> Thanks and excited to be part of this community!
> Aizhamal


Re: New Contributor

2019-03-05 Thread Daniel Oliveira
Welcome to Beam Boris!

On Tue, Mar 5, 2019 at 2:03 PM Mikhail Gryzykhin  wrote:

> Welcome to the community!
>
> --Mikhail
>
> Have feedback ?
>
>
> On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang  wrote:
>
>> Welcome Boris!
>>
>> On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:
>>
>>> Welcome Boris!
>>>
>>> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>>>
 Done, welcome!

 On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik 
 wrote:
 >
 >
 > Hi,
 >
 > My name is Boris Shkolnik. I am a committer in Hadoop and Samza
 Apache projects.
 > I would like to contribute to beam.
 > Could you please add me to the beam project.
 >
 > My user name is boryas @apache.org
 >
 > Thanks,
 > -Boris.

>>>
>>
>> --
>> 
>> Ruoyun  Huang
>>
>>


Re: New Contributor

2019-03-05 Thread Mikhail Gryzykhin
Welcome to the community!

--Mikhail

Have feedback ?


On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang  wrote:

> Welcome Boris!
>
> On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:
>
>> Welcome Boris!
>>
>> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>>
>>> Done, welcome!
>>>
>>> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
>>> >
>>> >
>>> > Hi,
>>> >
>>> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
>>> projects.
>>> > I would like to contribute to beam.
>>> > Could you please add me to the beam project.
>>> >
>>> > My user name is boryas @apache.org
>>> >
>>> > Thanks,
>>> > -Boris.
>>>
>>
>
> --
> 
> Ruoyun  Huang
>
>


Re: New Contributor

2019-03-05 Thread Ruoyun Huang
Welcome Boris!

On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:

> Welcome Boris!
>
> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>
>> Done, welcome!
>>
>> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
>> >
>> >
>> > Hi,
>> >
>> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
>> projects.
>> > I would like to contribute to beam.
>> > Could you please add me to the beam project.
>> >
>> > My user name is boryas @apache.org
>> >
>> > Thanks,
>> > -Boris.
>>
>

-- 

Ruoyun  Huang


Re: New Contributor

2019-03-05 Thread Ahmet Altay
Welcome Boris!

On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:

> Done, welcome!
>
> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
> >
> >
> > Hi,
> >
> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
> projects.
> > I would like to contribute to beam.
> > Could you please add me to the beam project.
> >
> > My user name is boryas @apache.org
> >
> > Thanks,
> > -Boris.
>


Re: New Contributor

2019-03-04 Thread Ismaël Mejía
Done, welcome!

On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
>
>
> Hi,
>
> My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache 
> projects.
> I would like to contribute to beam.
> Could you please add me to the beam project.
>
> My user name is boryas @apache.org
>
> Thanks,
> -Boris.


Re: New contributor

2019-02-04 Thread Connell O'Callaghan
Welcome!!!

On Mon, Feb 4, 2019 at 3:22 PM Rui Wang  wrote:

> Welcome!
>
> -Rui
>
> On Mon, Feb 4, 2019 at 3:20 PM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Wed, Jan 30, 2019 at 12:02 PM Kenneth Knowles  wrote:
>>
>>> Done. Welcome!
>>>
>>> On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
>>> codin.mart...@gmail.com> wrote:
>>>
 Hi,
 I would like to contribute to beam and start picking up tickets.
 Can you please add me to the beam project in JIRA?

 username: bharathkk

 Thanks,
 Bharath

>>>


Re: New contributor

2019-02-04 Thread Rui Wang
Welcome!

-Rui

On Mon, Feb 4, 2019 at 3:20 PM Ahmet Altay  wrote:

> Welcome!
>
> On Wed, Jan 30, 2019 at 12:02 PM Kenneth Knowles  wrote:
>
>> Done. Welcome!
>>
>> On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
>> codin.mart...@gmail.com> wrote:
>>
>>> Hi,
>>> I would like to contribute to beam and start picking up tickets.
>>> Can you please add me to the beam project in JIRA?
>>>
>>> username: bharathkk
>>>
>>> Thanks,
>>> Bharath
>>>
>>


Re: New contributor

2019-02-04 Thread Ahmet Altay
Welcome!

On Wed, Jan 30, 2019 at 12:48 PM Tao Feng  wrote:

> Thanks. Great to hear from you, Xinyu :)
>
> On Wed, Jan 30, 2019 at 12:29 PM Xinyu Liu  wrote:
>
>> Welcome and glad to see you here, Tao!
>>
>> Xinyu
>>
>> On Wed, Jan 30, 2019 at 12:00 PM Kenneth Knowles  wrote:
>>
>>> Done. Welcome!
>>>
>>> Kenn
>>>
>>> On Wed, Jan 30, 2019 at 11:53 AM Tao Feng  wrote:
>>>
 Hi,

 I would like to contribute to beam and work on some tickets in my spare
 time. Could you please add me to the beam project in JIRA?

 My jira user name is TaoFeng.

 Thanks,
 -Tao

>>>


Re: New contributor

2019-02-04 Thread Ahmet Altay
Welcome!

On Wed, Jan 30, 2019 at 12:02 PM Kenneth Knowles  wrote:

> Done. Welcome!
>
> On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
> codin.mart...@gmail.com> wrote:
>
>> Hi,
>> I would like to contribute to beam and start picking up tickets.
>> Can you please add me to the beam project in JIRA?
>>
>> username: bharathkk
>>
>> Thanks,
>> Bharath
>>
>


Re: New contributor: Michał Walenia

2019-01-31 Thread Alexey Romanenko
Welcome on board, Michał!

> On 31 Jan 2019, at 10:17, Reza Ardeshir Rokni  wrote:
> 
> Welcome! 
> 
> On Thu, 31 Jan 2019 at 15:48, Michał Walenia  > wrote:
> HI all,
> thanks for a warm welcome :)
> 
> Michał
> 
>> Wiadomość napisana przez Ahmet Altay > > w dniu 30.01.2019, o godz. 21:32:
>> 
>> Welcome Michał!
>> 
>> On Wed, Jan 30, 2019 at 11:38 AM Kenneth Knowles > > wrote:
>> Welcome Michał!
>> 
>> Kenn
>> 
>> *And maybe your system uses a compose key. Ubuntu: 
>> https://help.ubuntu.com/community/ComposeKey 
>> . It is composition of L and / 
>> just like it looks. (unless I can't see it clearly)
>> 
>> 
>> On Wed, Jan 30, 2019 at 10:20 AM Rui Wang > > wrote:
>> Welcome! Welcome!
>> 
>> -Rui
>> 
>> On Wed, Jan 30, 2019 at 9:22 AM Łukasz Gajowy > > wrote:
>> Impressive, so many ways! I didn't know the mac trick though, thanks Ankur. 
>> :D
>> 
>> śr., 30 sty 2019 o 17:24 Ismaël Mejía > > napisał(a):
>> Welcome Michał!
>> 
>> For more foreign languages copy/pastables characters:
>> http://polish.typeit.org/ 
>> 
>> Yay for more people with crazy accents, (yes I know I can be biased :P)
>> 
>> Ismaël
>> 
>> On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka > > wrote:
>> >
>> > Welcome Michał!
>> >
>> > long press "l" on mac to type "ł' :)
>> >
>> > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels > > > wrote:
>> >>
>> >> Welcome Michał!
>> >>
>> >> I do have to find out how to type ł without copy/pasting it every time ;)
>> >>
>> >> On 30.01.19 15:22, Łukasz Gajowy wrote:
>> >> > Hi all,
>> >> >
>> >> > a new fellow joined Kasia Kucharczyk and me to work on integration and 
>> >> > load
>> >> > testing areas. Welcome, Michał!
>> >> >
>> >> > Łukasz
>> >> >
> 



Re: New contributor: Michał Walenia

2019-01-31 Thread Reza Ardeshir Rokni
Welcome!

On Thu, 31 Jan 2019 at 15:48, Michał Walenia 
wrote:

> HI all,
> thanks for a warm welcome :)
>
> Michał
>
> Wiadomość napisana przez Ahmet Altay  w dniu
> 30.01.2019, o godz. 21:32:
>
> Welcome Michał!
>
> On Wed, Jan 30, 2019 at 11:38 AM Kenneth Knowles  wrote:
>
>> Welcome Michał!
>>
>> Kenn
>>
>> *And maybe your system uses a compose key. Ubuntu:
>> https://help.ubuntu.com/community/ComposeKey. It is composition of L and
>> / just like it looks. (unless I can't see it clearly)
>>
>>
>> On Wed, Jan 30, 2019 at 10:20 AM Rui Wang  wrote:
>>
>>> Welcome! Welcome!
>>>
>>> -Rui
>>>
>>> On Wed, Jan 30, 2019 at 9:22 AM Łukasz Gajowy 
>>> wrote:
>>>
 Impressive, so many ways! I didn't know the mac trick though, thanks
 Ankur. :D

 śr., 30 sty 2019 o 17:24 Ismaël Mejía  napisał(a):

> Welcome Michał!
>
> For more foreign languages copy/pastables characters:
> http://polish.typeit.org/
>
> Yay for more people with crazy accents, (yes I know I can be biased :P)
>
> Ismaël
>
> On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka 
> wrote:
> >
> > Welcome Michał!
> >
> > long press "l" on mac to type "ł' :)
> >
> > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels 
> wrote:
> >>
> >> Welcome Michał!
> >>
> >> I do have to find out how to type ł without copy/pasting it every
> time ;)
> >>
> >> On 30.01.19 15:22, Łukasz Gajowy wrote:
> >> > Hi all,
> >> >
> >> > a new fellow joined Kasia Kucharczyk and me to work on
> integration and load
> >> > testing areas. Welcome, Michał!
> >> >
> >> > Łukasz
> >> >
>

>


Re: New contributor: Michał Walenia

2019-01-30 Thread Michał Walenia
HI all,
thanks for a warm welcome :)

Michał

> Wiadomość napisana przez Ahmet Altay  w dniu 30.01.2019, o 
> godz. 21:32:
> 
> Welcome Michał!
> 
> On Wed, Jan 30, 2019 at 11:38 AM Kenneth Knowles  > wrote:
> Welcome Michał!
> 
> Kenn
> 
> *And maybe your system uses a compose key. Ubuntu: 
> https://help.ubuntu.com/community/ComposeKey 
> . It is composition of L and / 
> just like it looks. (unless I can't see it clearly)
> 
> 
> On Wed, Jan 30, 2019 at 10:20 AM Rui Wang  > wrote:
> Welcome! Welcome!
> 
> -Rui
> 
> On Wed, Jan 30, 2019 at 9:22 AM Łukasz Gajowy  > wrote:
> Impressive, so many ways! I didn't know the mac trick though, thanks Ankur. :D
> 
> śr., 30 sty 2019 o 17:24 Ismaël Mejía  > napisał(a):
> Welcome Michał!
> 
> For more foreign languages copy/pastables characters:
> http://polish.typeit.org/ 
> 
> Yay for more people with crazy accents, (yes I know I can be biased :P)
> 
> Ismaël
> 
> On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka  > wrote:
> >
> > Welcome Michał!
> >
> > long press "l" on mac to type "ł' :)
> >
> > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels  > > wrote:
> >>
> >> Welcome Michał!
> >>
> >> I do have to find out how to type ł without copy/pasting it every time ;)
> >>
> >> On 30.01.19 15:22, Łukasz Gajowy wrote:
> >> > Hi all,
> >> >
> >> > a new fellow joined Kasia Kucharczyk and me to work on integration and 
> >> > load
> >> > testing areas. Welcome, Michał!
> >> >
> >> > Łukasz
> >> >



Re: New contributor

2019-01-30 Thread Tao Feng
Thanks. Great to hear from you, Xinyu :)

On Wed, Jan 30, 2019 at 12:29 PM Xinyu Liu  wrote:

> Welcome and glad to see you here, Tao!
>
> Xinyu
>
> On Wed, Jan 30, 2019 at 12:00 PM Kenneth Knowles  wrote:
>
>> Done. Welcome!
>>
>> Kenn
>>
>> On Wed, Jan 30, 2019 at 11:53 AM Tao Feng  wrote:
>>
>>> Hi,
>>>
>>> I would like to contribute to beam and work on some tickets in my spare
>>> time. Could you please add me to the beam project in JIRA?
>>>
>>> My jira user name is TaoFeng.
>>>
>>> Thanks,
>>> -Tao
>>>
>>


Re: New contributor: Michał Walenia

2019-01-30 Thread Ahmet Altay
Welcome Michał!

On Wed, Jan 30, 2019 at 11:38 AM Kenneth Knowles  wrote:

> Welcome Michał!
>
> Kenn
>
> *And maybe your system uses a compose key. Ubuntu:
> https://help.ubuntu.com/community/ComposeKey. It is composition of L and
> / just like it looks. (unless I can't see it clearly)
>
>
> On Wed, Jan 30, 2019 at 10:20 AM Rui Wang  wrote:
>
>> Welcome! Welcome!
>>
>> -Rui
>>
>> On Wed, Jan 30, 2019 at 9:22 AM Łukasz Gajowy  wrote:
>>
>>> Impressive, so many ways! I didn't know the mac trick though, thanks
>>> Ankur. :D
>>>
>>> śr., 30 sty 2019 o 17:24 Ismaël Mejía  napisał(a):
>>>
 Welcome Michał!

 For more foreign languages copy/pastables characters:
 http://polish.typeit.org/

 Yay for more people with crazy accents, (yes I know I can be biased :P)

 Ismaël

 On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka  wrote:
 >
 > Welcome Michał!
 >
 > long press "l" on mac to type "ł' :)
 >
 > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels 
 wrote:
 >>
 >> Welcome Michał!
 >>
 >> I do have to find out how to type ł without copy/pasting it every
 time ;)
 >>
 >> On 30.01.19 15:22, Łukasz Gajowy wrote:
 >> > Hi all,
 >> >
 >> > a new fellow joined Kasia Kucharczyk and me to work on integration
 and load
 >> > testing areas. Welcome, Michał!
 >> >
 >> > Łukasz
 >> >

>>>


Re: New contributor

2019-01-30 Thread Xinyu Liu
Welcome and glad to see you here, Tao!

Xinyu

On Wed, Jan 30, 2019 at 12:00 PM Kenneth Knowles  wrote:

> Done. Welcome!
>
> Kenn
>
> On Wed, Jan 30, 2019 at 11:53 AM Tao Feng  wrote:
>
>> Hi,
>>
>> I would like to contribute to beam and work on some tickets in my spare
>> time. Could you please add me to the beam project in JIRA?
>>
>> My jira user name is TaoFeng.
>>
>> Thanks,
>> -Tao
>>
>


Re: New contributor

2019-01-30 Thread Kenneth Knowles
Done. Welcome!

On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
codin.mart...@gmail.com> wrote:

> Hi,
> I would like to contribute to beam and start picking up tickets.
> Can you please add me to the beam project in JIRA?
>
> username: bharathkk
>
> Thanks,
> Bharath
>


Re: New contributor

2019-01-30 Thread Kenneth Knowles
Done. Welcome!

Kenn

On Wed, Jan 30, 2019 at 11:53 AM Tao Feng  wrote:

> Hi,
>
> I would like to contribute to beam and work on some tickets in my spare
> time. Could you please add me to the beam project in JIRA?
>
> My jira user name is TaoFeng.
>
> Thanks,
> -Tao
>


Re: New contributor: Michał Walenia

2019-01-30 Thread Kenneth Knowles
Welcome Michał!

Kenn

*And maybe your system uses a compose key. Ubuntu:
https://help.ubuntu.com/community/ComposeKey. It is composition of L and /
just like it looks. (unless I can't see it clearly)


On Wed, Jan 30, 2019 at 10:20 AM Rui Wang  wrote:

> Welcome! Welcome!
>
> -Rui
>
> On Wed, Jan 30, 2019 at 9:22 AM Łukasz Gajowy  wrote:
>
>> Impressive, so many ways! I didn't know the mac trick though, thanks
>> Ankur. :D
>>
>> śr., 30 sty 2019 o 17:24 Ismaël Mejía  napisał(a):
>>
>>> Welcome Michał!
>>>
>>> For more foreign languages copy/pastables characters:
>>> http://polish.typeit.org/
>>>
>>> Yay for more people with crazy accents, (yes I know I can be biased :P)
>>>
>>> Ismaël
>>>
>>> On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka  wrote:
>>> >
>>> > Welcome Michał!
>>> >
>>> > long press "l" on mac to type "ł' :)
>>> >
>>> > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels 
>>> wrote:
>>> >>
>>> >> Welcome Michał!
>>> >>
>>> >> I do have to find out how to type ł without copy/pasting it every
>>> time ;)
>>> >>
>>> >> On 30.01.19 15:22, Łukasz Gajowy wrote:
>>> >> > Hi all,
>>> >> >
>>> >> > a new fellow joined Kasia Kucharczyk and me to work on integration
>>> and load
>>> >> > testing areas. Welcome, Michał!
>>> >> >
>>> >> > Łukasz
>>> >> >
>>>
>>


Re: New contributor: Michał Walenia

2019-01-30 Thread Rui Wang
Welcome! Welcome!

-Rui

On Wed, Jan 30, 2019 at 9:22 AM Łukasz Gajowy  wrote:

> Impressive, so many ways! I didn't know the mac trick though, thanks
> Ankur. :D
>
> śr., 30 sty 2019 o 17:24 Ismaël Mejía  napisał(a):
>
>> Welcome Michał!
>>
>> For more foreign languages copy/pastables characters:
>> http://polish.typeit.org/
>>
>> Yay for more people with crazy accents, (yes I know I can be biased :P)
>>
>> Ismaël
>>
>> On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka  wrote:
>> >
>> > Welcome Michał!
>> >
>> > long press "l" on mac to type "ł' :)
>> >
>> > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels 
>> wrote:
>> >>
>> >> Welcome Michał!
>> >>
>> >> I do have to find out how to type ł without copy/pasting it every time
>> ;)
>> >>
>> >> On 30.01.19 15:22, Łukasz Gajowy wrote:
>> >> > Hi all,
>> >> >
>> >> > a new fellow joined Kasia Kucharczyk and me to work on integration
>> and load
>> >> > testing areas. Welcome, Michał!
>> >> >
>> >> > Łukasz
>> >> >
>>
>


Re: New contributor: Michał Walenia

2019-01-30 Thread Łukasz Gajowy
Impressive, so many ways! I didn't know the mac trick though, thanks Ankur.
:D

śr., 30 sty 2019 o 17:24 Ismaël Mejía  napisał(a):

> Welcome Michał!
>
> For more foreign languages copy/pastables characters:
> http://polish.typeit.org/
>
> Yay for more people with crazy accents, (yes I know I can be biased :P)
>
> Ismaël
>
> On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka  wrote:
> >
> > Welcome Michał!
> >
> > long press "l" on mac to type "ł' :)
> >
> > On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels 
> wrote:
> >>
> >> Welcome Michał!
> >>
> >> I do have to find out how to type ł without copy/pasting it every time
> ;)
> >>
> >> On 30.01.19 15:22, Łukasz Gajowy wrote:
> >> > Hi all,
> >> >
> >> > a new fellow joined Kasia Kucharczyk and me to work on integration
> and load
> >> > testing areas. Welcome, Michał!
> >> >
> >> > Łukasz
> >> >
>


Re: New contributor: Michał Walenia

2019-01-30 Thread Ismaël Mejía
Welcome Michał!

For more foreign languages copy/pastables characters:
http://polish.typeit.org/

Yay for more people with crazy accents, (yes I know I can be biased :P)

Ismaël

On Wed, Jan 30, 2019 at 3:30 PM Ankur Goenka  wrote:
>
> Welcome Michał!
>
> long press "l" on mac to type "ł' :)
>
> On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels  wrote:
>>
>> Welcome Michał!
>>
>> I do have to find out how to type ł without copy/pasting it every time ;)
>>
>> On 30.01.19 15:22, Łukasz Gajowy wrote:
>> > Hi all,
>> >
>> > a new fellow joined Kasia Kucharczyk and me to work on integration and load
>> > testing areas. Welcome, Michał!
>> >
>> > Łukasz
>> >


Re: New contributor: Michał Walenia

2019-01-30 Thread Ankur Goenka
Welcome Michał!

long press "l" on mac to type "ł' :)

On Wed, Jan 30, 2019 at 7:57 PM Maximilian Michels  wrote:

> Welcome Michał!
>
> I do have to find out how to type ł without copy/pasting it every time ;)
>
> On 30.01.19 15:22, Łukasz Gajowy wrote:
> > Hi all,
> >
> > a new fellow joined Kasia Kucharczyk and me to work on integration and
> load
> > testing areas. Welcome, Michał!
> >
> > Łukasz
> >
>


  1   2   >