-
### Discussed in https://github.com/microsoft/pylance-release/discussions/2712
Originally posted by **itsdani** February 21, 2021
I'm trying to setup a python monorepo build with bazel, and I'…
judej updated
3 months ago
-
There are some kinds of string expansion that the shell does that it would be nice to support. They're very different features, but they all fall into the category of "modify this string in some usefu…
casey updated
3 years ago
-
```js
cpr("/path/to/dir/", "/dest/")
//-> copies contents of /path/to/dir/ into /dest/
cpr("/path/to/dir/**/*", "/dest/")
//-> same as above
cpr("/path/**/dir/", "/dest/")
//-> same, and pos…
-
staticcheck supports using globs to enable and disable specific checks. This doesn't work in the analyzer, resulting in `Error in pop: KeyError: "@com_github_sluongng_nogo_analyzer//staticcheck:QF*"`.…
-
### Related problem
Currently, there is no way to encode globs in the nuon format. Therefore, roundtrip conversions to nuon do not preserve glob values -- they instead come back as strings.
```nu
…
-
I'd like to be able to pass lists of values to files argument.
```
SELECT *
FROM protobuf(
descriptors = './descriptor.pb',
files = ['./scrape/data/SceneVersion/**/*.bin', './other/loca…
-
**Is your feature request related to a problem? Please describe.**
Currently, resource URIs are considered static paths to resources added to the provider.
A suggestion was made to enhance our han…
-
### Description of the feature request:
There are cases when valid utility classes are defined under a test file declared under the `test_sources` section. It would be nice to be able to do somethin…
-
### What version of Bun is running?
1.1.3+2615dc742
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
Given files like so:
```
│ └─…
-
Currently, if you put a command like `delocate-wheel dist/*.whl` in `tox.ini`, that command (`delocate-wheel`) will get `"dist/*.whl"` string as its arg. But if you run it in shell, it'll get the list…