David Durika

Results 30 issues of David Durika

````jsx storiesOf('BasicElements/Button test', module) .addWithJSX('default', () => ( {/* level 1 -- should be skipped */} {/* level 2 -- should be skipped */} Button {/* level 3 -- print...

## The problem every element that I inspect has: ## Environment - I am running Appium Desktop version App Version: 2022.5.4 Electron: 13.6.9 Node.js: 14.16.0 - I am on (pick...

its rly cool that i can set my own nodeFactory! I want use different node class for different labels. For example if i have label Movie i want create MovieNode,...

can please you implement: ``` paths : An array of any paths to partially persist the state. If no paths are given, the complete state is persisted. (default: []) ```...

now all my compiled bootstrap styles are put inline to the tag... but i want my compiled scripts to be save to /dist folder

Ahoj, pri vyvoji pouzivam nastroj na migrovanie DB, a narazil som na tento problem: mal som 2 migracia A a B v B som pridaval stlpec `foo` a samozrejme som...

Question

Ahoj, ako spravne managovat kolekcie v LM ? ``` /** * @property int $id * @property Bar[] $bars m:belongsToMany */ class Foo extends Entity { } /** * @property int...

Question

v BaseRepository mam metodu: ``` public function createNew() { $className = $this->mapper->getEntityClass($this->getTable()); /** @var $entity BaseEntity */ $entity = new $className; $this->events->invokeCallbacks(Events::EVENT_FOO, $entity); return $entity; } ``` 1. ide o...

Question

Ahoj, chcem sa spitat ako je s Query object-om v LM? - bude mat LM nejake oficialne QO ? - mame si spravit vlastne? - alebo pouzit https://github.com/mbohuslavek/LeanMapperQuery ?

RFC

Hi, pls add support for paste-without-formatting