-
Currently only files with endings are correctly formatted. Config files have no endings, yet they would look a lot better if they were beautified. Try guessing JSON and default to JavaScript.
-
quipquip.com puts whitespace in the resulting plaintext for you even if there are no whitespace hints. I'd like to add this feature.
-
----------------------
- Plugin Name: EmmyLua
- Plugin Version: 1.4.14-IDEA242
- OS Name: Mac OS X
- Java Version: 21.0.4
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App Version name: Intelli…
-
```ts
// your answers
type DropChar = S extends `${infer First}${infer Rest}`
? First extends C
? DropChar
: DropChar
: R;
```
-
### Vue - Official extension or vue-tsc version
2.0.29
### VSCode version
1.91.1
### Vue version
3.4.34
### TypeScript version
5.5.4
### System Info
```shell
Version: 1.91.1 (Universal)
Comm…
-
```luau
type Form = "do-not-register" | (() -> ())
local function observer(register: () -> Form) end
observer(function()
if math.random() > 0.5 then
return "do-not-register" -- TypeError: …
-
The integration test covering OpenTelemetry has been flaky during some runs of the GH CI.
This is the error reported:
```console
---- test_otel stdout ----
Cannot connect to Kubernetes cluster…
-
The dart2js type inferrer correctly infers the type of functions that are used as closures, but not the return type.
See dart2js/simple_inferrer_const_closure and dart2js/simple_inferrer_const_closur…
-
It seems that when using `cat`, Julia cannot infer the types of the resulting dimensions:
```julia
julia> using DimensionalData, Test
julia> foo(x, y) = cat(x, y; dims=Dim{:foo}([:c, :d]));
…
-
### Tested versions
4.3.stable
### System information
Godot v4.3.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 Laptop GPU (NVIDIA; 31.0.15.4683) - AMD Ryzen 7 …