-
```
What steps will reproduce the problem?
1. Define an interval matrix
>>> A = iv.matrix([[1,2],[3,4]])
2. Left multiply the matrix by a scalar interval
>>> iv.mpf(2)*A
What is the expected output? …
-
Hi guys
I used your internal parser for clojure and it generates far less stuff than
https://gist.github.com/kul/8704283
can you merge that gist ?
-
This is a good example of why maybe you should use a parser in general!
In the following example if I press 'e' at -> it fails to evaluate the expression because of the bracket in the string.
``…
-
Running the tests on SBCL, I see this in the transcript:
```
Running test METHOD-TESTS ..
WARNING: Condition STYLE-WARNING was signalled.
```
not yet sure what causes this, and the test still pa…
-
This `-setq` form expands to set `_rest`, even though it shouldn't. If `. _rest` is removed, it expands to set `_two-char-construct-syntax`. This causes byte-compile warnings like `Warning: variable…
-
I updated my setup recently and now (with org 9.3) I have issues with font-locking. While the spans are identified correctly and the mode changes appropriately, the font lock is only applied initially…
-
I'm facing an issue related to handling errors and feel that the documentation around handling errors should be better. If pointed in the right direction, I'd love to help and make the changes.
The…
bIgBV updated
5 years ago
-
It has been a long-term goal of mine, to include the totality of the R C-API in `libR-sys`.
Right now, `libR-sys` only serves as a sys-crate for `extendr`, and it primarily follows the needs of exte…
-
``` text
Emacs 28: commit 9c72666feac28c6adf459f1eed3a45dc60fd896a
OS: Arch Linux
```
The backtrace:
```
Debugger entered--Lisp error: (wrong-type-argument (or eieio-object class) nil obj)
…
-
Hi, I noticed that the cache size is double what all gems in my project weigh. It seems like it's due to `${BUNDLE_PATH}/ruby/*/cache/*.gem` files. But I don't think we need them after `bundle install…