qqlearn123
qqlearn123
Hello, I just installed dumb-jump and tested it. It turns out that there is an error when I try to call dumb-jump-go. The debugger info is attached as follows: Debugger...
I found that some snippets inside js-mode have dependency on functions of js2-mode, which causes errors reported if I do not have js2-mode installed. For example, the 'param-comment' snippet is...
The language server fails to start because it tries to parse an **xml** file in one of my R package (called _xsef_) and cannot find **xmlTreeParse** function. I am using...
It would be great if we also have brenth implemented as in ```scipy.optimize.brenth```.
It would be great to add standard error information on linear regression coefficients. Theoretically, it shouldn't be hard as there is closed form formula for it. But, not sure about...
Is it possible to install `launageserver` on older R versions than 3.4.0, e.g., 3.1.x?
The following code section will panic: ``` let a = array!([[1.2, 2.3, 5.5]]); let a2 = a.into_nalgebra(); ```
Error message encountered: ``` Compiling pyo3-polars v0.17.0 error[E0277]: the trait bound `error::ColumnNotFound: HasPyGilRef` is not satisfied --> /users/guest/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-polars-0.17.0/src/error.rs:63:1 | 63 | create_exception!(exceptions, ColumnNotFound, PyException); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `pyo3::PyNativeType` is...