Eyal Lapid
Eyal Lapid
I have found my self always going to [changeCase](https://github.com/blakeembrey/change-case) and [inflection](https://github.com/dreamerslab/node.inflection) github readme to findout what command is available and what its output. It would be helpfull to have that...
### Bug or issue? Issue/Feature request. Currently Neutrino use the karma file configuration to specify test files pattern to load: https://github.com/neutrinojs/neutrino/blob/master/packages/karma/index.js#L51 ``` files: [ { pattern: tests, watched: false, included:...
I get this error with angular cli latest project on every ts file. ``` src/app/app.component.ts|5 col 13 error| TS2304: Cannot find name 'module'. node_modules/@angular/common/src/directives/ng_class.d.ts|| TS2304: Cannot find name 'Set'. node_modules/@angular/common/src/facade/async.d.ts||...
Hi, great library. Thank you for the hard work. Its seems there is not much activity in the last year. It would be helpful I think to know: 1. Is...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @rollup/plugin-babel ### Input code Original Code: ```js class Dashboard { name...
I'm opening a new issue over #121 as it is closed without a definitive solution for my case. I have a site when pressing a download button, the js do...
When trying to use docker socket access, Erlang v19 and above is required. The error messages getting from httpoison are not very helpful, so it's a bit hard for users...