similar to: JSON feed for AppDB

Displaying 20 results from an estimated 30000 matches similar to: "JSON feed for AppDB"

2006 Nov 24
1
What's wrong in these configurations?
Hi guys!! I've followed the windows 2000/xp tutorial and not only, but it seems not to work! I've for sure committed some errors... PC (under NAT) files: tinc/vpn/tinc.conf tinc/vpn/rsa_key.priv tinc/vpn/hosts/elegos tinc/vpn/hosts/shadowkrad tinc.conf: Name = elegos ConnectTo = shadowkrad TCPOnly = yes Interface = VPN (TCPOnly as under a NAT) rsa_key.priv: -----BEGIN RSA PRIVATE
2008 Nov 25
4
Bug Links to wine appdb
I would like help with the steps required to create a report of bugs that are not linked to the wine appdb. If possible can that report be added and selected from the bugzilla intro page. Thank you Nat PS: Are the following email addresses monitored: bugs-admin @ winehq.org ( Email WineHQ Bugzilla Administrator ) appdb @ winehq.org ( Email your suggestions for improving the AppDB )
2020 Jan 31
3
Does Libvirt's json parser support single quoted string in qmp json string?
Hi All, I’m using qmp command via “virsh qemu-monitor-command” to perform block related jobs. And in my case, I execute block-commit to commit the changes in the top image to the base image which is encrypted. So in the base parameter, I need a json string which is single quoted to support the encryption parameters. However, the virsh is failed to parse the whole json qmp command.
2010 Feb 14
1
AppDB instructions
Hey Gang, I'm new here so I get to as a few dumb questions without feeling too dumb about it... Several posts have been kind enough to include links to the AppDB pages, which I have been using, but I don't find there the instructions people allude to. All I find in AppDB pages is lists and rankings and images and basically a report of how well it works and less about how to make it
2008 Oct 30
2
Unable to search AppDB for Windchaser
Hello, I don't find "windchaser" in the AppDB search but it's online when I search in "browse AppDB". Windchaser is one of the keywords I've set but why I can't find it there. btw. I'm a super maintainer of this App and this is my first maintaining. http://appdb.winehq.org/objectManager.php?sClass=application&iId=8560 What did I do wrong? Many
2002 Oct 19
1
WANTED (dead or alive): additional AppDB maintainer
Hi all, as I'm currently in my studies duties again and the AppDB submissions are piling up enormously (> 20 new entries in less than two weeks), I'm looking for one or two additional AppDB maintainers to do the Beowulf thingy ;-) (I'm talking about http://appdb.winehq.org, here) The job description can be found at http://www.winehq.org/about/index.php?contrib#active Sadly enough,
2020 Jan 31
1
Re: Does Libvirt's json parser support single quoted string in qmp json string?
Hi Peter Krempa, Thanks for your quick response, yes, I know since libvirt 5.8, the -blockdev is used for disk by default. However we have to maintain the old releases for the production environment for a while, so I still need use the old way to create the disk. >"base" argument must be a string. this means you need double quotes in >JSON ("). You also must
2020 Feb 04
3
Re: Does Libvirt's json parser support single quoted string in qmp json string?
Eric Blake <eblake@redhat.com> writes: > [adding Markus] > > On 2/3/20 4:13 AM, Daniel P. Berrangé wrote: >> On Fri, Jan 31, 2020 at 06:44:42AM -0600, Eric Blake wrote: >>> On 1/31/20 4:38 AM, Peter Luo wrote: >>> >>>> error: internal error: cannot parse json {"execute": "block-commit", "arguments": {
2015 Mar 10
2
json.c:704 ast_json_vpack: Error building JSON from '{s: s, s: s}': Invalid UTF-8 string.
05.03.2015 11:42, Dmitry Melekhov ?????: > 05.03.2015 11:29, Dmitry Melekhov ?????: >> Hello! >> >> Just installed asterisk 13.2.0 and see many such messages in log, I >> see them in console during calls, really something like this: >> >> >> -- Executing [6166 at kanbaikal:2] Dial("OOH323/kanbaikal-6", >> "SIP/6166 at
2015 Mar 05
4
json.c:704 ast_json_vpack: Error building JSON from '{s: s, s: s}': Invalid UTF-8 string.
Hello! Just installed asterisk 13.2.0 and see many such messages in log, I see them in console during calls, really something like this: -- Executing [6166 at kanbaikal:2] Dial("OOH323/kanbaikal-6", "SIP/6166 at asterisk") in new stack == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 -- Called SIP/6166 at asterisk > 0x7fa9d4007660 --
2012 Jul 24
1
getting error in Rpad::json()
Hi, I am trying to convert an R object to JSON, using Rpad::json. I get the following error when there is an empty vector in there. Using R version 2.15.0 (2012-03-30) on OpenSUSE 11.4 on an Intel machine; Rpad - 1.3.0 >Rpad::json(numeric(0)) > class(Rpad::json(numeric(0))) [1] "json" > Rpad::json(list(x=numeric(0))) Error in res[i] <- json(x[[i]]) : replacement has
2007 Nov 17
5
Wine AppDB etiquette ?
Dont know if iys the done thing, but I contacted the writer of an app I maintain in AppDB, to point out that his app runs perfectly under Linux and Wine. Straught away he modified his webpage to include the fact, and a link to the AppDB page for his application. Cheers, Ron. -- I prefer the most unjust peace to the most righteous war.
2008 Mar 14
3
Sync use accounts between appdb, wine-bugs and wine-forums
Currently, I have two accounts : one for wine-bugs and one for appdb. That doesn't annoy me as it is, but that would be cool f those were merged together. I don't know if it is possible, since appdb, bugzilla and phpbb are three different php programs, but that would help new users to participate on every side of wine. By the way, I saw that my tr'd message went on a new thread on the
2020 Feb 03
2
Re: Does Libvirt's json parser support single quoted string in qmp json string?
On Fri, Jan 31, 2020 at 06:44:42AM -0600, Eric Blake wrote: > On 1/31/20 4:38 AM, Peter Luo wrote: > > > error: internal error: cannot parse json {"execute": "block-commit", "arguments": { "device": "drive-virtio-disk2", "job-id": "job100",
2019 May 16
2
[PATCH] v2v: -o json: add a simple test for it
Followup of commit f190e08d85556dac293ef15bfeee38e54471570f. --- v2v/Makefile.am | 2 ++ v2v/test-v2v-o-json.sh | 58 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100755 v2v/test-v2v-o-json.sh diff --git a/v2v/Makefile.am b/v2v/Makefile.am index 39511022e..1c37d20b4 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -468,6 +468,7 @@ TESTS
2009 Jun 12
1
Issues converting from JSON to R
When converting from JSON to R it seems logical that a JSON array would correspond to an "unnamed" R list, while a JSON object would correspond to a "named" R list. E.g. JSON: [1, 3.1415927, "foo", false, null] => R: list(1, 3.1415927, "foo", FALSE, NA); and JSON { "int": 1, "float": 3.1415927, "string": "foo",
2008 Aug 10
1
Prototype, JSON and headers
Hi everyone. I love JSON and using Prototype has help me reduce the code to handle AJAX responses. But one thing keeps me confused and sometimes even frustrated. I don''t really understand what is going on with the headers, so if someone could take some time to explain what is going on, I (and probably a lot more people) would be very thankful. The thing is this. On my local server (Mac OS
2007 Sep 28
2
Rails shouldn't output invalid JSON by default
Please check out this ticket (which would explain almost everything): http://dev.rubyonrails.org/ticket/8762 So basically, Rails to_json methods produces invalid JSON out of the box as it doesn''t quote all hash keys. This is valid JSON: { "id": 6589, "code": "SIN", "name": "Singapore" } This is not (Rails'' JSON encoders
2023 Dec 05
3
[Bug 1726] New: invalid json generated by ipset list -output json
https://bugzilla.netfilter.org/show_bug.cgi?id=1726 Bug ID: 1726 Summary: invalid json generated by ipset list -output json Product: ipset Version: unspecified Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: trivial Priority: P5 Component: default Assignee:
2009 Mar 07
5
The pros and cons of a wiki AppDB
2009/3/7 Rosanne DiMesio <dimesio at earthlink.net>: > I can think of one possible benefit. There are a lot of apps without maintainers, and there might be users of those apps who would be willing take a few minutes to post bits of useful information in a wiki, but don't want the responsibility of being a maintainer. Sure, they could just post info in a comment, but user comments are