Jack Mahoney

Results 14 comments of Jack Mahoney

I had no luck so I investigated my container input. FluentBit mounts all your container log files into `/var/log/containers`. The `[INPUT]` section in the config of most standard installations uses...

I extended your WPAlchemy_MediaAccess class and overrode line 329. Perhaps this is of some assistance? ``` send_to_editor = function(html) { clearInterval(interval); if (wpalchemy_mediafield) { var src = html.match(/src=['|"](.*?)['|"] alt=/i); src...

Can confirm this is still an issue. For context when running migrations against amazon keyspaces (managed cassandra) only LOCAL_QUORUM is supported. Therefore the `io.smartcast.migration.MigrationEngine` migrate() function fails by calling CassandraVersioner...

This is the offending method: ```java public int getCurrentVersion(final MigrationType type) { final Statement select = QueryBuilder.select().all().from(SCHEMA_VERSION_CF) .where(QueryBuilder.eq(TYPE, type.name())).limit(1).setConsistencyLevel(ConsistencyLevel.ALL); final ResultSet result = session.execute(select); final Row row = result.one(); return...

Hi @mgobec , you are probably right about the reason behind using `ALL`. It seems that some providers however disable it (like AWS Keyspaces). They recommend using the datastax driver...

Also experiencing this. The auth is failing with 404 for bitbucket implicit.