Ruslan @doasync

Results 8 issues of Ruslan @doasync

[Preview](http://i.imgur.com/lQL2Lb9.png)

Stellar SDK throws an error which is an instance of `Error` for 404 responses with HTTP2. Version: stellar-sdk 7.0.0 #### To Reproduce Try to load an account, which does not...

bug

```md yarn audit v1.22.4 ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ yargs-parser │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=13.1.2 =15.0.1 =18.1.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of...

I think, tests should pass: ``` const type = require('type-detect'); const assert = require('assert'); const asyncFn = async () => {}; const generatorFn = function* generator () {}; function getTag(obj)...

enhancement
fun-size
breaking-change
more-discussion-needed

`function` is not primitive so you should definitely return 'Function' instead

Please, create `@types/postcss-normalize` package with types ``` TS7016: Could not find a declaration file for module 'postcss-normalize'. '/Users/doasync/Projects/stellardex/node_modules/postcss-normalize/dist/index.cjs.js' implicitly has an 'any' type.   Try `npm install @types/postcss-normalize` if it exists...

https://github.com/sergeysova/foliage/blob/5fcf4081057f8b50236a7e23b27a8c2d681809b0/src/elements.ts#L1 Here is like they do it in `reshadow`: https://github.com/lttb/reshadow/blob/master/packages/utils/tags/index.js

enhancement