Jeremy Ruston

Results 1090 comments of Jeremy Ruston

Thanks @slaymaker1907 I've copied my reply from your [mailing list post](https://groups.google.com/d/msgid/tiddlywiki/1fc43f38-1afc-49ab-95f3-7c40438a054cn%40googlegroups.com) here: > I wrote a small module for saving using the Chromium file system API (which is in the...

> IMO this "sync adaptor" should be like a "middleware". I know, that FireFox is panning to have a "File System"-like API which can be accessed from browser AddOns. ......

Hi @linonetwo I always argue against minification or other obfuscation of the core's JavaScript modules because it makes it harder to debug the code with browser developer tools. The usual...

I think that targeting ES2020 would be too restrictive; it is only supported by browsers released since 2020, which doesn't give us much headroom. I'd welcome some robust statistics (as...

> You can use website https://browsersl.ist/# with https://github.com/browserslist/caniuse-lite/tree/main/data/features to do statistics. I think those are the same statistics shown on https://caniuse.com/ – the problem is that these stats are taken...

I think that we still haven't made a final decision on the target ECMAScript version for v5.4.0. On balance, I think we should adopt ECMAScript 2017 (also known as ECMAScript...

> I think ES2018 and ES2020 contain 2 features that would really improve our core code. I don't deny that these are useful features, but I think that is balanced...

> I've noticed that some CSS features (like [padding-inline-start](https://developer.mozilla.org/zh-CN/docs/Web/CSS/padding-inline-start)) has a 2020 baseline, but actually it is related to the former core of Edge: EdgeHTML. IMO we should also drop...

Hi @MaxGyver83 thanks for bringing this up.I think this is a common need and it would be great to resolve this. @cdruan contributed the current Markdown parser a couple of...

Thanks @OmbraDiFenice, and apologies for the delay. With regards to the modification to http.js, it's worth noting that the core "upload saver" sends data as "multipart/form-data" (see https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/savers/upload.js), can the...