-
Hi @scottfr ,
I was hoping to play with this code and extend the grammar to include different ways of referencing other values. Would it be possible to see the Formula.g file the antlr3 FormulaLexer…
-
Hi Alex,
I am not familiar with `fixest` but was a heavy-user of Stata previously. Is there any approach to include a vector of similar variable names in the formula? For example:
```stata
reg …
-
Several arguments of a function `fit` typically refer to dataframe variables which are not regressors. Some examples: variables used to compute standard errors, weight variables, variables used to spe…
-
## Read and complete the full issue template
Do not randomly delete sections. They are here for a reason.
**Do you want to request a *feature* or report a *bug*?**
- [x] Bug
- [ ] Feature
- […
-
@NKeleher has suggested the following linting rules:
```
select = [
"F", # Pyflakes
"E", # pycodestyle errors
"W", # pycodestyle warnings
"I", # isort
"D", # flake8-docstrings
"…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `quill@1.3.7` for the project I'm working on.
H…
-
Sorry, this is more a request for advice rather than a feature request.
I am trying to implement a 'rectangle' algebra that makes use of the java.awt.rectangle class. My goal is to use this as a data…
-
### Apache Hop version?
SNAPSHOT-2023-0919
### Java version?
11.0.20.1
### Operating system
Linux
### What happened?
a formula that uses a field that was created in an earlier formula in the sa…
-
I'm implementing a negative number,the complete syntax is as follows:
```bison
%define api.parser.class {GeneratedParser}
%define api.namespace {App\Infrastructure\Core\Component\FormulaParser}
…
-
Because `FormulaFactory `isn't thread-safe can we have same form of lazy evaluation in `FormulaFactory`?
For example set the `PseudoBooleanParser` to null by default:
And if the parser is reall…
axkr updated
6 months ago