Mart

Results 23 comments of Mart

It would be nice if `moment` allowed for some plugin functionality that allows you to add more features instead of having separate libraries requiring moment.

Have you tried using `set` like so: ``` supertest(app).post('/').set('Origin', 'http://allowed.com') ```

Oh, seems like some of the changes here I also did in #196

Following up to clarify: the previously mentioned line will pass if the compiler does not have [the `--strictNullChecks` option](https://www.typescriptlang.org/docs/handbook/compiler-options.html). Maybe the handbook (or this section in particular?) should mention that...

I have a Nodejs script that takes a JavaScript file and transpiles it using Babel. Is it possible to pass the value of Nodejs variables into the generated code? It...

Turns out the package `sails-util` included all lodash functions previous to v1: https://github.com/balderdashy/sails-util/blob/master/index.js So using `_.merge()` fixes that issue. It would be nice if this issue was fixed. Why do...

So is this project dead?

Thank you for your work, @subtleGradient . I am now using `language-babel` instead, as suggested.

Has the development of `react-sparklines` come to a halt? Since nobody seems to care about fixing the latest release that is broken.