Adam Patridge

Results 57 comments of Adam Patridge

@jamesmontemagno Thank you for helping me get this converted. I'm finally getting around to building and testing all this locally. While it isn't a huge problem, do you know if...

That may be a symptom of the fact that a colon (":") isn't [valid character in a JavaScript name](http://stackoverflow.com/questions/1661197/valid-characters-for-javascript-variable-names/1661249#1661249). I won't comment on whether the colon should be used or...

I put together a proof-of-concept for this issue on [jsFiddle](http://jsfiddle.net/patridge/88rwr/), though I am not sure how you set your template up for omitting the terminating comma. As well, there is...

While it probably wouldn't end up back here in core NGraphics code, I'm working on a [9-slice-capable SVG control built on NControl](https://github.com/twintechs/NControl.Controls.SvgImageView) (the NGraphics-wrapping control library). While this post deals...

Thank you so much for adding it. I just found it yesterday. I spent some time yesterday trying to figure out how to incorporate the [NControl-based 9-slice SVG efforts](https://github.com/twintechs/NControl.Controls.SvgImageView) I...

@chrfalch First off, thank you so much for your work on NControl. I absolutely love what it enables. I wish I had started using it sooner. I would be happy...

Not sure if it was a fix or typo, but the `SpiClockConfiguration` changed from 12,000 KHz (`speedKHz: 12000`) to 48,000 KHz (`speed: new Frequency(48000, Frequency.UnitType.Kilohertz)`) in the update. I hope...

Looks like the [Obstacle Radar project](https://www.hackster.io/wilderness-labs/build-an-obstacle-radar-with-meadow-d9bf2e) also still uses the old `GraphicsLibrary` class.

@adunndevster2 We good to close this now that we have the redirect plugin in place?

I don't know the latest state of the VS2022 extension, but maybe it's now taking a direct dependency on that template NuGet package but not installing it itself. We can...