XCanG
XCanG
When I looking at demos, the first issue I was thinking about is concurrency. Now, while I wouldn't use it in any serious project, when it come to do some...
Is this really a Stylus bug? I never seen any `@-moz-document` for global styles anywhere. If you want to enforce it's usage, you should then provide a message for users...
Ok, but there is need a way to create global userstyles too, which is why I say that you may add check to interpret userstyle as global and give warning...
Yes, I'm still interested.
@mifi I have a little suggestion: add style [`color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme) You can use `color-scheme: light dark;` to support both themes, even right now it would improve scroll bars, an example if...
Well, it is also possible to manually restyle scrollbars with CSS instead of relying on color-scheme like that (Chrome-only): ```css *::-webkit-scrollbar { width: 8px; height: 8px; background-color: transparent; } *::-webkit-scrollbar-thumb...
Ok, in `C:\apng2webp-master\apng2webp_dependencies\apngdisraw\apngdis.cpp` now I have following includes: ```Cpp #include #include #include #include #include #include #include "png.h" /* original (unpatched) libpng is ok */ #include "zlib.h" #include "json/writer.h" ``` Now...
Well reply is reply, for send it will make it to easy fill every fields.
@Ho0LiGaN82 решение было верным, в службах оставался старый WinDivert от 0.2.2, он и мешал.
I vote for this one too. _I didn't saw this feature request, but I mentioned about it in other issue_ https://github.com/typora/typora-issues/issues/4645#issue-988375178