Miguel Sánchez de León Peque

Results 110 issues of Miguel Sánchez de León Peque

It seems that is fine with `numpy_financial`: ```python >>> numpy_financial.ipmt(rate=0.03 / 12, per=numpy.arange(35) + 1, nper=35, pv=10000) array([-25. , -24.3156167 , -23.62952244, -22.94171294, ... ``` However, with `pyxirr`: ```python >>>...

### Do you want to request a *feature* or report a *bug*? Feature ### What did you expect to see? Flatpak is a great way to distribute software and make...

It would be great to have the software distributed as [Flatpak](https://www.flatpak.org/) via [Flathub](Polychromatic). :blush:

feature request
packaging

It would be great to have a flatpak package for easy and secure installation. :blush:

In example: ```js const polygonClipping = require('polygon-clipping') const polygon = [[[0,0],[2,0],[0,2],[0,0]]] polygonClipping.area(polygon) == 2 const multi = [[[[0,0],[2,0],[0,2],[0,0]]], [[[2,2],[4,2],[2,4],[2,2]]]] polygonClipping.area(multi) == 4 ```

It would be great to have a flatpak package for easy and secure installation. :blush:

It would be great to have the GUI distributed as a flatpak through [Flathub](https://flathub.org). Flathub is a great way to have packages available in any distro and allow installations without...

enhancement

Having `asdf.py`: ```python elements = [0, 1, 2, 3, 4] ignore = [1, 2] def loop(): for x in elements: if x in ignore: continue print(x) def comprehension(): filtered =...

In example, a `--image-target-bgr` to use with a PNG image. Or create a `--target-bgr` option that allows for both video and image.

It would be great to have a date/calendar input controller. Something like: ![Screenshot from 2020-03-30 11-07-35](https://user-images.githubusercontent.com/526577/77895198-b6fd9180-7276-11ea-8796-b754660443e2.png)

enhancement
custom controller