Shay Nissel

Results 7 comments of Shay Nissel

@chaowlert First, I appreciate the quick response. But can you explain the implications of using `AvoidInlineMapping`? Second, I still think it's a bad design of this library. `IEnumerable` doesn't have...

Thank you for the detailed explanation, @chaowlert ! Fortunately for us, in our usage, we don't perform mapping on EF queryable and all our data is eagerly loaded. But the...

> @n-shay Did you solve this issue on your end? I did not. We are still using the workaround suggested in the original post: `config.Default.Settings.AvoidInlineMapping = true;`. I ended up...

@Svengali not sure why it wasn't posted here yet, but the .NET client project was recreated half a year ago [here](https://github.com/codenotary/immudb4net). Last commit was in December. NuGet from October. Didn't...

@EWSoftware I ran into the same behavior and the solution for it was the one @golavr methioned: adding the en-US dictionary as a global dictionary (which it wasn't by default).

I was having similar issues with proxy not working, restarting the container did not solve the issue. It looked to me like wrong IP was overridden into that env var,...

@speedyflipper > I basically created my own metadata server Can you elaborate? Where does your metadata server get the data? Did you emulate all the API endpoints from api.bookinfo.club? Or...