MJacred

Results 24 issues of MJacred

@stephenafamo: Added the flag as discussed in #1355 Tested with mysql driver --- flag name for sqlboiler config name: `skip-replaced-enum-types` (bool value); default: `true`

Example table ```sql CREATE TABLE IF NOT EXISTS `Slash/Test` ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, `my_en/um` ENUM('test/1', '/test2', 'test3'), PRIMARY KEY (id) ); ``` Sqlboiler attempts to create a...

Currently, XInput devices (Windows only) lack info on vendor, product and its name. DirectInput also does not provide vendor and product. This PR is to fix that. TODO * [x]...

enhancement
platform:windows
topic:input

Erasing a joypad mapping can invalidate other attached joypads and the fallback mapping guid Fixes #91257 (cannot confirm crash on Linux. Untested on Windows where it was observed) If this...

bug
topic:input
crash
cherrypick:4.2
cherrypick:4.3