Stanimir Stamenkov

Results 101 comments of Stanimir Stamenkov

@Rob--W, could you spin a new version using the suggested change? (if you're o.k. with the change)

I have found the following related issues: https://github.com/assertj/assertj/issues/2392#issuecomment-961969975, #2401, #2495. Not sure if the last is meant to address this more specific one.

> I think the former usage should match the latter behavior. Or more likely, both should match: ```java Point2D point = null; assertThat(point).as("point").isNotNull() .extracting(... ``` ``` java.lang.AssertionError: [point] Expecting actual...

I'm seeing it with the English version (123.0.2420.65) of Edge on Windows 10: ![screenshot](https://github.com/bhollis/jsonview/assets/1247730/5213e842-ced3-4733-914f-fa622b22b8f4) JSONView 2.6.1 installed from the Chrome Web Store. It opens fine using JSONView 2.6.1 on Firefox.

> `original/left_ptr_watch` has similar problem It also shows some deformation to the spinning wheel. The following makes it round: ```diff --- a/svg/original/left_ptr_watch/left_ptr_watch-01.svg +++ b/svg/original/left_ptr_watch/left_ptr_watch-01.svg @@ -1,8 +1,10 @@ + +...

It appears fixed in the sources of the `main` branch: 3fe972d15fc333d8e23e2c5c4b4589cf39aefe33. You should be able to try it on www.bibata.live as noted in the project README. Alternatively, try building it...

Having a "true" _No Code of Conduct_ doesn't make sense in my opinion. If a project really wants to have no CoC – it wouldn't include such. As far as...

Now that 04b46fd1386bfab2e57bee6a86d229a336a2225a is checked into the main line, one may need to add (haven't tested it explicitly): ``` --add-opens org.apache.xmlgraphics.batik.svgdom/org.apache.batik.dom.svg.resources=org.apache.xmlgraphics.batik.anim ``` when using the `--module-path` vs. `--class-path` runtime configuration....

I guess this has been adjusted in b690c6c370ef24a41e173f93b42ce0bcc3f7272c, now.