Jonas Damtoft

Results 21 issues of Jonas Damtoft

**Describe the bug** It complains about a missing function, `utils.memoize2of4`. **To Reproduce** Steps to reproduce the behavior: 1. run `graphql codegen` **Expected behavior** It executes without error and writes my...

Fixes #75 Expose a jsxFactory function. Requires the following compileOptions in tsconfig: ``` "compilerOptions": { "jsx": "react", "jsxFactory": "createElement" } ``` as well as importing `createElement` from turbine. Allow specifying...

enhancement

https://github.com/Jomik/cerberus/pull/4 https://travis-ci.org/Jomik/cerberus/builds/343590621

The idea is to be able to mock certain returned objects whenever they are seen in the schema. ```ts const DroidMock = createObjectMock('Droid', (...) => fakeDroid); const mockedSchema = builder.toSchema({...

### Expected Behavior Correct typing for `CostMatrix#get`, it can return undefined. ### Actual Behavior `CostMatrix#get` returns undefined if input is out of bounds. ### Sample code (if available) ```ts const...

bug
good first issue

Hey, når jeg prøver at lave et opslag på min private adresse, eksakt, så får jeg at vide at der findes flere adresser der matcher. Ved at der er en...

#### Describe the solution you'd like A simple github item that shows the user I am currently authenticated as on the [gh cli](https://cli.github.com/). #### Additional context I have tried to...

🌊 enhancement

We have the same issue as the below issue when using `zonedTimeToUtc` https://github.com/date-fns/date-fns/issues/1228

### Problem It is currently impossible to have memory types that make use of union types with type guards to narrow properties. Assume we have the following types for our...