Dragoș Străinu

Results 28 comments of Dragoș Străinu

What is a fast way to set the `publicPath` for gh-pages? maybe as an arg for the build script?

Just do the fix in your own project: ```ts // extendCsstype.ts // import original module declarations import * as CSS from "csstype"; // and extend them! declare module "csstype" {...

@klis87 would be nice if you will create PRs and mentions people to comment or review. As this will make room for other contributors to understand the code and help....

@klis87, I was looking at source file in Github to understand where to put logs in the compiled version. But still functions like https://github.com/klis87/redux-saga-requests/blob/master/packages/redux-saga-requests/src/sagas/send-request.js are way too complex. Probably because...

@klis87 As I see at [this state](https://github.com/klis87/redux-saga-requests/tree/67f4b43d3b179e1a0b275787bcc64bcff8d0d55f). The package is almost ready for the next release. When it is expected? I want to see the new API. Will it be...

I will take a look and see if I have time to work on **promise driver**. How about moving docs to Docusaurus. (As for example for my teammates (even I...

How about also creating an npm org. Not sure about naming as you want to remove redux-saga but would be better to have: ``` @redux-saga-requests/core @redux-saga-requests/axios-driver @redux-saga-requests/fetch-driver @redux-saga-requests/promise-driver @redux-saga-requests/graphql-driver @redux-saga-requests/react...

I would suggest adding some `jsdocs` that may help contributors to understand the flow of the package and the purpose of some files/functions. Another great idea is maybe to create...

`jsdocs` not for typing but for explanations, (why this function/approach). Have you thought about moving to TypeScript? Now I work mostly with TypeScript (annotating everything some times is hard) and...

@klis87 I asked a friend to create a logo for this package: ![image](https://user-images.githubusercontent.com/16056918/78508704-9ca14780-7791-11ea-80fb-ac52e030128f.png)