Andrea Spada

Results 13 issues of Andrea Spada

Hi! There's some way to read HID devices from FreePIE? Thanks!

Running last build from git, built on my machine. When I start FreePIE minimized, asking for running a script, it return the following error: ``` E_HANDLE: Invalid handle (-2147024890) ```...

Hi! Currently I have some rules which always put some apps in specific workspaces. I use a code like that: ``` context.WindowRouter.AddRoute((window) => window.ProcessName.Equals("mail") ? context.WorkspaceContainer["1"] : null); context.WindowRouter.AddRoute((window) =>...

I'm start to collect a brief list of improvements I think could help the daily usage. I'll work on them from my fork, but I like to share them to...

enhancement

The title of the issue is pretty explanatory: I would like to have it load automatically an index.html, if one is found in the current directory. Is it possible? Thanks...

There's a way to have a window bet set to float AND always on top from Config.ini?

enhancement

Just noticed that games, when run in borderless, span to all views. Is it an intended feature?

question

Hi! I'm trying to understand if there's a way to define a default layout for each views. I would like to have all views from 1 to 6 tiled, and...

question

**Note** These WSL error messages occur from time to time and can tricky to troubleshoot short of reinstalling WSL. They are usually not an issue with Pengwin itself but a...

Triage
Unable To Reproduce

Hi! Can you point me toward a solution to have a point in a scatter plot has a tooltip with some information, such as coordinates and label? Thanks!