Greg Stewart

Results 18 issues of Greg Stewart

Love the library and to give it credit, still works well after all this time, but it is starting to fall behind in terms of newer java versions (not to...

### Describe the bug This one is a little bit of a doozy, but it is my impression there might be a bug with how Integration test test instances are...

kind/bug
area/config
area/testing
needs-reproducer

Would be great to have `[TOC]` support to automatically list out the contents of the different headers. Probably would be a good candidate for another extension

enhancement
help wanted

The app seems usable on Linux, but lacks a lot of proper integrations that would make it great to use. Specifically citing "open with" integration as my most-missed feature. Providing...

Running on Ubuntu 20.04 When I go to edit a mermaid diagram, sometimes it is fine, but after a few edits both the source view and the preview start flashing...

The proposed change ------------------- There should be a way to export playlists to handle libraries in different locations. I have two computers, one of which holds my music library in...

enhancement
playlists
good first issue

There needs to be more straightforward examples on how to setup the use of this tool. I am trying to upgrade from select2, and I cannot figure out exactly how...

Hello, Love the idea, but I don't use Ruby :( is there a preferred method for downloading the straight stylesheet for use? I've currently just copied the css from the...

question

Trying to get my Selenium WebDriver testcontainer up, I get the following error when I try to get the host's port using `getTestHostIpAddress()`: `Caused by: java.lang.UnsupportedOperationException: getTestHostIpAddress() is only implemented...

type/docs
resolution/acknowledged
good first issue

With the following code: ```java Unit unit = Units.MOLE; Quantity result = Quantities.getQuantity(0.0, unit).add(Quantities.getQuantity(1.1, Units.MOLE)); assertEquals( Quantities.getQuantity(1.1, unit), result ); ``` which results in the following error: `AssertionFailedError: expected: tech.units.indriya.quantity.NumberQuantity@30f99ca1...

bug
function