Sam Willis
Sam Willis
It looks to me like it dates back to this build pack: https://github.com/mojodna/heroku-buildpack-pgsql and affects most of @mojodna build packs.
@mojodna no worries, in our fast moving world these things get outdated before we can blink. If you do decided to change any my fix only works when calling `vendor()`...
Thanks Pradyun, That was my original plan, however as it's such a thin wrapper around `subprocess.call()` (and `subprocess.Popen()`), really just setting the first args, I'm cautious of deveating too far...
Hmm, I think it's time for me to setup and Windows VM and do some debugging, may be a few days until I'm able to get to it. I think...
I think I have windows support working. Two things needed changing: - esbuild needed to be executed from it's `node_modules/.bin/esbuild.cmd` variant, rather than `node_modules/.bin/esbuild`. (thanks @PatrickSchutte) - and Tetra (on...
@PatrickSchutte Brilliant, let me know how you get on with Tetra. @pablococeres Could you confirm you have installed esbuild and that your `node_modules` directory is in the root of the...
@PatrickSchutte Brilliant, thanks, I will document that.
@pablococeres I'm not sure what's wrong with your installation. Did you have any more luck? If you could post a full stack trace that would be helpful. I'm planning on...
Thanks Patrick for helping! This has highlighted I should update the walkthrough to cover those missing bits…
Hi @olu-damilare, Thats an interesting one, could you send me your code. That can happen if you cleared your cache, deleted your session cookie, changed the Django SECRET_KEY or the...