Displaying 3 results from an estimated 3 matches for "notexist".
Did you mean:
notexists
2019 Jun 14
1
Bug report: 'formula("x")' loops infinitely ('formula("y")' does not)
...itely. More specifically, it throws thefollowing error:?
?
Error: evaluationnested too deeply: infinite recursion / options(expressions=)??
?
As a side effect,this makes an IDE like RStudio to crash.
On the other hand,the script 'formula("y")'?works as expected : if ?y? does notexist in the global environment, it throws:
?
Error ineval(parse(text = x, keep.source = FALSE)[[1L]]) : object ?y? not found
?
I use R-3.6.0 onWindows.?
?
Bestregards,?
Paul Poncet
?
[[alternative HTML version deleted]]
2013 Apr 18
5
ODBC dialplan looping problem
All,
Thank you in advance for any help.
I have a customer in need of a conferencing system. A requirement is for
users to each have their own PIN for the same bridge.
So, I put the list of users, PINs bridges into a MYSQL DB and used an ODBC
connector to parse the table.
Asterisk is connected and reads the rows as expected. The problem is that
if a user enters a PIN that is NOT in the table,
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.