-
I tested `bit64::as.integer64(2^63)` on x86 ubuntu vs ARM M1 OSX,
```r
# Ubuntu
> bit64::as.integer64(2^63)
integer64
[1]
# M1, OSX
> bit64::as.integer64(2^63)
integer64
[1] 922337203685…
-
@simonbyrne
Thanks for the IJulia hooks. The implementation makes RCall.jl more usable.
I see that Julia objects are now implicitly converted to Sexp objects. And we are seeing crazy axis labels (in…
-
You're using sexp_processor and ruby_parser but not declaring dependencies on them. Please do so.
-
I've tried to show alert using `sox-notifier` and got this error:
> ```
> Debugger entered--Lisp error: (file-error "Searching for program" "no such file or directory" "osascript -e 'display notifica…
-
# Checklist
- [x] I followed the [troubleshooting guide](https://github.com/astahlman/ob-async#troubleshooting) and it did not address my issue
- [x] I've included a link to a Github Gist with the f…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/MinaProtocol/mina/issues
- [X] This issue is not a question, …
-
Will it be useful?
-
With emacs 24.4 and tuareg 2.0.8, enabling show-paren-mode results in somewhat strange highlighting. For a buffer containing only the code:
```
let f () =
let x = 0 in
()
```
putting the point …
-
First, thanks for all the hard work on this fantastic library!
## Observed Behaviour
When `sp-kill-sexp` is run on certain expressions in the cider repl, the cursor jumps oddly to the beginning …
zalky updated
6 years ago
-
This might be too much to ask, but is there a way to process `std::vector` using functions from stringi? I want to do this because we cannot pass `CharacterVector` to child processes of RcppParallel (…