Brendan Linn

Results 5 issues of Brendan Linn

The SchemaMigrator docs state: https://github.com/cashapp/misk/blob/c3869b5af113cba639fb4a58ba94453841319a52/misk-jdbc/src/main/kotlin/misk/jdbc/SchemaMigrator.kt#L83 This is not accurate. In reality, each file must contain _exactly one_ SQL statement. When a migration file contains multiple SQL statements, running the schema...

I maintain a Misk-based app. Yesterday, I added a backend to it via Guice injection, and added fake and real Guice modules for the binding. All tests passed. But when...

webserver
config

First, thanks for publishing these rules. They're some of the first third-party Bazel rules I've come across that worked out of the box. I wanted to make you aware of...

## Description I am trying to combine the [MNIST tutorial](https://github.com/deepjavalibrary/djl/blob/5ab2685b01b13ccceb99a0ca1667112b2b68e4f3/jupyter/tutorial/02_train_your_first_model.ipynb) with the directions in #2037 to train a model on the MPS pytorch backend. I have gotten the [MPSTest](https://github.com/deepjavalibrary/djl/blob/1d0bc7723bc36caa0ca4323acb841f6e10a240cf/engines/pytorch/pytorch-engine/src/test/java/ai/djl/pytorch/integration/MpsTest.java) in...

bug

The last substantive commit to this repo seems to be #1659, about 6 months ago. I'm wondering if it makes sense to migrate to a vanilla Create React App workflow...