Erik VanderWerf
Erik VanderWerf
A few minutes later - the same issue with the pairing notification, clicking it does nothing and I have to manually go to the "PIN" page.
[sunshine.log](https://github.com/LizardByte/Sunshine/files/14078111/sunshine.log) Towards the bottom is this section from my latest attempt: ``` [2024:01:28:14:55:22]: Info: Opening UI from system tray [2024:01:28:14:55:22]: Info: cmd /C "start https://localhost:47990" running with PID 28400 [2024:01:28:14:55:22]:...
My browser is open, I have many windows and tabs open already in Chrome, but none of them open a new tab with the UI.
> Interesting idea, and wouldn't be hard to add. I'm curious though, why you wouldn't simply add the allowed codes to flake8's ignore list? That way you'd never have to...
@Avasam I think your comment aligns closer with the other issue than this one. My intention with this ask was to specify a high-level set of approved noqa lines that...
Resurrecting from the grave, I am currently also experiencing this issue. I am using a `$ref` with `javaName`, which does rename the field as expected but does not alter the...
I'm running into this as well (7.11.0). I tried enabling `configOptions.put("generateOneOfAnyOfWrappers", "true")` as @wing328 suggested but this did not change the code generation. My schema is split over multiple files,...
@jsbeckr I was using Kotlin Spring (I've since switched the generator to Java). How do you know that this feature is not available in Kotlin Spring? Is it possible that...