Andrés Berríos
Andrés Berríos
Hi @tchandy , Thanks for your reply. I tried that approach before trying Octopus, but as I read online and I tried some stuff, it seems to create problems with...
>>Specifies where in the bounding box of the marker the (x, y) point should be. Examples: Giving [0, 0] would mean top-left, [1, 0] would mean bottom-left, [0, 1] would...
@bmatusiak > a line, area series point has no width and would be `[0,0]` I think what you mean is `[0.5, 0.5]` for it to be centered on top of...
Related to https://github.com/typicode/json-server/issues/833. Not sure why the tests are not passing, but it seems unrelated to these changes.
Just fixed a missing `path.resolve()` in the changes I did and now the tests are passing fine. I'm using the CLI by installing this package from my fork directly from...
Added another improvement: Now `is.Module()` will only check the `'MODULE_NOT_FOUND'` error to see if the source is a module or not. Other errors will be swallowed when checking but it...
I think it's fine to merge it. It doesn't interfere with the rest of the functionality or anything. I think a note about the usage of it should be added...