Francis De Brabandere

Results 204 issues of Francis De Brabandere

**Describe the bug** Normally you can control the ball with the mouse if ini setting `BallControlAlwaysOn` is true, this is not working on standalone. Probably because the related code is...

feature
standalone

**Describe the bug** A file with extension `directB2S` (mind the casing) is not picked up by vpinball standalone Not sure if some directb2s editor is proposing that casing. Already the...

enhancement
standalone

I ported the SDL code to SDL2. X11 is ancient tech that is going away. `xpinmame` on linux now builds against SDL2 for graphics and sound. Some light crackling on...

There are so many options. This could use a section in the readme. Mainly what are the `sc` variants for?

enhancement

I'm not 100% sure how this all works but for now we don't have `~/.pinmame/VPMAlias.txt` working on mac/linux vpinball standalone Nor do the default aliases work (eg `simp` -> `simp_a27`)...

bug
enhancement

The osx builds have a static library. The linux build does not. If creating them by default is resource intensive maybe some flag could be added to enable it. I...

enhancement

Could you make this available as in a maven/ivy/... repo somewhere? I suggest having a look at how slick-joda-mapper gets deployed to sonatype oss https://github.com/tototoshi/slick-joda-mapper

Feature request When you have a big list of items it can be tedious to have to scroll through all items. The page up/down keys could be used to scroll...

If the items contain lines that are longer than the console the search prompt disappears. See screenshot below ![image](https://github.com/console-rs/dialoguer/assets/161305/40a2b2fe-74ef-4a7e-92d2-91e3fcef5231) ![image](https://github.com/console-rs/dialoguer/assets/161305/56b2e314-541e-4ef9-9e80-7b68fae761c3) _The issue with the invalid formatting is reported in #312_

This is both a normal select and a fuzzy select with the same list. The selected item on the fuzzy select has messed up the formatting. ![image](https://github.com/console-rs/dialoguer/assets/161305/7e48c0ad-61b0-4dde-a150-2c9bbaae4cea) ![image](https://github.com/console-rs/dialoguer/assets/161305/a1c58339-e366-4a01-afd1-705f35fcc762)