Dave Slinn
Dave Slinn
I know this is a really old issue, but it is still open. We are encountering the same issue. We are overriding the javascript name and when we his the...
Are you saying that the collector we deployed to production should not have that test page? How would I remove it, without altering the source code and building a new...
Yes, a co-worker of mine forked the Avro plugin and added the ability to specify the confluent schema id. His forked repo is here: https://github.com/mstinglin/fluent-plugin-avro. We've been using it for...
> DymoSDK nuget is currently targeting netstandard2.0 as of today. It will provide multi targeting for net5, net6 in future release. We don't have timeline for the project yet. Is...
+1 For .NET 5 support.
@dymosoftware - this is a real blocker for us. The majority of our code is .NET 5. The only code still running on 4.7 is the stuff to send labels...
With the pending release of Visual Studio 2022 - only .NET 6 will be supported - which means .Net Framework 4.8 or earlier will not be supported at all, which...
I recently added our .rptproj back into our solution file once I saw the availability of the Reporting Services extension for VS 2017. Our solution builds fine on the dev...
@brian-douglas suggestion is exactly how I ended up solving the problem for the Dymo labeller. I no longer use the Dymo software or SDKs. My code creates HTML which it...
Sure. ```html body { margin: 0px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /*transform: translateX(-10%) rotate(-90deg);*/ } .customerName { line-height: 1.1; font-weight: bold; font-size: 24px; min-width: 21 0px; } .customerAddress...