-
I have several occassions where I need regex patterns instead of glob patterns.
I have for example assigned the rules
`@ice-treff\.de$`
`@.+\.ice-treff\.de$`
for a container, but when I type…
-
RPC logs are currently printed on the console in forest daemon, however, some of them can be quite noisy, e.g. `F3.*` logs when f3 is enabled. We could use an environment variable to define glob patte…
-
Is it possible to upload multiple files to a gist using a glob pattern?
Something like this?
```yaml
- uses: actions/checkout@v2
- name: Deploy
uses: exuanbo/actions-deploy-gist@v1
with:…
-
```
1) What part of the model would need changes:
All the backends: they would need to interpret the "remote file name"
in `Application.output` as a glob pattern instead of a as a literal
file name/p…
-
```
1) What part of the model would need changes:
All the backends: they would need to interpret the "remote file name"
in `Application.output` as a glob pattern instead of a as a literal
file name/p…
-
NuGet/NuGet.Client#909 fixes a few issues, but there are more.
1. `PathResolver.IsWildcardSearch(...)` [only checks for presence of a star character (`*`)](https://github.com/NuGet/NuGet.Client/blob…
-
# Language
Typescript | JavaScript | CSS
# Sample input source code
```
// sample file structure
src/
├── app/
│ ├── app.css
│ ├── app.html
│ └── app.js
└── package.json
// …
-
- [ ] I'd be willing to implement a fix
**Describe the bug**
1.
Next.js uses so format of files: `[id].jsx`, `[...subpaths].jsx`.
When I execute this command in the `scripts` section of `packa…
-
I am trying to load a specific version of an S3 object into a Dask dataframe as follows:
```python
>>> import dask.dataframe as dd
>>> dd.read_parquet("s3://example-bucket/dataset/part.0.parquet?…
-
Somehow the glob pattern argument gets handled differently on windows.