zhil
zhil
@trappar any ideas regarding how can we fix it in clean way?
> Any good alternative? you can check https://github.com/gm0t/react-sticky-el , it have pretty similar functionality. It have fresh commits, but nobody responses to my issue for 2 weeks. :( > I...
I got this error too. So, I was switched to another tool (php based). Its much more primitive, but it works with Grafana 6 :) https://github.com/wnasich/grafana_dd
+1 for this feature
Looks like I have this bug in PhpStorm 2020.2 with symfony plugin 0.21.203 I have entity Hospital, and SomeCommand.php Sample code ``` $hospitals = $this->em->getRepository(Hospital::class)->findBy(['oec_autoSchedule_enable' => true]); foreach ($hospitals as...
@mattsches @jensschulze @Haehnchen sorry for annoying, any ideas what could be reason for this bug? Is it PhpStorm bug OR plugin?
@syteknet-core also pretty sure it worked correctly with previous versions, not sure when does it stop working.
@syteknet-core ok, thanks for explanation. Just wonder - is it possible to fix this issue by customizing Php Symfony2 Plugin? I noticed it have a lot of settings, not sure...
thanks not sure if its relevant, but I have founded another similar open source app https://vimflowy.bitballoon.com/ https://github.com/WuTheFWasThat/vimflowy
@senaranya as a workaround you can use code like ``` $segment->setField(10, 'anystr'); $segment->clearField(10); ```