Mateusz Kubaszek
Mateusz Kubaszek
Hi, I have two issues: ``` @app.lambda_function('category_event_handler') def category_event_handler(event, context): di['category_event_handler'].handler(event) di['backup_event_handler'].handler(event) ``` In chalice app I had: `Error: Resource with logical ID 'category_event_handler' was not found in the template`...
After the new update, I got this error. I'm using your nvim config as a base. When I added into textobjects more than select I have this error This is...
I tried mapping configuration from DataGrip in my mysql config, but I'm blocked by "message": "005074D801000000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:922:\n" In the Datagrip I enabled SSL and set "-Djdk.tls.disabledAlgorithms=SSLv3, TLSv1"...