-
```
I would like to skip scanning c:\documents and
settings\{ANYUSERNAME}*\Application Data\Adobe.
Is there any way to do that?
for example:
C:\Documents and Settings\joeuser\Application
Data\Adobe\…
-
```
I would like to skip scanning c:\documents and
settings\{ANYUSERNAME}*\Application Data\Adobe.
Is there any way to do that?
for example:
C:\Documents and Settings\joeuser\Application
Data\Adobe\…
-
Define `reverse(::MPS/MPO)` by reversing the tensor order as well as the orthogonality limits.
```julia
julia> using ITensors
julia> s = siteinds("S=1/2", 3);
julia> psi = MPS(s);
julia> re…
-
```
trans -b "Some long phrase containting an %{injected_value} not to be translated " --ignore "REGULAR_EXPRESSION"
```
tell trans command to ignore a substring matching a regular expression
-
### Describe Your Proposed Tutorial
### Issue Description
**Current State**
- Users cannot clean their data in VDP with simple flow
**Why We Want to Change?**
- We want to exclude some data to make …
-
-
It's currently possible to match substrings of attribute values, including the class attribute.
https://www.w3.org/TR/selectors-4/#attribute-substrings
It would also be useful to have the abili…
-
The mini-buffer should support optional tab completion configurable based on the mode that it is being used for:
- dmenu style filtering: complete the next whitespace delimited substring
- openi…
-
It would be useful for `Intl.Collator` to support some additional methods for locale sensitive substring matching. For example `startsWith`, `endsWith`, `includes`, `indexOf`, etc. These methods exist…
-
One thing that annoys me about the current algorithm is that sometimes it prioritizes better matches over more recently used things. I assume this is because we're using a fuzzy finder to match things…