Igor Mandello
Igor Mandello
Maybe the problem is with your Volume Type? Seems that it's not being validated and the default is "GENERAL_PURPOSE_SSD". I'm using `ebs_volume_type = "NONE"` and seems to be working fine...
Hey there! This might happen because "non-pure" selectors are not allowed inside module SCSS files. I had this issue when importing my `.module.scss` inside the `.tsx` file. For me, the...
@webloopbox Even though I found the usage of `contenteditable` in the code during the copy handler, I couldn't figure out where it's being applied. Do we really need it?
@webloopbox I have implemented something really similar to #402 and while testing I noticed something: We don't need to remove the `[contenteditable]`, because in the end - if we want...
@cbortz I'm having the same issue on Docker Desktop v4.30.0 and was able to solve it going to my **Docker Desktop Settings** > **Resources** > **Network** and disable `Use kernel...