lestcape

Results 64 comments of lestcape

> In earlier versions, I was using X11 My point in the request is that bamf don' t add any advance to your procedure while complicate settings for novice users....

@ripefig thanks for the explanation.

Probably the pagination technique can be implemented in one of this ways: https://github.com/yWorks/svg2pdf.js/issues/37

I think a good fix is here: https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox/blob/v4/dist/jquery.bootstrap-duallistbox.js#L162 https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox/blob/v4/dist/jquery.bootstrap-duallistbox.js#L164 ```js dualListbox.elements.select2.append($item.clone(true).prop('selected', !(dualListbox.settings.moveOnSelect) && $item.data('_selected'))); dualListbox.elements.select1.append($item.clone(true).prop('selected', !(dualListbox.settings.moveOnSelect) && $item.data('_selected'))); ``` Instead of ```js dualListbox.elements.select2.append($item.clone(true).prop('selected', $item.data('_selected'))); dualListbox.elements.select1.append($item.clone(true).prop('selected', $item.data('_selected'))); ```

I have now an CF-953AX device since yesterday in my Ubuntu 22.04. It works for me in AP mode in 5 GHz and 2.4 GHz using https://github.com/lakinduakash/linux-wifi-hotspot, but don't work...

Probably a workaround is move the checkbox to the first row to avoid the re-positioning and then probably this will not crash.

Actually we need to render a blank column to make space to the checkbox. Probably a good workaround will be instead of do not pass any data just set the...

> I want to see how it will handle the GTK 4.0 first :D I also want to see that working. Wayland apps are working because the support for it...

**This is a copy paste of my response:** Well, I need to say that you do not use the same logic I used to do my implementation. Also, what I...

As I also said I think it's much more productive if this conversation will take place in git, because i think there are people that also can help if they...