Guillaume St-Pierre

Results 11 comments of Guillaume St-Pierre

@eandre just letting you know that I made some quick changes to some of the code to make sure it really works, and so the build will need to be...

Ha! I hadn't realized I needed to do that, my bad. Should be good now.

From this line https://github.com/s12v/sns/blob/master/src/main/scala/me/snov/sns/actor/SubscribeActor.scala#L50 We can see that, to consider the topic as "found", we need an actual subscription. Using a command like this `docker exec sh -c 'aws sns...

Since we've discussed it in #902 I thought I'd ask, is there some way we can help with this migration work?

The pain point comes from using a third-party ORM or another tool for connecting to a database within a service, for example in this guide: https://encore.dev/docs/how-to/entgo-orm. I've had to refactor...

In my opinion, controlling and creating databases through code would be better, but this small change could also help a lot in the meantime.

That would yes! Do you think the first one (`sqldb.NewDatabase("name")`) would be something worth investigating during hacktoberfest? I can work on the second one no problem, but the first one...

I created the issue for the `sqldb.NewDatabase("name")` proposal, feel free to edit it or close it if that's not what you have in mind. I had some thoughts and I...

I'm more than open to make that PR if it'd help 🙂 Though, pure curiosity, would it be doable to potentially transform the generated docs HTML/content (not sure how the...