Ian Trudel
Ian Trudel
Avast! on Windows might cause any Shoes app, Shoes itself and Shoes manual to close and reload. It might also attempt to sandbox the NSIS installer. **Recommended solutions:** - Remove...
The **background** declared in a **stack** is overflowing when a scrollbar is present. This issue is not present when background is declared on Shoes.app. A **_potential solution**_ could be to...
Open Shoes Manual, run any **ListBox** example, select some fruits and close the window. `(cshoes.exe:12132): Gdk-WARNING **: gdkwindow-win32.c:1834: SetWindowLongPtr failed: Handle de fenĂȘtre non valide.`
SCENARIO: * Open Shoes Manual * Search for **colors** * Click on _Colors_ section (Same goes for **sample** as a keyword)  The proper rendering can be seen in **Shoes...
Fill accept RGB colours and hex values but will not return red, green, blue, alpha when hex values is passed as a parameter. ```ruby Shoes.app do oc = oval width...
Shoes Manual says SVG has no default **width** or **height**. Is it accurate? The code below is working anyway. Testing several SVG, including without width and/or height, has always a...
Passing a non-existing file to svg cause Shoes to segfault. It should instead raise an exception that can be handled in Shoes and displayed in Shoes Console. ```ruby Shoes.app do...
 ``` Shoes.app(width: 256, height: 256) { image("#{DIR}/static/splash.png") } ```
The following error is thrown right before the last card of a deck is flipped. ```ruby Error in line 0 | 2017-01-09 11:14:28 -0500 no implicit conversion from nil to...
Styling for radar graph (and any other graphs?) would be awesome. For example, changing grid lines for circles instead of regular lines linking axis. See picture below. _Other styling wishlist...