Ati Sharma

Results 37 issues of Ati Sharma

I was able to compile on 64b raspberry pi official-unofficial image. $ uname -a Linux pluto 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 2020 aarch64 GNU/Linux I had...

osync (stable or git HEAD) fails to sync due to not recognising the OS. **To reproduce** For example, ``` asharma:~$ bash /usr/local/bin/osync.sh /etc/osync/notes.conf TIME: 1 - Running on >> GENERIC.MP#1

not a bug

When using Hy, it is not possible to display figures with matplotlib. Expected behaviour: 1. On wayland, no figure is shown. 2. On X11, a figure outline is shown but...

bug
contributable
client-hy

From the documentation, it seems `org` returns Q in the reduced QR decomposition (e.g. `(org (qrf M))` ). Whereas, MKL's `?orgqr` allows the call to specify the number of columns...

As I understand it, `es!` gives the Schur decomposition of a matrix by calling MKL [`gees`](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-c/top/lapack-routines/lapack-least-squares-and-eigenvalue-problem-routines/lapack-least-squares-and-eigenvalue-problem-driver-routines/nonsymmetric-eigenvalue-problems-lapack-driver-routines/gees.html). Unfortunately there is no way to get sorted real Schur form, which is sometimes...

I recently got into an unexpected situation where I migrated a database to a new server, which uses a zrepl push job, and has a newer major version of zrepl...

bug
good first issue
help_wanted

Description: I am unable to install any linux guests (have not tried BSDs) normally. There is no network access on reboot or sometimes on install process. I tried with debian...

Presumably because of the changes in Hy? In a venv, I followed the readme instructions, ``` (Python 3.9.13) ati@neptune ~/hytest > pip3 install git+https://github.com/ekaschalk/jedhy.git [...] (Python 3.9.13) ati@neptune ~/hytest >...

oobabooga/text-generation-webui/ is a popular method of running various models including llama variants on GPU and via llama.cpp. It would be useful to be abl to call its api as it...