delreluca

Results 10 comments of delreluca

Upvoting on Hacker News saves as well. You can find your upvoted submissions here: https://news.ycombinator.com/upvoted?id=your_name (fill in your name) But Hackers has no way to show this list (yet? would...

I encountered the same issue and the fix was to bump `llvm-hs-9.0.0` to `llvm-hs-9.0.1` in the `stack.yaml` extra dependencies. Sorry for commenting on an old issue but maybe it helps...

Hey, I would like to help out here. I think pointer support is important, especially nowadays with `Span`. Is it OK if I message you to coordinate?

I solved it by updating libLLVM to 6.0.1. (As a side effect the ELF target is also not needed anymore.) Even libLLVM 11.0.0 seems to work together with LLVMSharp 5.0.0....

See also #24745 I checked and it looks like [updating the `datadog-kafka-consumer` integration to 4.4.0](https://github.com/DataDog/integrations-core/blob/master/kafka_consumer/CHANGELOG.md#440--2024-06-11) should also update the Python dependencies [which come with a newer OpenSSL version](https://github.com/confluentinc/librdkafka/releases/tag/v2.4.0). However I...

I still have the vulnerable OpenSSL DLL after upgrading the Agent yesterday. Is it a packaging bug or how can that be?

> Ethics aside, no, changing the license does not require confirmation from contributors in this case. Apache 2.0 projects can be embedded in commercial software (with a few simple requirements...

Apparently this was caused by setting a wrong `RepositoryUrl` in my csproj (or rather not deleting it, as with the current SDK it’s optional). Removing it makes the commit hash...

It seems like I spoke to soon 🙃 With the correct repository URL DataDog will happily show the code in the UI, however it seems like the commit hash is...

I agree, this needs some clarification. So far I’ve thought that the swallowing behaviour mentioned in the docs is still valid for .NET Core/5+ but some recent blog posts told...