Stanimir Stamenkov

Results 101 comments of Stanimir Stamenkov

As far as I can see the regex (#179) needs to be further adjusted to match `-` (hyphen) and digits: ```ts const jsonContentType = /^application\/([a-z.]+\+)?json($|;)/; ```

It generally works for me using: ```js browser.tabs.remote.autostart = true browser.tabs.remote.force-enable = true ``` However there's a related (probably) quirk I'm noticing: When "Open Link in New Tab" a blank...

As far as I've found out it is related to [`JEditorPane.HONOR_DISPLAY_PROPERTIES`](https://docs.oracle.com/javase/8/docs/api/javax/swing/JEditorPane.html#HONOR_DISPLAY_PROPERTIES): > Key for a client property used to indicate whether the default font and foreground color from the component...

> I'm still not sure why: > > ```java > textPane.putClientProperty(JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE); > ``` > > would affect: > > ```java > // Set font size 12 > StyleConstants.setFontSize(basicStyle, fontSize);...

So, the behavior appears the same as with other L&Fs when setting `HONOR_DISPLAY_PROPERTIES` explicitly, but the problem observed when `HONOR_DISPLAY_PROPERTIES=true` (which happens to be FlatLaf default) doesn't seem like a...

As far as I see this problem still persists (as of [v2.0.3](https://github.com/ful1e5/Bibata_Cursor/releases/tag/v2.0.3)). It is likely more prevalent on HiDPI screens (greater than 100% scaling). So I've found [Greenfish Icon Editor...

> I've gone ahead and compiled an alternative package (just "Bibata-Modern-Ice" as I'm doing it manually): Second revision (I had messed up the 96×96 resolutions of two of the extra-large...

> Could you try my version and see if you find any difference? Specifically, try the original _small_, _regular_, and _large_, and compare to my _regular_, _large_, and _extra-large_ variants.

I had the following revision done already before. Archiving it here for the benefit of others: - [Bibata-Modern-Ice-Windows-2.0.3-stanio-5.zip](https://github.com/ful1e5/Bibata_Cursor/files/12702820/Bibata-Modern-Ice-Windows-2.0.3-stanio-5.zip) Notes from the top of my mind: - All static cursors have...

And following the [v2.0.4 release](/ful1e5/Bibata_Cursor/releases/tag/v2.0.4) here's an initial revision to what I think should be included in the official release: - [Bibata-Modern-Ice-Windows-v2.0.4-stanio-1.zip](https://github.com/ful1e5/Bibata_Cursor/files/12702911/Bibata-Modern-Ice-Windows-v2.0.4-stanio-1.zip) Notes: - All static cursors have 32x32, 48x48,...