-
### What happened?
The `experimental-watch-progress-notify-interval` flag specifies an interval at which etcd sends data to the kube-api server.
It is used by the `WatchBookmark` feature ( `kube…
-
### What happened?
Paperless-ngx is running behind an nginx with client authentication enabled. When selecting the proper client certificate PFX file, the app appears to be able to decrypt the file…
-
### Describe the bug
To reproduce the issue, you can run the following python test:
```python#
import torch
import triton
import triton.language as tl
@triton.jit
def repro_kernel(q_ref,
…
-
Currently, phoenix only supports a postgresql connection string for postgres parameters.
Unfortunately, passwords in connection strings needs to be url encoded.
However, for all my *other* servi…
spott updated
2 weeks ago
-
Recently I was profiling the memory consumption of some large apps and it turns out that the memory allocation / deallocation pattern is very concerning.
I collected the GC used memory statistics a…
-
```fortran
subroutine sub()
real :: gnew(5)
integer :: xbdi(5)
print *, sum(gnew(trueloc(gnew == 0)))
contains
function trueloc(x) result(loc)
logical, intent(in) :: x(:)
integer, allocatabl…
-
-
## Question
My use case is to connect to Azuresql using ActiveDirectoryServicePrinciplaCertificate authentication but driver requires both certificate and private key path to pass in connection string…
-
## ✏️ Documentation
A lot of our in-repo documentation is getting stale. Lets review it all and update it where necessary. Lets also create issues for missing documentation.
## ✅ Acceptance Cr…
-
I have a real np.array `z` of size (h, w, 2), and I want to batch two FFTs on z[...,0] and z[...,1] (innermost batch in VkFFT vocabulary ???), getting the results in a complex array of size (h, (w/2)+…