Tyler Kennedy

Results 206 comments of Tyler Kennedy

> Another option is the whitelist the IPs who are allowed to access all endpoints. But this would require quite some effort to whitelist every Jenkins, gitlab etc. server accessing...

We have the same issue with `UnicodeDecodeError` here https://github.com/TkTech/pysimdjson/blob/master/simdjson/binding.cpp#L227. However, very few projects I could find seem to care about the additional properties, and those that do use the error...

Re-opening; We should still have this feature as only some hook providers give you a test feature.

Sitemaps have many uses outside of google dataset search. This should probably belong in core rather then ckanext-dcat, with an interface for extensions to: 1. Modify individual items as they're...

> Wonder if `simdjson` is the wrong choice and something else like `ujson` would be better `pysimdjson` and `orjson` will always be faster than `ujson` (with the exception of essentially...

@jaimergp do you have a repo with your changes in it, or a patch file?

The default sort order is `'relevance asc, metadata_modified desc'`, so a sort needs to be passed into the `package_search` call.

> If that's possible with pysimdjson, this one could be closed since it served its original purpose. I'm happy to support this use case if you can describe the API...

I've taken a look at it and I see no issue supporting it, although I might change how you acquire it to be a bit different, passing around a PyCapsule...

Can I ask what leaned you towards picking ujson or orjson over pysimdjson? It helps me improve the library and packaging. Note pysimdjson has pretty wide compatibility, and is tested...