Shamus Taylor

Results 6 issues of Shamus Taylor

Issue #190 explains a workaround by using `input-el-custom-attributes`. I think `required` is simple/common enough that it deserves its own prop. Thoughts? Proposed usage: ```vue ``` Versus the current: ```vue ```

enhancement

Add a new storage type option that stores package contents in MySql along with the package metadata. Though MySql is not the best for storing large file contents, this is...

Ability to set the `required` attribute on the HTML input element. This is useful when using modern browsers' builtin form validation.

To be able to use the `tweakInventoryPreview` feature in Tweakeroo. I think Tweakeroo already sends the required packet to request inventory contents from the server, Servux just doesn't respond to...

**Is your feature request related to a problem? Please describe.** I have a Hunter ceiling fan. The remote can send the following fan-related signals: - toggle fan (single-press the fan...

feature-request

After the recent commit to add support for QueryContext: https://github.com/alexbrainman/odbc/commit/1293aff3fc513fdd5e9d521b64e35bf56fba8d22#diff-4f427d2b022907c552328e63f137561f6de92396d7a6e8f6c2ea1bcf0db52654R153 We are getting the following error: ``` Thursday, August 15th 2024 @ 3:41:50 pm panic: send on closed channel Thursday,...