Lauri Piisang

Results 5 issues of Lauri Piisang

The example in https://basarat.gitbook.io/typescript/type-system/type-compatibility#types-of-arguments > This can be confusing for people coming from other languages who would expect the following to error but will not in TypeScript: ```ts /** Type...

### Description The current Issue Navigation (Previous Issue , Next Issue) uses your search filter. If your last search was slow, your every page load will be slow. It isn't...

enhancement
feature request
Hacktoberfest

- the documentation does not clearly say that response codes will be returned, although the implementation does exactly that. - see https://github.com/php-memcached-dev/php-memcached/blob/605a8a63a7461983512ce12601e995dad18f5a9b/php_memcached.c#L2278-L2282

Waiting on Review

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.12.0, yes **Ajv options object** ```javascript {coerceTypes: true, strict: true} ``` **JSON Schema**...

missing info
bug report

When generating routes (php-swaggerize-fastroute-library 0.2.0 , php 7.1), the output file contains trailing space before newline when `=>` leads to array on next line. Example from git diff: ![image](https://user-images.githubusercontent.com/5603529/30289162-e2e718b4-9733-11e7-96c1-58f1c3ada060.png) I...