Erwan JOLY
Erwan JOLY
Hello, I'm trying to understand how I can handle an http proxy event from lambda using serverless-offline. The configuration works fine on aws api gateway but I can't find how...
add field fix to #85 This should be merged after #85 fix #9
Same tests is failing if MixedAccess is not having public int Foo { get; private set; }   Seems like for some reasons https://github.com/mgravell/fast-member/pull/86 + https://github.com/mgravell/fast-member/pull/85 are solving this...
Since the version 5.3.0 it seems like there was a breaking change and I'm now getting this error. I'm using linq2b with Npgsql.EntityFrameworkCore.PostgreSQL ```Npgsql.PostgresException: 23505: duplicate key value violates unique...
FYI : I noticed TPH doesn't work well with BulkCopy https://github.com/NosCoreIO/NosCore.Dao/blob/52480cab1ca7bbf3244663441603a4bcbf82b911/src/NosCore.Dao/Dao.cs#L145 the dbcontext https://github.com/NosCoreIO/NosCore.Dao/blob/master/test/NosCore.Dao.Tests/Database/NosCoreContext.cs when running the tests i'm getting "NOT NULL constraint failed: CompositeTphBaseEntity.Discriminator" i don't think TPH is...
Hi, I'm trying to get an candlestick chart. When I'm using xaxis type: 'datetime' I'm getting spaces on weekends which I don't want When I'm using category it works fine...
https://github.com/Azure/DotNetty/blob/dev/examples/Discard.Client/Program.cs#L56 Console.Readline(); is not blocking in docker https://forums.docker.com/t/c-console-readline-ends-in-infinite-loop/86754 a quick fix for that would be to use : however even if the result seems similar it doesn't do exactly the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Performance of batch data loader seems to go worst the...
**Intended outcome:** I'm trying to add SSR graphql to my app. My understanding is that I should use getDataFromTree. Unfortunately it doesn't seems to work. I may have failed to...
### Description: When searching a domain with only https available. Browser will try loading http first, fail and won't load https (Even if upgrade connections to HTTPS is set to...