Daniel Ribeiro

Results 41 comments of Daniel Ribeiro

@cloudson The `isValid` method is deprecated since 2.1 version. We need to use the `validate` method and add context violations. There is no return value anymore. Check this: ``` php...

@cloudson > Only be carefull with messages, normally a user will write the message in the annotation (or xml) instead of use the default of the Respect. > What you...

Ok guys, with what we have for now it's possible to do some basic stuff, such as: ``` php /** * @Respect\Assert(options = { "string"={""}, "alnum"={"_"}, "length"={1, 15} }) */...

@cloudson I've tested this with a symfony standard application, which comes with Doctrine bundled, and I got no errors at all. Can you give some more information on the error?...

@cloudson want to start talking again about this bundle? It's been some time since I actually code anything here.

Same error here. Any updates? @seiffert

Would be nice to have an example of how to create a sort of [DAGService](https://github.com/ipfs/interface-go-ipfs-core/blob/master/dag.go) implementation using go-ipld-prime, if that's even applicable anymore, of course.

For copyright reasons, we strategically don't provide any game files. But you can easily find one in a simple search, or in websites like [ratemyserver](https://ratemyserver.net/index.php?page=download_kROLinks).

This one (from ratemyserver) should work (it's what I use personally and others too): http://www.mediafire.com/file/ueuw0lop78zdtf4/data.grf/file

Can you also provide the errors logged?