-
Hi everyone,
I'm having an issue when validating an object recursively that contains a formula, an exception is thrown from Renjin:
```
org.renjin.eval.EvalException: object 'sloti' not found
…
-
# Issue type
- Bug report
# Reproduction steps
- Start Emacs
- in scratch buffer type in new line:
- `(+ 1 1)`
- Move point to end of the line (.e.g. `$`)
- Use `backward-kill-sexp` in norm…
-
This is by way of a bit of a whinge, though by publishing this info it might help some other poor newbie like me.
Its also a more general comment about what I have found to be an impediment and dis…
-
To make cl-isolated to work better as a scripting engine we need the following changes. I have implemented those changes in the eval-return-values branch.
Please comment.
I might have gone a bi…
Harag updated
4 years ago
-
Your code to convert between `f16` and `f64` is a bit opaque to me:
```
double sexp_half_to_double(unsigned short x) {
unsigned int e = (x&0x7C00)>>10,
m = (x&0x03FF)23;
return int_as_flo…
-
Whenever I e.g. write SinOsc.ar() and with the pointer inside the parentheses, I get this:
`Company: backend company-capf error "Scan error: "Containing expression ends prematurely", 198, 198" wit…
-
I will leave Tokyo tomorrow. So I will give you some attractions:)
Like regex and xcmd, having xml parser class will be useful.
We can cover svg, html, xhtml, ant, docbook, ...xpath can be used to sp…
-
Hello Sir,
Thank you very much for your work. I 'm very interested in implementing your project. I followed your instructions in the website, and it seems I have no problems until the last step to in…
-
Thought it might be nice to have the src sexp for a given handler around at runtime for easier introspection. But I haven't really thought that through fully.
- is it truly useful?
- where would it l…
-
This is a meta issue to port handy paredit functions from [paredit-plus](https://github.com/otijhuis/paredit-plus). We need to have one well-maintained plugin we can all rely on. Features that should …