Kirk Marple
Kirk Marple
That doesn't work either, unfortunately. And to be more specific, I'm using MusicVenue not Place. IGeoCoordinates g = musicVenue.Geo.Value; Cannot implicitly convert type 'Schema.NET.Values' to 'Schema.NET.IGeoCoordinates'
Ah very interesting. Feels like a lot of churn for an edge case benefit, though. At least knowing I can get a list easily, then I just need to add...
@remi-stripe On this topic, if you don't delete a price, which has been added to a product, you get an error deleting the product. > This product cannot be deleted...
I believe I've run across a similar issue; same stack (.NET 6, v4 Functions Host). One very curious thing, when setting AZURE_FUNCTIONS_ENVIRONMENT to Development, I don't get the OOM exceptions,...
Browser console. On Thu, Sep 8, 2022 at 2:18 AM Antoine du Hamel ***@***.***> wrote: > To clarify, does this error appear on the Companion Node.js console, or on >...
Thanks for the info @smatsson. I've already built a custom TusStore, which writes directly to Azure blob storage. So that part is taken care of. (I'd written it before that...
Great, thanks. I'll give it a shot and let you know how it goes.
@smatsson Sorry for the slow response, got caught up with a million things and just getting back to this. We're deployed on Azure App Service, to your one question. It's...
@drewnoakes Here you go. Enjoy the tortoises :) [20161126_132809.zip](https://github.com/drewnoakes/metadata-extractor-dotnet/files/5064451/20161126_132809.zip)
Thanks @farzad528 . I'm using the latest C# Nuget package, 11.5.0-beta.5, which appears to have that version by default. I'll try that out now. Without pre-filtering, is it possible to...