James Nelson

Results 11 issues of James Nelson

Right now, it's hard to add the grpcurl docker image to a kubernetes cluster to be able to debug other services. If, instead of building just one image that uses...

::slotted selectors are necessary for ShadowDOM V1 It may make sense to allow `::anyname(selectors)` instead of cherry-picking individual named selectors, but I do not know the code well enough to...

cla: yes

Shadow DOM V1 needs ::slotted(selectors) to be able to style slotted content inside the shadow root. I patched this for GWT, and will submit a pull request here with the...

There are both rocky 8 and rhel9 rpm distributed to jfrog, but no rocky9. This makes it harder for consumers who support multiple OS to standardize how we install java...

Reading your README, it seems you are concerned about potential CLA issues. Although I don't think you would have any problems, I do know it is possible to use github...

We noticed livelock in CI from the license plugin, and saw these hashmaps that were being modified concurrently.

I'm not sure if this is something weird w/ repomanager, or if temurin/artifactory ( https://packages.adoptium.net/artifactory/deb ) is serving something non-standard somehow, but nothing I could do would get gpg to...

feature

While mirroring temurin jdk from adoptium, we hit issues w/ some rpms that reliably failed signature checks. Rather than break the whole mirror, it would be nice to have a...

feature

Including stacktrace for posterity. ``` ``: removing com.colinalworth.gwt.websockets.server.RpcEndpoint$IH@b72270 after Throwable: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalStateException: `` at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:323) at com.colinalworth.gwt.websockets.server.RpcEndpoint.handleMessage(RpcEndpoint.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.eclipse.jetty.websocket.common.events.annotated.CallableMethod.call(CallableMethod.java:71) at org.eclipse.jetty.websocket.jsr356.annotations.OnMessageTextCallable.call(OnMessageTextCallable.java:63) at...

Hi there. We have a private enterprise repo where we have to use `--no-bin-links` due to how our CI caching layer works (bin links can lead to hanging symlinks that...