Jez Nicholson

Results 14 comments of Jez Nicholson

In the example, https://github.com/nisaacson/aws-lambda-xvfb/blob/master/example/bin/run.sh#L51 waits for the display to be available. Perhaps that was what you were after.

whacamole is a gem. If your app were written in Ruby on Rails it would be added to the Gemfile file. As you don't have a RoR app you will...

Heroku won't do sqlite, only (mainly) postgres. Set the production environment to pg in your Gemfile ``` group :development, :test do # Use sqlite3 as the database for Active Record...

It does actually say this is the tutorial now https://shielded-mesa-4358.herokuapp.com/intro-to-rails/deploying_to_heroku in Step 2, so issue could be closed

I guess the EntityFactory is what you said....to allow you to define your own Features/FeatureCollections or to decode other formats. I started off extending Feature, but soon found I wanted...

I'll ask around. Am going to OpenData Camp in Aberdeen next month and people there might be able to help.

So, gov.uk registers.... * 354 in England. https://www.registers.service.gov.uk/registers/local-authority-eng * 11 in Northern Ireland. https://www.registers.service.gov.uk/registers/local-authority-nir * 32 in Scotland. https://www.registers.service.gov.uk/registers/local-authority-sct * 22 in Wales. https://www.registers.service.gov.uk/registers/principal-local-authority * 15 National Parks. We could...

> An import following the guidelines (https://wiki.openstreetmap.org/wiki/Import/Guidelines) is far more effective than dropping thousands of notes and have human editors deals with them in a case by case system! This...

correct me if i'm wrong, but the 'with: args: ...serverless deploy' command will run inside serverless/github-action's Docker....3.1's Dockerfile is based on nikolaik/python-nodejs:python3.10-nodejs16-slim so when serverless tries to run `python3.9 -m...