Mark Tomko

Results 11 issues of Mark Tomko

I am porting some legacy code from 2.12 to 2.13 (this code originated maybe 10 years ago in the 2.9 or 2.10 days...) and I found this document to help...

See: https://gist.github.com/mtomko/968c6d9c6e9ff34cb7f21fee316300c4 I would expect that both lookups shown here should work. It looks to me like the type identifier should come from the `bind` rather than the inferred type...

This is perhaps due to the threaded/asynchronous nature of the journal library, but fatal exceptions are not logged unless they are handled specially. This issue may be more one of...

```shell $ uname -a Darwin mbp14.local 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000 arm64 $ /usr/libexec/java_home -V Matching Java Virtual Machines (2): 17.0.4 (arm64) "GraalVM...

TL;DR: if scala-steward could source a script before running `sbt`, repositories could set up any auth tokens or other things necessary for the build to succeed Based on discussion [here](https://github.com/broadinstitute/poolq/pull/9#issuecomment-1365804376)....

Running: ```shell $ cs java --installed ``` Getting: ``` Exception in thread "main" java.util.concurrent.ExecutionException: Boxed Error at scala.concurrent.impl.Promise$.resolver(Promise.scala:87) at scala.concurrent.impl.Promise$.scala$concurrent$impl$Promise$$resolveTry(Promise.scala:79) at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:284) at scala.concurrent.Promise.complete(Promise.scala:53) at scala.concurrent.Promise.complete$(Promise.scala:52) at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:187) at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)...

Our group has long generated FastQC reports for a single lane of sequencing at a time. Our sequencing provider is now only providing demultiplexed FASTQs, which means that we need...

Mention `.jvmConfigure` and its ilk See https://discord.com/channels/632150470000902164/635668814956068864/1217590633120665651

Is there a way to configure the sbt-assembly plugin such that running `sbt assembly` will only assemble selected modules within a multi-module project? We have tried a few things, such...

Adds support for getting data out of a `DataFrame` as JSON. The current `scala-polars` bindings appear to support file I/O, but I couldn't find a good way to load data...