Serge Zaitsev

Results 110 comments of Serge Zaitsev

What are the benefits of CMake for a library like jsmn? AFAIK, most JSMN users simply copy `jsmn.c` and `jsmn.h` into their projects with their own build system, while for...

First of all, GUI apps are really bad at writing to stdout/stderr (unless you are a Linux user). For example, WinAPI apps in the windows subsystem (in contrary to "console"...

@Boscop Ok, this was tricky. And the solution is ugly, so be prepared. Firebug catches some 'Access denied' exception when it tries to open a new debugger window (of course,...

@shivaprsdv Thank you for your intention to help, and `pywebview` looks really good! Well, all native code is in one file, `webview.h`. It's split into 3 platform-specific parts surrounded by...

@shivaprsdv Looks good to me. I would probably use `unsigned long` instead of `unsigned int` for colors because that's guaranteed to be 32-bit long. Also I wonder if it would...

@1l0 Looks really good! May I ask you to add stubs for Gtk and WinAPI so that it would at least compile on those platforms? Then feel free to make...

Well, honestly, I don't know what to do with this issue. Here's what we have so far: * We have a MacOS version, with transparency support. * We have a...

@gedw99 Can't promise much, but yesterday I've migrated from webkit1 to webkit2, and now on my Ubuntu 16.04 `window.print()` actually shows a print dialog. I don't know whether it would...

@gedw99 Yes, to open developer extras set `Debug: true` in `webview.Settings`. It would hopefully add a popup menu item for that.

@gedw99 Ah, also keep in mind that `window.external.invoke_` has recently been changed to `window.external.invoke` (without the trailing underscore).