AshfordN
AshfordN
fixes issue #69
According to the [docs](https://sciter.com/docs/content/script/language/Types.htm), sciter integers are always 32-bit; however, `sciter.Value.Int()` returns `int`, which may be either 32-bit or 64-bit, depending on the system architecture (see [here](https://tour.golang.org/basics/11)). This causes inconsistencies...
In the readme it says that the Linux AIO API is used for disk I/O, which prevents this library from being cross platform. However, if the library already uses libuv,...
When using the driver sub-package, the database appears to be inaccessible before the execution of certain unrelated statements. For example, in the demo, if you create an entry in the...
When page.js is started, it clears the `history.state` via the following line. https://github.com/visionmedia/page.js/blob/4f9991658f9b9e3de9b6059bade93693af24d6bd/index.js#L168 This is actually problematic for apps that need to access `history.state`, especially when navigating through the browser's...
In the readme it says that the Linux AIO API is used for disk I/O, which prevents this library from being cross platform. However, if the library already uses libuv,...
corrected all instances of "recieve" to "receive"