Re: OK, the list *really* needs to be fixed

2016-12-31 Thread William Prothero
FYI: I am signed on with gmail and am having no problems. Bill > On Dec 31, 2016, at 4:24 PM, Mike Kerner wrote: > > Is gmail actually bouncing them? I thought that everything suspicious > ended up in the spam folder. > > On Sat, Dec 31, 2016 at 5:54 PM, J. Landman Gay > wrote: > >> No, not e

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread Mike Kerner
Is gmail actually bouncing them? I thought that everything suspicious ended up in the spam folder. On Sat, Dec 31, 2016 at 5:54 PM, J. Landman Gay wrote: > No, not entirely sure, but I've read about it before. Google changes its > algorithms and spam filters frequently, so it's possible they've

Re: how to create a list in easyJSON

2016-12-31 Thread Mark Wieder
On 12/30/2016 05:27 PM, Matt Maier wrote: I'm trying to send a list of strings to an API. Best I can tell it's interpreting the entire list as one string. Is there a way to send data to easyJSON such that it returns a JSON list of strings instead of one monolithic string? For example, I've got

compiling a standalone wit multiple stacks

2016-12-31 Thread Dr. Hawkins
I'm back, at last, to finally trying to compile. I have a master stack, a library stack shared with other projects with a couple of sub stacks, and several other stacks. Each is kept in it's own file for crude revision control. I want a single application, not an application which pulls in outsi

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread J. Landman Gay
No, not entirely sure, but I've read about it before. Google changes its algorithms and spam filters frequently, so it's possible they've tweaked it again. Here's one article I found: If you google "gmail bounces mailman emails" there are thousands

Re: how to create a list in easyJSON

2016-12-31 Thread Richard Gaskin
Matt Maier wrote: > This code: > >put "12345" into tArray["one"][1] >put "12345" into tArray["one"][2] >put "12345" into tArray["one"][3] >put "12345" into tArray["two"][1] >put "12345" into tArray["two"][2] >put jsonfromarray(tArray) into tWhatever > > gives me this resul

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread Dr. Hawkins
On Sat, Dec 31, 2016 at 11:53 AM, J. Landman Gay wrote: > Since the drops are caused by the refusal of the receiving domain, I don't > think there is much that LiveCode can do. There may be a refusal at the receiving end, but it is the server at livecode's end that is dropping members from the

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread Mike Kerner
are we sure that is the reason? This problem is recent. I've been a member of the list with the same gmail address since 2005 without having these issues. On Sat, Dec 31, 2016 at 2:55 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > Doesn't say much for Google. > > Richmond. > > O

Re: how to create a list in easyJSON

2016-12-31 Thread Matt Maier
This code: put "12345" into tArray["one"][1] put "12345" into tArray["one"][2] put "12345" into tArray["one"][3] put "12345" into tArray["two"][1] put "12345" into tArray["two"][2] put jsonfromarray(tArray) into tWhatever gives me this result: {"one":{"3":12345,"1":12345,"2":12

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread Richmond Mathewson
Doesn't say much for Google. Richmond. On 12/31/16 9:53 pm, J. Landman Gay wrote: On 12/31/16 2:16 AM, Richmond Mathewson wrote: Really: only 4? It is a bit farcical. Richmond. On 12/31/16 12:48 am, Dr. Hawkins wrote: This is about the fourth time I've been unsubscribed in the last few mon

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread J. Landman Gay
On 12/31/16 2:16 AM, Richmond Mathewson wrote: Really: only 4? It is a bit farcical. Richmond. On 12/31/16 12:48 am, Dr. Hawkins wrote: This is about the fourth time I've been unsubscribed in the last few months. So far, at least in this round, the people who have been dropped are using gm

Re: how to create a list in easyJSON

2016-12-31 Thread pink
in a nutshell, easyJSON creates what you want by using numeric keys so: array[one][1] = 12345 array[one][2] = 12345 array[one][3] = 12345 array[two][1] = 12345 array[two][2] = 12345 would produce the results you are looking for (technically the numbers don't have to be sequential, it just has to

Re: how to create a list in easyJSON

2016-12-31 Thread Richard Gaskin
Matt Maier wrote: ... > when what I'm trying to get is more like this > > {"one":["12345","12345","12345"],"two":["12345","12345"]} Let's look at the other side of that and see if we can find a good round-trip solution: What would the string you have above look like in a LiveCode array? --

Re: Hanging from the washing line.

2016-12-31 Thread Richmond Mathewson
Bug report 19040 /Do Your Ears Hang Low?// //Do They Wobble to and Fro?// //Can You Tie Them in a Knot?// //Can You Tie Them in a Bow?// //Can You Throw Them Over Your Shoulder Like a Continental Soldier?/ Richmond. ___ use-livecode mailing list use-

Re: OK, the list *really* needs to be fixed

2016-12-31 Thread Richmond Mathewson
Really: only 4? It is a bit farcical. Richmond. On 12/31/16 12:48 am, Dr. Hawkins wrote: This is about the fourth time I've been unsubscribed in the last few months. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url