A.J. Ruckman

Results 6 issues of A.J. Ruckman

I am trying to use WakaTime in JetBrains Rider. I use WakaTime at work behind a corporate firewall and I am familiar with certificate errors like this one. However, I...

Hi, one of our databases has a timestamp index, and when I scaffold this database, the generated DbContext has a line like this: ```c# entity.HasIndex(e => e.affected_date, "ix_affected_date") .HasSortOrder(new[] {...

bug

Note one API change: `ReadAsnycApplianceManagementTaskResponse -> ReadAsyncApplianceManagementTaskResponse` (`Asnyc` to `Async`)

I have a need to check whether an error is a `pgconn.writeError` or `pgconn.connLockError` for a project, but these errors are not exported.

I'm trying to use the script to build with the shenandoah GC, but I am getting this error after the script runs fine for several minutes. ``` ... /Users/user/Downloads/jdk8-shenandoah/hotspot/src/os_cpu/bsd_x86/vm/orderAccess_bsd_x86.inline.hpp:75:30: note:...

Adds OpenShift compatibility by introducing `compat.openshift.adaptSecurityContext` (auto|force|disabled) and a helper that detects OpenShift. Adapts pod/container `securityContext` without changing defaults on vanilla Kubernetes. This approach is similar to the pattern used...

enhancement