Marc Richards
Marc Richards
Would be great if you published this library to maven central so that it would be easier for people to use it. http://datumedge.blogspot.com/2012/05/publishing-from-github-to-maven-central.html https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
If you call acme cert **without** the -k option it will auto-generate a private certificate key for the user, but it is currently hard-coded to only use the ECDSA algorithm....
It would be great if we could pass in a custom request object for the proxy to use. This would allow us to configure advanced request options or use other...
Attempts to build seastar master (0c86ae0feda9b1052f0f019fad0d0b1a0ba098c1) by following the steps outlined in the README fail on Fedora 35. Note that the build completes successfully without issue on Fedora 34. **Server:**...
I just wanted to quickly outline some of the challenges I had building Seastar on CentOS 8 using the default c++-dialect (gnu++20) and some possible solutions. ### gcc install-dependencies.sh will...
### Description If I create a `AWS::Serverless::Function` that is triggered by an API Gateway event, and an unhandled exception occurs in my code, the error message sent back to the...
Hi, Are there any plans to add support for using rocksDBs TTL feature? https://github.com/facebook/rocksdb/wiki/Time-to-Live
This PR is to add the set of DPDK patches that Amazon backported to DPDK 19.05 for their ENA driver. https://github.com/amzn/amzn-drivers/tree/ena_linux_2.6.1/userspace/dpdk/19.05 Note that patch `0004-net-ena-fix-L4-checksum-Tx-offload.patch` is a duplicate and was...
This a backport of [a fix for the ENA driver](https://github.com/DPDK/dpdk/commit/30a6c7ef4054) that was added in v21.05. Without this fix Seastar/DPDK apps can't run on AWS EC2 instances unless the default ring...
Hi, I have been playing around with ULib after seeing how impressive the performance was on the Techempower benchmarks, and I was trying to see what the performance is like...