Re: [Dev] Ballerina function to limit the decimal points in a float value

2019-04-11 Thread Shan Mahanama
> *Mobile: +94719718288* > > > [image: http://wso2.com/signature] <http://wso2.com/signature> > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > --

Re: [Dev] [Ballerina][Plugin-Intellij] Fix for issue #639

2017-10-14 Thread Shan Mahanama
gt; > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: s

Re: [Dev] Idea Plugin for Siddhi

2017-03-27 Thread Shan Mahanama
gt;- Choose the zip >>- Restart IntelliJ IDEA >>- Create a file with extension .sid (Ex: sample.sid) >> >> Thanks, Shan. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.

Re: [Dev] Idea Plugin for Siddhi

2017-03-26 Thread Shan Mahanama
I couldn't map Antlr with it. Thank you. > > Best Regards, > -Sewwandi > > > On 25 March 2017 at 13:33, Shan Mahanama <sh...@wso2.com> wrote: > >> Hi Dulaj, >> >> You can use ANTLR parser without any issue in intellij plugin >> development. Please refer to the j

Re: [Dev] Idea Plugin for Siddhi

2017-03-25 Thread Shan Mahanama
n>* >>>>> >>>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Tishan Dahana

Re: [Dev] GSOC 2017 Proposal 4: IDEA Plugin for Siddhi

2017-03-08 Thread Shan Mahanama
t; received this communication in error, please reply to the sender indicating >>> that fact and delete the copy you received and in addition, you should not >>> print, copy, re-transmit, disseminate, or otherwise use the information >>> contained in this communication. Inte

Re: [Dev] WSO2 Committers += Nisala Nanayakkara

2017-02-28 Thread Shan Mahanama
>> Software Engineer, WSO2 Inc. http://wso2.com >>> Email: chana...@wso2.com >>> Mobile: +94713149860 <+94%2071%20314%209860> >>> <https://wso2.com/signature> >>> >>> ___ >>>

Re: [Dev] WSO2 Committers += Chanaka Cooray

2017-02-24 Thread Shan Mahanama
In: https://lk.linkedin.com/in/menakajayawardena >> <https://lk.linkedin.com/in/menakajayawardena>* >> *Blog: https://menakamadushanka.wordpress.com/ >> <https://menakamadushanka.wordpress.com/>* >> >> >> ___

Re: [Dev] [UUF] Common "OnGet" method for all requests for a particular app

2017-02-04 Thread Shan Mahanama
Thanks! > Rajith > > > Rajith Roshan > Software Engineer, WSO2 Inc. > Mobile: +94-72-642-8350 <%2B94-71-554-8430> > -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.com

Re: [Dev] Introducing onGet, onPost functions for UUF

2017-01-25 Thread Shan Mahanama
/master/samples/apps/org.wso2.carbon.uuf.sample.pets-store.app/src/main/pages/pets/%7Bid%7D.js Thanks, Shan. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.com Mo

Re: [Dev] [UUF] Renaming artifact ID of the common default theme

2017-01-24 Thread Shan Mahanama
Hi all, This change has been implemented and available in UUF Common 1.0.0-m3 [1] version. [1] https://github.com/wso2/carbon-uuf-common/releases/tag/v1.0.0-m3 Thanks, Shan. On Mon, Jan 23, 2017 at 5:22 PM, Shan Mahanama <sh...@wso2.com> wrote: > Hi all, > > Following the prop

Re: [Dev] Introducing onGet, onPost functions for UUF

2017-01-24 Thread Shan Mahanama
Hi all, This change has been implemented and available in UUF Core 1.0.0-m11 [1] version. [1] https://github.com/wso2/carbon-uuf/releases/tag/v1.0.0-m11 Thanks, Shan. On Mon, Jan 23, 2017 at 12:37 PM, Shan Mahanama <sh...@wso2.com> wrote: > Hi all, > > We are introducing

Re: [Dev] [UUF] Renaming 't' helper to 'i18n'

2017-01-24 Thread Shan Mahanama
Hi all, This change has been implemented and available in 1.0.0-m11 [1] version. [1] https://github.com/wso2/carbon-uuf/releases/tag/v1.0.0-m11 Thanks, Shan. On Mon, Jan 23, 2017 at 9:08 PM, Shan Mahanama <sh...@wso2.com> wrote: > Hi all, > > We are planning to rename the *t*

[Dev] [UUF] Renaming 't' helper to 'i18n'

2017-01-23 Thread Shan Mahanama
Hi all, We are planning to rename the *t* helper to *i18n *in the next milestone release. Ex: {{t "pets-store.welcome"}} will be changed to {{i18n "pets-store.welcome"}} Thanks, Shan. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook

[Dev] [UUF] Renaming artifact ID of the common default theme

2017-01-23 Thread Shan Mahanama
. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.com Mobile: +94 71 2000 498 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Introducing onGet, onPost functions for UUF

2017-01-22 Thread Shan Mahanama
() method in the UUF developer's guide [2] https://github.com/wso2/carbon-uuf/tree/master/samples/apps/org.wso2.carbon.uuf.sample.pets-store.app/src/main/pages Thanks, Shan. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.

Re: [Dev] [UUF] User Portal's Localization properties are not working in Safari browser

2017-01-19 Thread Shan Mahanama
com> wrote: > Hi Shan, > > When check the Accept-Language in safari it shows "en-us" as in the > attached safari.png file. > > When check with firefox it shows "en-US,en;q=0.5" as in the attached > firefox.png file. > > > > Thanks, > > On T

Re: [Dev] [UUF] User Portal's Localization properties are not working in Safari browser

2017-01-19 Thread Shan Mahanama
uwan...@wso2.com > Blog: https://denuwanthi.wordpress.com/ > -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.com Mobile: +94 71 2000 498 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [UUF] Renaming artifact IDs and directory names of foundation component and default theme

2017-01-16 Thread Shan Mahanama
PM, Shan Mahanama <sh...@wso2.com> wrote: > Hi all, > > Following the proposed UUF naming conventions (see attachment), we will > rename the foundation component and the default theme in the UUF Commons > repo [1] as below. > >- Artifact ID and the directory name

[Dev] [UUF] Renaming artifact IDs and directory names of foundation component and default theme

2017-01-12 Thread Shan Mahanama
.carbon.uuf.common.foundation.ui* - Artifact ID and the directory name of the default theme will be renamed to *org.wso2.carbon.uuf.common.theme.default.theme* [1] https://github.com/wso2/carbon-uuf-common Thanks, Shan. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.ph

Re: [Dev] Clarification on invoking particular fragment in UUF

2017-01-10 Thread Shan Mahanama
gt;> Denuwanthi De Silva >> Senior Software Engineer; >> WSO2 Inc.; http://wso2.com, >> Email: denuwan...@wso2.com >> Blog: https://denuwanthi.wordpress.com/ >> > > > > -- > > *Kasun Gajasinghe*Associate Technical Lead, WSO2 Inc. > email: kas

Re: [Dev] Reading config.yaml file from client side

2016-12-19 Thread Shan Mahanama
eature > addition to UUF. > > thanks, > Chanaka > > -- > Chanaka Jayasena > Associate Tech Lead, > email: chan...@wso2.com; cell: +94 77 4464006 <+94%2077%20446%204006> > blog: http://chanaka3d.blogspot.com > > ___ > D

Re: [Dev] WSO2 Committers += Kasun Thennakoon

2016-10-21 Thread Shan Mahanama
anaka Cooray > Software Engineer, WSO2 Inc. http://wso2.com > Email: chana...@wso2.com > Mobile: +94713149860 > <https://wso2.com/signature> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.com Mobile: +94712000498 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Can we pass a regex as a path param in wso2am 1.10.0?

2016-08-31 Thread Shan Mahanama
we get the product list which matches esb. */products/1.0.0/?query=esb* Is this the correct way to do this or do we have to add another resource here? Did you tried this with REST API? If so what is the version? > > No, we haven't tried this yet. -- Shan Mahanama Software Engine

[Dev] Can we pass a regex as a path param in wso2am 1.10.0?

2016-08-30 Thread Shan Mahanama
for the given request How can we solve this issue? Thanks, Shan. -- Shan Mahanama Software Engineer, WSO2 Inc. http://wso2.com <http://l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> Email: sh...@wso2.com Mobile: +94712000498 ___ Dev mailin

Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-08-22 Thread Shan Mahanama
[Adding Jayanga] On Mon, Aug 1, 2016 at 10:18 AM, Shan Mahanama <sh...@wso2.com> wrote: > Hi Isuru, > > Sorry about the delay to reply. We are looking into this issue and will > fix this in the next version (5.2.0). > > Thanks, > Shan. > > On Wed, Jul 27, 20

Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-07-31 Thread Shan Mahanama
Hi Isuru, Sorry about the delay to reply. We are looking into this issue and will fix this in the next version (5.2.0). Thanks, Shan. On Wed, Jul 27, 2016 at 12:30 PM, Isuru Perera <isu...@wso2.com> wrote: > Hi Shan, > > Any updates on this? > > On Thu, Jun 30, 2016 at 9

Re: [Dev] SnakeYAML is already an OSGi bundle. Why do we have SnakeYAML in orbit?

2016-06-29 Thread Shan Mahanama
t;>>> >>>>> -- >>>>> Isuru Perera >>>>> Associate Technical Lead | WSO2, Inc. | http://wso2.com/ >>>>> Lean . Enterprise . Middleware >>>>> >>>>> about.me/chrishantha >>>&g