guillaumecardon

Results 9 issues of guillaumecardon

Hello, The goal is to have a design similar to Bootstrap button's with "btn-block" attribute (https://getbootstrap.com/docs/4.3/components/buttons/#sizes) and have the possibility to completely fill a box or a card.

Hello, As you can read here : https://datatables.net/forums/discussion/comment/216696 there is a conflict between multiselect used in a Datatables with fixedColumns Creator have the following answer : > The issue is...

**Idea** Use mousewheel to increase/decrease values **Additional context** Like others tools in OpenRC2, you can use your mousewheel to increase/decrease value.

enhancement
requires api change

Hi, We can pick a color, and add it to palette with the button "Choose". But if we want to remove a color, is there a method or do we...

### Operating System Windows 10 ### OpenRCT2 build OpenRCT2, v0.4.1 (be518f4) ### Describe the issue - Put a twist "Snow cups" - Rotate map in the fourth angle and notice...

bug

Little issue in the code Toggle.prototype.toggle = function () { if (this.$element.prop('checked')) this.off() else this.on() } must be Toggle.prototype.toggle = function (silent) { if (this.$element.prop('checked')) this.off(silent) else this.on(silent) }

### Operating System Windows 10 ### OpenRCT2 build 0.4.11 ### Base game RollerCoaster Tycoon 2 ### Area(s) with this issue? _No response_ ### Describe the issue Mouse wheel (direction and...

bug

I create a "stadium seating, following this tuto : https://www.youtube.com/watch?v=iyRwic53eus I use your plugin to set the X/Y/Z position of each vehicle (and i have... many many many vehicles) If...

enhancement

To reproduce the bug : - Open Scenery Manager - Click on "Select" - Select an area - Click on "Copy" (or Cut) - Close the tool with the game...