Adjel van der Meer

Results 7 issues of Adjel van der Meer

Consider the following example: ``` George Washington John Adams Thomas Jefferson ``` This select is then allowed to mismatch: ``` $("select.flexselect").flexselect({ allowMismatch: true }); $('#test').click(function() { alert($('#myflex').val(); }); ``` The...

#### This library cannot be effectively used over multiple time zones Currently, `later` supports only two possible time zone: `localTime` and `UTC`. For most use cases, this is likely enough,...

question

Fold markers now use a dark grey text on a black background, making them impossible to read and even hard to spot. * Open a JavaScript code file * Run...

Auto-indenting works fine with end-of-line braces: ```javascript fs.readFile('whatever', (err, content) => { // do something useful } ``` However, this breaks when using K & R style: ```javascript fs.readFile('whatever', (err,...

I ran into an error installing the sqlite3 node module where on one account it would install fine, while on another it doesn't. The difference turned out to be one...

Not sure how active development currently is, but I do like what I see after trying the plugin. One thing bothers me, however. You have the `nodeinspect_window_pos`, that can go...

### Version 30.0.3 ### Steps to reproduce 1. Use a system running MacOS 15.5 on ARM. 2. Clone this repostitory: git clone 'https://github.com/eavdmeer/jest-30-bug/'. 3. Run 'npm install'. 4. Run 'npm...

Needs Triage
Bug Report
Pinned