Zsolt Váradi

Results 88 comments of Zsolt Váradi

Int64 works just fine on 32 bit systems too. Consider C, the `long long` type has been available since C99, years before 64 bit systems became generally available 😛. Indeed,...

For arrays and objects, you could do something like: ``` array.reduce(0) { acc, item in 31 * acc + item.hashValue } ``` (Also, infinite +1s to the idea. This is...

It's a magic number (an odd prime) that often appears in other hash implementations. I heard about it in a university lecture years ago, so my memory is a little...

What do you mean by "same issue"? This repository has been dead for more than a year.

What's this breaking change/removed feature/whatever?

So 4.1 was actually a breaking change but was tagged as a minor instead? Or am I misunderstanding something?

If you edit dependencies, you **must** run `vapor update`, instead of just regenerating the Xcode project.

Nope. You can use MongoKitten 4.1 directly (it's really simple with BSONEncoder/BSONDecoder, having Fluent as middleman doesn't add _that_ much), or wait for version 5, which is a complete rewrite...

Actually, a `--force` flag for might be even better, that would recreate the symlinks - even if the config JSON says that the current version is already in use -...

What you checked out is hardly a release tag - 3.0.0 was only "RC". This repo is obsolete and not expected to work anymore – apart from the old 1.x/2.x...