Jiří Zralý
Jiří Zralý
By setting data-fittext-kompressor attribute. For example, data-fittext-kompressor="0.5" sets compressor value for the element to 0.5
**Intention** My intention is to use the Schema both to normalize the data and to obtain default values. In the second case, there is no need to input any data,...
Trying new 2.3.6 release with updated nette/utils to 2.3.5 and got this error. Maybe it is somehow related to an error I had with previous version of database: `Cannot read...
Hi, when compiling with Webpack(Laravel Mix 6.14.11), I am getting this error: ``` ERROR in ./node_modules/event-target-shim/index.mjs 62:24-31 Module not found: Error: Can't resolve 'process/browser' in '/Users/medhi/Sites/forma/node_modules/event-target-shim' Did you mean 'browser.js'?...
In these two examples https://github.com/nette/examples/blob/master/CD-collection/app/bootstrap.php#L31 https://github.com/nette/examples/blob/master/Modules-Usage/app/bootstrap.php#L32 function `apache_get_modules` is used to detect mod_rewrite, but this is not reliable way, because this works only when PHP is installed as an Apache...
In docs, there is this DB table example: ``` CREATE TABLE `messages` ( `id` varchar(191) NOT NULL, `locale` char(5) NOT NULL, `message` varchar(191) NOT NULL, UNIQUE KEY `id` (`id`), KEY...
Bubble panel should be completely gone, if there are no modifiers (I set it as `modifiers: []`). Otherwise, small black dot appears instead of bubble panel.
Since placeholders are absolute positioned elements, they are always aligned left, even if editor has `text-align: right;`
If mode is `inline` and I have all modifiers off, there shouldn't be any elements in editor. Just plain text. Maybe, some modifiers should be switched off, if inline mode...
When I use `` element instead of ``, it translates value parameter instead of the body of the button: presenter: ``` $form->setTranslator($this->translator->createPrefixedTranslator('admin.myForm')); $form->addSubmit('sub', 'update'); ``` latte: ```html // generates //...