-
When I make the call:
$sdb->putAttributes('mydomain', $item_name,
array('v1'=> array('value' => 'myv1', 'replace' => false) );
I see the error:
SimpleDB::putAttributes(): InvalidParameterValue: Value (1) for parameter Replace is invalid. The Replace flag should be either true or false in includes/sdb.php on line 636
When I...
2009-07-22 18:35:11 UTC in Amazon SimpleDB PHP Class
-
djung committed revision 2 to the OpenSim SVN repository, changing 491 files.
2009-05-23 00:44:35 UTC in OpenSim
-
djung committed revision 1 to the OpenSim SVN repository, changing 5928 files.
2009-05-22 21:33:07 UTC in OpenSim
-
djung changed the public information on the OpenSim project.
2009-05-22 20:23:27 UTC in OpenSim
-
djung changed the public information on the OpenSim project.
2009-05-22 20:23:25 UTC in OpenSim
-
djung changed the public information on the OpenSim project.
2009-05-22 20:23:14 UTC in OpenSim
-
My Mac crashed and I had to kill the power when an iTerm was open. After rebooting, I can't run iTerm any more as it just immediately exits on launch.
Running it from the standard terminal, I see this:
/Applications/iTerm.app/Contents/MacOS/iTerm
2008-08-11 13:33:20.724 iTerm[300:4a0b] *** Assertion failure in -[VT100Screen _getLineAtIndex:fromLine:]...
2008-08-11 17:39:26 UTC in iTerm.app
-
Thanks Jeremy! That fixed the problem I mentioned.
I also made an analogous change to the follow code, as it looks very similar. I'm not 100% sure it was necessary.
while (true) {
object item = ReadValue (elem_type, reader);
if (reader.Token == JsonToken.ArrayEnd)
break;
list.Add...
2008-05-06 02:11:02 UTC in LitJSON
-
Is this also the reason why this valid JSON throws an exception (there is no null present)? :
{"a":["b",[]]}
System.ArgumentException: The key has to be a string
at LitJson.JsonData.System.Collections.IDictionary.set_Item (System.Object key, System.Object value) [0x00000]
at LitJson.JsonMapper.ReadValue (LitJson.WrapperFactory factory, LitJson.JsonReader reader...
2008-05-06 01:45:36 UTC in LitJSON
-
Here is the bochsout.txt file.
Note that for this run I've built it with optimizations on, but I also tried it without optimization (on x86 Linux PC host).
(The configure options used here were: ./configure --enable-x86-64 --enable-smp --enable-vbe --enable-show-ips --enable-cpu-level=6 --enable-all-optimizations=yes --enable-sse=3 --enable-clgd54xx
I've tried various combinations...
2007-02-13 20:19:59 UTC in Bochs x86 PC emulator