Juan

Results 5 comments of Juan

@ekiep I run into this as well. The new redux devtools extension from version v2.14.0 and up has support for { serialize: true }. Unfortunately, @ngrx/store-devtools doesn't support that just...

Similar to #64. Not serializing Map.

@moniuch I run into this as well. The new redux devtools extension from version v2.14.0 and up has support for that { serialize: true }. Unfortunately, @ngrx/store-devtools doesn't support that...

What about renaming column? I was checking lib/cassandra_migrations/migration/column_operations.rb and rename_column isn't defined.

Never mind, just realized this would only work for primary_key names (which is the main purpose of RENAME in CQL) and it would return the "cannot rename non PRIMARY KEY...