TJ Rothwell

Results 7 comments of TJ Rothwell

Would be great to have default sounds or an example script to copy/paste/install.

Links are broken. Why doesn't circ have common theme alternatives built-in? Maybe even a index of popular ones? Used the style.css as a baseline: https://github.com/flackr/circ/blob/master/package/bin/style.css

Doing the following seems to work well for me: ```python def test_no_args(capsys: CaptureFixture): with capsys.disabled() as disabled: result = CliRunner.invoke(...) ```

@arnaudroques I can workaround the issue, but it's still a pain point for those in the company. They blacklisted it due to tools defaulting to your site for rendering confidential...

I really just need a way to find a way where I'm using features that aren't available on 3.2. Or features that are available in 3.2 but might have changed...

@sigma67 `-D{key}={var}` are `system properties` not `environment variables.` [System.getProperties()](https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/System.html#getProperties()) vs [System.getenv()](https://docs.oracle.com/en/java/javase/22/docs/api/java.base/java/lang/System.html#getenv())

Is there a way an svg can flip between light/dark mode?