YouKnow

Results 27 issues of YouKnow

Hi, can you please add support of import and export multi file in same time?

### Checks - [X] I have checked existing [__OPL issues__](https://github.com/ps2homebrew/Open-PS2-Loader/issues) for duplicates and found none - [X] I am using either OPL [latest stable version](https://github.com/ps2homebrew/Open-PS2-Loader/releases/latest), or [archived version](https://mega.nz/folder/Ndwi1bAK#oLWNhH_g-h0p4BoT4c556A) or [__OPL...

bug
usb
smb

Hi, why I cant build this project with visual studio 2019? its give me lots of error

using this new variant user can set their own custom theme for vizia to use as internal theme. some other small changes: - `Theme::get_current_theme` will now return a option instead...

### Update winit to latest version * updated winit to 0.29 * updated accesskit to 0.12 * updated accesskit_winit to 0.16 * updated glutin to 0.31 * updated glutin_winit to...

If we put an emoji in a label and later on try to apply opacity on it (either in css or rust side) it wont have any effect on the...

Currently as far as I know there is no straightforward way for grouping multiple animation together and run all of them at once in vizia. Following the conversation that we...

enhancement

Currently if we play a animation on a view, after the animation finished it will reset the view to the state before the animation. It would be good if we...

enhancement

Currently we have a method named `is_animating` on `EventContext` for checking if a animation is running or not. but the thing is currently there is no way for telling if...

enhancement

For example if we first press the left mouse click button and then instantly click the right click button (or the other way around) we will get a `WindowEvent::MouseDoubleClick` that...

bug