Martín Pozo

Results 22 issues of Martín Pozo

Hello. The following error has happened: ``` tools.py", line 364, in tql2 p = (d[l+1] - g) / (2.0*e[l]) ZeroDivisionError: float division by zero ``` It can be fixed adding...

Hello. The following exception has happened using `experiment` inside a `ProcessPoolEvaluator`: ``` platypus/algorithms.py", line 1273, in update_distribution artmp[i] = sum([self.B[j][i]*BDz[j] for j in range(self.problem.nvars)]) / self.diag_D[i] ZeroDivisionError: float division by...

Chrome for Android does not implement completely background-position. Therefore, color picker is rendered bad as can be seen in the attached image. Maybe the problem is not background-position, but I...

Using multiple renders the image folder is created in the first rendered meanwhile it should be created in its parent folder. Therefore, images are not shown in any of output...

I think that the `use-data-uris` option is a saner manner of rendering images and therefore a better default. Thanks and Regards.

Adding a Lualine theme is straightforward. The theme from my fork (https://github.com/Martin1887/melangeDarkerWarm-nvim/blob/master/lua/lualine/themes/melange.lua) can be taken but you may probably want to change some values.

plugin

Hello. This colorscheme is great but darker and warmer variants would add value for different people and configurations. https://github.com/sainnhe/gruvbox-material and https://github.com/ramojus/mellifluous.nvim are good examples of how implementing different variants in...

When the `initial_mode` parameter is set to `input`, after changing the directory the mode is automatically returned to `input`. Maybe this is the expected behavior, but it seems weird to...

bug

Hi, and thanks for this great application! One missing feature that sometimes makes me opening the graphical file manager is the ability to open a file with a different application...

enhancement

Integrate zoxide (commands `z` and `zi`) and similar navigation commands in broot would be great! I think it could be done with custom verbs but I'm not sure. The command...

enhancement