Alexander Kachkaev

Results 109 issues of Alexander Kachkaev

There is a function mentioned in README, which checks if an event is a tweet: ```js _ = require('lodash') const isTweet = _.conforms({ contributors: _.isObject, id_str: _.isString, text: _.isString, });...

Steps to reproduce: ``` $ npm install --global elm + [email protected] $ npm-check --global The global path you are searching is: /usr/local/lib/node_modules elm 😎 MAJOR UP Major update available. https://github.com/elm/compiler/tree/master/installers/npm...

Hi @jurosh 👋 I tried using `eolConverter` in [`lint-staged`](https://github.com/okonet/lint-staged), but it did not work for me. Here's what my config looked like in package.json: ```json "lint-staged": { "{**/*.md,{*,src/**/*}.{json,js,jsx,ts,tsx,css}}": [ "prettier...

Typically, React libraries state `react` as a peer dependency because this helps avoid duplicate React instances. This is getting more topical with a recent release of React 17. It'd be...

## Description of Problem I upgraded to 1.3.3.1 and noticed a strange error: the result of imports became undefined. E.g. `imports/fortytwo.js` ``` js export const fortytwo = 42; ``` `server/index.js`...

It's great that the path is not lost during the redirect – this is useful in most cases. However, it is sometimes desired to define both the domain and the...

Hi Oleksii and thanks for sharing your template! I'm just starting with openshift and have decided to try and online version. The first thing I've decided to check is if...

Hey folks! 👋 I‘ve been a fan of the ‘fractal tree’ approach [since @benawad‘s youtube talk on `destiny`](https://www.youtube.com/watch?v=rGYbrIf-y58). This was in Feb 2020, so two years ago now. I’ve been...

This PR is a heads-up to my attempt to support Elm 0.19. The upgrade involves quite a lot of change from the way we execute `node-elm-compiler` to what we keep...

I noticed that if the Elm module we run produces any [Debug](http://package.elm-lang.org/packages/elm-lang/core/1.0.0/Debug) output, `run-elm's` stdout does not look as expected. As a consequence, there is a chance that a script...