Adam Comella

Results 14 issues of Adam Comella

gulp-tsb matched my require to the wrong file. I had an import: ```js import Localizer = require('localizer'); ``` gulp-tsb matched this to a file in the same directory, `Localizer.ts`, instead...

Two changes need to be made to **all** of the `DllImports` for ["winsqlite3"](https://github.com/oysteinkrog/SQLite.Net-PCL/blob/61a4a0c21997adcc12fc0d5500896084a6c0880e/src/SQLite.Net.Platform.WinRT/SQLiteApiWinRT.cs#L811): 1. Calling convention has to be switched from `Cdecl` to `StdCall` 2. `ExactSpelling` has to be set...

- The marshaling for the `sql` parameter should be switched from `UnmanagedType.LPStr` to `UnmanagedType.LPWStr` ([source](https://github.com/oysteinkrog/SQLite.Net-PCL/blob/61a4a0c21997adcc12fc0d5500896084a6c0880e/src/SQLite.Net.Platform.WinRT/SQLiteApiWinRT.cs#L841)). - [Here](https://github.com/oysteinkrog/SQLite.Net-PCL/blob/61a4a0c21997adcc12fc0d5500896084a6c0880e/src/SQLite.Net.Platform.WinRT/SQLiteApiWinRT.cs#L449) and [here](https://github.com/oysteinkrog/SQLite.Net-PCL/blob/61a4a0c21997adcc12fc0d5500896084a6c0880e/src/SQLite.Net.Platform.WinRT/SQLiteApiWinRT.cs#L457) the `Prepare2` calls should pass `-1` rather than `query.Length` to match...

- One link was pointing to `introduction.clj` which has since been renamed to `introduction.md` - The "Tools" link was causing a navigation to "/essays/reality/essays/reality/tools#clojure" ("/essays/reality" appeared twice). Changing it to...