grekpg

Results 18 comments of grekpg

Aby update ?

any updates?

I get error ``` ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - E: gnupg, gnupg2 and gnupg1 do not seem to...

ok i found first ./autogen.sh then configure make make install, I installl also prototype here is my results : https://github.com/nmikhailov/Validity90/issues/82 (second post) Please tell my so this work ? when...

my results Prototype version 15 Found device 138a:0097 step 1 usb write: 0000 01 usb read: 0000 00 00 f0 b0 5e 54 a4 00 00 00 06 07 01...

i have same situation. part of datatable : ``` ->add('status', Column::class, array( 'title' => 'Rodzaj', 'width'=>'10%', 'filter' => array(Select2Filter::class, array( 'search_type' => 'eq', 'multiple'=>true, 'select_options' => Status::getStatuses(), )) )) ->add('timeTables.fromDate',...

for my not work ... can someone paste example modification to show actions first?

yes, im look on template but what change , this block ? ``` {% block grid_rows %} {% for row in grid.rows %} {% set last_row = loop.last %} {%...