tandr

Results 14 comments of tandr

I guess there is no easy way on a bolt side - it always retrieves keys with values. Oh well.

Thanks Asdine. What will be lock granularity here - one for per Select, one per whole Each, or one per each function invocation?

I have to iterate through live and possible quite big set of items (while they are keep coming). Any suggestions how to improve that? I don't care much about missing...

It might come to that (streaming), but not yet. There is a semi-constant stream of files coming (from 3rd party), that contains "Events" of some sort. We get them, parse...

Answering (maybe incorrectly) my own question Running check inside of the transaction did the trick. It is very unfortunately that there is no Has(key) or Exists(key) without retrieval of the...

@ydnar -- I think https://github.com/srikrsna/protoc-gen-gotag does exactly what you have described

The releases are still not tagged on github. The link to http://www.crnk.io/documentation/ is broken

@dsnet sorry if this is a something you have already thought about, I am not familiar with new code base. There are whole lot of XXX fluff in a current...

0.9.11 has the same error popping up for us randomly (we are not using spring), with exactly same message. Could it be that there is something unfortunate in openjdk 11?...

If (and that is a big IF) I understand it correctly, this proposal is not so much about _anonymous_ structs, but more of a _const_ structs - at least all...