shlwapi
shlwapi
> > @3oheicrw I also see that uBlock Origin doesn't show the number of ads blocked, but that's the only issue I encounter. Everything else works just fine to me....
BTW, look at the popup window of UbO. Do you see anything? Nothing was blocked on the site (youtube.com) at all. It's actually the built-in adblocker that doing the job,...
> please show the complile error message. My env is cmake with "Unix Makefiles", not "ninja" I'm not on that computer anymore. The setup on the current machine is a...
Well, on libposix.h please have a look at this snippet: ``` /****************************************************************************** * OS_LINUX ******************************************************************************/ #if defined (__linux__) || defined (__CYGWIN__) #define OS_LINUX #define GEAR_API __attribute__((visibility("default"))) #include "libposix4nix.h" /****************************************************************************** *...
The check for OS_WINDOWS is problematic, `__WIN32__` and `WIN32` are of course defined on MinGW-W64 (which is true for any compilers targeting Windows environment). The check caused the confusion that...
Another possible situation is, you don't support MinGW-W64 based compilers at all. If it's the case please make it clear on README.md. Thanks.
The browser is better than I think. Btw, website content autoplay should be configurable per site too. I'm using Brave and it's a built-in feature. Apart from the global option,...
> Yes JSON is supported. > > Here's an example: https://github.com/smallbasic/smallbasic.github.io/blob/58e9d03ec5260ff9c29a6067f50988e72c3cabb1/samples/node/1266.bas This is about reading JSON. What about writting JSON? I want to write formatted JSON like json.dump() of Python....