Results 50 comments of Jan Ypma

Unaware of this ticket, we've been writing a time-based indexing [branch of akka-persistence-cassandra](https://github.com/krasserm/akka-persistence-cassandra/pull/103), where events can be queried by time using the `offset` field in `GetEventsByTag`. The query implementation is...

Thanks a lot. I think the initial feedback that might be covered could include: - Is this feature general enough to warrant the index table always being created? - Is...

Just commented over there. I fully agree this should go in the same direction. However, our project timelines might require us to go on with this forked branch for the...

@krasserm I understand your concerns. I've changed the PR itself to at least not touch the main events table, and derive an event's timestamp from the event itself (which would...

Thanks for reporting! `kubectl-choose-namespace` ends by trying to invoke `g` on the current buffer (see [here](https://github.com/jypma/kubectl/blob/master/kubectl.el#L103)): ``` (call-interactively (cdr (car (minor-mode-key-binding "g"))))) ``` If it's invokes from `kubectl-deployments`, that should...

Nice find, thanks! Perhaps it's some incompatibility with `evil`? The reason I wasn't "just" calling `kubectl-pods-refresh`, is that I wanted to be able to switch namespaces with the same function...

I'm potentially going to build a TBD soon :) Is ESP-IDF 4.1 really a requirement? It seems that the Gitpod dockerfile itself uses [4.4](https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/.gitpod.Dockerfile#L7), as does the [devcontainer](https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/.devcontainer/devcontainer.json#L3) configuration.

I have the same issue. I'm on arch linux, clean install of 3.0.2a, removed my preferences. Startup hangs on the "Caching objects..." screen for a full 2 minutes, not using...

Isn't that too late? If you disable the warning, firefox will already have made a connection (potentially from an AJAX trying to save sensitive data). Showing the warning to the...

Would it perhaps be easier (in the meantime) to have a simple environment variable control which spec(s) to run, e.g. just by name? Even if the skipped ones get their...