lambdaupb

Results 30 comments of lambdaupb
trafficstars

@gotson > My application has some performance issues with the current plain java webp reader Is that plain java library open source? I have a edge case use-case and would...

Hit this as well, this is *very* surprising behaviour. Especially since `ContainerTag.with(...)` does add and not replace. A lot of times elements have a base set of classes and need...

You can just throw an Error inside a controller method. ``` throw new NoClassDefFoundError("test"); ```

had the same problem, I traced it back to `enable-hdmi20` - See: https://github.com/appleserial/DeskMini/issues/10 https://github.com/acidanthera/bugtracker/issues/1335 I'm curious though if you have a different work-around.

had the same problem, I traced it back to enable-hdmi20 - See: acidanthera/bugtracker#1335 I'm curious though if you have a different work-around.

Same Issue on debian (2.1.11-6) buster with a migrated dataset from an older 1.1 version. Patch worked.

Quite possible. Maybe add a section to the README stating that requirement. I was to lazy to check since I knew how to do it manually, but more novice users...

I have the same Issue on CM12.1 It took a long time to find the culprit. Maybe it would be better to take it out of the F-Droid store since...

I get hangs too, but running large texts into Qwen/Qwen3-Embedding-0.6B oon CUDA. EDIT: So, it seems one request just gets stuck and does not receive a response, and that blocks...

I wasted a lot of time today trying to get external OIDC working. There are no mail clients supporting the BEARER thing, so I need an application password. For that...