Tyler Hobbs

Results 20 comments of Tyler Hobbs

FYI, you can just do this as a workaround (and arguably better code style): ~~~clojure (map #(hash-map :fine %) col) ~~~

Friendly bump after one year - any chance this could be fixed?

@haschdl hello! I'm glad you have found it useful. You are completely welcome to port it to Java or any other language. If you do that, let me know and...

I did a quick check and the times match on both: ``` php require_once(__DIR__.'/../lib/autoload.php'); use phpcassa\Util\Clock; use phpcassa\UUID; $t = Clock::get_time(); echo "time: $t\n"; $u = UUID::uuid1(null, $t); echo "uuid:...

> Awww I see what you did with the Clock::get_time(), but the problem with this is then I can't import a time. I need to set a specific time, the...

I'm hesitant to do this right now, because it can easily result in schema disagreements if your nodes don't have their clocks synchronized with NTP and you're running something lower...

@wehriam I have a few questions and suggestions on the pull request. First, I think the batch functions for counters are definitely needed and almost good to go. I would...

I'm not sure why `batch_remove` even has the start, finish, reverse, or count parameters. Having a SliceRange on a SlicePredicate in a Deletion object isn't allowed. As far as Cassandra...

If you open a pull request to add support for it, I will accept it. I have no plans to add support for it myself, though.