pum

Results 11 comments of pum

I'm currently in the middle of compressing my image library and this was a fun one to run into. I hope this can be improved in the near future because...

Could we please get a resolution on this suggestion? It would be a nice quality of life improvement and I'd love to see it implemented. If defaults are a concern,...

Sure, but having math functions seems like a fairly common thing to want, and when they don't work there's no clear documentation on how to enable them outside of this...

Sorry, I don't think I understand. Is there some criteria for what can and can't become a feature flag that I'm not aware of? In any case, I only suggested...

> I think I vaguely remember this coming up before. I think it was related to the order that attributes are attached to the element - i.e., if `src` were...

@volks73 thanks for the example, I ran into the exact same issue. You can simplify the decoding a bit with `std::fs::read` if you're not dealing with very large files: ```rust...

Just wanted to raise another voice in support of this feature. It seems like Black supports this style of formatting? https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#call-chains I would really prefer to stick with a Rust-based...

> Ruff should support call-chain formatting the same as Black. If there are cases where Black applies call-chain formatting and Ruff doesn't, than that's a bug. Sorry, you're right —...

I'm not sure what you mean. As far as I can tell, on Wayland Flameshot goes through the portal on DEs that are not wlroots-based. https://github.com/flameshot-org/flameshot/blob/a447b3d672ef92acb98be996d58540e36db84e35/src/utils/screengrabber.cpp#L123-L130

I don't really understand what you mean by "request access to screenshots". My point is that screenshot tools that implement their own capture/edit workflow cannot rely on the backend-provided dialogue...