Patricio Del Boca

Results 91 comments of Patricio Del Boca

This issue happens everytime data "grow exponentially" (Bigger differencies between max and min values). This can be reproduced with this code: ```r data.frame( key = LETTERS[1:4], value = c(1000,100,10,1) )...

Hello @Deep-NEC ! Thanks for this contribution! I'm gonna review it. Could you please: - Fix the Lint issue. - Add a change file - Add some unit test to...

@Deep-NEC I'm having some troubles understanding what's causing the issue and why the proposed solution is working. Can you explain your approach? Why is it that pushing the nested field...

If we're planning on adding this PR to CKAN 2.10 we will need to update it. Do you have any time soon @TomeCirun to fix all the conflicts and work...

@TomeCirun some comments: First, move the warning outside the for loop (next to the csrf init code) so the warning is displayed once and not each time we are setting...

Thanks @TomeCirun ! My apologies but forgot to request if you could add a change file for this new feature. It should appear in the changelog :)

Thanks for this @TomeCirun ! I was taking a look at the failing test but it's not related to this.

Are you running on Python 2 or Python 3? Is the error in the CKAN database or in Datastore database? We're connected to a postgres running on Azure but we...

@Zharktas I can use some help here. The workflow seems to be okay, but for some reason it's not finding the user: ``` 2022-06-14 08:54:47,450 INFO [werkzeug] 127.0.0.1 - -...

@amercader looks like the library introducing this dependency is no longer maintained: - https://github.com/lkiesow/python-feedgen/pull/118 - https://github.com/lkiesow/python-feedgen/issues/106 - https://github.com/lkiesow/python-feedgen/blob/master/requirements.txt Not sure what's the procedure for this scenarios. Let's talk about it...