Павел Богатырёв

Results 13 issues of Павел Богатырёв

Fix for https://github.com/outpunk/postcss-modules-example/issues/7

When running `npm run build` on Node v12.16.1 getting error: ``` ReferenceError: primordials is not defined at fs.js:35:5 at req_ (C:\Users\bogatyrev.p\Desktop\postcss-modules-example-master\node_modules\natives\index.js:143:24) at Object.req [as require] (C:\Users\bogatyrev.p\Desktop\postcss-modules-example-master\node_modules\natives\index.js:55:10) at Object. (C:\Users\bogatyrev.p\Desktop\postcss-modules-example-master\node_modules\graceful-fs\fs.js:1:37) at...

When tooltip shows to top, it do not check, that it's content visible on screen: ![image](https://user-images.githubusercontent.com/198847/135423691-30672af6-07ba-4d63-bf68-fe9985839c82.png)

Hi! I'm using shorter and simplier implementation from there: https://gist.github.com/lihnux/2aa4a6f5a9170974f6aa ``` function toUTF8Array(str) { let utf8 = []; for (let i = 0; i < str.length; i++) { let charcode...

Playgound does not work in IE11. Library bundles contain kewords 'let' and lambdas, so, obviously does not support IE11 without transpilation. It is not common to transpile node dependecies, I...

help wanted
documentation
compatibility

> Please only use GitHub issues for bug reports and feature requests. > > - [ ] Read the [contributing guidelines][contrib] > - [ ] Bug reports containing repro steps...

> Please only use GitHub issues for bug reports and feature requests. > > - [x] Read the [contributing guidelines][contrib] > - [x] Bug reports containing repro steps are likely...

I cant declare function, that returns promise to [Derivable](https://ds300.github.io/derivablejs/#derivable-Derivable). Reason is next: [Minimal exmaple in playground](https://www.typescriptlang.org/play/#src=interface%20Some%20%7B%0D%0A%20%20then(callback)%3B%0D%0A%7D%0D%0A%0D%0Aasync%20function%20foo()%3A%20Promise%3CSome%3E%20%7B%0D%0A%20%20return%20null%3B%0D%0A%7D%0D%0A%0D%0Aasync%20function%20ok()%3A%20Promise%3Cnumber%3E%20%7B%0D%0A%20%20return%2042%3B%0D%0A%7D) interface Some { then(callback); } // Error: the return type of an async function...

Hygen allows to generate folder structure via https://github.com/jondot/hygen/issues/79 Hygen-create generates correct templates according to this hack, but with incorrect template structure. Let's say we have source: ``` package.json src --index.ts...