Franklin Davenport

Results 6 issues of Franklin Davenport

- Enable strict null checks - Add declaration files to source and npm package - Ignore source *.d.ts files in npm package

Generating the schema of a type from a mixin currently throws an error: ## Variant 1 input: ```ts function Mixin() { return class {}; } export class DataBox extends Mixin()...

enhancement

- EdgeDB Version: 1.0+08d3e21 - EdgeDB CLI Version: 1.1.0+8bc2c20 - OS Version: Mac OS 12.2.1 (M1) Steps to Reproduce: 1. Provide the `port` or `tls_security` parameters. Stdout immediately indicates params...

## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...

type: feature
type: typescript

**What version of Ajv you are you using?** 6.10.0 **What problem do you want to solve?** I want to convert values from queryStrings and url paramters into to their proper...

enhancement
thinking

I'll just leave this here for now, until I can make a pull request to include the Typescript definitions. ```typescript declare module "parse-full-name" { export type PartToReturnSingle = "title" |...