-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: VS Code 1.94.2 (Also reproduced on VSCodium 1.94.2)
- OS Version: Fedora Linux 40 (Workstation Edition), Gnome…
-
```julia
julia> parse(Int, "100 10")
ERROR: ArgumentError: extra characters after whitespace in "100 10"
julia> parse(BigInt, "100 10")
10010
```
The second case is the oddity here, and it see…
-
before:
```
Text(
"hi".length < 4 ? "hi" + "\u2003\u2003" : "hi",
style: TextStyle(fontSize: 14),
),
```
after:
```
TextWhitespace(
"hi"
style: TextStyle(fontSize: 14),
),
`…
-
### The problem
since Update to 2024.9 I noticed a new error in my code:
The strange thing is that using template in dev tools the sensor is correctly populated.
### What version of Home Assi…
-
I'm seeing some confusion on Discord about the whitespace being hard to read.
It seems to assume that it will be read from the top, and the user will add keys and indentation as they go along.
…
-
In the StringTemplate engine - which I've used in some projects to emit C code - whitespace prefixes are automatically added in the output lines:
```
PrintCFunction(linesGlobal, linesLocal) ::= >
```…
-
### Description
When using the `lstlisting` environment from the `listings` package, indentation is not preserved. See Fig. 1. The TeX source is:
```latex
\begin{figure}[t]
\begin{lstlisting}[
b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
NPM
### Package manager version
_No response_
### Language version
_No res…
-
Apparently
```
//@ rustc-env: RUSTC_BOOTSTRAP=1
```
is not the same as
```
//@ rustc-env:RUSTC_BOOTSTRAP=1
```
compiletest will parse the former as an env var called `⌴RUSTC_BOOTSTRAP` (incl. the …
-
I have a rather large application that uses Lingui. We've recently paved the way the be able to adopt swc (including the use of this plugin), and in the process learned that the hashing of strings is …