Sean Flanigan

Results 29 issues of Sean Flanigan

The MP3s cost a bit of extra bandwidth/storage, but maybe it's a less surprising default. Plus, since I turned on `--include-all`, I have found several "MP3" zips, downloaded from `*/mp3/download`...

The classes in the multi-platform package `org.jetbrains.demo.thinkter.model` are duplicated between `backend` and `frontend` (except `PollResponse` which is missing from `frontend`). I suspect a full solution for this requires https://youtrack.jetbrains.com/issue/KT-6359 but...

When `kscript` runs `kotlinc`, somehow it can't find `java`. Java, Kotlin and kscript are all installed via SDKMAN! in Cygwin on Windows 10. Running via zsh 5.8. ``` $ sdk...

I just went to install all the input and output fonts, and when installing the output fonts, I found that I already had "SF Mono Regular" and "SF Mono Semibold"...

bug

I'm trying to use fabric8 for the first time, and the first time user experience produces a lot of warnings and error messages, especially when re-running cluster-start. This message gets...

### Discussed in https://github.com/Netflix/dgs-framework/discussions/995 Originally posted by **seanf** April 20, 2022 If my GraphQL schema file contains "private" hash comments (as opposed to docstring descriptions), is there an easy way...

good-first-issues
Reserved for GHC open source day

The website http://cyclops-react.io/ and the readme for https://github.com/aol/cyclops (and its description "Home of the cyclops integration modules : support for Scala, Clojure, RxJava (1+2), Reactor, FunctionalJava, Guava, Dexx & Vavr")...

As a simplified example, let's say I'm parsing a file like this, which contains five lines but only three records (with two fields: a `String` and an `Int`): ``` abc,123...

**Is your feature request related to a problem? Please describe.** I need to use an [`ObjectMapperProcessor`](https://github.com/swagger-api/swagger-core/blob/5ea42ce467f06b3313b9224d623dcf038aef7f45/modules/swagger-integration/src/main/java/io/swagger/v3/oas/integration/api/ObjectMapperProcessor.java) to customise JSON mappings (to support Scala's `Option` type, among other things), but the...

## Expected behavior The Maven BOMs for DGS should cooperate with the Spring Boot Starter parent/BOMs and not modify/downgrade any versions it controls. Perhaps, to achieve this, the DGS BOMs...

bug
stale