Things changes quite fast lol :D
On Sat, Mar 2, 2013 at 3:48 AM, Michele Comitini wrote:
> http://www.jsonrpc.org/specification
>
> not draft anymore...
>
> mic
>
> 2013/3/1 Phyo Arkar :
> > I c , JSONRPC2 is still in draft right?
> > we are not using JSONRPC2 yet so that gave us problem.
> >
>
http://www.jsonrpc.org/specification
not draft anymore...
mic
2013/3/1 Phyo Arkar :
> I c , JSONRPC2 is still in draft right?
> we are not using JSONRPC2 yet so that gave us problem.
>
>
> On Sat, Mar 2, 2013 at 2:12 AM, Niphlod wrote:
>>
>> yep, to support keyword arguments. It was an oversigh
I c , JSONRPC2 is still in draft right?
we are not using JSONRPC2 yet so that gave us problem.
On Sat, Mar 2, 2013 at 2:12 AM, Niphlod wrote:
> yep, to support keyword arguments. It was an oversight of jsonrpc 1 vs 2
> specs.
>
> trunk has it fixed, along with "specific" 1 vs 2 support (i.e. jso
yep, to support keyword arguments. It was an oversight of jsonrpc 1 vs 2
specs.
trunk has it fixed, along with "specific" 1 vs 2 support (i.e. jsonrpc and
jsonrpc2 decorators)
On Friday, March 1, 2013 8:00:30 PM UTC+1, Phyo Arkar wrote:
>
> Any reason there for ** ?
>
> On Sat, Mar 2, 2013 at
Any reason there for ** ?
On Sat, Mar 2, 2013 at 12:40 AM, Phyo Arkar wrote:
> The bug is at:
>
> gluon/tools.py
>
> s = methods[method](**params)
>
> it should be
> s = methods[method](*params)
>
>
> On Sat, Mar 2, 2013 at 12:16 AM, Phyo Arkar wrote:
>
>> We got a problem
One char fix so i wont be adding a patch. :)
On Sat, Mar 2, 2013 at 12:40 AM, Phyo Arkar wrote:
> The bug is at:
>
> gluon/tools.py
>
> s = methods[method](**params)
>
> it should be
> s = methods[method](*params)
>
>
> On Sat, Mar 2, 2013 at 12:16 AM, Phyo Arkar wrote:
>
The bug is at:
gluon/tools.py
s = methods[method](**params)
it should be
s = methods[method](*params)
On Sat, Mar 2, 2013 at 12:16 AM, Phyo Arkar wrote:
> We got a problem when we upgrade to 2.3.2 in JSONRPC called via qooxdoo.
>
> "TypeError: testlogin() argument after
7 matches
Mail list logo