Stijn Sanders

Results 25 comments of Stijn Sanders

It's not strictly related to this issue, but there was indeed a bug. Please update to the recent commit.

Then again. Having a second look, this bug may have caused me to post this issue way back then. If I try IBSONEnumerator over `{{x:1},null,{x:2}}` now it now fails because...

Apparently the signature for TStream.Seek changed slightly between Delphi versions. I've modified the `$IFDEF` into `$IF CompilerVersion>` to make it work for even newer versions of Delphi. (Though I'm not...

have a close look at this https://github.com/mongodb/mongo/blob/master/shell/query.js

For those that really need it, please use TMongoWire.Msg directly: https://www.mongodb.com/docs/manual/reference/command/explain/#mongodb-dbcommand-dbcmd.explain

In theory yes. I haven't worked much with Lazarus, and also for non-Windows, so I'm not sure what would have to change. Since the [Delphi Community Edition](https://www.embarcadero.com/products/delphi/starter/free-download/) includes the compiler,...

When using the xxm binaries from the website (built with D7) and having a more recent version like XE8 build your xxm projects (into the xxl file), it will work...

I had a quick look in the code, it appears the effective git.exe call is made with git-promise, I see it listed as dependency in package.json, can I assume then...

well, well, [look-ee-here](https://github.com/piuccio/git-promise/blob/master/index.js#L26) I'll see if I can make some time to prepare a pull-request that adds ´gitExec´ to [this](https://github.com/jacogr/atom-git-control/blob/master/lib/git.coffee#L94) and git-control's settings pane.