Anthony Pessy

Results 75 comments of Anthony Pessy

Kind of the same boat, I'd like to remove everything older than N days that is not tagged with something following a SemVer format and I was surprised to be...

@swallez It does not look like the new BulkIngester retry a failed operation like BulkProcessor did, am I reading it correctly? It does not seems to look at the actual...

> The problem is a missed encoding, and is easy to fix. I missed that part, thanks for your help 🙏🏻 > I'd normally push these changes onto your branch...

+1 In an effort to upgrade our ember version I stumbled upon a deprecation warning due to this dependency.

Probably a similar issue than https://github.com/jhy/jsoup/issues/1483 except here it comment pretty much all the HTML.

@GCheung55 Adding this did fix this particular issue but it broke lot's of other tests. Looks like this call has side-effects that impact other tests.

@GCheung55 Typically I have: In integration tests: > Source: | Error: Must setup rendering context before attempting to interact with elements. In route tests: > Error: Assertion Failed: Attempting to...

Any progress on this issue? I'm having the same problem with the dragEndAction not being called.

I had the same problem and I worked around it like this: ```python from boto3.s3.transfer import S3Transfer, BaseSubscriber, S3TransferRetriesExceededError, RetriesExceededError def download_file(transfer: S3Transfer, bucket_name: str, key_name: str, key_size: int, download_path:...

Hey 👋🏻 I have a cluster running on 7.17.22 that just randomly failed with the following stack trace: ``` [2024-07-31T01:35:58,030][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [XXX] fatal error in thread [elasticsearch[XXX][management][T#1]], exiting java.lang.IncompatibleClassChangeError: Class Ljdk.internal.vm.FillerArray;...