Vincent Prat

Results 28 issues of Vincent Prat

I've been studying it under a lot of angles and I either have a problem at insertion time OR at query time. Here is what I have and what is...

enhancement

Would be nice to be able to set the gravity to bottom too.

There is some rendering code left in MenuItem. That should belong in presenters. For instance: getIcon getAttributes

Method `hasChilds` is improperly named. It should be named `hasChildren`.

Some of our models extend a common base class which defines a relationship for all of them. These relationships are not taken into account in the graph. For instance: ```...

Hi, Let me first thank you for this library. Looks great. We are looking to extract accounting data from an EDI file. I read the whole README but I have...

Would be nice to be able to specify a class in order to avoid a cast to AppCompatActivity or any custom activity class. Something like `getActivity()`

Hi, I got an action which dispatches jobs (which are actions too, hurray). Looks like that: ``` $documents->each(fn($doc) => GenerateDocumentFiles::dispatch($doc)); ``` and is tested nicely with that ``` ProcessMissionDeliverable::assertPushedOn('default', 2);...

A very useful complement to your library is https://github.com/thefuntasty/infinity To use it, we need to extend from an [adapter class of their own](https://github.com/thefuntasty/infinity/blob/master/infinity/src/main/java/com/thefuntasty/infinity/InfinityAdapter.java). When we want to use both libraries,...

enhancement

In WordPress plugin development, the version number is in various files, at least the following: - package.json (version: "1.0.0") - readme.txt (Stable release: 1.0.0) - my-plugin.php (Plugin version: 1.0.0) What...

enhancement