-
Does this issue occur when all extensions are disabled?: Yes
* Version: 1.84.2 (user setup)
* Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e
* Date: 2023-11-09T10:51:52.184Z
…
-
Using words like `#back` and `#featured` make the beginning of those words get highlighted.
I'm using Ubuntu 16.04 and Sublime build 3143.
-
**Is your suggestion for improvement related to a problem? Please describe.**
Some authors have double names separated by a whitespace or a hyphen which generates long citation keys. Truncating t…
-
I've found a delightful edge case that is a little hard to believe. It involves a netcdf `time:units` that includes a character outside of the [0-9,-] range. If it's not obvious from the below, the is…
-
Let's replace the `{{...}}` to make a better dictionary, and easier reading
For example:
- `{{T|en}}` becomes a little English flag (`{{T|...}}` mean traduction in ...)
- `{{trad+|en|coach}}` becomes…
-
**Describe the bug**
jq regular expressions are always handled as if "single line" mode is enabled. The "single line" flag has no effect.
**To Reproduce**
```
jq -n '"\nx"|[match("^x")]'
``…
-
### Describe the issue
I'm seeing a new bug on regex101 that results in errors sometimes being thrown to the console:
```
RangeError: Maximum call stack size exceeded.
at ContentView.replaceCh…
-
I noticed this when looking at JuliaLang/IJulia.jl#557 (cc @kalmarek). In the REPL:
```
touch("22222")
"r=2
```
completes to `"r=22222"` even though there is no such filename. Specifically, `…
-
Hi
I'm so happy I've found the tool. I spend a day looking for a tool which can help me and my team track time, but is not focused on spying on employees.
Please consider working on SEO, so it's m…
-
Use fstrings available in Python v3.6+ to improve readability
## Change from
```python
for matchNum, match in enumerate(matches, start=1):
print ("Match {matchNum} was found a…