Results 9 comments of lorodoes

Do you have a SmartWatch? yes What model it is? apple watch ultra What OS/CPU/RAM/disk space? WatchOS/?/?/? What apps and features you use? notifications would be about it Pros/Cons? That...

https://github.com/wekan/wekan/pull/5349 Should be fixed with this pull

https://github.com/wekan/wekan/pull/5349 Should be fixed with this pull

The issue is due the cookie being to large. There is a few different way to fix this. 1) compress the data (the data can still grow to large so...

I found the issue. I over looked one line of code during the expansion. [Problem Code]( https://github.com/hashicorp/terraform-provider-aws/blob/dde75bdef252c4ff51ae69e7d9141fea6e4dec05/internal/service/networkfirewall/logging_configuration.go#L289) I will see if I can't get a MR up shortly. Sorry for...

Fixed the expand function and the remove function to make sure it can remove 1-3 configurations. This is currently the best way since the only way to create each log...

``` [root@fedora test_terraform_network_firewall_config]# ./terraform apply ╷ │ Warning: Provider development overrides are in effect │ │ The following provider development overrides are set in the CLI configuration: │ - hashicorp/aws...

@ewbankkit during development I did get an error once where the Logging config couldn't be applied because the NetworkFirewall was created via the AWS console and the console showed that...