Julien Richard-Foy

Results 388 comments of Julien Richard-Foy

Off the top of my head, I don’t remember in which case exactly, but sometimes it is useful to have a type-level distinction between types whose instances can be derived...

Hi, I didn't know about Korolev, thanks ! I think our goals are a little bit different, though : scalm is for writing interactive web user interfaces (e. g. with...

It is true that our programming models are close, though!

Here is a plan to support this feature: - Introduce a new type of [source](https://github.com/scylladb/scylla-migrator/blob/03e81c895cbad80c67bd8e74e13d6bfa9962fd9c/migrator/src/main/scala/com/scylladb/migrator/config/SourceSettings.scala), `DynamoDBS3Export` containing the information needed to access the bucket (target bucket, export prefix, AWS credentials)....

Hey @nyh, these are all good questions! > If the "publishing" process is manual (a human - e.g., me, will need to perform the publishing), why does it need to...

In my experience, the usual way to do it is to create a [repository-specific token](https://central.sonatype.org/publish/generate-token/) that can be used instead of the actual Sonatype password. You can then store that...

I agree it would be good to include TASTy compatibility checks in sbt-version-policy. Nobody is actively working on sbt-version-policy, as far as I know, but such a contribution would be...

Related: https://github.com/scylladb/scylla-migrator/issues/117#issuecomment-2248252132

I tested this PR locally and manually checked that #167 is still fixed by checking the absence of logs containing “BatchWriteItem”. We also have our own test suite `DynamoDBInputFormatTest` checking...