Richard Collette

Results 88 comments of Richard Collette

Credit to https://blog.i3arnon.com/2015/12/16/async-linq-to-objects-over-mongodb/ ??

You will want to create a declaration module leaflet-easyprint.d.ts and use the module augmentation functionality of Typescript. ```typescript import { Control } from 'leaflet'; export class EasyPrintControl extends Control {...

Just double checking, do you have the leaflet imports before the easyprint imports. Sometimes an ide will reorder the imports. I can't wait till we move away from global imports...

@yog3sha - I forget the reason but we had some issue with easyprint and had to remove it from the project. We wound up posting the current map image to...

@john-chase-noaa I can post the methodology, but not specific code. Use domToImage to convert the mapPane to a dataUrl Make an API call to a Node server that includes the...

https://github.com/dotnet/runtime/blob/main/src/libraries/Common/src/System/HexConverter.cs#L168

I'm not all that familiar with the overall architecture of ilgpu but I wonder if source generators might offer a path that doesn't involve runtime reflection. https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview I know that...

Image `node:14.15.5-alpine3.13` fixes this issue (for now). We started seeing the issue in the `node:14.15.4-alpine3.12` version as well.

I just added it to my project and did not see this message.

I'm running on Mac but the application is running in a case insensitive file system so I don't think it's related to the casing. I'm primarily developing with ASP.NET and...