Reinis Ivanovs

Results 33 issues of Reinis Ivanovs

The problem with tsconfig.json not including tests is that if the library depends on the TS type libraries, then the tests can have type errors. The fix I've used is...

**Feature request** This should be a valid pattern: ```js const makeFooHandler = () => { const fooHandler = () => { // } return fooHandler } ``` The returned function's...

I'm used to being able to create outlines just by using Enter at the end of line to insert a sibling item (or remove the item if it's empty) and...

enhancement

Working example: https://codesandbox.io/s/graphql-genie-upsert-issue-yckp9 - IDL - Genie Version 0.4.24 - Fortune Adapter fortune-indexeddb 1.1.2 Schema: ```gql type Item { id: ID! user: User! content: String! } type User { id:...

I'm not sure if I'm being obtuse, but where are the API docs? Even the default tsdoc output would help.

From the docs: ``` fs.write(fd, buffer, offset, length[, position], callback) fs.write(fd, data[, position[, encoding]], callback) ``` By default the method signature is this: ``` js function (fd, buffer, offset, length,...

I've been compiling a [list](https://tooling.js.org/) of packages, and more than a few have been missing in npm trends; for example, most packages from this project (like `@nrwl/web`) don't show up:...

Since the editor is just an `iframe`, every time it's opened it makes a network request to `https://stackedit.io/app`, and there's a noticeable delay. The request returns a 304 status, but...

``` node_modules/tuplerone/dist/types/tuplerone.d.ts:12:60 - error TS2694: Namespace '"node_modules/tuplerone/dist/types/Tuple"' has no exported member 'default'. 12 export declare const UnsafeTuple: typeof import("./Tuple").default.tuple; ~~~~~~~ node_modules/tuplerone/dist/types/tuplerone.d.ts:13:70 - error TS2694: Namespace '"node_modules/tuplerone/dist/types/Tuple"' has no exported member...

released on @beta

enhancement
help wanted