Luca

Results 11 issues of Luca

Apparently Skia is used in Chrome as well. However, it seems that the measuring of strings in Microsoft.Maui.Graphics.Skia.SkiaStringSizeService incorrectly uses the passed in font size as the height. In Chrome...

The ctor in qx.ui.core.Blocker attaches to the "move" event of the target widget to move the blocker div along with the blocked widget. But the call to blocker.blockContent() calls _block...

bug

I'm not sure why _onPointerOver() and _onPointerOut() were overridden in MenuButton while _onPointerDown/Up() call the base. It appears that when pressing a MenuButton, moving the pointer out and releasing it...

question

I think it's a bug but I'm not sure. Try this: https://bit.ly/3hChX3w Line 257 https://github.com/qooxdoo/qooxdoo/blob/175c679adc15d1dbe0ec3437eba39e2511eae5ed/framework/source/class/qx/ui/layout/Canvas.js#L256-L263 Remove the marginLeft from the left position when the right property is set. It seems...

bug
question

When a child menu is relocated because the right edge doesn't fit and it has another child menu that doesn't fit, the computation in qx.util.placement.KeepAlignAxis seems to be wrong. It...

question

Looking at #9331 and qx.event.handler.Focus because we have a case when closing a dialog on a button click where the focus is on a certain widget while the keyboard input...

bug

When the slider is vertical Up should increase the value and Down should decrease it. Same when horizontal or vertical, PgUp should increase and PgDown decrease the value. Currently it's...

**Describe the bug** Using server.WithStaticFolder() or server.WithModule(new FileModule()) seems to get stuck when returning files more than a few kb. It takes over 25 seconds to return about 1MB, it...

bug
v3.x
area:http

Not sure if this is a bug or the intended behavior. I'm going to change it in our branch. In the destroy method in qx.ui.core.Widget it checks if the widget...

### Question The translation pipeline is [documented](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TranslationPipeline) to use {src_lang and tgt_lang} options to translate from the src language to the tgt language. However, when using Xenova/t5-small none of the...

question