deeplook

Results 186 comments of deeplook

We could set a hard dependecy on `pycairo` only for `reportlab>=4.0.0` like mentioned in [this example](https://stackoverflow.com/questions/73371336/setup-pys-install-requires-how-do-i-specify-python-version-range-for-a-specif).

Yes, I agree it should be optional with a hint about getting it installed for reportlab>=4 and the trouble to expect. Still, it would be nice to have it work...

@MrBitBucket I guess we could limit the tests run by GitHub actions only to those platforms known to work fine with pycairo. I remember I had some issues with it...

@claudep @MrBitBucket I knew I had seen this repo before somewhere, but I was unable to find it quickly when I searched for it, indicating it's not easy to find...

How can we work around this if https://github.com/pygobject/pycairo/issues/320 is not moving forward?

I'll surely try ipywebrtc, but it does have a slight flavor of having to use an overkill solution for a little missing feature in the existing Audio widget that would...

In my use-case it's not about auto-playing one audio or not, but about selecting which audio to play from multiple ones shown on the same page.

Post-PR thought: Why not just swap things like this: `self.needs, self.excludes = self.excludes, self.needs`?

Hi Salvo! I'm glad if ipyrest proved to be useful for you! As you can see it hasn't evolved much recently. It's neither feature-complete nor really dead, but rather "dormant"....

I've just done it, but it's only a pretty empty stub for now: https://pypi.org/project/ipymaps/. I'm not sure yet how much time I'll put into making this a respectable package as...