casank25
casank25
Any updates on this?? I have the exactly same issue. "S" works fine but "s" deletes the text
I'm also having the same issue. main.tf ``` module "streams" { source = "./streams" } ``` streams/main.tf ``` data "terraform_remote_state" "streams" { backend = "s3" config { bucket = "${var.aws_bucket}"...
@treoden If you want I can create a PR for this. It should be literally 3 lines of code to get it to work unless you have different plans for...
@treoden I've created a PR. How often do you release the fixes like these to production?
I've come further with investigation...it seems that event-manager is not running. In my logs i see this error at the beginning when the app starts: Cannot find module '@evershop/evershop/src/lib/log/debuger' Require...
Evershop 1.2.2 Sendgrid 1.0.1
Ok so i found what the problem is. On my local AND on the npm registry in this file you have: node_modules/@evershop/sendgrid/api/resetPassword/[resetPassword]sendMail.js `const { debug } = require('@evershop/evershop/src/lib/log/debuger');` However, looking...