Ivan Monteiro Cantalice

Results 37 comments of Ivan Monteiro Cantalice

Also interested in compiling using raspbian (Raspberry Pi 3 B+). Unfortunately I can't compile.

> Hello, I will not continue on this for now, because my project was cancelled, so I will not test it. Honza Pobořil @iBobik Could you elaborate on which tasks...

> @RCheesley I'm currently working on it. > > valeu @ivanmonteiro ... muito bom ter brasileiros por aqui! Apart from the cache delete problem I commented above, I really liked...

I also experienced very slow performance due to a slow disk on a Google Cloud free tier instance (e2-micro, 1gb ram). The free tier offers only conventional hard disks with...

I'm also experiencing memory leak but I'm not using `writeToProviders: true`. Instead, I'm using the Readme's configuration instructions: ``` Log.Logger = new LoggerConfiguration() .MinimumLevel.Override("Microsoft", LogEventLevel.Information) .Enrich.FromLogContext() .WriteTo.Console() .CreateLogger(); ``` and...

@RoboZoom @AngularAlb Same problem here. I managed to circunvent this using a dynamic mask: `mask="(00) 0000-0000||(00) 00000-0000"` instead of using 9 for optional digits.

> to generate pagination, I was forced to add "this.pagination='pagination';" in customizeDotnetPaths in utils.js file . > also when I add "dto * with mapstruct" it can't save one to...

The java generator actually generates the liquibase migrations itself using templates, but since in dotnet we have the dotnet ef tool that automatically generates them I think using it is...

There is the Migrations Bundle Feature https://github.com/dotnet/efcore/issues/19693 that will probably be released with EF Core 6 that might be helpful.

I have a few suggestions for the documentation. The first one is: - Add a "catchy" headline to grab attention Add a headline to Github's readme (https://github.com/jhipster/jhipster-dotnetcore/blob/main/README.md) and ReadTheDocs. A...