mario-kr
mario-kr
Hi, What about a struct-local cache? So with a definition like this: ```rust #[derive(Cacheable)] struct Foo { x: i32 } impl Foo { #[cached_method] pub fn multiply(&self, y: i32) ->...
Thank you for the information, I guess I'll just need to be on the lookout for a major release then.
I'll look into that when the need arises; for now, I'm happy assembling an lxml.etree. I have to admit though, that I wondered why it doesn't accept a ComplexModel? My...
I tried to do the subclassing, but that didn't work out; Here's the minified example: ``` #!/usr/bin/env python3 from spyne.model.fault import Fault from spyne.model.primitive import Unicode from spyne.model.complex import ComplexModel,...
Hi, sorry for the late response; I'll try to answer point by point: * If I understand correctly, then the translate-x/-y values should be added onto the origin, so that...
I had a look at the source code of the sysinfo crate. It seems both the `refresh` and `refresh_list` functions on the `Networks` struct update the data. eww (via https://github.com/elkowar/eww/blob/d1fde927d2799211f791e7ea01cffb667c4f2b60/crates/eww/src/config/system_stats.rs#L211)...
Update: I noticed #1103 when I looked at this project regarding the wrong EWW_NET values, and decided to renew this PR a bit. - rebased to master, fixed any hiccups...
please do not merge yet, I want to double-check it's correct
Ok, that was a bit close for comfort, but re-checking what I did was the right decision. The non-warping version is the one with the previously documented method-order, rotate->translate->scale. I...