Hans Dijkema

Results 46 comments of Hans Dijkema
trafficstars

I've got the same issue with sequeler on ubuntu 22.04. Regrettebly there's no version information to be found. Also the executable is difficult to find. I found it with `find...

Oke, I've done following: gst-play-1.0 --gapless ./01\ -\ Fire\ And\ Ice\ .mp3 ./02\ -\ Lookin\'\ For\ A\ Stranger\ .mp3 and: mpg123 01\ -\ Fire\ And\ Ice\ .mp3 02\ -\ Lookin\'\...

If you want the mp3's for testing purposes, that can be arranged. 2016-02-25 18:26 GMT+01:00 Hans Dijkema [email protected]: > Oke, I've done following: > > gst-play-1.0 --gapless ./01\ -\ Fire\...

I installed the master.zip, which I downloaded today. However, it doesn't work on my iphone4.

It is the memory usage. I can give you a web address (non public) for testing purposes if you want.

I need your private email address for this. Op 6-1-2016 om 16:20 schreef Rego Sen: > Yes, that would help, thanks! > > — > Reply to this email directly...

I've got no idea. Maybe...

I've got a similar situation. When I update different record using record\update, the hooks get nicely called (beforeSave, afterSave, etc.); however, the records are not updated in the view. And...

After some thinking, I would like to propose a different implementation of the `getForeignField()` function in `application/Espo/Core/Utils/Database/Orm/Base.php`: ```php protected function getForeignField(string $name, string $entityType) { $foreignField = $this->getMetadata()->get(['entityDefs', $entityType, 'fields',...

So, I created a new PersonName that can be used with Entities. It is the IpersonName. It not only has firstName, lastName, middleName; but also 'initialsName'. To use it, one...