Riguz Lee

Results 39 comments of Riguz Lee

also very slow here(windows 10, with Windows Terminal)

Same error here: ``` INFO[0000] Retrieving image manifest openjdk:11-jdk-slim INFO[0000] Retrieving image openjdk:11-jdk-slim from registry [index.docker.io](http://index.docker.io/) INFO[0006] Built cross stage deps: map[] INFO[0006] Retrieving image manifest openjdk:11-jdk-slim INFO[0006] Returning cached...

Unfortunately, I'm a Mac user and also have the same problem. Sometimes it works, but sometimes it's not saved. Also, session expires very frequently.

I created a sqlite(sqlcipher actually) plugin using ffi, and I got the same issue, database get locked after hot-reload. What I don't understand is that, when I reload the app,...

it seems that just change the jdbc url to jdbc:p6spy:mysql://.. and everything works, is that right?

Hi there, it's already end of 2021 and it seems that the problem still haven't beed solved.

Try to compile [console_main.cpp](https://github.com/drriguz/db-schema-key-generator/blob/master/schema_generator/console_main.cpp) directly in MSVC or by any other compiler(gcc, clang, ...). However if you need to build the UI version then QT Creator could be used.

I solved this by adding the `GrpcChannelOptions` in `Startup.cs`: ```csharp public void ConfigureServices(IServiceCollection services) { services.AddControllers() .AddNewtonsoftJson() .AddDapr(builder => builder.UseGrpcChannelOptions(new GrpcChannelOptions() { MaxReceiveMessageSize = 30 * 1024 * 1024, MaxSendMessageSize...

I'm currently developing a password app in react native, I have tried lot's of navigation libraries but not really satisfied of them. Hope this project will continue and I'm willing...