-
we have 3 mongo collections which hold a permission object all 3 slightly different in structure.
```
"permissions": [
{
"activity": "never"
…
-
Hello. I find that there is no `indentexpr` for .vue files in treesitter. So identation in .vue files is not good.
Is it any way to add treesitter indent to .vue files?
-
```
this is example code
from this wiki url : http://code.google.com/p/ganon/wiki/AccesElements
please let me know what is $node how to defined it.
thanks in advance.
// To use a CSS select…
-
```
this is example code
from this wiki url : http://code.google.com/p/ganon/wiki/AccesElements
please let me know what is $node how to defined it.
thanks in advance.
// To use a CSS select…
-
```
this is example code
from this wiki url : http://code.google.com/p/ganon/wiki/AccesElements
please let me know what is $node how to defined it.
thanks in advance.
// To use a CSS select…
-
I notice that the tests seem to query views 5-7 times each time it needs a view. Looking around, there are lots of references to query things so I am thinking that maybe instead of caching the call we…
-
Hello,
in LESS I'm able to write media query inside of declaration blocks.
```
div {
color: green;
@media (min-width: 500px) {
color: red;
}
}
```
compiles to
```
…
-
### Describe the feature you'd like:
The original motivation of this proposal is coming from the performance perspective. `*ByRole` queries are quite slow, compared to the others, and espec…
-
```
this is example code
from this wiki url : http://code.google.com/p/ganon/wiki/AccesElements
please let me know what is $node how to defined it.
thanks in advance.
// To use a CSS select…
-
Was thinking of using this, but there is no support for height based element queries. Any chance this is something you'd support via PR?