Luke Paireepinart

Results 110 comments of Luke Paireepinart

@Cruik this is an os-specific implementation detail that you'll have to figure out and adapt to the library, unfortunately. This library just uses System.IO.Ports for the Serial implementation, so you...

I've successfully done this in a Xamarin Forms application, so I believe you should be able to do the same in MAUI. Maybe there's something wrong with your build or...

I'm familiar with impact printers but haven't tried the library with them. I believe it should work though. Try legacy image printing mode. Try the console.test app included with the...

I'm super interested in enabling native USB printer through the windows spooler! The only criteria I would have are: 1) library still works on all platforms (it is currently compatible...

I'm definitely interested in getting changes upstreamed in this repo to allow the windows print spooler, as long as it works well and it follows a similar API to the...

Some printers also allow you to overrun the buffer and they'll just throw away extra bytes, so if it's sending both copies back to back that might be part of...

Thanks @ThomasCarltonInPerson for reaching out. Sorry for the delay getting back to you. No one has needed Page Mode yet, but the way this library is set up, additional command...

Which printer are you using? Some of the implementations are asynchronous (Writes are buffered and flushed by a task). This is to increase the performance of many small writes. You...

It's not clear to me how to even get an openapi spec out of flasgger vs. just a ui rendering of the spec. I'm trying to run httpbin locally and...

Nope... I'm more used to Swagger specs that render from the ASP.NET Core swagger tooling, which includes a link in the UI to download the spec. The main homepage for...