Ajility97

Results 6 comments of Ajility97

@ottowayi I'm looking to purchase an inexpensive PLC to use pycomm3 with - I was considering a Micro850 like OP. I want to work with ControlLogix eventually but its a...

@ottowayi Is [[email protected]](mailto:[email protected]) a good email for you? I'd like to help.

@VeryCurious1 It doesn't look like the file attached - I'm not sure you can send attachments through email

@VeryCurious1 I'm not Ian, but if you're OK with sharing the program publicly, I'd suggest attaching to this issue via GitHub's website (https://github.com/ottowayi/pycomm3/issues/207) If not, you can email Ian directly...

@bsweeney I'm using laravel-dompdf wrapper (dompdf 1.2.2) and having the same issue. Offending line: `` Result: ![image](https://user-images.githubusercontent.com/68575573/182420362-fcb34ce4-d1bd-4fc1-b505-3e29e7589d6d.png) config/dompdf.php: `'enable_remote' => true` `$logo->url` is a temporary URL to a JPG image...

As a note to anyone who runs into this, my work-around was to base64 encode the image. No issues that way, and I default to a local image on error:...