Results 8 comments of Levi McGlone

If you set multiSearch in options to true, the search seems to get a little better/easier-to-use. Check the source here: https://github.com/javve/list.js/blob/master/src/fuzzy-search.js Line 25

I did some digging through the code, and I think calls to setAttribute need to be replaced with a custom version that looks for boolean attrs and calls removeAttribute as...

Also, this is a blocker on something I am working on at work. Basically, we are using checkboxes, and having ListJS set the checked property by default is not acceptable...

I don't think CSS selectors containing `[attribute]` would be that difficult to get around. There are many like: ``` :disabled :checked :optional :enabled ``` That are used to select boolean...

From what I can tell, you are trying to call multiple promises at once and wait for them to return? If this is the case, there is an `all` function...

I have a branch in progress for this. Latest commit is here: https://github.com/mcglonelevi/Essentials/commit/91371abf8a368aa99b7478d2a0bfaaeb41441001 It looks like most of the code in Worth.java and other places in the code are meant...

I have a PR up for this here: https://github.com/EssentialsX/Essentials/pull/2795 Please let me know if you have any feedback in regards to how this command should function. If you are a...

> Which board? Raspberry Pi Pico (the first version, not wireless) > Which version of the HID library (should be latest)? I downloaded the latest from this repo 2 days...