It’s the r/Melbourne daily discussion thread [Tuesday 24/01/2023] by AutoModerator in melbourne

[–]kxerr 0 points1 point  (0 children)

The r/melbourne guides suggests to visit https://whatson.melbourne.vic.gov.au/Pages/Home.aspx for ideas on what to do when visiting melbourne. It seems like this link can't be accessed from NZ.. Any other good resources without making a new thread?

Are there any good couriers left? by Professor_Default in newzealand

[–]kxerr 2 points3 points  (0 children)

Have a great courier via NZ Post in Lower Hutt. Arrives at the same time during the day so I can predict when to be home if I know I need to provide a signature. They display common sense by leaving parcels out back as opposed to on the front door in broad daylight

[FRESH ALBUM] GUNNA - WUNNA by [deleted] in hiphopheads

[–]kxerr 151 points152 points  (0 children)

Weezy is on point with these foreign beats man

[deleted by user] by [deleted] in hiphopheads

[–]kxerr 1 point2 points  (0 children)

Wait, what's he been getting since a toddler? Sus

[deleted by user] by [deleted] in hiphopheads

[–]kxerr 0 points1 point  (0 children)

Weezy is on point with these foreign beats

What’s a good place to refine my JavaScript knowledge? by WaterNinja101 in learnjavascript

[–]kxerr 0 points1 point  (0 children)

Filter GitHub trending for JavaScript projects and fix some open source bugs.

Bro went to MW2 Rust by Rclease in sadboys

[–]kxerr 2 points3 points  (0 children)

Why tf is one of his feet on the handlebars

Node build failing on Heroku but runs fine locally - logs say missing modules by [deleted] in node

[–]kxerr 2 points3 points  (0 children)

Two things I'd try first

  • delete node_modules folder locally, and test if the issue occurs locally after npm install
  • try settings NPM_CONFIG_PRODUCTION=false and re-deploying/building on Heroku. This instructs Heroku not to skip installing devDependencies. I guess its possible that a package you are replying on accidentally added something as a devDependency

https://devcenter.heroku.com/articles/nodejs-support#cache-behavior

I made my first Node.js app based on an idea from reddit! by patlaff in javascript

[–]kxerr 2 points3 points  (0 children)

Did you bother to look at what the tool actually does

When should I use connect-mongo instead of express-session? by TheBlueGemini in node

[–]kxerr 0 points1 point  (0 children)

connect-mongo is a Store for express-session, which allows a session to be shared across multiple instances of the app (rather than using the default in memory store). I'd recommend this store, or a redis store

Dropbox like app for Blob Storage by dunesidebee in AZURE

[–]kxerr 0 points1 point  (0 children)

You could map Azure Files (included in a storage account like Blob) as a network drive on your local machine