Jochen Bedersdorfer

Results 28 comments of Jochen Bedersdorfer

I’ll make it a compile-time dependency. Thank you for looking into it! > On Jul 21, 2015, at 8:43 AM, Peter G. Williams [email protected] wrote: > > Hi Jochen, thanks...

Is it important to distinguish between `::rf/eid` and `::rf/qid` ? Currently you can't visually tell an event vector from a subscription vector (other than by adopting naming conventions for subs...

Yup. Which is why I haven't given it a try yet. ;)

+1 on the pull request to make it into the next release. I'm getting this one: ```com.sun.org.apache.xerces.internal.xni.XNIException: Character reference "&#``` Debugging it, it looks like the entity parsed is ``...

Yeah, don't use this library. I think MSFT has a new library available for MS Graph API

Yup, MSFT wants you to move to the cloud ASAP. Looks like this very irritating bug still hasn't been fixed. (I had to use my own fork to make it...

I would even go further and separate out the query forming and query execution aspect. This way we could use async DB drivers, since JDBC is not scaling well. A...