-
Hi!!..I'm using redis for a small app,,,now but I need a db which can be embedded...I'm using a lot glob-style patterns like:
h?llo matches hello, hallo and hxllo
h*llo matches hllo and heeeello
h[ae…
-
I have used glob-fs in my program for a faster glob experience. The full pattern recognition was not available. I ran many attempts with patterns similar to `*!(.js)` and every result included `.js`. …
-
When using `S3FileSystem.glob` pattern, empty folders aren't reported.
## Expected Behaviour
The empty folders must be reported. Those "folders" are indeed listed by `S3FileSystem.ls`.
## How…
-
With some directory structures it becomes cumbersome to define all the source patterns required. This is particularly problematic with large projects. Having support for globs would help a lot to deal…
-
How would one structure components in sub-directories?
Example:
```
project
+---components
| | header.html
| | footer.html
| |
| +---core
| | | list-box.html
| | | …
-
Currently it's possible to tag specific **cells** for skipping execution (with `skip-execution`) but there's not a way to do this for **entire notebooks**. It would be useful if this were possible eit…
-
I used glob to refer the dll file, and got an error:
> Error: Cannot find module '../static/js/**/*.dll.js'
Does `require.resolve()` api realy support glob ?
```
MyProject
├───build
│ └───we…
-
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_
I am tryi…
-
When running with the latest web-component-tester 4.3.1 i have the following error:
```
TypeError: glob pattern string required
at minimatch (/project/node_modules/web-component-tester-istanbul/n…
eugef updated
7 years ago
-
### Describe the bug
Given following:
```
let folder = (pwd)
ls $"($folder)/**/Cargo.toml"
```
You shall get dozens of empty outputs:
```
╭─────┬──╮
│ 216 │ │
│ 217 │ │
│ 218 │ │
│ 21…