Paul Meems
Paul Meems
Since this package is doing such a great job prerendering a Blazor WASM application, I wonder if it would be a lot of work to add generating of a `sitemap.xml`....
I'm trying to upload a file using Blazor server-side. The file needs to be saved in an Azure blobcontainer but before that some some checks need to be performed to...
For 5 years we have a .NET v4.6 application using EF6 and sharding. This is an internal application hosted by Azure used by a dozen users. When a user creates...
We use the latest LibSpatial using vcpkg. When we want to create index files for a shapefile with names like `MyPolygon.shp` it works fine. But when we use names like...
We use docson to show referenced JSON in our JSON Schema documentation. Here's an example: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#unique-id-of-the-farmer The `title` is used in the box header but not with the properties. I...
We use docson to show referenced JSON in our JSON Schema documentation. Here's an example: https://delta-datawarehouse.readthedocs.io/en/latest/explanation.html#unique-id-of-the-farmer The docson widget is loaded in an `iframe`. How to set its height to...
I'm using package id="SQLite.EF6.Migrations-Extensible" version="1.0.106" targetFramework="net472" But can't get it to work in VS2019. I've posted my question at https://stackoverflow.com/questions/58767771/cant-get-sqlite-to-work-in-vs2019-with-ef6
I use AOE v1.3 and since two weeks I have trouble with the cron jobs in Magento. At that time I was still using AOE v0.9. So I first updated...
I'm having issues with the scheduler. The heartbeat keeps complaining it is too old. When I go to the reviews tab at https://www.magentocommerce.com/magento-connect/aoe-scheduler.html and look at the review 'Bug Found...
I'm a bit puzzled as why to use this package (`Microsoft.Azure.Functions.Worker.Extensions.OpenApi`) when I still also need the `Microsoft.Azure.WebJobs.Extensions.OpenApi` package. Most likely I'm missing the point ;) I'm using it in...