Paolo Mosconi

Results 11 comments of Paolo Mosconi

For simple scripts the best solution is using [cross-env:](https://www.npmjs.com/package/cross-env) `"test-server": "cross-env TEST_DATABASE=mytestdatabase npm start"` I'm not sure about quote expansion though.

cross-env is an npm module you have to add to your dev dependencies. paolo Da: Tim Stanislav Inviato: mercoledì 16 gennaio 2019 14:38 A: the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate Cc: Paolo Mosconi ; Mention...

It looks strange to me too. I'm using node 8.11.3 and it works correctly without having to stringify the string. Maybe check if what you are hashing is really a...

The only way I can think of is refactoring the code and moving database seeding and server startup within a test setup file. I am creating a pull request for...

> Problem still persists in the latest (15.8.5) version. > > It seems that sources array in a generated source map have wrong relative path. > > As a workaround,...

I tried upgrading from 15.9.2 to 16.2.2 and debugger is not even starting. VSCode output window says: `[error] [Extension Host] Error: Could not connect to debug target at http://localhost:9229: Could...

I'm facing the same issue with introduction_to_amazon_algorithms/object_detection_tensorflow/Amazon_Tensorflow_Object_Detection.ipynb https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/object_detection_tensorflow/Amazon_Tensorflow_Object_Detection.ipynb Thanks

Hi, yes the problem is still there in version 4.1: date-fns size in node_modules is approx 22.5 MB. If I'm not using locales, could I just remove the locale folder...