Paul Norman

Results 818 comments of Paul Norman

Some thoughts ```shell #!/bin/sh # Exit immediately on error set -e FILE=scratch #$(mktemp /tmp/$(basename $0).XXXXX) || exit 1 #trap "rm -f $FILE" EXIT find cache/bolder/4 -type f -print0 | du...

I'll try to give this a detailed review, as it's something I've been interested in.

Spaces per indent is an important one for me, and I can't figure out how to set it. setOption doesn't seem to work with `indentUnit`, and all the examples I...

> @pnorman hmm, also, you mentioned setOption wasn't working for indentUnit, but it produces the same change to indent behavior as my direct property modification above, e.g.: > > editor.setOption('indentUnit',...

I wouldn't suggesst a newcomer do a deleted items call, because there's no specification of what that means, and that's the hard part.

As [mentioned by Andy](https://github.com/openstreetmap/openstreetmap-website/issues/1822#issuecomment-382157121) "groups" is a term that has a history in OSM, which is what this is about, instead of openstreetmap/openstreetmap-website#1822 which is about something new.

> I'd like to help with this issue if possible. Can you provide more detail regarding the incident reports and what the section should look like and how it should...

I need to give this a proper review, but a couple things stand out from the preview and description - The current reports are not board reports, they are monthly...

> * "need moving to incident reports" : would it suffice to store these files in the dedicated folder I have created for these incidents (incident-reports in root folder) and...

I believe the policy should remain strictly targeted at users of the service. We want to keep the page short and have no unnecessary information, because that would decrease how...