-
I am on a Macbook (M1, 2020).
When I run "nix develop github:heal-research/pyoperon --no-write-lock-file" on my "/Users/[MY_USER_NAME]" directory:
I get the error message
warning: not writing…
-
Our custom expressions implementation operates with MBQL directly on a low level. In order to fully move the expression editor to MLv2 we need to migrate logic inside `frontend/src/metabase-lib/expres…
-
### 描述问题
看到安装依赖的时候,安装了很多的其他依赖。
```bash
success Saved 209 new dependencies.
info Direct dependencies
└─ @uni-helper/unocss-preset-uni@0.2.5
info All dependencies
├─ @aashutoshrathi/word-wrap@1.2…
sunpm updated
10 months ago
-
## Motivation
I am using `require-jsdoc` to mark an error if a function is missing a comment.
## Current behavior
When running the autofix, it will add an empty comment which is…
-
## Expected behavior
Report an error: Missing JSDoc @param "btnState" declaration.
## Actual behavior
No error reported
## ESLint Config
```js
"jsdoc/require-param": [
…
-
# TLDR:
- idea: hijack grammar.js to specify AST transformation rules/codegen
- request: thoughts on possible problems/complications and easiest way to implement
# Problem:
I find myself writi…
-
I believe that implementing pratt parsing (or precedence climbing, which is supposedly [the same algorithm](https://www.oilshell.org/blog/2016/11/01.html)) could be useful. It makes parsing mathematic…
-
I think we are ready to release v2.
However, just to be sure, I would like to check to see if there is really any remaining work.
- [x] Are there any other rules that should be added to the recomm…
-
**Describe the solution you'd like**
Add [pest](https://pest.rs/) grammar.
**Describe alternatives you've considered**
BNF, EBNF or ABNF grammar.
**Additional context**
Pest needs to be added…
-
## Motivation
We primarily use jsdoc comments to document our types for on-hover information in VSCode. Return types can often be inferred by typescript from the function body (even for javascr…