-
```
task few > x :: P=(BP1: 1..3) {}
task completes < in=$x@few[BP1:*] {}
task lots > x :: P=(BP1: 1..10) {}
#task works1 :: z=$P@lots[BP1:*] {} …
-
This error makes docker container early exit. Is there an option to turn off this check?
-
I think we should support globs.
``` js
bemSrc('*.blocks', ...)
```
Also we can use globs as bemdecl (?) or techs options:
``` js
bemSrc('*.blocks/button/**', ...)
```
cc @blond Can you please des…
-
I would like to refer to a root folder in my ignore globs in a platform independent way. I assumed that I could use the glob `'/exclude/**'` but unfortunately, that doesn't work on Windows.
On Win…
-
Hello,
I am attempting to run the following command on the corBra data in the test-data folder.
`python /home/boltonp/miniconda3/envs/degenotate/bin/degenotate.py -a corBra.gff.gz -g corBra.fa.…
-
### Proposal
`rule_files` should support `*` and all other glob characters supported by Go's `path/filepath` in the whole file path. Currently, you can only use `*` in the filename, but not in the pa…
-
## Problem:
VSCode does not support a common feature of globs in other environments. Other glob matchers support nested alternation like `"{*requirements{.frozen,{[-_]*,}.txt},requirement…
bmeck updated
1 month ago
-
https://github.com/paulmillr/chokidar/releases/tag/4.0.0
The big difference here is that it drops globs support, which we used both internally and via a public configuration API here: https://www.1…
-
## Proposal
**Use case. Why is this important?**
When splitting up alert.rules into several files and placing them in sub-folders the possibility to use include instead of handling each folder-lev…
-
Picture of the root hierarchy:
![image](https://github.com/JohnnyMorganz/luau-lsp/assets/16709300/b6e8b072-5bec-44b5-a194-e3e4553d4a97)
I wish to ignore node_modules and private, however at pres…