Results 8 issues of nathanvy

Under "Statistics" the only recommended library is common-lisp-stat which hasn't seen a commit since 2018 and at the top of the README features a giant marquee reading "status: improving". Elsewhere...

In general, it seems that some numbers just don't parse correctly, at least under latest SBCL. I assume this is due to a quirk in the IEEE 754 Float representation,...

Hi. Thanks for all your work on sly, I really enjoy using it. This is a strange issue so I'll just jump right into it. To reproduce: 1. Install sbcl...

(edited to add more info) Hi, I'm using the excellent mac-specific fork: https://bitbucket.org/mituharu/emacs-mac/src/master/README-mac When I use sly, sometimes emacs crashes completely. When I use slime, this does not happen. I...

I'm trying to manipulate some binary data represented as a hexadecimal string and I noticed that the language server incorrectly reports that some API methods do not exist. As a...

Hi again, What would be the proper way to append row(s) to a dataframe? For example, in Python/Pandas there exists the [append](https://pandas.pydata.org/pandas-docs/version/1.3/reference/api/pandas.DataFrame.append.html) operation and in R we have [similar](https://tibble.tidyverse.org/reference/add_row.html) Is...

Hi, In my application I would like to query a Postgres database using [postmodern](https://github.com/marijnh/Postmodern) and then perform some analysis with lisp-stat. `postmodern` returns data as a list of rows, each...

Hi, What is the correct way to integrate birch into a larger application? For example I would like to be able to cause birch to emit status messages to the...