Results 26 issues of Joris W

Syncs schema, uiSchema and formData for the Simple example in the playground ### Reasons for making this change This example was a mess, while it's the first example your first...

bug
awaiting review
playground

The app can misjudge the last known system volume setting, when changing volume after a change of audio device. This can lead to painful volume jumps while using headphones. Reproduce:...

The code inside the following script tag: ``` var id2 = '0.3106187978178174'; ``` Was read to me as normal text by Squirt.

broken-content

The following HTML: ``` declined to comment.Further inquiries ``` ... results in comment.Further to be shown as one word.

bug

Fix quarantine CLI command to work ```bash % xattr -r -d com.apple.quarantine /Applications/VSCodium.app option -r not recognized usage: xattr [-slz] file [file ...] xattr -p [-slz] attr_name file [file ...]...

Hi, While investigating the performance of our linter setup, I ran a `TIMING=1` type performance scan of my linter rules, and found that unfortunately, when any of the used rules...

**Describe the bug** A thread with only the original post, I would consider a thread with no replies. The speech bubble icon however always shows a count of 1 for...

bug

If the autoplay option is set true, this doesn't make the Flash based player auto play.

Code: fv.load([{ ``` poster : null, src : "/data/file/foo.m4v", type : 'video/mp4', autoplay : true, flashSrc : '/swf/FlareVideo.swf', width : 960, height: 348, useNative : true ``` }]); fv.bind('loadeddata',function(){ //...

Event names that start with 'on' only work with 'on' omitted. Such as: - onloaddedata (should be loadeddata) - onended (should be onended)