Vladimir Kapustin

Results 10 issues of Vladimir Kapustin

## Description `np` fails to publish package due to login error: ```console ? This scoped repo @scope/pkg hasn't been published. Do you want to publish it publicly? Yes ❯ Prerequisite...

bug
help wanted

- assemble 0.12 - assemble used inside gulpfile.js - when trying to use a custom helper I get `{$ASYNCID$1$0$}` in a console output. My custom helper works correctly if I...

has-docs

I use an external stylesheet: ```html ``` And then I have in my generated HTML-file some rules put at the top inside a `style` tag like this: ```html .dgtl-texts-right .dgtl-link...

I tried to use it as described in [here](https://mapzen.com/documentation/terrain-tiles/build-a-map/) but the script exits with an error about `bounds` arguments. I had to remove commas in `bounds` and to add `mapzen_api_key`...

It happened at least twice in a few my last extracts. «Datasets split by geometry type» do contain all the data.

I added `log-utils` to my gulp tasks and `browser-sync` stopped working with the following error: ```console eazy-logger/index.js:224 console.log.apply(console, args); ^ TypeError: console.log.apply is not a function ``` I console.logged `console.log`...

bug

Is it supported and if not do you plan to add React JSX support?

enhancement

I installed [sharp](https://www.npmjs.com/package/sharp) package. But it cannot be loaded: ``` Error: Could not load the "sharp" module using the darwin-x64 runtime ``` Is there any way to use it in...

I stumbled upon the problem with a package [@humanfs/node](https://www.npmjs.com/package/@humanfs/node). It uses modern `exports` field instead of `main` in `package.json`. And RunJS fails to load it: ```console Error: No "exports" main...