C W

Results 141 comments of C W

@kotrfa - It's not a direct equivalent, but I wound up using [python-readability](https://github.com/stalkerg/python-readability) for text extraction. It works well enough.

If I manually copy the tags across to the output stream, I get the expected result: ``` nread = self.nitems_read(0) startoffset = self.nitems_written(0) tags = self.get_tags_in_range(0, nread, nread+num_input_items) for tag...

Oh, I see. To be clean, let me describe what I think you're saying is happening, so you can confirm: - Base block receives new data - Base block creates...

> that's expected. qt doesnt provide any elegant way to distribute their libraries, if you find a clean and portable way to do that let me know and i'll ship...

Note that I generally have fairly verbose logging, and it might be worth replacing all the log.info calls with log.debug, if you prefer the library to be more silent.

Additional stupid junk: You can now provide a dict-like object to the UnshortenIt() instance, and it will then use that to allow you to provide already-resolved urls. This was done...

This 1000% needs to be exposed through ros.

> You will note that this failure does not exist in Galactic I'm using galactic, and seeing the issue. I'm building from source, but specifying galactic to `rosinstall_generator`: ``` rosinstall_generator...

Gcc 10.3. It's from `ppa:ubuntu-toolchain-r/test`. I'm not on 11 because a different package I depend on (not ROS related) is broken on 11, annoyingly.

This effectively fixes https://github.com/4-20ma/ModbusMaster/issues/109