David Ortiz

Results 17 comments of David Ortiz

@sarah-witt Thanks for the review. I've addressed your comments: - Deleted `requirements.in`. - Deleted `MANIFEST.in`. - Updated `setup.py` with some things that were missing from the original one. I wasn't...

@hithwen I added a new commit that brings the changelog from integrations-extras and continues with the same version number.

The CI is failing because there's a check that detects that there's already an integration with the same name, which is expected because we know that it exists in the...

Rebased on top of main to fix conflicts.

As discussed offline, we'll fix the issues with the config file overrides in a future PR.

Rebased on top of `main` to fix conflicts.

Hi @pestanko , This happens because we expose all the functions that you mention (`now`, `utctime`) as "liquid filters". Liquid filters are called like this: `{{ arg | filter }}`...

Adding to 3.3 milestone as agreed with @andrewdavidmackenzie

@mayorova I understand your concerns about performance. I think that the efficient way of solving this is using a prefix tree like the library @mikz mentioned: https://github.com/toritori0318/lua-resty-r3 However, notice that...