Andrea Spinelli
Results
2
issues of
Andrea Spinelli
Hi, cute piece of software! The following code crashes: var sql = 'insert into foo (bar) values ('baz " biz') ; insert into foo (bar) values ('barbaz'); html5sql.process(sql, function() {});...
Hi, I did not find a buit-in way of unrar'ing a byte array, so I wrote an implementation of VolumeManager and one of Volume, called ByteArrayVolumeManager and ByteArrayVolume. I think...