Mustafa Tozlu

Results 9 comments of Mustafa Tozlu

A fork of this repo: https://github.com/huacnlee/rails-settings-cached implements it. See: https://github.com/huacnlee/rails-settings-cached#usage I use it in my project without a problems. Although its latest release seems in 2011 in github, it is...

@gaby No. But it looks cool. Should I switch to it? What are the benefits over alpine?

Sure, I will create PR after I create a documentation about how to build and push docker image for a new version.

@thornjad any feedback on this?

Currently, all `Guid` properties are stored as LUUID (Legacy UUID) in mongodb, which has problems with converting due to different byte orders being used. More info can be found here:...

Another note; If you are using MongoDB with GuidRepresentationMode.V3 and configuring `Guid` as ExtraProperty of an object (Object Extension), mongodb driver throws error; > "This constructor can only be used...

In 3.x releases of mongo driver, V3 will be the default with no ability to change. > In the v2.x versions of the driver V2 is the default mode but...

> > "This constructor can only be used when BsonDefaults.GuidRepresentationMode is V2". > > Can you provide an example project? Regarding this; it is about the scenario if anyone wants...

> There is currently no 3.x package. right? No. It is not released yet.