Denis Sidorov

Results 12 comments of Denis Sidorov

@martincizek any news?

Ubuntu 14.04 (64bits) at home desktop. But Windows 7 (32bits) at work desktop. I like Code::Blocks, because it seems "single rich cross-platform environment" for all technologies, which I use for...

Now (``Redmine 3.4.5.stable``, ``redmine_dmsf 1.6.1`` from master) it looks like: ![now](https://user-images.githubusercontent.com/2182222/40172666-bf8d1a44-59e8-11e8-865a-1502b83ffac8.png) and at DMS tab: ![dms tab](https://user-images.githubusercontent.com/2182222/40172667-bfad5d9a-59e8-11e8-9ff0-f39f2e3a6aae.png) I think it should look like the widget at the DMS tab. Will...

Dear @picman, sorry for the long delay in feedback. > Therefore there can't be easily added and extra parameter ``showdir=true``. Is it possible for Redmine macros to left empty positional...

Copied from https://discourse.bokeh.org/t/line-plot-using-view/11290/12 For example, the ``multi_scatter`` would be useful for boxplot. The ``bar`` is created with ``patches``, whiskers -- with ``multi_line``, and outliers -- with ``multi_scatter``. All glyphes use...

@its-DomeE do you mean the wiskers difference like Current boxplot example | [McGill1978] approach :---|:--- ![](https://github.com/bokeh/bokeh/assets/2182222/f86fb3cf-3dc4-4675-ace7-e4cd673ff42b) | ![](https://github.com/bokeh/bokeh/assets/2182222/556a4d32-0252-4e21-a3ac-7af6522c85d3) I'm using the backported (adapted) code from [``matplotlib.cbook.boxplot_stats()``](https://matplotlib.org/stable/api/cbook_api.html#matplotlib.cbook.boxplot_stats) ([code](https://github.com/matplotlib/matplotlib/blob/v3.8.3/lib/matplotlib/cbook.py#L1091-L1289)) in my lib....

@bryevdv Below I will use the term "table of contents" (ToC), because in my case it is the need to visualize ToC containing headings with long text. > I could...

Compare the types selection dialog test build 0.0.7.39.44 (Zotero 7) | v0.0.7 (Zotero 6) :---|:--- File types are just a string of extension names separated by a comma. | File...

@retorquere the plugin imports files, but freezes when fetching metadata: ![image](https://github.com/user-attachments/assets/12b040ac-fce8-47c3-a28f-8103b3574dd5) In the Error Console ![image](https://github.com/user-attachments/assets/3fe74d87-7c4a-458a-938a-64bad130df25)

@retorquere > I can make it so that it won't accept input that has non-existant file extensions. Yes, it will be good if the user is notified.