Max Tsyba

Results 94 comments of Max Tsyba

@VictorQueiroz Seems that I found somewhat workaround - try to set config like this: ``` hiresscroll: { hires: true; invert: false; target: true; up: { mode: "Axis"; axis: "REL_WHEEL_HI_RES"; axis_multiplier:...

@ExposedCat Yes, you could do it like this: ``` hiresscroll: { ... up: { mode: "Axis"; axis: "REL_WHEEL_HI_RES"; axis_multiplier: 2; }, down: { mode: "Axis"; axis: "REL_WHEEL_HI_RES"; axis_multiplier: -2; },...

Any updates on this issue? It seems to me that even querieng for list of all crypto rates returns inverted values sometimes: https://api.exchangerate.host/latest?base=USD&source=crypto

> WinUI-side issues Are these issues are still relevant as for today? WinUI v2.8 stable release came out quite a long time ago.

@ReinBentdal Since your request wasn't accepted since then, please tell how can a regular user use this package with your modifications

@ReinBentdal Okay, I just copied text from your pull request to `launcher_assist.dart` file, and everything seems working now with this code: ``` apps.sort((a, b) { return a['label'] .toString() .toLowerCase() .compareTo(b['label'].toString().toLowerCase());...

Because I can't think of a reason when regular buttons (search, translate etc.) can be really useful for text you've just inputted yourself. These cases seem to be quite rare,...

@simonbcn Perhaps the Translate button is the only one somewhat justified to be displayed for text fields. However, from your description it should behave differently and replace the selected text...

Maybe in future there will be an option for this – or a full-fledged button editor for both regular and text field tooltips. But for now I have neither time...

You can overwrite Sidebery to use any font size you want in the Styles editor: ![illustration](https://github.com/mbnuqw/sidebery/assets/37851576/682557a7-cc8e-4045-8d7d-04082b2419eb)