Adrian Cole
Adrian Cole
This is an odd one @dkulp identified and @reta found out. When we switched to JDK 14, generated code could claim a dependency on jdk.internal.vm.annotation due to the `Hidden` annotation....
Unfortunately, I'm failing to use JDK 15 even though JDK 14 is fine now. ``` [exec] Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes...
While this looks fine in ASCII, the markdown rendering of bitflags confusingly places the flag number at the outer indent, for example drawing confusion as to whether the first is...
I'm trying to figure out what signatures the current source build as, and there are some dependencies to get this to build which are also in flux. One thing that...
I came across below from [rust-lang making a triple wasm32-wasi-preview1-threads](https://github.com/rust-lang/rust/pull/112922#issuecomment-1632394649) > That's not right, [wasi-threads](https://github.com/WebAssembly/wasi-threads) is an extension to the Wasi Preview 1 specification which adds support for threads. That...
I noticed in dot output that while a type's dependencies are shown (in the below case `Credentials`), these dependencies are not correlated when the type is injected as a Provider...
dagger has a compiler jar, which needs annotation processing setup for idea and eclipse.
fasthttp implements trailing headers as a part of the http request and response headers objects. To ensure we can use these without relying on fasthttp API, we need a few...
**Is your feature request related to a problem? Please describe.** currently, if you uncar something that has symlinks you won't get them for example, springcloud/spring-cloud-kubernetes-discoveryserver:3.1.0 has symlinks in it ```bash...
**Describe the bug** In tar, you can extract something by its base directory, while here you have to know the path containing files and use a glob. **To Reproduce** We...