Results 9 issues of Mark Hepburn

The GetTransect implementation outputs coordinates as space-separated coordinates: https://github.com/Unidata/thredds/blob/4.6.x/tds/src/main/webapp/WEB-INF/jsp/wms/showTransect_xml.jsp#L33 The included xml_header adds the trimWhitespaceDirectives attribute, which has the effect of removing the space between the two numbers. Changing it...

I appreciate this is probably tricky to address and not a priority, but floating it out there anyway. We'd love to experiment with this, but our main projects still need...

I'd submit a PR but I'm unclear exactly how it's used, myself :) [`GraphQLSchema`](https://github.com/ckimes89/graphql-net/blob/ba5b50e7017cc2903fa0c30e6d05efce31bd382c/GraphQL.Net/GraphQLSchema.cs) defines a method `AddScalar`, which has something to do with validating and translating scalar types. It's...

Submitting this as a question or discussion point, as much as an issue. [GraphQLTypeBuilder](https://github.com/ckimes89/graphql-net/blob/ba5b50e7017cc2903fa0c30e6d05efce31bd382c/GraphQL.Net/GraphQLTypeBuilder.cs) adds fields using [ToCamelCase](https://github.com/ckimes89/graphql-net/blob/272454e9e88cb7081d4b05b8b9fb945233e207e1/GraphQL.Net/StringExtensions.cs) when the name isn't explicitly supplied. (The implementation just lowercases the first...

#### What version of ripgrep are you using? ripgrep 11.0.0 (rev d7f57d9aab) -SIMD -AVX (compiled) +SIMD +AVX (runtime) #### How did you install ripgrep? Github binary release. #### What operating...

### Describe the bug FeatureLayers now checks for geojson support, by issuing a metadata query and checking `supportedQueryFormats`. See #773 and #418 for history. However, this is done concurrently with...

Hi, could I have an account please? I'd like to upload a couple of my own packages, [mplayer-mode](/markhepburn/mplayer-mode) and [tags-view](/markhepburn/tags-view).

Hi, I've been doing a bit of investigation into graphql using your project and it's a great sweet-spot in usability thanks. I was wondering though if there's an idiom for...

**Describe the bug** There seems to be a bug in `lsp-dart-get-project-root`, where it picks up the wrong `default-directory` from an existing test-process buffer (I'm speculating a little here) **Note** Before...