Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

@rowanwins That helped, thanks! :blush: I was also having issues with `import { difference } from "polygon-clipping"` and with `import * as clipping from "polygon-clipping"` (and then accessing `clipping.difference`). `import...

Any updates on this matter? :blush:

Pipenv [implements this feature](https://github.com/pypa/pipenv/blob/master/docs/advanced.rst#-injecting-credentials-into-pipfiles-via-environment-variables). As they mention, it is "*quite useful if you need to authenticate to a private PyPI*". That is my case too. @sdispater Being ranked as the...

Let us hope they eventually change their mind and reconsider adding this to Poetry. :innocent:

Still relevant. Maybe @loop0 has some updates on this? :blush:

@William-Owen I could not make it work for multiple languages using aliases. In example: ```js import numbro from 'numbro' import { locale as locale_es } from 'numbro/languages/es-ES.js' import { locale...

@cwhanse Where you able to take a look at the latest changes in this MR? (see https://github.com/pvlib/pvlib-python/issues/1333#issuecomment-1264761572) :blush:

@mikofski Thanks for sharing your thoughts Mark! :blush: The current implementation always leaves the dispatch optimization to the user (i.e.: a dispatch series needs to be provided to run the...

@mikofski Thanks to you for your feedback an interest. :blush: I would consider this to be ready as-is since it fulfills the initial goals set for the project and seems...

@georgealways Thanks for sharing the update. I understand the difficulties. Perhaps using less-generic selectors as a first step can help improve things without having to switch to shadow DOM or...