Search the web
Sign In
New User? Sign Up
json-rpc
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 529 - 569 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
529
hi, I now updated my 1.1WD suggestion/specification. I especially added "kwparams" and multicall. see: http://84.16.237.14/jsonrpc/ Any comments are greatly...
r.koebler
Offline Send Email
May 2, 2007
9:33 pm
531
... Hi, Roland This is an improvement, IMHO. I'm guessing that you are just checking whether people are actually reading the thing, but you have "params"...
jimcburg
Offline Send Email
May 6, 2007
3:30 am
532
Got a vote from me also! I appreciate the efforts, this as a good step forward from the 1.0 spec. -- Matthew P. C. Morley...
Matthew Morley
wickedlogik
Offline Send Email
May 6, 2007
10:29 am
533
... oh, thanks. it's corrected now. ... yes, they are optional. ... thanks :). regards, Roland...
r.koebler@...
r.koebler
Offline Send Email
May 6, 2007
11:33 am
534
So the only bad thing is that by adding kwparams and removing the named arguments capability from params is that it is a pretty big change if you've already...
Jeffrey Damick
jeffreydamick
Offline Send Email
May 7, 2007
1:26 pm
535
I also have JSON-RPC 1.1 working and it works great. kwparams would be a breaking change (not to mention I think "kwparams" is an inelegant identifier that...
Stephen M. McKamey
stephen.mckamey
Offline Send Email
May 7, 2007
3:47 pm
536
Enter your vote today! A new poll has been created for the json-rpc group: Do we need mixed named and positional parameters? (this refers to the "suggestion...
json-rpc@yahoogroups....
Send Email
May 7, 2007
5:09 pm
537
... if you know a better name: tell me. ... ok. but this would mean that you cannot mix named and positional parameters. that would be ok for me, and I already...
r.koebler@...
r.koebler
Offline Send Email
May 7, 2007
5:13 pm
538
Hello, I noticed that the specification has not yet specified error codes. A previous msg suggested using error codes found in XML-RPC implementations. Can...
jonleemok3
Online Now Send Email
May 8, 2007
2:24 pm
539
Welcome to the world of implementing draft specifications :) It's a risk you take. In my opinion nobody should worry about breaking draft implementations...
Mikeal Rogers
mikeal@...
Send Email
May 9, 2007
4:51 pm
545
Hi all, I am a newcomer to the JSON-RPC 1.1 draft process. First, Is anything actually happening here? I have seen no comments from the original draft authors...
Matt Hancher
matthewhancher
Offline Send Email
May 18, 2007
6:35 pm
548
hi, ... I tried this, and created an improved working-draft (some months ago), which you can find here: http://84.16.237.14/jsonrpc/ the next steps (for me)...
r.koebler
Offline Send Email
May 21, 2007
10:00 am
550
Hi I'm interested in the feature of server-to-client messages, specified on the spec, but I can't find it's implementation on the python code, is anyone...
JOrge Vargas
elpargochess
Offline Send Email
May 30, 2007
11:26 pm
551
1.1 spec STILL isn't complete, and is too complex, in my opinion. An we NEED it finished, to make it enterprise-ready and beat the shit out of immeasurably...
konstantin_yegupov
konstantin_y...
Offline Send Email
Jun 1, 2007
12:22 pm
552
Hi the bug tracker didn't let me post as guest/guest. there is a python error with the %-substitution. I believe what you wanted is to be able to call module...
Jorge Vargas
elpargochess
Offline Send Email
Jun 1, 2007
7:48 pm
553
Hey, thanks for the fix, it is checked in now. just checked trac, it did let me log in as guest/guest and it let me create a ticket (#14). Not sure why it did...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 3, 2007
10:18 pm
554
hi Jan. about trac it's probably the stupid proxy here at my office for someone reason noone knows how to configure it "right"..... anyway where you able to...
Jorge Vargas
elpargochess
Offline Send Email
Jun 4, 2007
4:20 pm
557
I'm in 100% agreement with 1, the spec not being finished a big problem, who is responsible for editing the spec? who are the stake holders here and can we...
Mikeal Rogers
mikeal@...
Send Email
Jun 5, 2007
11:54 pm
558
WSGI ( http://www.python.org/dev/peps/pep-0333/ ) is increasingly popular among the python web community. I wrote a jsonrpc "application" that dispatches...
Mikeal Rogers
mikeal@...
Send Email
Jun 6, 2007
12:18 am
559
Hey, I did have a quick look at the other mails, just have not put it in the code yet. Thanks ... where you...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 6, 2007
11:13 am
560
Hey, ... I, Jan-Klaas Kollhof, created the 1.0 specs. Atif has been the driving force behind the 1.1 specs. Unfortunately, I have had little time in the past...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Jun 6, 2007
11:27 am
561
Hi all. I've found a minor bug when using the modpywrapper. If you request a methodthat does not exist, then ModPyServiceHandler raises a ...
jaimewyant
Offline Send Email
Jun 6, 2007
7:53 pm
562
hi, ... did you read http://84.16.237.14/jsonrpc/ ? ... hmm, I don't think so. in terms of RPC, what would i.e. a string mean? that it's the only parameter to...
r.koebler
Offline Send Email
Jun 6, 2007
9:19 pm
563
Hi all! I've found a small bug in the ServiceProxy class (proxy.py). The 1.1 draft spec, section 7.3 - Procedure Return Object, states that the error member...
jaimewyant
Offline Send Email
Jun 8, 2007
7:12 pm
564
Hi I found this a while ago and it's part of my patch at the message call "server-to-client message? and a small patch." although my path covers all of the...
Jorge Vargas
elpargochess
Offline Send Email
Jun 14, 2007
3:13 pm
565
... I think this should be made optional. I got a project in which I'm implementing json-rpc over tcp (I have a patched version of json-rpc.org code with it) ...
Jorge Vargas
elpargochess
Offline Send Email
Jun 14, 2007
3:28 pm
566
... I'll like to work on that. I can give a nice maintenance run to the trac, milestones, versions, we could even install the ...
Jorge Vargas
elpargochess
Offline Send Email
Jun 14, 2007
3:30 pm
567
Hi I coded this a while ago for a small project I have which should get it's own server (no need for apache) If I remember correctly it doesn't depends on...
Jorge Vargas
elpargochess
Offline Send Email
Jun 14, 2007
3:37 pm
568
... Only json-rpc over HTTP is covered in the new spec. If you're doing it over TCP then you're free to disregard HTTP specific areas of the spec, like HTTP...
Mikeal Rogers
mikeal@...
Send Email
Jun 15, 2007
1:55 am
569
... yes, but I separated HTTP from the spec in http://84.16.237.14/jsonrpc/. and I and many others think http://84.16.237.14/jsonrpc/ is a major improvement to...
r.koebler
Offline Send Email
Jun 15, 2007
7:56 am
Messages 529 - 569 of 635   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help