Daniel Bershatsky
Daniel Bershatsky
Well I see. It is up to you. 2. The reason that it is. OpenMP sometimes makes debugging much harder and inject external dependencies. 3. Nevertheless it is possible even...
> good idea Thanks. I am still waiting for triage.
> Environment variables seems like a bad fit for this. Why? For example, `make` verbosity is controlled with `VERBOSE=1` envvar or Google's `glog` logger can be fine-tuned with `GLOG_*` variables....
> this approach would then be subject to platform dependencies. And this is okay. Envvars exist on the majority of platforms which are Linux, BSD, macOS, Windows, and even DOS....
The issue is that `checkify` wraps computation in `Error` monad. It means that an instance initializer `__init__` under `checkify ` transformation returns `Error` type instead of `NoneType` type. I faced...
Is it possible to add some notice in documentation or throw a warning in runtime? I heavily relied on this out-of-bound error behavior as it is in NumPy, PyTorch, and...
> Do you have suggestions for a better place to surface the issue in the docs? I have many times read Sharp Bits page but I have never noticed OOB...
Stale issue.
Sorry, but no. I've spent half a day to find work around or solve the issue. It seems that fix introduced in #4422 does not work for newer PSQL. The...
@c-bata The issue is still here in 3.3.0. It fails with other drivers e.g `pg8000` or `psycopg`. From my perspective it is a bit strange that only one pq driver...