beechnut

Results 44 comments of beechnut

Following the instructions in [this StackOverflow article](http://stackoverflow.com/questions/20171169/why-is-my-flask-app-being-detected-as-node-js-on-heroku) I set it explicitly as a Python app by running ``` heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-python ``` I pushed the branch again to make it...

I lowered the number of workers in the `Procfile` to 1, because we're trying to fly under the paid threshold for the moment. I re-pushed the code, and was still...

PostGIS was only part of the problem. When deploying to Heroku, set `BUILDPACK_URL` to `https://github.com/ddollar/heroku-buildpack-multi.git`. This enables the use of the `.buildpacks` file in the repository to get all of...

After re-deploying, it still crashes and when I run the shell it errors out thusly: ``` sh $ heroku run python src/manage.py shell Running `python src/manage.py shell` attached to terminal......

Ok, after installing the latest Node (v 21.7.3) and NPM (10.5.2), the blog is styled correctly and no longer missing style files. It looks like lockfileVersion 2 started with Node...

Turns out you have to delete `_site/` to get the new post to take. `npm build restart` helps with this. This should not be the default developer experience, and the...

@caleywoods What's the status of the nightly scan work here? I'm noticing that both this and the parent ticket say "in progress".

I'd say the user story is something like: As a new member of 18F who wants to contribute a blog post or an update to the site, I want to...

[This line appears to be the culprit](https://github.com/18F/18f.gsa.gov/blob/b4348f97e5ab1b1eb3bff7708488f2003c4a38e4/serve#L10) — there's a `&` (which backgrounds a process) where I suspect we want a `&&`. But it's a little hard to tell, perhaps...

If it's not reproducible after all that work, I'm comfortable closing this for now.