Bubelbub

Results 21 comments of Bubelbub

The funny thing is that Animal Crossing is in general not supported - I think. When I start as mentioned in #120 with holding R and launching Game with EdiZon...

Hmm ok @DonCallisto I understand. Thats no problem. I wrote my own twig extension with this function. public function getKnpPaginatorForGrid(Grid $grid) { /** @var \Twig_Environment $twig */ $twig = $this->container->get('twig');...

Ah maybe the issue is because my entity has this annotation. * @GRID\Source(columns="orderIdentifier, state, pickupDate", filterable=false) I found out that: $row->getPrimaryFieldValue(); Returns always the `orderIdentifier` - but each time this...

Ok problem seems to be solved if I add the id column to grid and `visible=false` to property. /** * @GRID\Source(columns="id, orderIdentifier, state, pickupDate", filterable=false) */ class Order { /**...

> I don't have games supporting Device Saves so that's what will slow me down the most. Do you have an amazon wish list or something similar? 😉 Then I...

Hallöchen, Hatte mir das gestern angesehen und lade es nachher hoch. Gruß,

Hmm also irgendwie muss ich dich für heute vertrösten. Die Funktion, die die SetActuatorStatesRequest.php betrifft, ist doch etwas größer. Hab eben mal getestet und hin und her überlegt... Nach den...

@marmil Welches Gerät möchtest du eigentlich per setLogicalDeviceState steuern? Ich hab das gerade mal umgesetzt und lade es gleich hoch... Da fällt mir ein, dass du Zwischenstecker zukünftig per "SwitchActuatorState"...

Die Updates bekommst du eigl immer wenn etwas passiert, sprich du musst in einer while Schleife nach den Updates suchen und das dann verarbeiten. Ich kann mal nachsehen wie das...