Erik Renaud

Results 11 comments of Erik Renaud

At the same time, would be nice if a plugin could create a "pseudo Action" for every mutation by providing some code that runs (async) before and after a mutation.

When looking at code ` if (process.env.NODE_ENV === "production") { config.plugin("html").tap(args => { args[0].template = api.resolve("public/index.html"); args[0].filename = "app.html"; return args; }); } ` There seems to be something hardcoded...

Yep - just realized the reason i didn't have language server for c# running was this particular issue: [2022-08-17 11:31:57.203] [exthost] [info] Not activating extension 'Dart-Code.dart-code': Timed out while searching...

I can't replicate it right now - will provide the logs when i see it happen again.

I've also just hit this issue, using a GUID ID.

Yes, the ability to set the schema would be great, as well as being able to set the migrations history table name and schema. Ideally, the ability to work work...

I just hit this problem using the CosmosDB provider. My type has an "Actions" collections which can be "ActionCall", "ActionEmail" types... Any suggestions to keep my "Cosmosdb document" coherent with...

> cific structure/single type. as it is now i have to do weird things like serialize the collection as json with $type magic which feels very dirty Anyway you can...

> > Anyway you can share the code you use to serialize the collection to json with $type magic ? > > ``` > private static readonly JsonSerializerSettings serializerWithType =...