avih
avih
Keep in mind that currently mujs strings are CESU-8 which is different than UTF-8 for codepoints higher than U+FFFF, and mujs itself currently has a known issue when such codepoints...
While arguably useful, this is not javascript... I don't think it'd be a good idea for Duktape to introduce unique new language features...
It's not my project so it's not my decision to make, but I still think it's better to not introduce non standard language features or non standard syntax/sugar.
> Less is more. As if Ecmascript is not "more" enough ;) especially ES6...
> I would like to see ES6 support in Duktape obviously, but not features that are not part of the specification. Obviously. Same here.
I also quite appreciate the style, approach, minimalism, and code at the various projects by @rxi , so thanks for those. > https://rxi.itch.io/cel7 I wonder whether you could open source...
@realnc please file a new issue, with logs and everything else which the template requests If you can bisect it to find the exact first commit where the issue happens...
> It sounds like a scratched CD where the CD player is skipping @realnc could you please open a new issue for this? All the reports we have so far...
I think that currently mpv doesn't suppress the click binding (MBTL_LEFT) if drag was performed at the same mouse-down action. From a quick look at the code it seems that...
The behavior in mpv is that the aspect is enforced only when the user manually reizes the window. Specifically, at the WM_SIZING message handler - where the application is allowed...