Guillaume St-Pierre

Results 17 issues of Guillaume St-Pierre

This is based on the discussion here: https://github.com/encoredev/encore/discussions/307, and my own usage of ent within my application. This is fairly early and there might be a better way of doing...

I have a few scripts written in go for things like code generation for ORMs or other tools that need access to the database or secrets. To give an example,...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When using the `TouchableOpacity` element, if we try to use...

bug
project:react-native-web

# Why Object storage is on the roadmap and I think it would be a great addition to the framework as it would enable a lot of use cases, like...

When I try either of these way of testing the following endpoint, I get the subsequent errors. This makes testing raw endpoints more difficult as the only workaround is to...

The `notify.Watch` call during the execution of `encore.run` is configured to only watch go files and the files that encore need to compile the go application, https://github.com/encoredev/encore/blob/628ce4ec1e00d8a86c64b2a7b5ef1e45386c6727/cli/daemon/run/watch.go#L55 If embedding files...

# Background Database are currently handled by adding a migrations file in the migrations folder, once that's done, a database is created and you can access it in that system...

Encore could be used for building micro-frontend, backend-for-frontends, or just to centralize where files are served from. This should be fairly simple using `//go:embed`, a "how-to" guide could be great...

## What does this PR do? This work has been extracted from testcontainers#2202 and is related to testcontainers#2180. See the original PR for the full context and reasoning. This PR...

## What does this PR do? This work has been extracted from #2202 and is related to #2180. See the original PR for the full context and reasoning. ## Why...

chore