Guilherme Ramos
Guilherme Ramos
still having issue: ```bash go get gopkg.in/segmentio/analytics-go.v3 go: gopkg.in/segmentio/[email protected]: parsing go.mod: module declares its path as: github.com/segmentio/analytics-go/v3 but was required as: gopkg.in/segmentio/analytics-go.v3 ``` ```bash go version go1.18.2 darwin/arm64 ```
this issue happened on versio update to 3.2.5, its working on 3.2.4: problem: the pr: https://github.com/apollographql/apollo-client/pull/7185 the commit: https://github.com/apollographql/apollo-client/commit/e145a860a10c12fdc4d863379f32e4080597323b at src/utilities/graphql/transform.ts
@benjamn thanks for your reply. fully understand the point. > Can you try adding mjs to your moduleFileExtensions, at the beginning of the list (so it takes precedence over js)?...
> @guiaramos Did you fixed the issue? i get the same error running my tests, which work fine in the version before. > > The mentioned workaround > > >...
# Solution for unit test with TypeORM (edited with @sarfata recommendations, thanks!) it's working now, hope it helps you guys and please let me know if there is any improvement....
@sarfata Great!! Thanks for the improvement I will apply it.
> @guiaramos this is very, very helpful, thank you. Do you have a complete example in a repo? Or, could you share the full code for `server.factory`? @good-idea nice, I...
> @guiaramos @sarfata were you able to specify `seeds` in your ormconfig.ts file? I was able to add `seeds` in ormconfig.js but not in ormconfig.ts file. > > `seeds: ["src/**/database/seeds/*-seeder.js"]`...
Any update on this issue?
I have issue when trying to ignore the following on next.js: ```bash pages/[...error]/index.tsx ``` and found this pattern: ```bash '!../pages/\\[*\\]/*.tsx' '!../pages/\\[*\\]/**/*.tsx' ```