cmahnke

Results 132 comments of cmahnke

This is related to the fact, that the calculation of the patterns with returned a float value, replace: ``` pattern_width = depth_map.size[0] / args.pattern_div ``` with: ``` pattern_width = int(depth_map.size[0]...

@cbeer This PR (which I use as a patch in a custom build against the main branch) broke with 593e81be91f0e9ccee5406235464ea65cb630ec3

> Nope, I thought it was VPN earlier on, but it's clearly not related. Well, actually for me it is, on the Network Change event (trigged by initiating a VPN...

> Thanks. Which browser are you using? Just Safari mobile on iOS 16.0. That's probably Safari 16 as well. I've also checked Firefox 108.1 and Chrome 108.0.5359.112, both have the...

Since this came up as #11553: I also had the problem and fixed it in my base theme, so fixing this here will certainly break things again. A clean solution...

Actually the motivation would be better debugging infrastructure for Hugo themes. While it is true that it's possible to get rid of the "anti log flooding behaviour", there are certain...

@bep: * You're right, debug statements tend to stay, but from my point of view, this is by design / purpose. * I would argue, that a user who requests...

I totally agree with that distinction but don't see a pragmatic solution: Logging frameworks usually solve this by adding just another level like `trace`, but this will make things more...

I'll try another approach in justifying the desire to have this. I'm aware that this isn't a strong argument: With the upgrade to Version 0.123.0 the will be some breaking...

Just to clear things up, my understanding of @jmooring 's proposal was, that there could be a logic witch would disable deduplication of a massage (of any level - the...