Gavin Ray
Gavin Ray
Kotlin has a new feature called `Definitely-Not Nullable Types` It allows you to annotate a generic type as being definitely not-null - https://github.com/Kotlin/KEEP/blob/c72601cf35c1e95a541bb4b230edb474a6d1d1a8/proposals/definitely-non-nullable-types.md#background ```kt // Java method: @NotNull public T...
The last few LLVM releases don't seem to have an ubuntu target built, but some oddball architectures like PowerPC and MIPS are present. It's a bit strange. If you happen...
@cyrusmsk It would be good to ask @kinke (LDC maintainer) about what flags to use to get the most out of the bench code. Probably same for GDC with @ibuclaw
I'd have a use case for this
Just wanted to check back in on this I think multi-tenancy ought to be a core, optional feature of Quarkus tbh. It's a critical feature for some applications, who have...
The following fixes it, but I'm not sure that it's correct: ```diff template < typename Awaitable, std::enable_if_t< folly::Conjunction< is_awaiter, folly::Negation, folly::Negation>:: value, int> = 0> - Awaitable& get_awaiter(Awaitable&& awaitable) {...
@ice1000 https://docs.gradle.org/7.6-milestone-1/release-notes.html https://docs.gradle.org/8.0-milestone-2/release-notes.html 🥳
This is huge! 🙌
@lukaseder How much to fund this? If you'd rather not answer publicly also happy to speak privately.
I'm also interested in working on an open-source Calcite Postgres wire protocol implementation, potentially upstreaming it to Apache Calcite if they'll take it. Would be super grateful if I'd be...