Roman Vasilev

Results 51 issues of Roman Vasilev
trafficstars

Is it possible to adapt this module to use in browser with source map support?

enhancement

**Describe the bug** Incorrect output / serialization because of `BigInt.prototype.toJSON as Number(this)` **To Reproduce** ``` Number(BigInt("112345667891012345")) // => 112345667891012350 ``` **Expected behavior** "112345667891012345" 1. Remove BigInt.prototype.toJSON (to force user implement...

``` [email protected] +-- [email protected] | `-- [email protected] ``` ``` (node:6856) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOptions() in the...

Since all rules are warnings only, we do not need `eslint-disable` to make exceptions (ci checks passes). But for some rules (related to `eslint-disable`) I want to make exceptions -...

``` class: center, middle, no-inverse # Overview .footnote[2020] --- ``` Result ![image](https://user-images.githubusercontent.com/301732/82929083-2c928f00-9f94-11ea-91cc-088c8898d205.png) markdown above loaded by html ``` var slideshow = remark.create({ ratio: '4:3', sourceUrl: 'presentation.md', highlightLanguage: 'javascript', highlightStyle: 'monokai',...

Prop decorator set function is checking only for `typeof value != 'object'`, which is not enough, there is another non primitive type - `function`

I have configured `semantic-release/npm` with `pkgRoot = './dist'` On CI/CD command is `npx -w my-package semantic-release` CI run 28 Logs: ``` [1:20:01 PM] [semantic-release] [@semantic-release/git] › ℹ Prepared Git release:...

Current behavior when using timestamp and tags and trying to log long lines ``` [time] [tag] Lorem ipsum dolor sit amet [time] [tag] Lorem ipsum dolor sit amet, consectetur adipisicing...

### TypeError: (intermediate value).clean.at is not a function #### How to repeat: ```sh git clone https://github.com/unlight/node-package-starter.git cd node-package-starter npm i npm i -D ololog # change src/index.spec.ts, change line with...

``` [email protected] angular@7 ``` Angular2 Driver does not work with Angular5+ https://github.com/angular/angular/commit/cac130eff9b9cb608f2308ae40c42c9cd1850c4d#diff-635fe23be5795132e3385c8f4899dc3a need to use static properties annotations and parameters https://stackoverflow.com/a/47731407