Dominic St-Pierre

Results 37 comments of Dominic St-Pierre

Hey @sarkarshuvojit thanks - I've created the [repo](https://github.com/staticbackendhq/backend-dart) feel free to create a PR whenever you want. Let me know if I can help with anything.

Hey @sarkarshuvojit no worries and sorry for the delayed reply. You may proceed as you prefer in the backend-dart project, either have a continuous PR where you add commits over...

Thanks @mauriceLC92 highly appreciated. Here's a couple of tips since you will need to modify this project `core` and the `cli` The `cli` import the `core` project, to make this...

Yes, but I'm not sure about the efforts required to support grpc in parallel of the REST API. This certainly could help with client libraries generation. This need some investigation...

After giving this some thoughts, I don't think adding gRPC at this point would make things easier from the PoV of a user of StaticBackend. It would help for client-side...

I wonder if the current AWS SDK can also be used directly for compatible alternative. At this moment, there's still an hard-coded value in the `s3` implementation that should not...

@andrewtyw nice and thanks for your interests. For the `.Fatal` I believe calling the `slog.SetDefault(logger)` replaces the normal `log` so we could replace those with `log.Fatal`. If it's cleaner, we...