Ricardo Pérez
Ricardo Pérez
The `TextEditor` constructor is no longer public. To construct a text editor, use `atom.workspace.buildTextEditor()`. To check if an object is a text editor, use `atom.workspace.isTextEditor(object)`. ``` Object.TextEditor (/usr/share/atom/resources/app.asar/exports/atom.js:38:14) (/home/ricardo/github/php-integrator-symbol-viewer/lib/Main.js:156:45) (/home/ricardo/github/php-integrator-symbol-viewer/lib/Main.js:165:20)...
It seems to be related with #14, but it's the opposite: now diagrams CLI hangs on rendering flowchart diagrams but works with sequence. ## System info - Ubuntu 18.04.3 LTS...
### Describe the bug Using Debian testing (bookworm), fully updated as of today. Using z plugin with Oh-My-Zsh doesn't work. When I type `z` (+ `Space`) and then press the...
### What steps will reproduce the problem? When we try `./yii fixture/load`, Yii disables triggers before load and enables them after. However, in PostgreSQL, the database user must be superuser...
I have a monitor with a resolution of 1366px wide. When I open a documentation article, the table of contents doesn't show in the right sidebar nor at the top...
It could be great if www.yiiframework.com remembered the last selected language for Yii 2.0 document guide, so if I go to https://www.yiiframework.com/doc/guide/2.0, it gone to https://www.yiiframework.com/doc/guide/2.0/xx, where `xx` is the...
Hi! First of all, thanks for your superb theme. I have a question: is there a way to put the page number in the section pages, like any ordinary page?...
(From yiisoft/yii2-app-basic#155) This seems to match the default path for fixtures generated by `yii2-faker` which is `@tests/unit/fixtures/data` However, the Yii2 Testing Documentation then gives an example of the data path...
Fixes #33. | Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no | Breaks BC? | no | Tests pass? | yes...